Home
last modified time | relevance | path

Searched refs:stencilSupport (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrPathRendererChain.cpp79 GrPathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument
105 } else if (stencilSupport) { in getPathRenderer()
106 *stencilSupport = support; in getPathRenderer()
DGrPathRendererChain.h48 GrPathRenderer::StencilSupport* stencilSupport);
DGrReducedClip.cpp726 GrPathRenderer::StencilSupport stencilSupport; in drawStencilClipMask() local
733 stencilSupport = GrPathRenderer::kNoRestriction_StencilSupport; in drawStencilClipMask()
752 &stencilSupport); in drawStencilClipMask()
759 GrPathRenderer::kNoRestriction_StencilSupport == stencilSupport; in drawStencilClipMask()
DGrDrawingManager.cpp292 GrPathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument
298 GrPathRenderer* pr = fPathRendererChain->getPathRenderer(args, drawType, stencilSupport); in getPathRenderer()
DGrDrawingManager.h63 GrPathRenderer::StencilSupport* stencilSupport = NULL);