Home
last modified time | relevance | path

Searched defs:getBackendTexture (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlTexture.mm131 GrBackendTexture GrMtlTexture::getBackendTexture() const { function
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLTexture.cpp145 GrBackendTexture GrGLTexture::getBackendTexture() const { in getBackendTexture() function in GrGLTexture
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DTexture.cpp163 GrBackendTexture GrD3DTexture::getBackendTexture() const { in getBackendTexture() function in GrD3DTexture
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkTexture.cpp200 GrBackendTexture GrVkTexture::getBackendTexture() const { in getBackendTexture() function in GrVkTexture
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockTexture.h57 GrBackendTexture getBackendTexture() const override { in getBackendTexture() function
/aosp_15_r20/external/skia/src/gpu/ganesh/surface/
H A DSkSurface_Ganesh.cpp111 GrBackendTexture SkSurface_Ganesh::getBackendTexture(BackendHandleAccess access) { in getBackendTexture() function in SkSurface_Ganesh
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp949 GrBackendTexture getBackendTexture() override { in getBackendTexture() function in ExternalWebGLTexture