Searched refs:GrSurfaceProxyPriv (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/ |
D | GrSurfaceProxyPriv.h | 18 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()
|
D | GrSurfaceProxy.h | 26 class GrSurfaceProxyPriv; variable 349 inline GrSurfaceProxyPriv priv(); 350 inline const GrSurfaceProxyPriv priv() const; // NOLINT(readability-const-return-type) 385 friend class GrSurfaceProxyPriv; variable
|
D | GrTextureProxy.h | 108 friend class GrSurfaceProxyPriv; // ability to change key sync state after lazy instantiation. variable
|
D | GrSurfaceProxy.cpp | 370 void GrSurfaceProxyPriv::exactify(bool allocatedCaseOnly) { in exactify() 408 bool GrSurfaceProxyPriv::doLazyInstantiation(GrResourceProvider* resourceProvider) { in doLazyInstantiation()
|
/external/skqp/src/gpu/ |
D | GrSurfaceProxyPriv.h | 18 class GrSurfaceProxyPriv { 73 explicit GrSurfaceProxyPriv(GrSurfaceProxy* proxy) : fProxy(proxy) {} in GrSurfaceProxyPriv() function 74 GrSurfaceProxyPriv(const GrSurfaceProxyPriv&) {} // unimpl in GrSurfaceProxyPriv() function 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()
|
D | GrSurfaceProxy.cpp | 113 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()
|
D | GrResourceAllocator.cpp | 249 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/ |
D | GrSurfaceProxy.h | 25 class GrSurfaceProxyPriv; variable 415 inline GrSurfaceProxyPriv priv(); 416 inline const GrSurfaceProxyPriv priv() const; 442 friend class GrSurfaceProxyPriv; variable
|
/external/skqp/gn/ |
D | gpu.gni | 194 "$_src/gpu/GrSurfaceProxyPriv.h",
|
/external/skia/gn/ |
D | gpu.gni | 235 "$_src/gpu/GrSurfaceProxyPriv.h",
|