Searched refs:fNumColorProcessors (Results 1 – 4 of 4) sorted by relevance
111 int numColorFragmentProcessors() const { return fNumColorProcessors; } in numColorFragmentProcessors()113 return fFragmentProcessors.count() - fNumColorProcessors; in numCoverageFragmentProcessors()153 return *fFragmentProcessors[fNumColorProcessors + idx].get(); in getCoverageFragmentProcessor()221 int fNumColorProcessors; variable
51 fNumColorProcessors = processors.numColorFragmentProcessors(); in GrPipeline()52 int numTotalProcessors = fNumColorProcessors + in GrPipeline()104 , fNumColorProcessors(0) { in GrPipeline()
106 int numColorFragmentProcessors() const { return fNumColorProcessors; } in numColorFragmentProcessors()107 bool isColorFragmentProcessor(int idx) const { return idx < fNumColorProcessors; } in isColorFragmentProcessor()108 bool isCoverageFragmentProcessor(int idx) const { return idx >= fNumColorProcessors; } in isCoverageFragmentProcessor()234 int fNumColorProcessors = 0; variable
48 fNumColorProcessors = processors.hasColorFragmentProcessor() ? 1 : 0; in GrPipeline()49 int numTotalProcessors = fNumColorProcessors + in GrPipeline()