From 0426e2b892fd54f77e6e8a395e566db890106b1a Mon Sep 17 00:00:00 2001 From: zhongning5 Date: Fri, 26 Apr 2024 15:43:55 +0800 Subject: [PATCH] add egl api Signed-off-by: zhongning5 --- graphic/graphic_2d/EGL/libEGL.ndk.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/graphic/graphic_2d/EGL/libEGL.ndk.json b/graphic/graphic_2d/EGL/libEGL.ndk.json index 505448778..e6a27c5ab 100644 --- a/graphic/graphic_2d/EGL/libEGL.ndk.json +++ b/graphic/graphic_2d/EGL/libEGL.ndk.json @@ -42,5 +42,12 @@ { "name": "eglGetPlatformDisplay" }, { "name": "eglCreatePlatformWindowSurface" }, { "name": "eglCreatePlatformPixmapSurface" }, - { "name": "eglWaitSync" } + { "name": "eglWaitSync" }, + { "name": "eglCreatePlatformWindowSurfaceEXT" }, + { "name": "eglCreatePlatformPixmapSurfaceEXT" }, + { "name": "eglSwapBuffersWithDamageEXT" }, + { "name": "eglGetCompositorTimingSupportedANDROID" }, + { "name": "eglGetFrameTimestampSupportedANDROID" }, + { "name": "eglPresentationTimeANDROID" }, + { "name": "eglGetNativeClientBufferANDROID" } ]