Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrClipStackClip.h32 bool hasUserStencilSettings, GrAppliedClip* out, SkRect* bounds) const final;
41 bool hasUserStencilSettings,
48 bool hasUserStencilSettings, GrAppliedClip*) const;
59 bool hasUserStencilSettings,
DGrClipStackClip.cpp92 bool hasUserStencilSettings, in PathNeedsSWRenderer() argument
130 canDrawArgs.fHasUserStencilSettings = hasUserStencilSettings; in PathNeedsSWRenderer()
145 bool hasUserStencilSettings, in UseSWOnlyPath() argument
174 if (PathNeedsSWRenderer(context, reducedClip.scissor(), hasUserStencilSettings, in UseSWOnlyPath()
187 GrAAType aa, bool hasUserStencilSettings, in apply() argument
210 if (surfaceDrawContext->numSamples() > 1 || aa == GrAAType::kMSAA || hasUserStencilSettings) { in apply()
238 if (!this->applyClipMask(context, surfaceDrawContext, reducedClip, hasUserStencilSettings, in apply()
262 const GrReducedClip& reducedClip, bool hasUserStencilSettings, in applyClipMask() argument
275 if (UseSWOnlyPath(context, hasUserStencilSettings, surfaceDrawContext, reducedClip)) { in applyClipMask()
DGrClip.h66 bool hasUserStencilSettings, GrAppliedClip*, SkRect* bounds) const = 0;
247 bool hasUserStencilSettings, GrAppliedClip* out, SkRect* bounds) const final { in apply() argument
DGrClipStack.h75 bool hasUserStencilSettings,
DGrClipStack.cpp1265 GrAAType aa, bool hasUserStencilSettings, in apply() argument
1351 if (hasUserStencilSettings) { in apply()
DGrSurfaceDrawContext.cpp1606 bool hasUserStencilSettings = !ss->isUnused(); in drawAndStencilPath() local
1623 canDrawArgs.fHasUserStencilSettings = hasUserStencilSettings; in drawAndStencilPath()
/external/skqp/src/gpu/
DGrClipStackClip.h31 bool apply(GrContext*, GrRenderTargetContext*, bool useHWAA, bool hasUserStencilSettings,
42 bool hasUserStencilSettings,
50 bool hasUserStencilSettings, GrAppliedClip*) const;
61 bool hasUserStencilSettings,
DGrClipStackClip.cpp92 bool hasUserStencilSettings, in PathNeedsSWRenderer() argument
132 canDrawArgs.fHasUserStencilSettings = hasUserStencilSettings; in PathNeedsSWRenderer()
150 bool hasUserStencilSettings, in UseSWOnlyPath() argument
181 if (PathNeedsSWRenderer(context, reducedClip.scissor(), hasUserStencilSettings, in UseSWOnlyPath()
193 bool useHWAA, bool hasUserStencilSettings, GrAppliedClip* out, in apply() argument
210 if (renderTargetContext->numColorSamples() > 1 || useHWAA || hasUserStencilSettings) { in apply()
235 if (!this->applyClipMask(context, renderTargetContext, reducedClip, hasUserStencilSettings, in apply()
253 const GrReducedClip& reducedClip, bool hasUserStencilSettings, in applyClipMask() argument
268 if (UseSWOnlyPath(context, hasUserStencilSettings, renderTargetContext, reducedClip)) { in applyClipMask()
DGrClip.h39 bool hasUserStencilSettings, GrAppliedClip*, SkRect* bounds) const = 0;
150 bool apply(GrContext*, GrRenderTargetContext* rtc, bool useHWAA, bool hasUserStencilSettings, in apply() argument
DGrRenderTargetContext.cpp1766 bool hasUserStencilSettings = !ss->isUnused(); in drawAndStencilPath() local
1781 canDrawArgs.fHasUserStencilSettings = hasUserStencilSettings; in drawAndStencilPath()
/external/skia/tests/
DGrCCPRTest.cpp41 bool hasUserStencilSettings, GrAppliedClip* out, in apply() argument
DLazyProxyTest.cpp183 bool hasUserStencilSettings, GrAppliedClip* out, in apply() argument