Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPipeline.h129 int numColorFragmentProcessors() const { return fNumColorProcessors; } in numColorFragmentProcessors()
131 return fFragmentProcessors.count() - fNumColorProcessors; in numCoverageFragmentProcessors()
152 return *fFragmentProcessors[fNumColorProcessors + idx].get(); in getCoverageFragmentProcessor()
229 int fNumColorProcessors; variable
DGrPipeline.cpp91 fNumColorProcessors = args.fProcessors->numColorFragmentProcessors() - colorFPsToEliminate; in init()
93 fNumColorProcessors + args.fProcessors->numCoverageFragmentProcessors(); in init()
162 , fNumColorProcessors(0) { in GrPipeline()
172 a.fNumColorProcessors != b.fNumColorProcessors || in AreEqual()