/external/skia/tests/ |
D | VkWrapTests.cpp | 66 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()
|
D | EGLImageTest.cpp | 198 sk_sp<GrSurfaceProxy> texProxy = context0->priv().proxyProvider()->wrapBackendTexture( in DEF_GANESH_TEST_FOR_GL_CONTEXT()
|
D | GrSurfaceTest.cpp | 471 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()
|
D | RectangleTextureTest.cpp | 190 sk_sp<GrTextureProxy> rectProxy = proxyProvider->wrapBackendTexture( in DEF_GANESH_TEST_FOR_GL_CONTEXT()
|
D | ProxyTest.cpp | 375 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->wrapBackendTexture( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
|
D | TextureProxyTest.cpp | 167 return proxyProvider->wrapBackendTexture(mbet->texture(), in create_wrapped_backend()
|
D | BackendAllocationTest.cpp | 335 proxy = dContext->priv().proxyProvider()->wrapBackendTexture( in check_base_readbacks() 449 auto proxy = dContext->priv().proxyProvider()->wrapBackendTexture(backendTex, in check_mipmaps()
|
D | ResourceCacheTest.cpp | 264 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()
|
D | ResourceAllocatorTest.cpp | 118 return proxyProvider->wrapBackendTexture(mbet->texture(), in make_backend()
|
D | GrPorterDuffTest.cpp | 1109 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapBackendTexture( in DEF_GANESH_TEST()
|
/external/skia/src/gpu/ganesh/image/ |
D | GrTextureGenerator.cpp | 73 sk_sp<GrSurfaceProxy> proxy = ctx->priv().proxyProvider()->wrapBackendTexture( in onGenerateTexture()
|
D | SkImage_GaneshFactories.cpp | 186 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapBackendTexture( in new_wrapped_texture_common() 488 proxies[plane] = proxyProvider->wrapBackendTexture(yuvaTextures.texture(plane), in TextureFromYUVATextures()
|
D | SkImage_GaneshBase.cpp | 400 fTexture = resourceProvider->wrapBackendTexture( in MakePromiseImageLazyProxy()
|
/external/skia/src/image/ |
D | SkImage_AndroidFactories.cpp | 142 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapBackendTexture( in TextureFromAHardwareBufferWithData()
|
/external/skia/src/gpu/ganesh/ |
D | GrAHardwareBufferImageGenerator.cpp | 149 sk_sp<GrTexture> tex = resourceProvider->wrapBackendTexture( in makeView()
|
D | GrProxyProvider.h | 138 sk_sp<GrTextureProxy> wrapBackendTexture(const GrBackendTexture&,
|
D | GrBackendTextureImageGenerator.cpp | 214 tex = resourceProvider->wrapBackendTexture( in onGenerateTexture()
|
D | GrResourceProvider.h | 176 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex,
|
D | GrResourceProvider.cpp | 375 sk_sp<GrTexture> GrResourceProvider::wrapBackendTexture(const GrBackendTexture& tex, in wrapBackendTexture() function in GrResourceProvider 383 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType); in wrapBackendTexture()
|
D | GrProxyProvider.cpp | 604 sk_sp<GrTextureProxy> GrProxyProvider::wrapBackendTexture( in wrapBackendTexture() function in GrProxyProvider 625 resourceProvider->wrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
|
D | GrGpu.h | 186 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture&,
|
D | GrGpu.cpp | 297 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture() function in GrGpu
|
D | GrDirectContext.cpp | 686 auto proxy = context->priv().proxyProvider()->wrapBackendTexture(backendTexture, in update_texture_with_pixmaps()
|