Searched refs:wrapRenderableBackendTexture (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/skia/tests/ |
H A D | VkWrapTests.cpp | 180 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 D | ProxyTest.cpp | 344 sk_sp<GrSurfaceProxy> sProxy = proxyProvider->wrapRenderableBackendTexture( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
|
H A D | GrSurfaceTest.cpp | 118 sk_sp<GrSurface> texRT2 = resourceProvider->wrapRenderableBackendTexture( in DEF_GANESH_TEST_FOR_MOCK_CONTEXT()
|
H A D | BackendAllocationTest.cpp | 332 proxy = dContext->priv().proxyProvider()->wrapRenderableBackendTexture( in check_base_readbacks()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/surface/ |
H A D | SkSurface_Ganesh.cpp | 515 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 D | GrProxyProvider.h | 152 sk_sp<GrTextureProxy> wrapRenderableBackendTexture(const GrBackendTexture&,
|
H A D | GrResourceProvider.cpp | 398 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 D | GrProxyProvider.cpp | 677 sk_sp<GrTextureProxy> GrProxyProvider::wrapRenderableBackendTexture( in wrapRenderableBackendTexture() function in GrProxyProvider 700 sk_sp<GrTexture> tex = resourceProvider->wrapRenderableBackendTexture( in wrapRenderableBackendTexture()
|
H A D | GrResourceProvider.h | 190 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
|
H A D | GrRecordingContextPriv.cpp | 349 sk_sp<GrTextureProxy> proxy(this->proxyProvider()->wrapRenderableBackendTexture( in makeSFCFromBackendTexture()
|
H A D | GrGpu.h | 198 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&,
|
H A D | GrGpu.cpp | 337 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture() function in GrGpu
|
H A D | SurfaceDrawContext.cpp | 303 sk_sp<GrTextureProxy> proxy(rContext->priv().proxyProvider()->wrapRenderableBackendTexture( in MakeFromBackendTexture()
|