HomeSort by relevance Sort by last modified time
    Searched defs: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) {
219 bool fWillReadDstColor;
  /external/skqp/src/gpu/
GrXferProcessor.h 150 bool willReadDstColor() const { return fWillReadDstColor; }
179 if (this->fWillReadDstColor != that.fWillReadDstColor) {
219 bool fWillReadDstColor;

Completed in 492 milliseconds