Searched refs:fWillReadDstColor (Results 1 – 4 of 4) sorted by relevance
20 fWillReadDstColor = false; in GrColorFragmentProcessorAnalysis()32 fWillReadDstColor = false; in GrColorFragmentProcessorAnalysis()47 fWillReadDstColor = true; in GrColorFragmentProcessorAnalysis()
111 bool willReadDstColor() const { return fWillReadDstColor; } in GR_MAKE_BITFIELD_CLASS_OPS()133 if (this->fWillReadDstColor != that.fWillReadDstColor) { in GR_MAKE_BITFIELD_CLASS_OPS()169 bool fWillReadDstColor; in GR_MAKE_BITFIELD_CLASS_OPS() local
122 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor()158 bool fWillReadDstColor; variable
17 , fWillReadDstColor(false) in GrXferProcessor()23 , fWillReadDstColor(willReadDstColor) in GrXferProcessor()