diff --git a/graphic/graphic_2d/EGL/libEGL.ndk.json b/graphic/graphic_2d/EGL/libEGL.ndk.json index 5054487784bcdc3ed09f8f0438f8922d8815ffe5..e6a27c5abc725210e3bfd36b9349e52c21db59a7 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" } ]