Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathRendererChain.cpp71 GrPathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument
97 } else if (stencilSupport) { in getPathRenderer()
98 *stencilSupport = support; in getPathRenderer()
DGrPathRendererChain.h48 GrPathRenderer::StencilSupport* stencilSupport);
DGrDrawingManager.cpp259 GrPathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument
265 GrPathRenderer* pr = fPathRendererChain->getPathRenderer(args, drawType, stencilSupport); in getPathRenderer()
DGrReducedClip.cpp715 GrPathRenderer::StencilSupport stencilSupport; in drawStencilClipMask() local
722 stencilSupport = GrPathRenderer::kNoRestriction_StencilSupport; in drawStencilClipMask()
741 &stencilSupport); in drawStencilClipMask()
748 GrPathRenderer::kNoRestriction_StencilSupport == stencilSupport; in drawStencilClipMask()
DGrDrawingManager.h57 GrPathRenderer::StencilSupport* stencilSupport = NULL);