Searched refs:cachedProxy (Results 1 – 1 of 1) sorted by relevance
55 sk_sp<GrTextureProxy> cachedProxy; in onRefTextureProxyForParams() local57 cachedProxy = in onRefTextureProxyForParams()59 if (cachedProxy && (!willBeMipped || GrMipMapped::kYes == cachedProxy->mipMapped())) { in onRefTextureProxyForParams()60 return cachedProxy; in onRefTextureProxyForParams()67 } else if (cachedProxy) { in onRefTextureProxyForParams()68 source = cachedProxy; in onRefTextureProxyForParams()93 if (cachedProxy) { in onRefTextureProxyForParams()95 GrMipMapped::kNo == cachedProxy->mipMapped()); in onRefTextureProxyForParams()99 SkASSERT(cachedProxy->getUniqueKey() == copyKey); in onRefTextureProxyForParams()100 proxyProvider->removeUniqueKeyFromProxy(cachedProxy.get()); in onRefTextureProxyForParams()