Searched refs:onWrapRenderableBackendTexture (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/ |
H A D | GrMockGpu.h | 115 sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&,
|
H A D | GrMockGpu.cpp | 199 sk_sp<GrTexture> GrMockGpu::onWrapRenderableBackendTexture(const GrBackendTexture& tex, in onWrapRenderableBackendTexture() function in GrMockGpu
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/ |
H A D | GrMtlGpu.h | 176 sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&,
|
H A D | GrMtlGpu.mm | 756 sk_sp<GrTexture> GrMtlGpu::onWrapRenderableBackendTexture(const GrBackendTexture& backendTex, function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/ |
H A D | GrD3DGpu.h | 162 sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&,
|
H A D | GrD3DGpu.cpp | 1015 sk_sp<GrTexture> GrD3DGpu::onWrapRenderableBackendTexture(const GrBackendTexture& tex, in onWrapRenderableBackendTexture() function in GrD3DGpu
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkGpu.h | 310 sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&,
|
H A D | GrVkGpu.cpp | 1393 sk_sp<GrTexture> GrVkGpu::onWrapRenderableBackendTexture(const GrBackendTexture& backendTex, in onWrapRenderableBackendTexture() function in GrVkGpu
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrGpu.h | 781 virtual sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&,
|
H A D | GrGpu.cpp | 358 this->onWrapRenderableBackendTexture(backendTex, sampleCnt, ownership, cacheable); in wrapRenderableBackendTexture()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLGpu.h | 341 sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&,
|
H A D | GrGLGpu.cpp | 845 sk_sp<GrTexture> GrGLGpu::onWrapRenderableBackendTexture(const GrBackendTexture& backendTex, in onWrapRenderableBackendTexture() function in GrGLGpu
|