Searched refs:onWrapBackendTexture (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/ |
H A D | GrMockGpu.h | 107 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
|
H A D | GrMockGpu.cpp | 170 sk_sp<GrTexture> GrMockGpu::onWrapBackendTexture(const GrBackendTexture& tex, in onWrapBackendTexture() function in GrMockGpu
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/ |
H A D | GrMtlGpu.h | 167 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
|
H A D | GrMtlGpu.mm | 723 sk_sp<GrTexture> GrMtlGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/ |
H A D | GrD3DGpu.h | 154 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
|
H A D | GrD3DGpu.cpp | 981 sk_sp<GrTexture> GrD3DGpu::onWrapBackendTexture(const GrBackendTexture& tex, in onWrapBackendTexture() function in GrD3DGpu 1012 return this->onWrapBackendTexture(tex, ownership, wrapType, kRead_GrIOType); in onWrapCompressedBackendTexture()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkGpu.h | 303 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
|
H A D | GrVkGpu.cpp | 1359 sk_sp<GrTexture> GrVkGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture() function in GrVkGpu 1390 return this->onWrapBackendTexture(beTex, ownership, cacheable, kRead_GrIOType); in onWrapCompressedBackendTexture()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrGpu.h | 772 virtual sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
|
H A D | GrGpu.cpp | 315 return this->onWrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLGpu.h | 334 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
|
H A D | GrGLGpu.cpp | 758 sk_sp<GrTexture> GrGLGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture() function in GrGLGpu
|