Searched refs:fNumColorProcessors (Results 1 – 2 of 2) sorted by relevance
129 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
91 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()