Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DVkWrapTests.cpp50 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 DEGLImageTest.cpp158 sk_sp<GrSurfaceProxy> texProxy = context0->priv().proxyProvider()->wrapBackendTexture( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
H A DGrSurfaceTest.cpp364 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 DRectangleTextureTest.cpp158 sk_sp<GrTextureProxy> rectProxy = proxyProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
H A DProxyTest.cpp266 // 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 DTextureProxyTest.cpp113 return proxyProvider->wrapBackendTexture(mbet->texture(), in create_wrapped_backend()
H A DResourceCacheTest.cpp206 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 DBackendAllocationTest.cpp275 proxy = dContext->priv().proxyProvider()->wrapBackendTexture( in check_base_readbacks()
389 auto proxy = dContext->priv().proxyProvider()->wrapBackendTexture(backendTex, in check_mipmaps()
H A DResourceAllocatorTest.cpp82 return proxyProvider->wrapBackendTexture(mbet->texture(), in make_backend()
H A DGrPorterDuffTest.cpp1083 sk_sp<GrTextureProxy> proxy = proxyProvider->wrapBackendTexture( in DEF_GPUTEST()
/third_party/skia/src/gpu/
H A DGrProxyProvider.h115 sk_sp<GrTextureProxy> wrapBackendTexture(const GrBackendTexture&,
H A DGrBackendTextureImageGenerator.cpp198 tex = resourceProvider->wrapBackendTexture( in onGenerateTexture()
H A DGrAHardwareBufferImageGenerator.cpp163 sk_sp<GrTexture> tex = resourceProvider->wrapBackendTexture( in makeView()
H A DGrResourceProvider.h151 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex,
172 * similar to wrapBackendTexture but can be used to draw into surfaces
H A DGrResourceProvider.cpp351 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 DGrProxyProvider.cpp536 sk_sp<GrTextureProxy> GrProxyProvider::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture() function in GrProxyProvider
556 resourceProvider->wrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
H A DGrGpu.h186 * Implements GrResourceProvider::wrapBackendTexture
188 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture&,
H A DGrGpu.cpp320 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture() function in GrGpu
H A DGrDirectContext.cpp740 auto proxy = context->priv().proxyProvider()->wrapBackendTexture(backendTexture, in update_texture_with_pixmaps()
/third_party/skia/src/image/
H A DSkImage_GpuBase.cpp300 sk_sp<GrTexture> tex = resourceProvider->wrapBackendTexture(backendTexture, in MakePromiseImageLazyProxy()
H A DSkImage_GpuYUVA.cpp235 proxies[plane] = proxyProvider->wrapBackendTexture(yuvaTextures.texture(plane), in MakeFromYUVATextures()
H A DSkImage_Gpu.cpp398 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 Dcanvaskit_bindings.cpp767 sk_sp<GrSurfaceProxy> proxy = ctx->priv().proxyProvider()->wrapBackendTexture( in onGenerateTexture()

Completed in 36 milliseconds