Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrTextureMaker.cpp55 sk_sp<GrTextureProxy> cachedProxy; in onRefTextureProxyForParams() local
57 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()