Home
last modified time | relevance | path

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

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