Searched refs:fWillReadDstColor (Results 1 – 2 of 2) sorted by relevance
203 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor()243 if (this->fWillReadDstColor != that.fWillReadDstColor) { in isEqual()295 bool fWillReadDstColor; variable
12 : fWillReadDstColor(false), fReadsCoverage(true), fDstCopyTextureOffset() { in GrXferProcessor()16 : fWillReadDstColor(willReadDstColor) in GrXferProcessor()