Nicolas Capens | 0bac285 | 2016-05-07 06:09:58 -0400 | [diff] [blame] | 1 | { |
2 | global: | ||||
3 | eglBindAPI; | ||||
4 | eglBindTexImage; | ||||
5 | eglChooseConfig; | ||||
6 | eglCopyBuffers; | ||||
7 | eglCreateContext; | ||||
8 | eglCreatePbufferFromClientBuffer; | ||||
9 | eglCreatePbufferSurface; | ||||
10 | eglCreatePixmapSurface; | ||||
11 | eglCreateWindowSurface; | ||||
12 | eglDestroyContext; | ||||
13 | eglDestroySurface; | ||||
14 | eglGetConfigAttrib; | ||||
15 | eglGetConfigs; | ||||
16 | eglGetCurrentContext; | ||||
17 | eglGetCurrentDisplay; | ||||
18 | eglGetCurrentSurface; | ||||
19 | eglGetDisplay; | ||||
20 | eglGetError; | ||||
21 | eglGetProcAddress; | ||||
22 | eglInitialize; | ||||
23 | eglMakeCurrent; | ||||
24 | eglQueryAPI; | ||||
25 | eglQueryContext; | ||||
26 | eglQueryString; | ||||
27 | eglQuerySurface; | ||||
28 | eglReleaseTexImage; | ||||
29 | eglReleaseThread; | ||||
30 | eglSurfaceAttrib; | ||||
31 | eglSwapBuffers; | ||||
32 | eglSwapInterval; | ||||
33 | eglTerminate; | ||||
34 | eglWaitClient; | ||||
35 | eglWaitGL; | ||||
36 | eglWaitNative; | ||||
37 | |||||
38 | # Extensions | ||||
39 | eglCreateImageKHR; | ||||
40 | eglDestroyImageKHR; | ||||
41 | eglGetPlatformDisplayEXT; | ||||
42 | eglCreatePlatformWindowSurfaceEXT; | ||||
43 | eglCreatePlatformPixmapSurfaceEXT; | ||||
44 | eglCreateSyncKHR; | ||||
45 | eglDestroySyncKHR; | ||||
46 | eglClientWaitSyncKHR; | ||||
47 | eglGetSyncAttribKHR; | ||||
48 | |||||
49 | libEGL_swiftshader; | ||||
50 | |||||
51 | local: | ||||
52 | *; | ||||
53 | }; | ||||
54 |