Searched refs:onWrapRenderableBackendTexture (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/gpu/mock/ |
D | GrMockGpu.h | 82 sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&,
|
D | GrMockGpu.cpp | 178 sk_sp<GrTexture> GrMockGpu::onWrapRenderableBackendTexture(const GrBackendTexture& tex, in onWrapRenderableBackendTexture() function in GrMockGpu
|
/external/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 136 sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&,
|
D | GrDawnGpu.cpp | 272 sk_sp<GrTexture> GrDawnGpu::onWrapRenderableBackendTexture(const GrBackendTexture& tex, in onWrapRenderableBackendTexture() function in GrDawnGpu
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 182 sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&,
|
D | GrMtlGpu.mm | 743 sk_sp<GrTexture> GrMtlGpu::onWrapRenderableBackendTexture(const GrBackendTexture& backendTex, function
|
/external/skia/src/gpu/d3d/ |
D | GrD3DGpu.h | 158 sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&,
|
D | GrD3DGpu.cpp | 962 sk_sp<GrTexture> GrD3DGpu::onWrapRenderableBackendTexture(const GrBackendTexture& tex, in onWrapRenderableBackendTexture() function in GrD3DGpu
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 262 sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&,
|
D | GrVkGpu.cpp | 1298 sk_sp<GrTexture> GrVkGpu::onWrapRenderableBackendTexture(const GrBackendTexture& backendTex, in onWrapRenderableBackendTexture() function in GrVkGpu
|
/external/skia/src/gpu/ |
D | GrGpu.h | 723 virtual sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&,
|
D | GrGpu.cpp | 348 this->onWrapRenderableBackendTexture(backendTex, sampleCnt, ownership, cacheable); in wrapRenderableBackendTexture()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 273 sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&,
|
D | GrGLGpu.cpp | 735 sk_sp<GrTexture> GrGLGpu::onWrapRenderableBackendTexture(const GrBackendTexture& backendTex, in onWrapRenderableBackendTexture() function in GrGLGpu
|