Home
last modified time | relevance | path

Searched refs:canCombineOverlappedStencilAndCover (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrProcessorSet.h73 bool canCombineOverlappedStencilAndCover() const { in canCombineOverlappedStencilAndCover() function
/external/skia/src/gpu/ops/
DGrDrawPathOp.cpp154 if (!this->processorAnalysis().canCombineOverlappedStencilAndCover()) { in onCombineIfPossible()
/external/skia/tests/
DGrPorterDuffTest.cpp84 fCanCombineOverlappedStencilAndCover = analysis.canCombineOverlappedStencilAndCover(); in XPInfo()