| { | |
| global: | |
| eglBindAPI; | |
| eglBindTexImage; | |
| eglChooseConfig; | |
| eglCopyBuffers; | |
| eglCreateContext; | |
| eglCreatePbufferFromClientBuffer; | |
| eglCreatePbufferSurface; | |
| eglCreatePixmapSurface; | |
| eglCreateWindowSurface; | |
| eglDestroyContext; | |
| eglDestroySurface; | |
| eglGetConfigAttrib; | |
| eglGetConfigs; | |
| eglGetCurrentContext; | |
| eglGetCurrentDisplay; | |
| eglGetCurrentSurface; | |
| eglGetDisplay; | |
| eglGetError; | |
| eglGetProcAddress; | |
| eglInitialize; | |
| eglMakeCurrent; | |
| eglQueryAPI; | |
| eglQueryContext; | |
| eglQueryString; | |
| eglQuerySurface; | |
| eglReleaseTexImage; | |
| eglReleaseThread; | |
| eglSurfaceAttrib; | |
| eglSwapBuffers; | |
| eglSwapInterval; | |
| eglTerminate; | |
| eglWaitClient; | |
| eglWaitGL; | |
| eglWaitNative; | |
| # Extensions | |
| eglCreateImageKHR; | |
| eglDestroyImageKHR; | |
| eglGetPlatformDisplayEXT; | |
| eglCreatePlatformWindowSurfaceEXT; | |
| eglCreatePlatformPixmapSurfaceEXT; | |
| libEGL_swiftshader; | |
| local: | |
| *; | |
| }; | |