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

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

Completed in 736 milliseconds