Searched refs:AttachStencilIfNeeded (Results 1 – 3 of 3) sorted by relevance
/external/skqp/src/gpu/ |
D | GrSurfaceProxy.cpp | 113 bool GrSurfaceProxyPriv::AttachStencilIfNeeded(GrResourceProvider* resourceProvider, in AttachStencilIfNeeded() function in GrSurfaceProxyPriv 187 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, surface.get(), needsStencil)) { in createSurfaceImpl() 235 return GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, fTarget, needsStencil); in instantiateImpl() 463 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, surface.get(), needsStencil)) { in doLazyInstantiation()
|
D | GrResourceAllocator.cpp | 249 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded(fResourceProvider, surface.get(), in findSurfaceFor() 275 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded(fResourceProvider, surface.get(), in findSurfaceFor() 346 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded( in assign()
|
D | GrSurfaceProxyPriv.h | 69 static bool SK_WARN_UNUSED_RESULT AttachStencilIfNeeded(GrResourceProvider*, GrSurface*,
|