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 {
48 explicit GrSurfaceProxyPriv(GrSurfaceProxy* proxy) : fProxy(proxy) {} in GrSurfaceProxyPriv() function
49 GrSurfaceProxyPriv(const GrSurfaceProxyPriv&) = delete;
50 GrSurfaceProxyPriv& operator=(const GrSurfaceProxyPriv&) = delete;
53 const GrSurfaceProxyPriv* operator&() const;
54 GrSurfaceProxyPriv* operator&();
61 inline GrSurfaceProxyPriv GrSurfaceProxy::priv() { return GrSurfaceProxyPriv(this); } in priv()
63 inline const GrSurfaceProxyPriv GrSurfaceProxy::priv () const { // NOLINT(readability-const-return… in priv()
64 return GrSurfaceProxyPriv(const_cast<GrSurfaceProxy*>(this)); in priv()
DGrSurfaceProxy.h26 class GrSurfaceProxyPriv; variable
349 inline GrSurfaceProxyPriv priv();
350 inline const GrSurfaceProxyPriv priv() const; // NOLINT(readability-const-return-type)
385 friend class GrSurfaceProxyPriv; variable
DGrTextureProxy.h108 friend class GrSurfaceProxyPriv; // ability to change key sync state after lazy instantiation. variable
DGrSurfaceProxy.cpp370 void GrSurfaceProxyPriv::exactify(bool allocatedCaseOnly) { in exactify()
408 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() argument
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.gni235 "$_src/gpu/GrSurfaceProxyPriv.h",