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

  /external/skia/src/gpu/
GrXferProcessor.cpp 197 bool GrXPFactory::CanCombineOverlappedStencilAndCover(const GrXPFactory* factory,
200 return factory->canCombineOverlappedStencilAndCover(colorIsOpaque);
GrXferProcessor.h 323 static bool CanCombineOverlappedStencilAndCover(const GrXPFactory*, bool colorIsOpaque);
341 virtual bool canCombineOverlappedStencilAndCover(bool colorIsOpaque) const { return false; }
  /external/skia/src/gpu/ops/
GrDrawPathOp.cpp 157 if (!GrXPFactory::CanCombineOverlappedStencilAndCover(this->processors().xpFactory(), opaque)) {
  /external/skia/tests/
GrPorterDuffTest.cpp 72 !analysis.hasCoverage() && GrXPFactory::CanCombineOverlappedStencilAndCover(
    [all...]

Completed in 94 milliseconds