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 150 bool willReadDstColor() const { return fWillReadDstColor; }
179 if (this->fWillReadDstColor != that.fWillReadDstColor) {
218 bool fWillReadDstColor;
GrXferProcessor.cpp 13 : fWillReadDstColor(false)
19 : fWillReadDstColor(willReadDstColor)

Completed in 101 milliseconds