/external/skqp/src/gpu/ |
D | GrSurfaceProxy.cpp | 114 GrSurface* surface, bool needsStencil) { in AttachStencilIfNeeded() argument 115 if (needsStencil) { in AttachStencilIfNeeded() 131 int sampleCnt, bool needsStencil, in createSurfaceImpl() argument 187 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, surface.get(), needsStencil)) { in createSurfaceImpl() 216 if (this->asRenderTargetProxy()->needsStencil()) { in assign() 228 bool needsStencil, GrSurfaceDescFlags descFlags, in instantiateImpl() argument 235 return GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, fTarget, needsStencil); in instantiateImpl() 238 sk_sp<GrSurface> surface = this->createSurfaceImpl(resourceProvider, sampleCnt, needsStencil, in instantiateImpl() 459 bool needsStencil = fProxy->asRenderTargetProxy() in doLazyInstantiation() local 460 ? fProxy->asRenderTargetProxy()->needsStencil() in doLazyInstantiation() [all …]
|
D | GrResourceAllocator.cpp | 242 bool needsStencil) { in findSurfaceFor() argument 250 needsStencil)) { in findSurfaceFor() 276 needsStencil)) { in findSurfaceFor() 341 bool needsStencil = cur->proxy()->asRenderTargetProxy() in assign() local 342 ? cur->proxy()->asRenderTargetProxy()->needsStencil() in assign() 347 fResourceProvider, cur->proxy()->peekSurface(), needsStencil)) { in assign() 384 } else if (sk_sp<GrSurface> surface = this->findSurfaceFor(cur->proxy(), needsStencil)) { in assign()
|
D | GrOpList.cpp | 180 bool needsStencil = proxy->asRenderTargetProxy() in isFullyInstantiated() local 181 ? proxy->asRenderTargetProxy()->needsStencil() in isFullyInstantiated() 184 if (needsStencil) { in isFullyInstantiated()
|
D | GrTextureRenderTargetProxy.cpp | 86 if (!this->instantiateImpl(resourceProvider, this->numStencilSamples(), this->needsStencil(), in instantiate() 105 this->needsStencil(), kDescFlags, in createSurface()
|
D | GrClipStackClip.cpp | 97 bool needsStencil) { in PathNeedsSWRenderer() argument 117 needsStencil ? GrPathRendererChain::DrawType::kStencilAndColor in PathNeedsSWRenderer() 178 bool needsStencil = invert || in UseSWOnlyPath() local 182 renderTargetContext, translate, element, nullptr, needsStencil)) { in UseSWOnlyPath()
|
D | GrClipStackClip.h | 47 bool needsStencil);
|
D | GrSurfaceProxyPriv.h | 70 bool needsStencil);
|
D | GrResourceAllocator.h | 93 sk_sp<GrSurface> findSurfaceFor(const GrSurfaceProxy* proxy, bool needsStencil);
|
D | GrRenderTargetOpList.cpp | 559 if (this->isEmpty() || !fTarget.get()->asRenderTargetProxy()->needsStencil()) { in resetForFullscreenClear()
|
D | GrRenderTargetContext.cpp | 1962 if (!fRenderTargetProxy->needsStencil()) { in addDrawOp()
|
/external/skia/src/gpu/ |
D | GrProgramInfo.h | 28 , fNeedsStencil(targetView.asRenderTargetProxy()->needsStencil()) in GrProgramInfo() 57 int needsStencil() const { return fNeedsStencil; } in needsStencil() function
|
D | GrClipStackClip.h | 45 bool needsStencil);
|
D | GrClipStackClip.cpp | 96 bool needsStencil) { in PathNeedsSWRenderer() argument 117 needsStencil ? GrPathRendererChain::DrawType::kStencilAndColor in PathNeedsSWRenderer() 171 bool needsStencil = invert || in UseSWOnlyPath() local 175 surfaceDrawContext, translate, element, needsStencil)) { in UseSWOnlyPath()
|
D | GrRenderTargetProxy.h | 67 int needsStencil() const { return fNeedsStencil; } in needsStencil() function
|
D | GrOpsTask.cpp | 576 if (proxy->needsStencil()) { in onExecute()
|
/external/skqp/include/private/ |
D | GrRenderTargetProxy.h | 41 bool needsStencil() const { return fNeedsStencil; } in needsStencil() function
|
D | GrSurfaceProxy.h | 462 sk_sp<GrSurface> createSurfaceImpl(GrResourceProvider*, int sampleCnt, bool needsStencil, 465 bool instantiateImpl(GrResourceProvider* resourceProvider, int sampleCnt, bool needsStencil,
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderTarget.cpp | 389 SkASSERT(!programInfo.isStencilEnabled() || programInfo.needsStencil()); in ReconstructAttachmentsDescriptor() 390 if (programInfo.needsStencil()) { in ReconstructAttachmentsDescriptor()
|
D | GrVkCaps.cpp | 1831 bool needsStencil = programInfo.needsStencil() || programInfo.isStencilEnabled(); in makeDesc() local 1833 auto rp = vkRT->getSimpleRenderPass(needsResolve, needsStencil, selfDepFlags, in makeDesc()
|