Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathRendererChain.cpp73 GrPathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument
109 if (stencilSupport) { in getPathRenderer()
110 *stencilSupport = support; in getPathRenderer()
DGrStencilMaskHelper.cpp255 SkRegion::Op op, GrPathRenderer::StencilSupport stencilSupport, bool fillInverted, in get_stencil_passes() argument
258 GrPathRenderer::kNoRestriction_StencilSupport == stencilSupport; in get_stencil_passes()
401 GrPathRenderer::StencilSupport stencilSupport; in drawPath() local
425 canDrawArgs, false, GrPathRendererChain::DrawType::kStencil, &stencilSupport); in drawPath()
431 auto passes = get_stencil_passes(op, stencilSupport, fillInverted, &drawDirectToClip); in drawPath()
435 if (stencilSupport == GrPathRenderer::kNoRestriction_StencilSupport) { in drawPath()
DGrPathRendererChain.h48 GrPathRenderer::StencilSupport* stencilSupport);
DGrDrawingManager.h108 GrPathRenderer::StencilSupport* stencilSupport = nullptr);
DGrDrawingManager.cpp890 GrPathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument
897 GrPathRenderer* pr = fPathRendererChain->getPathRenderer(args, drawType, stencilSupport); in getPathRenderer()
/external/skqp/src/gpu/
DGrPathRendererChain.cpp72 GrPathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument
108 if (stencilSupport) { in getPathRenderer()
109 *stencilSupport = support; in getPathRenderer()
DGrPathRendererChain.h49 GrPathRenderer::StencilSupport* stencilSupport);
DGrReducedClip.cpp837 GrPathRenderer::StencilSupport stencilSupport; in drawStencilClipMask() local
844 stencilSupport = GrPathRenderer::kNoRestriction_StencilSupport; in drawStencilClipMask()
865 &stencilSupport); in drawStencilClipMask()
872 GrPathRenderer::kNoRestriction_StencilSupport == stencilSupport; in drawStencilClipMask()
DGrDrawingManager.h63 GrPathRenderer::StencilSupport* stencilSupport = nullptr);
DGrDrawingManager.cpp660 GrPathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument
666 GrPathRenderer* pr = fPathRendererChain->getPathRenderer(args, drawType, stencilSupport); in getPathRenderer()