Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathRendererChain.cpp44 this->addPathRenderer(new GrDefaultPathRenderer(caps.twoSidedStencilSupport(), in GrPathRendererChain()
DGrClipMaskManager.cpp998 SkASSERT(this->caps()->twoSidedStencilSupport() || !settings.isTwoSided()); in setPipelineBuilderStencil()
1019 bool twoSided = this->caps()->twoSidedStencilSupport(); in adjustStencilParams()
/external/skia/include/gpu/
DGrCaps.h140 bool twoSidedStencilSupport() const { return fTwoSidedStencilSupport; } in twoSidedStencilSupport() function
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2817 if (this->caps()->twoSidedStencilSupport()) { in flushStencil()