Home
last modified time | relevance | path

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

/external/skia/src/gpu/mock/
DGrMockGpu.h74 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
DGrMockGpu.cpp153 sk_sp<GrTexture> GrMockGpu::onWrapBackendTexture(const GrBackendTexture& tex, in onWrapBackendTexture() function in GrMockGpu
/external/skia/src/gpu/dawn/
DGrDawnGpu.h129 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
DGrDawnGpu.cpp252 sk_sp<GrTexture> GrDawnGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture() function in GrDawnGpu
/external/skia/src/gpu/mtl/
DGrMtlGpu.h173 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
DGrMtlGpu.mm710 sk_sp<GrTexture> GrMtlGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, function
/external/skia/src/gpu/d3d/
DGrD3DGpu.h150 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
DGrD3DGpu.cpp928 sk_sp<GrTexture> GrD3DGpu::onWrapBackendTexture(const GrBackendTexture& tex, in onWrapBackendTexture() function in GrD3DGpu
959 return this->onWrapBackendTexture(tex, ownership, wrapType, kRead_GrIOType); in onWrapCompressedBackendTexture()
/external/skia/src/gpu/vk/
DGrVkGpu.h255 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
DGrVkGpu.cpp1264 sk_sp<GrTexture> GrVkGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture() function in GrVkGpu
1295 return this->onWrapBackendTexture(beTex, ownership, cacheable, kRead_GrIOType); in onWrapCompressedBackendTexture()
/external/skia/src/gpu/
DGrGpu.h714 virtual sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
DGrGpu.cpp305 return this->onWrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
/external/skia/src/gpu/gl/
DGrGLGpu.h266 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
DGrGLGpu.cpp657 sk_sp<GrTexture> GrGLGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture() function in GrGLGpu