Searched refs:fNumColorProcessors (Results 1 – 2 of 2) sorted by relevance
98 int numColorFragmentProcessors() const { return fNumColorProcessors; } in numColorFragmentProcessors()99 bool isColorFragmentProcessor(int idx) const { return idx < fNumColorProcessors; } in isColorFragmentProcessor()100 bool isCoverageFragmentProcessor(int idx) const { return idx >= fNumColorProcessors; } in isCoverageFragmentProcessor()228 int fNumColorProcessors = 0; variable
39 fNumColorProcessors = processors.hasColorFragmentProcessor() ? 1 : 0; in GrPipeline()40 int numTotalProcessors = fNumColorProcessors + in GrPipeline()