Home
last modified time | relevance | path

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

/external/skia/src/gpu/
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()
167 colorFPsToEliminate = this->hasColorFragmentProcessor() ? 1 : 0; in finalize()
180 analysis.fHasColorFragmentProcessor = this->hasColorFragmentProcessor(); in finalize()
199 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.cpp48 fNumColorProcessors = processors.hasColorFragmentProcessor() ? 1 : 0; in GrPipeline()
55 if (processors.hasColorFragmentProcessor()) { in GrPipeline()
DGrProcessorSet.h36 bool hasColorFragmentProcessor() const { return fColorFragmentProcessor != nullptr; } in hasColorFragmentProcessor() function
87 bool hasColorFragmentProcessor() const { return fHasColorFragmentProcessor; } in hasColorFragmentProcessor() function
DGrPaint.cpp45 if (this->hasColorFragmentProcessor()) { in isConstantBlendedColor()
DGrFragmentProcessor.cpp499 if (paint.hasColorFragmentProcessor()) { in CIter()
/external/skia/src/gpu/ops/
DGrFillRectOp.cpp166 if (fColorType == ColorType::kNone && !result.hasColorFragmentProcessor()) { in finalize()