/external/skqp/src/gpu/mock/ |
D | GrMockGpu.h | 62 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&, GrWrapOwnership, GrWrapCacheable,
|
D | GrMockGpu.cpp | 109 sk_sp<GrTexture> GrMockGpu::onWrapBackendTexture(const GrBackendTexture& tex, in onWrapBackendTexture() function in GrMockGpu
|
/external/skia/src/gpu/mock/ |
D | GrMockGpu.h | 75 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
|
D | GrMockGpu.cpp | 153 sk_sp<GrTexture> GrMockGpu::onWrapBackendTexture(const GrBackendTexture& tex, in onWrapBackendTexture() function in GrMockGpu
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpu.h | 135 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&, GrWrapOwnership, GrWrapCacheable,
|
D | GrMtlGpu.mm | 344 sk_sp<GrTexture> GrMtlGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, function
|
/external/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 127 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
|
D | GrDawnGpu.cpp | 244 sk_sp<GrTexture> GrDawnGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture() function in GrDawnGpu
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 163 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
|
D | GrMtlGpu.mm | 735 sk_sp<GrTexture> GrMtlGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, function
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpu.h | 187 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&, GrWrapOwnership, GrWrapCacheable,
|
D | GrVkGpu.cpp | 1052 sk_sp<GrTexture> GrVkGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture() function in GrVkGpu
|
/external/skia/src/gpu/d3d/ |
D | GrD3DGpu.h | 150 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
|
D | GrD3DGpu.cpp | 785 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/ |
D | GrGpu.h | 460 virtual sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&, GrWrapOwnership,
|
D | GrGpu.cpp | 163 return this->onWrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 253 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
|
D | GrVkGpu.cpp | 1243 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/ |
D | GrGLGpu.h | 193 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&, GrWrapOwnership, GrWrapCacheable,
|
D | GrGLGpu.cpp | 639 sk_sp<GrTexture> GrGLGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture() function in GrGLGpu
|
/external/skia/src/gpu/ |
D | GrGpu.h | 698 virtual sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
|
D | GrGpu.cpp | 278 return this->onWrapBackendTexture(backendTex, ownership, cacheable, ioType); in wrapBackendTexture()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 253 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
|
D | GrGLGpu.cpp | 650 sk_sp<GrTexture> GrGLGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture() function in GrGLGpu
|