Ben Clayton | 8565e77 | 2019-06-10 11:58:37 +0100 | [diff] [blame] | 1 | # EGL core functions |
| 2 | _eglBindAPI |
| 3 | _eglBindTexImage |
| 4 | _eglChooseConfig |
| 5 | _eglClientWaitSync |
| 6 | _eglCopyBuffers |
| 7 | _eglCreateContext |
| 8 | _eglCreateImage |
| 9 | _eglCreatePbufferFromClientBuffer |
| 10 | _eglCreatePbufferSurface |
| 11 | _eglCreatePixmapSurface |
| 12 | _eglCreatePlatformPixmapSurface |
| 13 | _eglCreatePlatformWindowSurface |
| 14 | _eglCreateSync |
| 15 | _eglCreateWindowSurface |
| 16 | _eglDestroyContext |
| 17 | _eglDestroyImage |
| 18 | _eglDestroySurface |
| 19 | _eglDestroySync |
| 20 | _eglGetConfigAttrib |
| 21 | _eglGetConfigs |
| 22 | _eglGetCurrentContext |
| 23 | _eglGetCurrentDisplay |
| 24 | _eglGetCurrentSurface |
| 25 | _eglGetDisplay |
| 26 | _eglGetError |
| 27 | _eglGetPlatformDisplay |
| 28 | _eglGetProcAddress |
| 29 | _eglGetSyncAttrib |
| 30 | _eglInitialize |
| 31 | _eglMakeCurrent |
| 32 | _eglQueryAPI |
| 33 | _eglQueryContext |
| 34 | _eglQueryString |
| 35 | _eglQuerySurface |
| 36 | _eglReleaseTexImage |
| 37 | _eglReleaseThread |
| 38 | _eglSurfaceAttrib |
| 39 | _eglSwapBuffers |
| 40 | _eglSwapInterval |
| 41 | _eglTerminate |
| 42 | _eglWaitClient |
| 43 | _eglWaitGL |
| 44 | _eglWaitNative |
| 45 | _eglWaitSync |
| 46 | |
| 47 | # Extensions |
| 48 | _eglCreateImageKHR |
| 49 | _eglDestroyImageKHR |
| 50 | _eglGetPlatformDisplayEXT |
| 51 | _eglCreatePlatformWindowSurfaceEXT |
| 52 | _eglCreatePlatformPixmapSurfaceEXT |
| 53 | _eglCreateSyncKHR |
| 54 | _eglDestroySyncKHR |
| 55 | _eglClientWaitSyncKHR |
| 56 | _eglGetSyncAttribKHR |
| 57 | |
| 58 | # Table of function pointers to disambiguate between libraries |
| 59 | _libEGL_swiftshader |
| 60 | |
| 61 | # Type-strings and type-infos required by sanitizers |
| 62 | _ZTS* |
| 63 | _ZTI* |
| 64 | |