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

  /external/skia/src/gpu/
GrPrimitiveProcessor.h 113 bool willColorBlendWithDst() const { return SkToBool(kWillColorBlendWithDst_Flag & fFlags); }
  /external/skia/src/gpu/batches/
GrDrawPathBatch.cpp 95 this->overrides().willColorBlendWithDst()) {
98 SkASSERT(!that->overrides().willColorBlendWithDst());

Completed in 361 milliseconds