Searched refs:stencilSupport (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/src/gpu/v1/ |
D | PathRendererChain.cpp | 72 PathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument 108 if (stencilSupport) { in getPathRenderer() 109 *stencilSupport = support; in getPathRenderer()
|
D | StencilMaskHelper.cpp | 258 skgpu::v1::PathRenderer::StencilSupport stencilSupport, in get_stencil_passes() argument 262 skgpu::v1::PathRenderer::kNoRestriction_StencilSupport == stencilSupport; in get_stencil_passes() 415 PathRenderer::StencilSupport stencilSupport; in drawPath() local 439 canDrawArgs, false, PathRendererChain::DrawType::kStencil, &stencilSupport); in drawPath() 445 auto passes = get_stencil_passes(op, stencilSupport, fillInverted, &drawDirectToClip); in drawPath() 449 if (stencilSupport == PathRenderer::kNoRestriction_StencilSupport) { in drawPath()
|
/third_party/flutter/skia/src/gpu/ |
D | GrPathRendererChain.cpp | 80 GrPathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument 116 if (stencilSupport) { in getPathRenderer() 117 *stencilSupport = support; in getPathRenderer()
|
D | GrPathRendererChain.h | 49 GrPathRenderer::StencilSupport* stencilSupport);
|
D | GrReducedClip.cpp | 848 GrPathRenderer::StencilSupport stencilSupport; in drawStencilClipMask() local 855 stencilSupport = GrPathRenderer::kNoRestriction_StencilSupport; in drawStencilClipMask() 877 &stencilSupport); in drawStencilClipMask() 884 GrPathRenderer::kNoRestriction_StencilSupport == stencilSupport; in drawStencilClipMask()
|
D | GrDrawingManager.h | 69 GrPathRenderer::StencilSupport* stencilSupport = nullptr);
|
D | GrDrawingManager.cpp | 720 GrPathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument 726 GrPathRenderer* pr = fPathRendererChain->getPathRenderer(args, drawType, stencilSupport); in getPathRenderer()
|
/third_party/skia/src/gpu/ |
D | GrDrawingManager.cpp | 943 PathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument 950 auto pr = fPathRendererChain->getPathRenderer(args, drawType, stencilSupport); in getPathRenderer()
|