Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/v1/
DPathRendererChain.cpp72 PathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument
108 if (stencilSupport) { in getPathRenderer()
109 *stencilSupport = support; in getPathRenderer()
DStencilMaskHelper.cpp258 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/
DGrPathRendererChain.cpp80 GrPathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument
116 if (stencilSupport) { in getPathRenderer()
117 *stencilSupport = support; in getPathRenderer()
DGrPathRendererChain.h49 GrPathRenderer::StencilSupport* stencilSupport);
DGrReducedClip.cpp848 GrPathRenderer::StencilSupport stencilSupport; in drawStencilClipMask() local
855 stencilSupport = GrPathRenderer::kNoRestriction_StencilSupport; in drawStencilClipMask()
877 &stencilSupport); in drawStencilClipMask()
884 GrPathRenderer::kNoRestriction_StencilSupport == stencilSupport; in drawStencilClipMask()
DGrDrawingManager.h69 GrPathRenderer::StencilSupport* stencilSupport = nullptr);
DGrDrawingManager.cpp720 GrPathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument
726 GrPathRenderer* pr = fPathRendererChain->getPathRenderer(args, drawType, stencilSupport); in getPathRenderer()
/third_party/skia/src/gpu/
DGrDrawingManager.cpp943 PathRenderer::StencilSupport* stencilSupport) { in getPathRenderer() argument
950 auto pr = fPathRendererChain->getPathRenderer(args, drawType, stencilSupport); in getPathRenderer()