add egl api

Signed-off-by: zhongning5 <zhongning5@huawei.com>
This commit is contained in:
zhongning5 2024-04-26 15:43:55 +08:00
parent 38e3801bbe
commit 0426e2b892

View File

@ -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" }
]