Searched refs:GrSurfaceProxyPriv (Results 1 – 7 of 7) sorted by relevance
20 class GrSurfaceProxyPriv {50 explicit GrSurfaceProxyPriv(GrSurfaceProxy* proxy) : fProxy(proxy) {} in GrSurfaceProxyPriv() function51 GrSurfaceProxyPriv& operator=(const GrSurfaceProxyPriv&) = delete;54 const GrSurfaceProxyPriv* operator&() const;55 GrSurfaceProxyPriv* operator&();62 inline GrSurfaceProxyPriv GrSurfaceProxy::priv() { return GrSurfaceProxyPriv(this); } in priv()64 inline const GrSurfaceProxyPriv GrSurfaceProxy::priv () const { // NOLINT(readability-const-return… in priv()65 return GrSurfaceProxyPriv(const_cast<GrSurfaceProxy*>(this)); in priv()
40 class GrSurfaceProxyPriv; variable375 inline GrSurfaceProxyPriv priv();376 inline const GrSurfaceProxyPriv priv() const; // NOLINT(readability-const-return-type)411 friend class GrSurfaceProxyPriv; variable
122 friend class GrSurfaceProxyPriv; // ability to change key sync state after lazy instantiation. variable
404 void GrSurfaceProxyPriv::exactify(bool allocatedCaseOnly) { in exactify()442 bool GrSurfaceProxyPriv::doLazyInstantiation(GrResourceProvider* resourceProvider) { in doLazyInstantiation()
196 "GrSurfaceProxyPriv.h",
291 "$_src/gpu/ganesh/GrSurfaceProxyPriv.h",
973 "src/gpu/ganesh/GrSurfaceProxyPriv.h",