Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DSkGr.h210 sk_sp<GrTextureProxy> GrMakeCachedImageProxy(GrProxyProvider*, sk_sp<SkImage> srcImage,
DSkGr.cpp162 return GrMakeCachedImageProxy(proxyProvider, std::move(image), fit); in GrMakeCachedBitmapProxy()
183 sk_sp<GrTextureProxy> GrMakeCachedImageProxy(GrProxyProvider* proxyProvider, in GrMakeCachedImageProxy() function
/third_party/flutter/skia/src/shaders/
DSkPerlinNoiseShader.cpp1435 GrMakeCachedImageProxy(proxyProvider, std::move(permutationsImage))); in asFragmentProcessor()
1440 GrMakeCachedImageProxy(proxyProvider, std::move(gradientImage))); in asFragmentProcessor()
1467 sk_sp<GrTextureProxy> permutationsProxy = GrMakeCachedImageProxy(proxyProvider, in asFragmentProcessor()
1472 sk_sp<GrTextureProxy> noiseProxy = GrMakeCachedImageProxy(proxyProvider, in asFragmentProcessor()
/third_party/flutter/skia/src/effects/
DSkTableColorFilter.cpp353 sk_sp<GrTextureProxy> proxy = GrMakeCachedImageProxy(context->priv().proxyProvider(), in Make()