1**native api中导出的EGL符号列表** 2 3|符号类型|符号名|备注| 4| --- | --- | --- | 5|FUNC|eglChooseConfig|| 6|FUNC|eglCopyBuffers|| 7|FUNC|eglCreateContext|| 8|FUNC|eglCreatePbufferSurface|| 9|FUNC|eglCreatePixmapSurface|| 10|FUNC|eglCreateWindowSurface|| 11|FUNC|eglDestroyContext|| 12|FUNC|eglDestroySurface|| 13|FUNC|eglGetConfigAttrib|| 14|FUNC|eglGetConfigs|| 15|FUNC|eglGetCurrentDisplay|| 16|FUNC|eglGetCurrentSurface|| 17|FUNC|eglGetDisplay|| 18|FUNC|eglGetError|| 19|FUNC|eglGetProcAddress|| 20|FUNC|eglInitialize|| 21|FUNC|eglMakeCurrent|| 22|FUNC|eglQueryContext|| 23|FUNC|eglQueryString|| 24|FUNC|eglQuerySurface|| 25|FUNC|eglSwapBuffers|| 26|FUNC|eglTerminate|| 27|FUNC|eglWaitGL|| 28|FUNC|eglWaitNative|| 29|FUNC|eglBindTexImage|| 30|FUNC|eglReleaseTexImage|| 31|FUNC|eglSurfaceAttrib|| 32|FUNC|eglSwapInterval|| 33|FUNC|eglBindAPI|| 34|FUNC|eglQueryAPI|| 35|FUNC|eglCreatePbufferFromClientBuffer|| 36|FUNC|eglReleaseThread|| 37|FUNC|eglWaitClient|| 38|FUNC|eglGetCurrentContext|| 39|FUNC|eglCreateSync|| 40|FUNC|eglDestroySync|| 41|FUNC|eglClientWaitSync|| 42|FUNC|eglGetSyncAttrib|| 43|FUNC|eglCreateImage|| 44|FUNC|eglDestroyImage|| 45|FUNC|eglGetPlatformDisplay|| 46|FUNC|eglCreatePlatformWindowSurface|| 47|FUNC|eglCreatePlatformPixmapSurface|| 48|FUNC|eglWaitSync|| 49