HomeSort by relevance Sort by last modified time
    Searched refs:fWillReadDstColor (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrXferProcessor.h 162 bool willReadDstColor() const { return fWillReadDstColor; }
205 if (this->fWillReadDstColor != that.fWillReadDstColor) {
260 bool fWillReadDstColor;
GrXferProcessor.cpp 13 : fWillReadDstColor(false)
21 : fWillReadDstColor(willReadDstColor)

Completed in 45 milliseconds