Searched refs:onWrapCompressedBackendTexture (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/gpu/mock/ |
D | GrMockGpu.h | 79 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
|
D | GrMockGpu.cpp | 172 sk_sp<GrTexture> GrMockGpu::onWrapCompressedBackendTexture(const GrBackendTexture& tex, in onWrapCompressedBackendTexture() function in GrMockGpu
|
/external/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 131 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
|
D | GrDawnGpu.cpp | 258 sk_sp<GrTexture> GrDawnGpu::onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, in onWrapCompressedBackendTexture() function in GrDawnGpu
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 168 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
|
D | GrMtlGpu.mm | 752 sk_sp<GrTexture> GrMtlGpu::onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, function
|
/external/skia/src/gpu/d3d/ |
D | GrD3DGpu.h | 154 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
|
D | GrD3DGpu.cpp | 813 sk_sp<GrTexture> GrD3DGpu::onWrapCompressedBackendTexture(const GrBackendTexture& tex, in onWrapCompressedBackendTexture() function in GrD3DGpu
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 257 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
|
D | GrVkGpu.cpp | 1271 sk_sp<GrTexture> GrVkGpu::onWrapCompressedBackendTexture(const GrBackendTexture& beTex, in onWrapCompressedBackendTexture() function in GrVkGpu
|
/external/skia/src/gpu/ |
D | GrGpu.h | 703 virtual sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
|
D | GrGpu.cpp | 297 return this->onWrapCompressedBackendTexture(backendTex, ownership, cacheable); in wrapCompressedBackendTexture()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 257 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
|
D | GrGLGpu.cpp | 705 sk_sp<GrTexture> GrGLGpu::onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, in onWrapCompressedBackendTexture() function in GrGLGpu
|