Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A 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()
H A DGrPaint.h82 bool hasColorFragmentProcessor() const { return fColorFragmentProcessor ? true : false; } in hasColorFragmentProcessor() function in GrPaint
85 return (this->hasColorFragmentProcessor() ? 1 : 0) + in numTotalFragmentProcessors()
H A DGrPipeline.cpp39 fNumColorProcessors = processors.hasColorFragmentProcessor() ? 1 : 0; in GrPipeline()
46 if (processors.hasColorFragmentProcessor()) { in GrPipeline()
H A DGrProcessorSet.h36 bool hasColorFragmentProcessor() const { return fColorFragmentProcessor != nullptr; } in hasColorFragmentProcessor() function in GrProcessorSet
84 bool hasColorFragmentProcessor() const { return fHasColorFragmentProcessor; } in hasColorFragmentProcessor() function in GrProcessorSet::Analysis
H A DGrPaint.cpp45 if (this->hasColorFragmentProcessor()) { in isConstantBlendedColor()
/third_party/skia/src/gpu/ops/
H A DFillRectOp.cpp168 if (fColorType == ColorType::kNone && !result.hasColorFragmentProcessor()) {

Completed in 5 milliseconds