/external/skqp/src/gpu/ |
D | GrResourceAllocator.cpp | 156 bool needsStencil) { in findSurfaceFor() argument 174 GrSurfaceProxyPriv::AttachStencilIfNeeded(fResourceProvider, surface.get(), needsStencil); in findSurfaceFor() 219 bool needsStencil = cur->proxy()->asRenderTargetProxy() in assign() local 220 ? cur->proxy()->asRenderTargetProxy()->needsStencil() in assign() 226 needsStencil); in assign() 246 } else if (sk_sp<GrSurface> surface = this->findSurfaceFor(cur->proxy(), needsStencil)) { in assign()
|
D | GrSurfaceProxy.cpp | 97 GrSurface* surface, bool needsStencil) { in AttachStencilIfNeeded() argument 98 if (needsStencil) { in AttachStencilIfNeeded() 115 int sampleCnt, bool needsStencil, in createSurfaceImpl() argument 143 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, surface.get(), needsStencil)) { in createSurfaceImpl() 163 bool needsStencil, GrSurfaceFlags flags, GrMipMapped mipMapped, in instantiateImpl() argument 171 return GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, fTarget, needsStencil); in instantiateImpl() 174 sk_sp<GrSurface> surface = this->createSurfaceImpl(resourceProvider, sampleCnt, needsStencil, in instantiateImpl()
|
D | GrTextureRenderTargetProxy.cpp | 75 if (!this->instantiateImpl(resourceProvider, this->numStencilSamples(), this->needsStencil(), in instantiate() 95 this->needsStencil(), kFlags, in createSurface()
|
D | GrClipStackClip.cpp | 95 bool needsStencil) { in PathNeedsSWRenderer() argument 115 needsStencil ? GrPathRendererChain::DrawType::kStencilAndColor in PathNeedsSWRenderer() 167 bool needsStencil = invert || in UseSWOnlyPath() local 171 renderTargetContext, translate, element, nullptr, needsStencil)) { in UseSWOnlyPath()
|
D | GrClipStackClip.h | 47 bool needsStencil);
|
D | GrSurfaceProxyPriv.h | 73 static bool AttachStencilIfNeeded(GrResourceProvider*, GrSurface*, bool needsStencil);
|
D | GrResourceAllocator.h | 83 sk_sp<GrSurface> findSurfaceFor(const GrSurfaceProxy* proxy, bool needsStencil);
|
D | GrRenderTargetOpList.cpp | 206 if (this->isEmpty() || !fTarget.get()->asRenderTargetProxy()->needsStencil()) { in fullClear()
|
/external/skia/src/gpu/ |
D | GrResourceAllocator.cpp | 161 bool needsStencil) { in findSurfaceFor() argument 179 GrSurfaceProxyPriv::AttachStencilIfNeeded(fResourceProvider, surface.get(), needsStencil); in findSurfaceFor() 229 bool needsStencil = cur->proxy()->asRenderTargetProxy() in assign() local 230 ? cur->proxy()->asRenderTargetProxy()->needsStencil() in assign() 236 needsStencil); in assign() 256 } else if (sk_sp<GrSurface> surface = this->findSurfaceFor(cur->proxy(), needsStencil)) { in assign()
|
D | GrSurfaceProxy.cpp | 98 GrSurface* surface, bool needsStencil) { in AttachStencilIfNeeded() argument 99 if (needsStencil) { in AttachStencilIfNeeded() 116 int sampleCnt, bool needsStencil, in createSurfaceImpl() argument 165 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, surface.get(), needsStencil)) { in createSurfaceImpl() 185 bool needsStencil, GrSurfaceFlags flags, GrMipMapped mipMapped, in instantiateImpl() argument 192 return GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, fTarget, needsStencil); in instantiateImpl() 195 sk_sp<GrSurface> surface = this->createSurfaceImpl(resourceProvider, sampleCnt, needsStencil, in instantiateImpl()
|
D | GrTextureRenderTargetProxy.cpp | 82 if (!this->instantiateImpl(resourceProvider, this->numStencilSamples(), this->needsStencil(), in instantiate() 101 this->needsStencil(), kFlags, in createSurface()
|
D | GrClipStackClip.cpp | 95 bool needsStencil) { in PathNeedsSWRenderer() argument 115 needsStencil ? GrPathRendererChain::DrawType::kStencilAndColor in PathNeedsSWRenderer() 167 bool needsStencil = invert || in UseSWOnlyPath() local 171 renderTargetContext, translate, element, nullptr, needsStencil)) { in UseSWOnlyPath()
|
D | GrClipStackClip.h | 47 bool needsStencil);
|
D | GrSurfaceProxyPriv.h | 81 static bool AttachStencilIfNeeded(GrResourceProvider*, GrSurface*, bool needsStencil);
|
D | GrResourceAllocator.h | 83 sk_sp<GrSurface> findSurfaceFor(const GrSurfaceProxy* proxy, bool needsStencil);
|
D | GrRenderTargetOpList.cpp | 206 if (this->isEmpty() || !fTarget.get()->asRenderTargetProxy()->needsStencil()) { in fullClear()
|
/external/skqp/include/private/ |
D | GrRenderTargetProxy.h | 42 bool needsStencil() const { return fNeedsStencil; } in needsStencil() function
|
D | GrSurfaceProxy.h | 386 sk_sp<GrSurface> createSurfaceImpl(GrResourceProvider*, int sampleCnt, bool needsStencil, 390 bool instantiateImpl(GrResourceProvider* resourceProvider, int sampleCnt, bool needsStencil,
|
/external/skia/include/private/ |
D | GrRenderTargetProxy.h | 42 bool needsStencil() const { return fNeedsStencil; } in needsStencil() function
|
D | GrSurfaceProxy.h | 404 sk_sp<GrSurface> createSurfaceImpl(GrResourceProvider*, int sampleCnt, bool needsStencil, 407 bool instantiateImpl(GrResourceProvider* resourceProvider, int sampleCnt, bool needsStencil,
|