From 423c0bd2d4e6af00b6b4b049ef9ae92ddd8c5026 Mon Sep 17 00:00:00 2001 From: zhongning5 Date: Thu, 25 Apr 2024 11:19:01 +0800 Subject: [PATCH] add egl extension api Signed-off-by: zhongning5 --- graphic/graphic_2d/EGL/libEGL.ndk.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/graphic/graphic_2d/EGL/libEGL.ndk.json b/graphic/graphic_2d/EGL/libEGL.ndk.json index 505448778..f3ac5838a 100644 --- a/graphic/graphic_2d/EGL/libEGL.ndk.json +++ b/graphic/graphic_2d/EGL/libEGL.ndk.json @@ -42,5 +42,8 @@ { "name": "eglGetPlatformDisplay" }, { "name": "eglCreatePlatformWindowSurface" }, { "name": "eglCreatePlatformPixmapSurface" }, - { "name": "eglWaitSync" } + { "name": "eglWaitSync" }, + { "name": "eglCreatePlatformWindowSurfaceEXT" }, + { "name": "eglCreatePlatformPixmapSurfaceEXT" }, + { "name": "eglSwapBuffersWithDamageEXT" } ] -- Gitee