Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrProxyProvider.cpp134 return this->createWrapped(std::move(tex), origin); in testingOnly_createInstantiatedProxy()
139 return this->createWrapped(std::move(tex), origin); in testingOnly_createWrapped()
143 sk_sp<GrTextureProxy> GrProxyProvider::createWrapped(sk_sp<GrTexture> tex, GrSurfaceOrigin origin) { in createWrapped() function in GrProxyProvider
185 result = this->createWrapped(std::move(texture), origin); in findOrCreateProxyByUniqueKey()
DGrProxyProvider.h250 sk_sp<GrTextureProxy> createWrapped(sk_sp<GrTexture> tex, GrSurfaceOrigin origin);
DGrResourceProvider.cpp104 sk_sp<GrTextureProxy> proxy = proxyProvider->createWrapped(std::move(tex), in createTexture()
/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/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()