Home
last modified time | relevance | path

Searched refs:CanCombineOverlappedStencilAndCover (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrXferProcessor.cpp197 bool GrXPFactory::CanCombineOverlappedStencilAndCover(const GrXPFactory* factory, in CanCombineOverlappedStencilAndCover() function in GrXPFactory
DGrXferProcessor.h323 static bool CanCombineOverlappedStencilAndCover(const GrXPFactory*, bool colorIsOpaque);
/external/skia/src/gpu/ops/
DGrDrawPathOp.cpp157 if (!GrXPFactory::CanCombineOverlappedStencilAndCover(this->processors().xpFactory(), opaque)) { in onCombineIfPossible()
/external/skia/tests/
DGrPorterDuffTest.cpp72 !analysis.hasCoverage() && GrXPFactory::CanCombineOverlappedStencilAndCover( in XPInfo()