Searched refs:stencilSupport (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/ |
D | GrPathRendererChain.cpp | 73 GrPathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument 109 if (stencilSupport) { in getPathRenderer() 110 *stencilSupport = support; in getPathRenderer()
|
D | GrStencilMaskHelper.cpp | 255 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()
|
D | GrPathRendererChain.h | 48 GrPathRenderer::StencilSupport* stencilSupport);
|
D | GrDrawingManager.h | 108 GrPathRenderer::StencilSupport* stencilSupport = nullptr);
|
D | GrDrawingManager.cpp | 890 GrPathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument 897 GrPathRenderer* pr = fPathRendererChain->getPathRenderer(args, drawType, stencilSupport); in getPathRenderer()
|
/external/skqp/src/gpu/ |
D | GrPathRendererChain.cpp | 72 GrPathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument 108 if (stencilSupport) { in getPathRenderer() 109 *stencilSupport = support; in getPathRenderer()
|
D | GrPathRendererChain.h | 49 GrPathRenderer::StencilSupport* stencilSupport);
|
D | GrReducedClip.cpp | 837 GrPathRenderer::StencilSupport stencilSupport; in drawStencilClipMask() local 844 stencilSupport = GrPathRenderer::kNoRestriction_StencilSupport; in drawStencilClipMask() 865 &stencilSupport); in drawStencilClipMask() 872 GrPathRenderer::kNoRestriction_StencilSupport == stencilSupport; in drawStencilClipMask()
|
D | GrDrawingManager.h | 63 GrPathRenderer::StencilSupport* stencilSupport = nullptr);
|
D | GrDrawingManager.cpp | 660 GrPathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument 666 GrPathRenderer* pr = fPathRendererChain->getPathRenderer(args, drawType, stencilSupport); in getPathRenderer()
|