Searched refs:hasColorFragmentProcessor (Results 1 – 7 of 7) sorted by relevance
55 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()
82 bool hasColorFragmentProcessor() const { return fColorFragmentProcessor ? true : false; } in hasColorFragmentProcessor() function85 return (this->hasColorFragmentProcessor() ? 1 : 0) + in numTotalFragmentProcessors()
48 fNumColorProcessors = processors.hasColorFragmentProcessor() ? 1 : 0; in GrPipeline()55 if (processors.hasColorFragmentProcessor()) { in GrPipeline()
36 bool hasColorFragmentProcessor() const { return fColorFragmentProcessor != nullptr; } in hasColorFragmentProcessor() function87 bool hasColorFragmentProcessor() const { return fHasColorFragmentProcessor; } in hasColorFragmentProcessor() function
45 if (this->hasColorFragmentProcessor()) { in isConstantBlendedColor()
499 if (paint.hasColorFragmentProcessor()) { in CIter()
166 if (fColorType == ColorType::kNone && !result.hasColorFragmentProcessor()) { in finalize()