Home
last modified time | relevance | path

Searched refs:wrapBackendTexture (Results 1 – 23 of 23) sorted by relevance

/external/skia/tests/
DVkWrapTests.cpp66 sk_sp<GrTexture> tex = gpu->wrapBackendTexture(origBackendTex, kBorrow_GrWrapOwnership, in wrap_tex_test()
76 sk_sp<GrTexture> tex = gpu->wrapBackendTexture( in wrap_tex_test()
79 tex = gpu->wrapBackendTexture( in wrap_tex_test()
89 sk_sp<GrTexture> tex = gpu->wrapBackendTexture( in wrap_tex_test()
92 tex = gpu->wrapBackendTexture( in wrap_tex_test()
101 sk_sp<GrTexture> tex = gpu->wrapBackendTexture( in wrap_tex_test()
DEGLImageTest.cpp198 sk_sp<GrSurfaceProxy> texProxy = context0->priv().proxyProvider()->wrapBackendTexture( in DEF_GANESH_TEST_FOR_GL_CONTEXT()
DGrSurfaceTest.cpp471 auto proxy = proxyProvider->wrapBackendTexture(mbet->texture(), kBorrow_GrWrapOwnership, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
534 proxy = proxyProvider->wrapBackendTexture(mbet->texture(), kBorrow_GrWrapOwnership, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
DRectangleTextureTest.cpp190 sk_sp<GrTextureProxy> rectProxy = proxyProvider->wrapBackendTexture( in DEF_GANESH_TEST_FOR_GL_CONTEXT()
DProxyTest.cpp375 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->wrapBackendTexture( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
DTextureProxyTest.cpp167 return proxyProvider->wrapBackendTexture(mbet->texture(), in create_wrapped_backend()
DBackendAllocationTest.cpp335 proxy = dContext->priv().proxyProvider()->wrapBackendTexture( in check_base_readbacks()
449 auto proxy = dContext->priv().proxyProvider()->wrapBackendTexture(backendTex, in check_mipmaps()
DResourceCacheTest.cpp264 sk_sp<GrTexture> borrowed(resourceProvider->wrapBackendTexture( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
267 sk_sp<GrTexture> adopted(resourceProvider->wrapBackendTexture( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
1635 wrapped[i] = gpu->wrapBackendTexture(backends[i], in test_free_texture_messages()
1708 sk_sp<GrTexture> tex = gpu->wrapBackendTexture(backend, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
DResourceAllocatorTest.cpp118 return proxyProvider->wrapBackendTexture(mbet->texture(), in make_backend()
DGrPorterDuffTest.cpp1109 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapBackendTexture( in DEF_GANESH_TEST()
/external/skia/src/gpu/ganesh/image/
DGrTextureGenerator.cpp73 sk_sp<GrSurfaceProxy> proxy = ctx->priv().proxyProvider()->wrapBackendTexture( in onGenerateTexture()
DSkImage_GaneshFactories.cpp186 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapBackendTexture( in new_wrapped_texture_common()
488 proxies[plane] = proxyProvider->wrapBackendTexture(yuvaTextures.texture(plane), in TextureFromYUVATextures()
DSkImage_GaneshBase.cpp400 fTexture = resourceProvider->wrapBackendTexture( in MakePromiseImageLazyProxy()
/external/skia/src/image/
DSkImage_AndroidFactories.cpp142 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapBackendTexture( in TextureFromAHardwareBufferWithData()
/external/skia/src/gpu/ganesh/
DGrAHardwareBufferImageGenerator.cpp149 sk_sp<GrTexture> tex = resourceProvider->wrapBackendTexture( in makeView()
DGrProxyProvider.h138 sk_sp<GrTextureProxy> wrapBackendTexture(const GrBackendTexture&,
DGrBackendTextureImageGenerator.cpp214 tex = resourceProvider->wrapBackendTexture( in onGenerateTexture()
DGrResourceProvider.h176 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex,
DGrResourceProvider.cpp375 sk_sp<GrTexture> GrResourceProvider::wrapBackendTexture(const GrBackendTexture& tex, in wrapBackendTexture() function in GrResourceProvider
383 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType); in wrapBackendTexture()
DGrProxyProvider.cpp604 sk_sp<GrTextureProxy> GrProxyProvider::wrapBackendTexture( in wrapBackendTexture() function in GrProxyProvider
625 resourceProvider->wrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
DGrGpu.h186 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture&,
DGrGpu.cpp297 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture() function in GrGpu
DGrDirectContext.cpp686 auto proxy = context->priv().proxyProvider()->wrapBackendTexture(backendTexture, in update_texture_with_pixmaps()