1eglBindAPI: [EGLBoolean, EGLenum api]
2eglBindTexImage: [EGLBoolean, EGLDisplay dpy, EGLSurface surface, EGLint buffer]
3eglChooseConfig: [EGLBoolean, EGLDisplay dpy, const EGLint * attrib_list, EGLConfig
4    * configs, EGLint config_size, EGLint * num_config]
5eglClientWaitSyncKHR: [EGLint, EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR
6    timeout]
7eglClientWaitSyncNV: [EGLint, EGLSyncNV sync, EGLint flags, EGLTimeNV timeout]
8eglCopyBuffers: [EGLBoolean, EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType
9    target]
10eglCreateContext: [EGLContext, EGLDisplay dpy, EGLConfig config, EGLContext share_context,
11  const EGLint * attrib_list]
12eglCreateDRMImageMESA: [EGLImageKHR, EGLDisplay dpy, const EGLint * attrib_list]
13eglCreateFenceSyncNV: [EGLSyncNV, EGLDisplay dpy, EGLenum condition, const EGLint
14    * attrib_list]
15eglCreateImageKHR: [EGLImageKHR, EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer
16    buffer, const EGLint * attrib_list]
17eglCreatePbufferFromClientBuffer: [EGLSurface, EGLDisplay dpy, EGLenum buftype, EGLClientBuffer
18    buffer, EGLConfig config, const EGLint * attrib_list]
19eglCreatePbufferSurface: [EGLSurface, EGLDisplay dpy, EGLConfig config, const EGLint
20    * attrib_list]
21eglCreatePixmapSurface: [EGLSurface, EGLDisplay dpy, EGLConfig config, EGLNativePixmapType
22    pixmap, const EGLint * attrib_list]
23eglCreatePixmapSurfaceHI: [EGLSurface, EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI
24    * pixmap]
25eglCreateStreamFromFileDescriptorKHR: [EGLStreamKHR, EGLDisplay dpy, EGLNativeFileDescriptorKHR
26    file_descriptor]
27eglCreateStreamKHR: [EGLStreamKHR, EGLDisplay dpy, const EGLint * attrib_list]
28eglCreateStreamProducerSurfaceKHR: [EGLSurface, EGLDisplay dpy, EGLConfig config,
29  EGLStreamKHR stream, const EGLint * attrib_list]
30eglCreateSyncKHR: [EGLSyncKHR, EGLDisplay dpy, EGLenum type, const EGLint * attrib_list]
31eglCreateWindowSurface: [EGLSurface, EGLDisplay dpy, EGLConfig config, EGLNativeWindowType
32    win, const EGLint * attrib_list]
33eglDestroyContext: [EGLBoolean, EGLDisplay dpy, EGLContext ctx]
34eglDestroyImageKHR: [EGLBoolean, EGLDisplay dpy, EGLImageKHR image]
35eglDestroyStreamKHR: [EGLBoolean, EGLDisplay dpy, EGLStreamKHR stream]
36eglDestroySurface: [EGLBoolean, EGLDisplay dpy, EGLSurface surface]
37eglDestroySyncKHR: [EGLBoolean, EGLDisplay dpy, EGLSyncKHR sync]
38eglDestroySyncNV: [EGLBoolean, EGLSyncNV sync]
39eglDupNativeFenceFDANDROID: [EGLint, EGLDisplay dpy, EGLSyncKHR sync]
40eglExportDRMImageMESA: [EGLBoolean, EGLDisplay dpy, EGLImageKHR image, EGLint * name,
41  EGLint * handle, EGLint * stride]
42eglFenceNV: [EGLBoolean, EGLSyncNV sync]
43eglGetConfigAttrib: [EGLBoolean, EGLDisplay dpy, EGLConfig config, EGLint attribute,
44  EGLint * value]
45eglGetConfigs: [EGLBoolean, EGLDisplay dpy, EGLConfig * configs, EGLint config_size,
46  EGLint * num_config]
47eglGetCurrentContext: [EGLContext]
48eglGetCurrentDisplay: [EGLDisplay]
49eglGetCurrentSurface: [EGLSurface, EGLint readdraw]
50eglGetDisplay: [EGLDisplay, EGLNativeDisplayType display_id]
51eglGetError: [EGLint]
52eglGetProcAddress: [__eglMustCastToProperFunctionPointerType, const char * procname]
53eglGetStreamFileDescriptorKHR: [EGLNativeFileDescriptorKHR, EGLDisplay dpy, EGLStreamKHR
54    stream]
55eglGetSyncAttribKHR: [EGLBoolean, EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute,
56  EGLint * value]
57eglGetSyncAttribNV: [EGLBoolean, EGLSyncNV sync, EGLint attribute, EGLint * value]
58eglGetSystemTimeFrequencyNV: [EGLuint64NV]
59eglGetSystemTimeNV: [EGLuint64NV]
60eglInitialize: [EGLBoolean, EGLDisplay dpy, EGLint * major, EGLint * minor]
61eglLockSurfaceKHR: [EGLBoolean, EGLDisplay display, EGLSurface surface, const EGLint
62    * attrib_list]
63eglMakeCurrent: [EGLBoolean, EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext
64    ctx]
65eglPostSubBufferNV: [EGLBoolean, EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint
66    y, EGLint width, EGLint height]
67eglQueryAPI: [EGLenum]
68eglQueryContext: [EGLBoolean, EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint
69    * value]
70eglQueryNativeDisplayNV: [EGLBoolean, EGLDisplay dpy, EGLNativeDisplayType * display_id]
71eglQueryNativePixmapNV: [EGLBoolean, EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType
72    * pixmap]
73eglQueryNativeWindowNV: [EGLBoolean, EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType
74    * window]
75eglQueryStreamKHR: [EGLBoolean, EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute,
76  EGLint * value]
77eglQueryStreamTimeKHR: [EGLBoolean, EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute,
78  EGLTimeKHR * value]
79eglQueryStreamu64KHR: [EGLBoolean, EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute,
80  EGLuint64KHR * value]
81eglQueryString: [const char *, EGLDisplay dpy, EGLint name]
82eglQuerySurface: [EGLBoolean, EGLDisplay dpy, EGLSurface surface, EGLint attribute,
83  EGLint * value]
84eglQuerySurfacePointerANGLE: [EGLBoolean, EGLDisplay dpy, EGLSurface surface, EGLint
85    attribute, void ** value]
86eglReleaseTexImage: [EGLBoolean, EGLDisplay dpy, EGLSurface surface, EGLint buffer]
87eglReleaseThread: [EGLBoolean]
88eglSetBlobCacheFuncsANDROID: ['void ', EGLDisplay dpy, EGLSetBlobFuncANDROID set,
89  EGLGetBlobFuncANDROID get]
90eglSignalSyncKHR: [EGLBoolean, EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode]
91eglSignalSyncNV: [EGLBoolean, EGLSyncNV sync, EGLenum mode]
92eglStreamAttribKHR: [EGLBoolean, EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute,
93  EGLint value]
94eglStreamConsumerAcquireKHR: [EGLBoolean, EGLDisplay dpy, EGLStreamKHR stream]
95eglStreamConsumerGLTextureExternalKHR: [EGLBoolean, EGLDisplay dpy, EGLStreamKHR stream]
96eglStreamConsumerReleaseKHR: [EGLBoolean, EGLDisplay dpy, EGLStreamKHR stream]
97eglSurfaceAttrib: [EGLBoolean, EGLDisplay dpy, EGLSurface surface, EGLint attribute,
98  EGLint value]
99eglSwapBuffers: [EGLBoolean, EGLDisplay dpy, EGLSurface surface]
100eglSwapBuffersWithDamageEXT: [EGLBoolean, EGLDisplay dpy, EGLSurface surface, EGLint
101    * rects, EGLint n_rects]
102eglSwapInterval: [EGLBoolean, EGLDisplay dpy, EGLint interval]
103eglTerminate: [EGLBoolean, EGLDisplay dpy]
104eglUnlockSurfaceKHR: [EGLBoolean, EGLDisplay display, EGLSurface surface]
105eglWaitClient: [EGLBoolean]
106eglWaitGL: [EGLBoolean]
107eglWaitNative: [EGLBoolean, EGLint engine]
108eglWaitSyncKHR: [EGLint, EGLDisplay dpy, EGLSyncKHR sync, EGLint flags]
109