Home
last modified time | relevance | path

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

/external/skqp/src/gpu/mock/
DGrMockGpu.h62 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&, GrWrapOwnership, GrWrapCacheable,
DGrMockGpu.cpp109 sk_sp<GrTexture> GrMockGpu::onWrapBackendTexture(const GrBackendTexture& tex, in onWrapBackendTexture() function in GrMockGpu
/external/skia/src/gpu/mock/
DGrMockGpu.h75 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
DGrMockGpu.cpp153 sk_sp<GrTexture> GrMockGpu::onWrapBackendTexture(const GrBackendTexture& tex, in onWrapBackendTexture() function in GrMockGpu
/external/skqp/src/gpu/mtl/
DGrMtlGpu.h135 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&, GrWrapOwnership, GrWrapCacheable,
DGrMtlGpu.mm344 sk_sp<GrTexture> GrMtlGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, function
/external/skia/src/gpu/dawn/
DGrDawnGpu.h127 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
DGrDawnGpu.cpp244 sk_sp<GrTexture> GrDawnGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture() function in GrDawnGpu
/external/skia/src/gpu/mtl/
DGrMtlGpu.h163 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
DGrMtlGpu.mm735 sk_sp<GrTexture> GrMtlGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, function
/external/skqp/src/gpu/vk/
DGrVkGpu.h187 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&, GrWrapOwnership, GrWrapCacheable,
DGrVkGpu.cpp1052 sk_sp<GrTexture> GrVkGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture() function in GrVkGpu
/external/skia/src/gpu/d3d/
DGrD3DGpu.h150 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
DGrD3DGpu.cpp785 sk_sp<GrTexture> GrD3DGpu::onWrapBackendTexture(const GrBackendTexture& tex, in onWrapBackendTexture() function in GrD3DGpu
816 return this->onWrapBackendTexture(tex, ownership, wrapType, kRead_GrIOType); in onWrapCompressedBackendTexture()
/external/skqp/src/gpu/
DGrGpu.h460 virtual sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&, GrWrapOwnership,
DGrGpu.cpp163 return this->onWrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
/external/skia/src/gpu/vk/
DGrVkGpu.h253 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
DGrVkGpu.cpp1243 sk_sp<GrTexture> GrVkGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture() function in GrVkGpu
1274 return this->onWrapBackendTexture(beTex, ownership, cacheable, kRead_GrIOType); in onWrapCompressedBackendTexture()
/external/skqp/src/gpu/gl/
DGrGLGpu.h193 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&, GrWrapOwnership, GrWrapCacheable,
DGrGLGpu.cpp639 sk_sp<GrTexture> GrGLGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture() function in GrGLGpu
/external/skia/src/gpu/
DGrGpu.h698 virtual sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
DGrGpu.cpp278 return this->onWrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
/external/skia/src/gpu/gl/
DGrGLGpu.h253 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
DGrGLGpu.cpp650 sk_sp<GrTexture> GrGLGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture() function in GrGLGpu