Searched refs:hasColorFragmentProcessor (Results 1 – 6 of 6) 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()168 colorFPsToEliminate = this->hasColorFragmentProcessor() ? 1 : 0; in finalize()181 analysis.fHasColorFragmentProcessor = this->hasColorFragmentProcessor(); in finalize()200 if (this->hasColorFragmentProcessor()) { in visitProxies()
82 bool hasColorFragmentProcessor() const { return fColorFragmentProcessor ? true : false; } in hasColorFragmentProcessor() function85 return (this->hasColorFragmentProcessor() ? 1 : 0) + in numTotalFragmentProcessors()
41 fNumColorProcessors = processors.hasColorFragmentProcessor() ? 1 : 0; in GrPipeline()48 if (processors.hasColorFragmentProcessor()) { in GrPipeline()
36 bool hasColorFragmentProcessor() const { return fColorFragmentProcessor != nullptr; } in hasColorFragmentProcessor() function84 bool hasColorFragmentProcessor() const { return fHasColorFragmentProcessor; } in hasColorFragmentProcessor() function
45 if (this->hasColorFragmentProcessor()) { in isConstantBlendedColor()
168 if (fColorType == ColorType::kNone && !result.hasColorFragmentProcessor()) { in finalize()