Searched defs:textureProxy (Results 1 – 6 of 6) sorted by relevance
32 explicit GrTextureProxyPriv(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in GrTextureProxyPriv()
26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess()
81 GrTextureProxy* textureProxy = this->target(0)->asTextureProxy(); in makeClosed() local170 GrTextureProxy* textureProxy = dependedOn->asTextureProxy(); in addDependency() local
39 GrTextureProxy* textureProxy = proxy->asTextureProxy(); in addProxy() local
59 GrTextureProxy* textureProxy() const { return fTextureProxy.get(); } in textureProxy() function
507 if (auto* textureProxy = proxy->asTextureProxy()) { in resolve_and_mipmap() local