Searched refs:hasColorFragmentProcessor (Results 1 – 6 of 6) sorted by relevance
54 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()
83 bool hasColorFragmentProcessor() const { return fColorFragmentProcessor ? true : false; } in hasColorFragmentProcessor() function86 return (this->hasColorFragmentProcessor() ? 1 : 0) + in numTotalFragmentProcessors()
46 fNumColorProcessors = processors.hasColorFragmentProcessor() ? 1 : 0; in GrPipeline()53 if (processors.hasColorFragmentProcessor()) { in GrPipeline()
46 bool hasColorFragmentProcessor() const { return fColorFragmentProcessor != nullptr; } in hasColorFragmentProcessor() function94 bool hasColorFragmentProcessor() const { return fHasColorFragmentProcessor; } in hasColorFragmentProcessor() function
45 if (this->hasColorFragmentProcessor()) { in isConstantBlendedColor()
196 if (fColorType == ColorType::kNone && !result.hasColorFragmentProcessor()) { in finalize()