Searched refs:willReadDstColor (Results 1 – 10 of 10) sorted by relevance
156 if (this->getColorStage(s).getFragmentProcessor()->willReadDstColor()) { in willEffectReadDstColor()162 if (this->getCoverageStage(s).getFragmentProcessor()->willReadDstColor()) { in willEffectReadDstColor()
235 if (stage.getFragmentProcessor()->willReadDstColor()) { in get_stage_stats()
180 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor() function
187 if ((*fColorStages[s].getEffect())->willReadDstColor()) { in willEffectReadDstColor()193 if ((*fCoverageStages[s].getEffect())->willReadDstColor()) { in willEffectReadDstColor()
151 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor() function
82 if ((*stages[s]->getEffect())->willReadDstColor()) { in setRandom()
27 if (effect->willReadDstColor()) { in get_key_and_update_stats()
341 if (!effect->willReadDstColor()) { in dstColor()
88 if (!static_cast<const GrFragmentProcessor*>(effect)->willReadDstColor()) { in dstColor()
27 if (stage.getFragmentProcessor()->willReadDstColor()) { in get_stage_stats()