Home
last modified time | relevance | path

Searched refs:onWrapCompressedBackendTexture (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockGpu.h111 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
H A DGrMockGpu.cpp193 sk_sp<GrTexture> GrMockGpu::onWrapCompressedBackendTexture(const GrBackendTexture& tex, in onWrapCompressedBackendTexture() function in GrMockGpu
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlGpu.h172 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
H A DGrMtlGpu.mm740 sk_sp<GrTexture> GrMtlGpu::onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, function
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DGpu.h158 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
H A DGrD3DGpu.cpp1009 sk_sp<GrTexture> GrD3DGpu::onWrapCompressedBackendTexture(const GrBackendTexture& tex, in onWrapCompressedBackendTexture() function in GrD3DGpu
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkGpu.h307 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
H A DGrVkGpu.cpp1387 sk_sp<GrTexture> GrVkGpu::onWrapCompressedBackendTexture(const GrBackendTexture& beTex, in onWrapCompressedBackendTexture() function in GrVkGpu
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrGpu.h777 virtual sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
H A DGrGpu.cpp334 return this->onWrapCompressedBackendTexture(backendTex, ownership, cacheable); in wrapCompressedBackendTexture()
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.h338 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
H A DGrGLGpu.cpp819 sk_sp<GrTexture> GrGLGpu::onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, in onWrapCompressedBackendTexture() function in GrGLGpu