Home
last modified time | relevance | path

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

/external/skia/src/gpu/mock/
DGrMockGpu.h79 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
DGrMockGpu.cpp172 sk_sp<GrTexture> GrMockGpu::onWrapCompressedBackendTexture(const GrBackendTexture& tex, in onWrapCompressedBackendTexture() function in GrMockGpu
/external/skia/src/gpu/dawn/
DGrDawnGpu.h131 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
DGrDawnGpu.cpp258 sk_sp<GrTexture> GrDawnGpu::onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, in onWrapCompressedBackendTexture() function in GrDawnGpu
/external/skia/src/gpu/mtl/
DGrMtlGpu.h168 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
DGrMtlGpu.mm752 sk_sp<GrTexture> GrMtlGpu::onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, function
/external/skia/src/gpu/d3d/
DGrD3DGpu.h154 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
DGrD3DGpu.cpp813 sk_sp<GrTexture> GrD3DGpu::onWrapCompressedBackendTexture(const GrBackendTexture& tex, in onWrapCompressedBackendTexture() function in GrD3DGpu
/external/skia/src/gpu/vk/
DGrVkGpu.h257 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
DGrVkGpu.cpp1271 sk_sp<GrTexture> GrVkGpu::onWrapCompressedBackendTexture(const GrBackendTexture& beTex, in onWrapCompressedBackendTexture() function in GrVkGpu
/external/skia/src/gpu/
DGrGpu.h703 virtual sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
DGrGpu.cpp297 return this->onWrapCompressedBackendTexture(backendTex, ownership, cacheable); in wrapCompressedBackendTexture()
/external/skia/src/gpu/gl/
DGrGLGpu.h257 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
DGrGLGpu.cpp705 sk_sp<GrTexture> GrGLGpu::onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, in onWrapCompressedBackendTexture() function in GrGLGpu