Home
last modified time | relevance | path

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

/external/skqp/tools/gpu/
DGrTest.cpp219 return this->createWrapped(std::move(tex), origin); in testingOnly_createInstantiatedProxy()
224 return this->createWrapped(std::move(tex), origin); in testingOnly_createWrapped()
/external/skia/src/gpu/
DGrProxyProvider.cpp156 return this->createWrapped(std::move(tex), UseAllocator::kYes); in testingOnly_createInstantiatedProxy()
182 return this->createWrapped(std::move(tex), UseAllocator::kYes); in testingOnly_createWrapped()
186 sk_sp<GrTextureProxy> GrProxyProvider::createWrapped(sk_sp<GrTexture> tex, in createWrapped() function in GrProxyProvider
231 result = this->createWrapped(std::move(texture), useAllocator); in findOrCreateProxyByUniqueKey()
DGrProxyProvider.h295 sk_sp<GrTextureProxy> createWrapped(sk_sp<GrTexture> tex, UseAllocator useAllocator);
/external/skqp/src/gpu/
DGrProxyProvider.h260 sk_sp<GrTextureProxy> createWrapped(sk_sp<GrTexture> tex, GrSurfaceOrigin origin);
DGrProxyProvider.cpp134 sk_sp<GrTextureProxy> GrProxyProvider::createWrapped(sk_sp<GrTexture> tex, GrSurfaceOrigin origin) { in createWrapped() function in GrProxyProvider
173 result = this->createWrapped(std::move(texture), origin); in findOrCreateProxyByUniqueKey()
DGrResourceProvider.cpp123 sk_sp<GrTextureProxy> proxy = proxyProvider->createWrapped(std::move(tex), in createTexture()