Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrSurfaceProxyPriv.h20 class GrSurfaceProxyPriv {
50 explicit GrSurfaceProxyPriv(GrSurfaceProxy* proxy) : fProxy(proxy) {} in GrSurfaceProxyPriv() function
51 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()
DGrSurfaceProxy.h40 class GrSurfaceProxyPriv; variable
375 inline GrSurfaceProxyPriv priv();
376 inline const GrSurfaceProxyPriv priv() const; // NOLINT(readability-const-return-type)
411 friend class GrSurfaceProxyPriv; variable
DGrTextureProxy.h122 friend class GrSurfaceProxyPriv; // ability to change key sync state after lazy instantiation. variable
DGrSurfaceProxy.cpp404 void GrSurfaceProxyPriv::exactify(bool allocatedCaseOnly) { in exactify()
442 bool GrSurfaceProxyPriv::doLazyInstantiation(GrResourceProvider* resourceProvider) { in doLazyInstantiation()
DBUILD.bazel196 "GrSurfaceProxyPriv.h",
/external/skia/gn/
Dgpu.gni291 "$_src/gpu/ganesh/GrSurfaceProxyPriv.h",
/external/skia/
Dpublic.bzl973 "src/gpu/ganesh/GrSurfaceProxyPriv.h",