Searched refs:createLazyProxy (Results 1 – 6 of 6) sorted by relevance
351 sk_sp<GrTextureProxy> proxy = this->createLazyProxy( in createNonMippedProxyFromBitmap()399 sk_sp<GrTextureProxy> proxy = this->createLazyProxy( in createMippedProxyFromBitmap()541 sk_sp<GrTextureProxy> proxy = this->createLazyProxy( in createCompressedTextureProxy()812 sk_sp<GrTextureProxy> GrProxyProvider::createLazyProxy(LazyInstantiateCallback&& callback, in createLazyProxy() function in GrProxyProvider
176 sk_sp<GrTextureProxy> createLazyProxy(LazyInstantiateCallback&&,
129 sk_sp<GrTextureProxy> texProxy = proxyProvider->createLazyProxy( in makeView()
166 sk_sp<GrTextureProxy> proxy = proxyProvider->createLazyProxy( in onGenerateTexture()
337 proxyProvider->createLazyProxy(TestCallback(&testCount, releaseCallback, tex),401 fLazyProxy = proxyProvider->createLazyProxy( in LazyFailedInstantiationTestOp()
151 return proxyProvider->createLazyProxy(std::move(cb), format, {p.fSize, p.fSize}, in make_lazy()