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

  /external/skqp/src/gpu/
GrSurfaceProxyPriv.h 18 class GrSurfaceProxyPriv {
76 explicit GrSurfaceProxyPriv(GrSurfaceProxy* proxy) : fProxy(proxy) {}
77 GrSurfaceProxyPriv(const GrSurfaceProxyPriv&) {} // unimpl
78 GrSurfaceProxyPriv& operator=(const GrSurfaceProxyPriv&); // unimpl
81 const GrSurfaceProxyPriv* operator&() const;
82 GrSurfaceProxyPriv* operator&();
89 inline GrSurfaceProxyPriv GrSurfaceProxy::priv() { return GrSurfaceProxyPriv(this);
    [all...]
  /external/skia/src/gpu/
GrSurfaceProxyPriv.h 18 class GrSurfaceProxyPriv {
84 explicit GrSurfaceProxyPriv(GrSurfaceProxy* proxy) : fProxy(proxy) {}
85 GrSurfaceProxyPriv(const GrSurfaceProxyPriv&) {} // unimpl
86 GrSurfaceProxyPriv& operator=(const GrSurfaceProxyPriv&); // unimpl
89 const GrSurfaceProxyPriv* operator&() const;
90 GrSurfaceProxyPriv* operator&();
97 inline GrSurfaceProxyPriv GrSurfaceProxy::priv() { return GrSurfaceProxyPriv(this);
    [all...]

Completed in 187 milliseconds