Home
last modified time | relevance | path

Searched refs:hasColorFragmentProcessor (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrProcessorSet.cpp54 if (this->hasColorFragmentProcessor()) { in dumpProcessors()
84 this->hasColorFragmentProcessor() != that.hasColorFragmentProcessor() || in operator ==()
89 if (this->hasColorFragmentProcessor()) { in operator ==()
124 this->hasColorFragmentProcessor() ? 1 : 0); in finalize()
167 colorFPsToEliminate = this->hasColorFragmentProcessor() ? 1 : 0; in finalize()
180 analysis.fHasColorFragmentProcessor = this->hasColorFragmentProcessor(); in finalize()
199 if (this->hasColorFragmentProcessor()) { in visitProxies()
H A DGrPaint.h83 bool hasColorFragmentProcessor() const { return fColorFragmentProcessor ? true : false; } in hasColorFragmentProcessor() function
86 return (this->hasColorFragmentProcessor() ? 1 : 0) + in numTotalFragmentProcessors()
H A DGrPipeline.cpp46 fNumColorProcessors = processors.hasColorFragmentProcessor() ? 1 : 0; in GrPipeline()
53 if (processors.hasColorFragmentProcessor()) { in GrPipeline()
H A DGrProcessorSet.h46 bool hasColorFragmentProcessor() const { return fColorFragmentProcessor != nullptr; } in hasColorFragmentProcessor() function
94 bool hasColorFragmentProcessor() const { return fHasColorFragmentProcessor; } in hasColorFragmentProcessor() function
H A DGrPaint.cpp45 if (this->hasColorFragmentProcessor()) { in isConstantBlendedColor()
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DFillRectOp.cpp196 if (fColorType == ColorType::kNone && !result.hasColorFragmentProcessor()) { in finalize()