Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrOnFlushResourceProvider.cpp48 void GrOnFlushResourceProvider::removeUniqueKeyFromProxy(GrTextureProxy* proxy) { in removeUniqueKeyFromProxy() function in GrOnFlushResourceProvider
50 proxyProvider->removeUniqueKeyFromProxy(proxy); in removeUniqueKeyFromProxy()
DGrOnFlushResourceProvider.h76 void removeUniqueKeyFromProxy(GrTextureProxy*);
DGrBitmapTextureMaker.cpp89 proxyProvider->removeUniqueKeyFromProxy(proxy.get()); in refOriginalTextureProxy()
DGrTextureMaker.cpp100 proxyProvider->removeUniqueKeyFromProxy(cachedProxy.get()); in onRefTextureProxyForParams()
DGrTextureAdjuster.cpp68 proxyProvider->removeUniqueKeyFromProxy(cachedCopy.get()); in refTextureProxyCopy()
DGrProxyProvider.h46 void removeUniqueKeyFromProxy(GrTextureProxy*);
DGrProxyProvider.cpp97 void GrProxyProvider::removeUniqueKeyFromProxy(GrTextureProxy* proxy) { in removeUniqueKeyFromProxy() function in GrProxyProvider
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPathCache.cpp299 onFlushRP->removeUniqueKeyFromProxy(proxy.get()); in purgeInvalidatedAtlasTextures()
311 proxyProvider->removeUniqueKeyFromProxy(proxy.get()); in purgeInvalidatedAtlasTextures()
/third_party/skia/src/gpu/
DGrProxyProvider.h49 void removeUniqueKeyFromProxy(GrTextureProxy*);
DSkGr.cpp229 proxyProvider->removeUniqueKeyFromProxy(proxy.get()); in GrMakeCachedBitmapProxyView()
DGrProxyProvider.cpp105 void GrProxyProvider::removeUniqueKeyFromProxy(GrTextureProxy* proxy) { in removeUniqueKeyFromProxy() function in GrProxyProvider
/third_party/skia/src/image/
DSkImage_Lazy.cpp468 proxyProvider->removeUniqueKeyFromProxy(view.asTextureProxy()); in lockTextureProxyView()
/third_party/flutter/skia/src/image/
DSkImage_Lazy.cpp393 proxyProvider->removeUniqueKeyFromProxy(originalProxy); in set_key_on_proxy()