Home
last modified time | relevance | path

Searched refs:createLazyProxy (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/src/gpu/
H A DGrProxyProvider.cpp351 sk_sp<GrTextureProxy> proxy = this->createLazyProxy( in createNonMippedProxyFromBitmap()
395 sk_sp<GrTextureProxy> proxy = this->createLazyProxy( in createMippedProxyFromBitmap()
511 sk_sp<GrTextureProxy> proxy = this->createLazyProxy( in createCompressedTextureProxy()
762 sk_sp<GrTextureProxy> GrProxyProvider::createLazyProxy(LazyInstantiateCallback&& callback, in createLazyProxy() function in GrProxyProvider
H A DGrProxyProvider.h155 * Similar to createLazyProxy below, except narrowed to the use case of shared promise images
174 sk_sp<GrTextureProxy> createLazyProxy(LazyInstantiateCallback&&,
H A DGrBackendTextureImageGenerator.cpp170 sk_sp<GrTextureProxy> proxy = proxyProvider->createLazyProxy( in onGenerateTexture()
H A DGrAHardwareBufferImageGenerator.cpp128 sk_sp<GrTextureProxy> texProxy = proxyProvider->createLazyProxy( in makeView()
/third_party/skia/tests/
H A DLazyProxyTest.cpp294 sk_sp<GrTextureProxy> proxy = proxyProvider->createLazyProxy( in DEF_GPUTEST()
352 fLazyProxy = proxyProvider->createLazyProxy( in LazyFailedInstantiationTestOp()
H A DResourceAllocatorTest.cpp116 return proxyProvider->createLazyProxy(std::move(cb), format, {p.fSize, p.fSize}, in make_lazy()

Completed in 5 milliseconds