Home
last modified time | relevance | path

Searched defs:textureProxy (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/
DGrTextureProxyPriv.h32 explicit GrTextureProxyPriv(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in GrTextureProxyPriv()
DGrTextureProxyCacheAccess.h26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess()
DGrRenderTask.cpp81 GrTextureProxy* textureProxy = this->target(0)->asTextureProxy(); in makeClosed() local
170 GrTextureProxy* textureProxy = dependedOn->asTextureProxy(); in addDependency() local
DGrTextureResolveRenderTask.cpp39 GrTextureProxy* textureProxy = proxy->asTextureProxy(); in addProxy() local
DGrDynamicAtlas.h59 GrTextureProxy* textureProxy() const { return fTextureProxy.get(); } in textureProxy() function
DGrDrawingManager.cpp507 if (auto* textureProxy = proxy->asTextureProxy()) { in resolve_and_mipmap() local