| Index: ui/gl/generate_bindings.py
|
| diff --git a/ui/gl/generate_bindings.py b/ui/gl/generate_bindings.py
|
| index 3671fed34e8d2b26e560929f2c7b6efc023453c8..044c73100ee1e2c066b5f8e6e94ef6f53c3850ec 100755
|
| --- a/ui/gl/generate_bindings.py
|
| +++ b/ui/gl/generate_bindings.py
|
| @@ -902,6 +902,13 @@ EGL_FUNCTIONS = [
|
| 'names': ['eglQuerySurfacePointerANGLE'],
|
| 'arguments':
|
| 'EGLDisplay dpy, EGLSurface surface, EGLint attribute, void** value', },
|
| +{ 'return_type': 'EGLSyncKHR',
|
| + 'names': ['eglCreateSyncKHR'],
|
| + 'arguments': 'EGLDisplay dpy, EGLenum type, const EGLint* attrib_list', },
|
| +{ 'return_type': 'EGLint',
|
| + 'names': ['eglClientWaitSyncKHR'],
|
| + 'arguments': 'EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, '
|
| + 'EGLTimeKHR timeout', },
|
| ]
|
|
|
| WGL_FUNCTIONS = [
|
|
|