Home
last modified time | relevance | path

Searched refs:GrSurfaceProxyPriv (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/
DGrSurfaceProxyPriv.h18 class GrSurfaceProxyPriv {
44 explicit GrSurfaceProxyPriv(GrSurfaceProxy* proxy) : fProxy(proxy) {} in GrSurfaceProxyPriv() function
45 GrSurfaceProxyPriv(const GrSurfaceProxyPriv&) {} // unimpl in GrSurfaceProxyPriv() function
46 GrSurfaceProxyPriv& operator=(const GrSurfaceProxyPriv&); // unimpl
49 const GrSurfaceProxyPriv* operator&() const;
50 GrSurfaceProxyPriv* operator&();
57 inline GrSurfaceProxyPriv GrSurfaceProxy::priv() { return GrSurfaceProxyPriv(this); } in priv()
59 inline const GrSurfaceProxyPriv GrSurfaceProxy::priv () const { in priv()
60 return GrSurfaceProxyPriv(const_cast<GrSurfaceProxy*>(this)); in priv()
DGrSurfaceProxy.h28 class GrSurfaceProxyPriv; variable
319 inline GrSurfaceProxyPriv priv();
320 inline const GrSurfaceProxyPriv priv() const;
356 friend class GrSurfaceProxyPriv; variable
DGrTextureProxy.h108 friend class GrSurfaceProxyPriv; // ability to change key sync state after lazy instantiation. variable
DGrSurfaceProxy.cpp353 void GrSurfaceProxyPriv::exactify(bool allocatedCaseOnly) { in exactify()
391 bool GrSurfaceProxyPriv::doLazyInstantiation(GrResourceProvider* resourceProvider) { in doLazyInstantiation()
/external/skqp/src/gpu/
DGrSurfaceProxyPriv.h18 class GrSurfaceProxyPriv {
73 explicit GrSurfaceProxyPriv(GrSurfaceProxy* proxy) : fProxy(proxy) {} in GrSurfaceProxyPriv() function
74 GrSurfaceProxyPriv(const GrSurfaceProxyPriv&) {} // unimpl in GrSurfaceProxyPriv() function
75 GrSurfaceProxyPriv& operator=(const GrSurfaceProxyPriv&); // unimpl
78 const GrSurfaceProxyPriv* operator&() const;
79 GrSurfaceProxyPriv* operator&();
86 inline GrSurfaceProxyPriv GrSurfaceProxy::priv() { return GrSurfaceProxyPriv(this); } in priv()
88 inline const GrSurfaceProxyPriv GrSurfaceProxy::priv () const { in priv()
89 return GrSurfaceProxyPriv(const_cast<GrSurfaceProxy*>(this)); in priv()
DGrSurfaceProxy.cpp113 bool GrSurfaceProxyPriv::AttachStencilIfNeeded(GrResourceProvider* resourceProvider, in AttachStencilIfNeeded()
187 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, surface.get(), needsStencil)) { in createSurfaceImpl()
235 return GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, fTarget, needsStencil); in instantiateImpl()
399 void GrSurfaceProxyPriv::exactify() { in exactify()
427 bool GrSurfaceProxyPriv::doLazyInstantiation(GrResourceProvider* resourceProvider) { in doLazyInstantiation()
463 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded(resourceProvider, surface.get(), needsStencil)) { in doLazyInstantiation()
DGrResourceAllocator.cpp249 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded(fResourceProvider, surface.get(), in findSurfaceFor()
275 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded(fResourceProvider, surface.get(), in findSurfaceFor()
346 if (!GrSurfaceProxyPriv::AttachStencilIfNeeded( in assign()
/external/skqp/include/private/
DGrSurfaceProxy.h25 class GrSurfaceProxyPriv; variable
415 inline GrSurfaceProxyPriv priv();
416 inline const GrSurfaceProxyPriv priv() const;
442 friend class GrSurfaceProxyPriv; variable
/external/skqp/gn/
Dgpu.gni194 "$_src/gpu/GrSurfaceProxyPriv.h",
/external/skia/gn/
Dgpu.gni202 "$_src/gpu/GrSurfaceProxyPriv.h",