HomeSort by relevance Sort by last modified time
    Searched defs:AttachStencilIfNeeded (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrSurfaceProxy.cpp 97 bool GrSurfaceProxyPriv::AttachStencilIfNeeded(GrResourceProvider* resourceProvider,
165 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, surface.get(), needsStencil)) {
192 return GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, fTarget, needsStencil);
  /external/skqp/src/gpu/
GrSurfaceProxy.cpp 96 bool GrSurfaceProxyPriv::AttachStencilIfNeeded(GrResourceProvider* resourceProvider,
143 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, surface.get(), needsStencil)) {
171 return GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, fTarget, needsStencil);

Completed in 120 milliseconds