Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockGpu.h107 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
H A DGrMockGpu.cpp170 sk_sp<GrTexture> GrMockGpu::onWrapBackendTexture(const GrBackendTexture& tex, in onWrapBackendTexture() function in GrMockGpu
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlGpu.h167 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
H A DGrMtlGpu.mm723 sk_sp<GrTexture> GrMtlGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, function
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DGpu.h154 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
H A DGrD3DGpu.cpp981 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 DGrVkGpu.h303 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
H A DGrVkGpu.cpp1359 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 DGrGpu.h772 virtual sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
H A DGrGpu.cpp315 return this->onWrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.h334 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
H A DGrGLGpu.cpp758 sk_sp<GrTexture> GrGLGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture() function in GrGLGpu