Searched refs:onWrapCompressedBackendTexture (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/ |
H A D | GrMockGpu.h | 111 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
|
H A D | GrMockGpu.cpp | 193 sk_sp<GrTexture> GrMockGpu::onWrapCompressedBackendTexture(const GrBackendTexture& tex, in onWrapCompressedBackendTexture() function in GrMockGpu
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/ |
H A D | GrMtlGpu.h | 172 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
|
H A D | GrMtlGpu.mm | 740 sk_sp<GrTexture> GrMtlGpu::onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/ |
H A D | GrD3DGpu.h | 158 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
|
H A D | GrD3DGpu.cpp | 1009 sk_sp<GrTexture> GrD3DGpu::onWrapCompressedBackendTexture(const GrBackendTexture& tex, in onWrapCompressedBackendTexture() function in GrD3DGpu
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkGpu.h | 307 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
|
H A D | GrVkGpu.cpp | 1387 sk_sp<GrTexture> GrVkGpu::onWrapCompressedBackendTexture(const GrBackendTexture& beTex, in onWrapCompressedBackendTexture() function in GrVkGpu
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrGpu.h | 777 virtual sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
|
H A D | GrGpu.cpp | 334 return this->onWrapCompressedBackendTexture(backendTex, ownership, cacheable); in wrapCompressedBackendTexture()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLGpu.h | 338 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
|
H A D | GrGLGpu.cpp | 819 sk_sp<GrTexture> GrGLGpu::onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, in onWrapCompressedBackendTexture() function in GrGLGpu
|