Searched refs:GrSurfaceProxyPriv (Results 1 – 4 of 4) sorted by relevance
16 class GrSurfaceProxyPriv {62 explicit GrSurfaceProxyPriv(GrSurfaceProxy* proxy) : fProxy(proxy) {} in GrSurfaceProxyPriv() function63 GrSurfaceProxyPriv(const GrSurfaceProxyPriv&) {} // unimpl in GrSurfaceProxyPriv() function64 GrSurfaceProxyPriv& operator=(const GrSurfaceProxyPriv&); // unimpl67 const GrSurfaceProxyPriv* operator&() const;68 GrSurfaceProxyPriv* operator&();75 inline GrSurfaceProxyPriv GrSurfaceProxy::priv() { return GrSurfaceProxyPriv(this); } in priv()77 inline const GrSurfaceProxyPriv GrSurfaceProxy::priv () const { in priv()78 return GrSurfaceProxyPriv(const_cast<GrSurfaceProxy*>(this)); in priv()
318 void GrSurfaceProxyPriv::exactify() { in exactify()
23 class GrSurfaceProxyPriv; variable336 GrSurfaceProxyPriv priv();337 const GrSurfaceProxyPriv priv() const;360 friend class GrSurfaceProxyPriv; variable
182 "$_src/gpu/GrSurfaceProxyPriv.h",