Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathRendererChain.cpp40 StencilSupport* stencilSupport) { in getPathRenderer() argument
69 } else if (stencilSupport) { in getPathRenderer()
70 *stencilSupport = support; in getPathRenderer()
DGrClipMaskManager.cpp754 GrPathRenderer::StencilSupport stencilSupport; in createStencilClipMask() local
762 stencilSupport = GrPathRenderer::kNoRestriction_StencilSupport; in createStencilClipMask()
777 &stencilSupport); in createStencilClipMask()
787 GrPathRenderer::kNoRestriction_StencilSupport == stencilSupport; in createStencilClipMask()
DGrContext.cpp1761 GrPathRendererChain::StencilSupport* stencilSupport) { in getPathRenderer() argument
1773 stencilSupport); in getPathRenderer()
/external/skia/include/gpu/
DGrPathRendererChain.h66 StencilSupport* stencilSupport);
DGrContext.h549 GrPathRendererChain::StencilSupport* stencilSupport = NULL);