Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrPipeline.h115 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
H A DGrPipeline.cpp46 fNumColorProcessors = processors.hasColorFragmentProcessor() ? 1 : 0; in GrPipeline()
47 int numTotalProcessors = fNumColorProcessors + in GrPipeline()