Searched refs:fNumColorProcessors (Results 1 – 2 of 2) sorted by relevance
115 int numColorFragmentProcessors() const { return fNumColorProcessors; } in numColorFragmentProcessors()116 bool isColorFragmentProcessor(int idx) const { return idx < fNumColorProcessors; } in isColorFragmentProcessor()117 bool isCoverageFragmentProcessor(int idx) const { return idx >= fNumColorProcessors; } in isCoverageFragmentProcessor()244 int fNumColorProcessors = 0; variable
46 fNumColorProcessors = processors.hasColorFragmentProcessor() ? 1 : 0; in GrPipeline()47 int numTotalProcessors = fNumColorProcessors + in GrPipeline()