Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrProcessorSet.cpp55 if (this->hasColorFragmentProcessor()) { in dumpProcessors()
85 this->hasColorFragmentProcessor() != that.hasColorFragmentProcessor() || in operator ==()
90 if (this->hasColorFragmentProcessor()) { in operator ==()
125 this->hasColorFragmentProcessor() ? 1 : 0); in finalize()
168 colorFPsToEliminate = this->hasColorFragmentProcessor() ? 1 : 0; in finalize()
181 analysis.fHasColorFragmentProcessor = this->hasColorFragmentProcessor(); in finalize()
200 if (this->hasColorFragmentProcessor()) { in visitProxies()
DGrPaint.h82 bool hasColorFragmentProcessor() const { return fColorFragmentProcessor ? true : false; } in hasColorFragmentProcessor() function
85 return (this->hasColorFragmentProcessor() ? 1 : 0) + in numTotalFragmentProcessors()
DGrPipeline.cpp41 fNumColorProcessors = processors.hasColorFragmentProcessor() ? 1 : 0; in GrPipeline()
48 if (processors.hasColorFragmentProcessor()) { in GrPipeline()
DGrProcessorSet.h36 bool hasColorFragmentProcessor() const { return fColorFragmentProcessor != nullptr; } in hasColorFragmentProcessor() function
84 bool hasColorFragmentProcessor() const { return fHasColorFragmentProcessor; } in hasColorFragmentProcessor() function
DGrPaint.cpp45 if (this->hasColorFragmentProcessor()) { in isConstantBlendedColor()
/external/skia/src/gpu/ganesh/ops/
DFillRectOp.cpp168 if (fColorType == ColorType::kNone && !result.hasColorFragmentProcessor()) { in finalize()