/third_party/skia/tests/ |
H A D | VkWrapTests.cpp | 50 sk_sp<GrTexture> tex = gpu->wrapBackendTexture(origBackendTex, kBorrow_GrWrapOwnership, in wrap_tex_test() 60 sk_sp<GrTexture> tex = gpu->wrapBackendTexture( in wrap_tex_test() 63 tex = gpu->wrapBackendTexture( in wrap_tex_test() 73 sk_sp<GrTexture> tex = gpu->wrapBackendTexture( in wrap_tex_test() 76 tex = gpu->wrapBackendTexture( in wrap_tex_test() 85 sk_sp<GrTexture> tex = gpu->wrapBackendTexture( in wrap_tex_test()
|
H A D | EGLImageTest.cpp | 158 sk_sp<GrSurfaceProxy> texProxy = context0->priv().proxyProvider()->wrapBackendTexture( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
H A D | GrSurfaceTest.cpp | 364 auto proxy = proxyProvider->wrapBackendTexture(mbet->texture(), kBorrow_GrWrapOwnership, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 424 proxy = proxyProvider->wrapBackendTexture(mbet->texture(), kBorrow_GrWrapOwnership, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | RectangleTextureTest.cpp | 158 sk_sp<GrTextureProxy> rectProxy = proxyProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
H A D | ProxyTest.cpp | 266 // Tests wrapBackendTexture that is only renderable in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 295 // Tests wrapBackendTexture that is only textureable in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 308 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 312 ERRORF(reporter, "wrapBackendTexture failed"); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | TextureProxyTest.cpp | 113 return proxyProvider->wrapBackendTexture(mbet->texture(), in create_wrapped_backend()
|
H A D | ResourceCacheTest.cpp | 206 sk_sp<GrTexture> borrowed(resourceProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 209 sk_sp<GrTexture> adopted(resourceProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 1563 wrapped[i] = gpu->wrapBackendTexture(backends[i], in test_free_texture_messages() 1646 GrTexture* tex = gpu->wrapBackendTexture(backend, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | BackendAllocationTest.cpp | 275 proxy = dContext->priv().proxyProvider()->wrapBackendTexture( in check_base_readbacks() 389 auto proxy = dContext->priv().proxyProvider()->wrapBackendTexture(backendTex, in check_mipmaps()
|
H A D | ResourceAllocatorTest.cpp | 82 return proxyProvider->wrapBackendTexture(mbet->texture(), in make_backend()
|
H A D | GrPorterDuffTest.cpp | 1083 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapBackendTexture( in DEF_GPUTEST()
|
/third_party/skia/src/gpu/ |
H A D | GrProxyProvider.h | 115 sk_sp<GrTextureProxy> wrapBackendTexture(const GrBackendTexture&,
|
H A D | GrBackendTextureImageGenerator.cpp | 198 tex = resourceProvider->wrapBackendTexture( in onGenerateTexture()
|
H A D | GrAHardwareBufferImageGenerator.cpp | 163 sk_sp<GrTexture> tex = resourceProvider->wrapBackendTexture( in makeView()
|
H A D | GrResourceProvider.h | 151 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex, 172 * similar to wrapBackendTexture but can be used to draw into surfaces
|
H A D | GrResourceProvider.cpp | 351 sk_sp<GrTexture> GrResourceProvider::wrapBackendTexture(const GrBackendTexture& tex, in wrapBackendTexture() function in GrResourceProvider 359 return fGpu->wrapBackendTexture(tex, ownership, cacheable, ioType); in wrapBackendTexture()
|
H A D | GrProxyProvider.cpp | 536 sk_sp<GrTextureProxy> GrProxyProvider::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture() function in GrProxyProvider 556 resourceProvider->wrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
|
H A D | GrGpu.h | 186 * Implements GrResourceProvider::wrapBackendTexture 188 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture&,
|
H A D | GrGpu.cpp | 320 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture() function in GrGpu
|
H A D | GrDirectContext.cpp | 740 auto proxy = context->priv().proxyProvider()->wrapBackendTexture(backendTexture, in update_texture_with_pixmaps()
|
/third_party/skia/src/image/ |
H A D | SkImage_GpuBase.cpp | 300 sk_sp<GrTexture> tex = resourceProvider->wrapBackendTexture(backendTexture, in MakePromiseImageLazyProxy()
|
H A D | SkImage_GpuYUVA.cpp | 235 proxies[plane] = proxyProvider->wrapBackendTexture(yuvaTextures.texture(plane), in MakeFromYUVATextures()
|
H A D | SkImage_Gpu.cpp | 398 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapBackendTexture( in new_wrapped_texture_common() 744 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapBackendTexture( in MakeFromAHardwareBufferWithData()
|
/third_party/skia/modules/canvaskit/ |
H A D | canvaskit_bindings.cpp | 767 sk_sp<GrSurfaceProxy> proxy = ctx->priv().proxyProvider()->wrapBackendTexture( in onGenerateTexture()
|