Home
last modified time | relevance | path

Searched refs:kNoRestriction_StencilSupport (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/src/gpu/v1/
DPathRendererChain.cpp76 PathRenderer::kNoRestriction_StencilSupport); in getPathRenderer()
81 minStencilSupport = PathRenderer::kNoRestriction_StencilSupport; in getPathRenderer()
DPathRenderer.h63 kNoRestriction_StencilSupport, enumerator
186 return kNoRestriction_StencilSupport; in onGetStencilSupport()
DStencilMaskHelper.cpp262 skgpu::v1::PathRenderer::kNoRestriction_StencilSupport == stencilSupport; in get_stencil_passes()
377 auto passes = get_stencil_passes(op, PathRenderer::kNoRestriction_StencilSupport, in drawRect()
449 if (stencilSupport == PathRenderer::kNoRestriction_StencilSupport) { in drawPath()
DPathRenderer.cpp67 SkASSERT(kNoRestriction_StencilSupport == this->getStencilSupport(*args.fShape)); in drawPath()
/third_party/flutter/skia/src/gpu/
DGrPathRenderer.h58 kNoRestriction_StencilSupport, enumerator
186 return kNoRestriction_StencilSupport; in onGetStencilSupport()
DGrPathRendererChain.cpp84 GrPathRenderer::kNoRestriction_StencilSupport); in getPathRenderer()
89 minStencilSupport = GrPathRenderer::kNoRestriction_StencilSupport; in getPathRenderer()
DGrPathRenderer.cpp62 SkASSERT(kNoRestriction_StencilSupport == this->getStencilSupport(*args.fShape)); in drawPath()
DGrReducedClip.cpp855 stencilSupport = GrPathRenderer::kNoRestriction_StencilSupport; in drawStencilClipMask()
884 GrPathRenderer::kNoRestriction_StencilSupport == stencilSupport; in drawStencilClipMask()
/third_party/skia/src/gpu/ops/
DTessellationPathRenderer.cpp84 return shape.knownToBeConvex() ? kNoRestriction_StencilSupport : kStencilOnly_StencilSupport; in onGetStencilSupport()
DDefaultPathRenderer.cpp767 return kNoRestriction_StencilSupport; in onGetStencilSupport()
/third_party/flutter/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp59 return GrPathRenderer::kNoRestriction_StencilSupport; in onGetStencilSupport()