Home
last modified time | relevance | path

Searched refs:fProcessorSet (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ops/
DGrDrawPathOp.h32 return GrXPFactory::WillNeedDstTexture(fProcessorSet.xpFactory(), caps, in xpRequiresDstTexture()
36 void wasRecorded() override { fProcessorSet.makePendingExecution(); } in wasRecorded()
42 const GrProcessorSet& processors() const { return fProcessorSet; } in processors()
46 fProcessorSet.analyzeAndEliminateFragmentProcessors( in doFragmentProcessorAnalysis()
59 GrProcessorSet fProcessorSet; variable
DGrDrawPathOp.cpp18 , fProcessorSet(std::move(paint)) in GrDrawPathOpBase()