Searched refs:AttachStencilIfNeeded (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrResourceAllocator.cpp | 86 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded( 295 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded(fResourceProvider, surface.get(), in findSurfaceFor() 321 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded(fResourceProvider, surface.get(), in findSurfaceFor() 432 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded( in assign()
|
D | GrSurfaceProxy.cpp | 115 bool GrSurfaceProxyPriv::AttachStencilIfNeeded(GrResourceProvider* resourceProvider, in AttachStencilIfNeeded() function in GrSurfaceProxyPriv 192 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, surface.get(), in createSurfaceImpl() 246 return GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, fTarget.get(), in instantiateImpl() 498 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded( in doLazyInstantiation()
|
D | GrSurfaceProxyPriv.h | 52 static bool SK_WARN_UNUSED_RESULT AttachStencilIfNeeded(GrResourceProvider*, GrSurface*,
|