Home
last modified time | relevance | path

Searched refs:wrapRenderableBackendTexture (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DVkWrapTests.cpp180 sk_sp<GrTexture> tex = gpu->wrapRenderableBackendTexture( in wrap_trt_test()
189 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership, in wrap_trt_test()
192 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
202 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kBorrow_GrWrapOwnership, in wrap_trt_test()
205 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
215 tex = gpu->wrapRenderableBackendTexture(origBackendTex, 2, kBorrow_GrWrapOwnership, in wrap_trt_test()
224 tex = gpu->wrapRenderableBackendTexture(backendTex, 1, kAdopt_GrWrapOwnership, in wrap_trt_test()
H A DProxyTest.cpp344 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->wrapRenderableBackendTexture( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
H A DGrSurfaceTest.cpp118 sk_sp<GrSurface> texRT2 = resourceProvider->wrapRenderableBackendTexture( in DEF_GANESH_TEST_FOR_MOCK_CONTEXT()
H A DBackendAllocationTest.cpp332 proxy = dContext->priv().proxyProvider()->wrapRenderableBackendTexture( in check_base_readbacks()
/aosp_15_r20/external/skia/src/gpu/ganesh/surface/
H A DSkSurface_Ganesh.cpp515 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in replaceBackendTexture()
654 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in WrapBackendTexture()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrProxyProvider.h152 sk_sp<GrTextureProxy> wrapRenderableBackendTexture(const GrBackendTexture&,
H A DGrResourceProvider.cpp398 sk_sp<GrTexture> GrResourceProvider::wrapRenderableBackendTexture(const GrBackendTexture& tex, in wrapRenderableBackendTexture() function in GrResourceProvider
406 return fGpu->wrapRenderableBackendTexture(tex, sampleCnt, ownership, cacheable); in wrapRenderableBackendTexture()
H A DGrProxyProvider.cpp677 sk_sp<GrTextureProxy> GrProxyProvider::wrapRenderableBackendTexture( in wrapRenderableBackendTexture() function in GrProxyProvider
700 sk_sp<GrTexture> tex = resourceProvider->wrapRenderableBackendTexture( in wrapRenderableBackendTexture()
H A DGrResourceProvider.h190 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
H A DGrRecordingContextPriv.cpp349 sk_sp<GrTextureProxy> proxy(this->proxyProvider()->wrapRenderableBackendTexture( in makeSFCFromBackendTexture()
H A DGrGpu.h198 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&,
H A DGrGpu.cpp337 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture() function in GrGpu
H A DSurfaceDrawContext.cpp303 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in MakeFromBackendTexture()