Home
last modified time | relevance | path

Searched refs:hasUserStencilSettings (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrClipStackClip.h32 bool hasUserStencilSettings, GrAppliedClip* out, SkRect* bounds) const final;
42 bool hasUserStencilSettings,
50 bool hasUserStencilSettings, GrAppliedClip*) const;
61 bool hasUserStencilSettings,
DGrClipStackClip.cpp93 bool hasUserStencilSettings, in PathNeedsSWRenderer() argument
135 canDrawArgs.fHasUserStencilSettings = hasUserStencilSettings; in PathNeedsSWRenderer()
153 bool hasUserStencilSettings, in UseSWOnlyPath() argument
184 if (PathNeedsSWRenderer(context, reducedClip.scissor(), hasUserStencilSettings, in UseSWOnlyPath()
196 bool useHWAA, bool hasUserStencilSettings, GrAppliedClip* out, in apply() argument
217 if (renderTargetContext->numSamples() > 1 || useHWAA || hasUserStencilSettings) { in apply()
242 if (!this->applyClipMask(context, renderTargetContext, reducedClip, hasUserStencilSettings, in apply()
260 const GrReducedClip& reducedClip, bool hasUserStencilSettings, in applyClipMask() argument
275 if (UseSWOnlyPath(context, hasUserStencilSettings, renderTargetContext, reducedClip)) { in applyClipMask()
DGrClip.h39 bool hasUserStencilSettings, GrAppliedClip*, SkRect* bounds) const = 0;
151 bool hasUserStencilSettings, GrAppliedClip* out, SkRect* bounds) const final { in apply() argument
DGrRenderTargetContext.cpp2125 bool hasUserStencilSettings = !ss->isUnused(); in drawAndStencilPath() local
2141 canDrawArgs.fHasUserStencilSettings = hasUserStencilSettings; in drawAndStencilPath()
/third_party/flutter/skia/tests/
DLazyProxyTest.cpp178 bool hasUserStencilSettings, GrAppliedClip* out, SkRect* bounds) const override { in apply() argument
DGrCCPRTest.cpp44 bool hasUserStencilSettings, GrAppliedClip* out, SkRect* bounds) const override { in apply() argument
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp1617 bool hasUserStencilSettings = !ss->isUnused(); in drawAndStencilPath() local
1634 canDrawArgs.fHasUserStencilSettings = hasUserStencilSettings; in drawAndStencilPath()