| Index: ui/gfx/gl/generate_bindings.py
|
| ===================================================================
|
| --- ui/gfx/gl/generate_bindings.py (revision 106500)
|
| +++ ui/gfx/gl/generate_bindings.py (working copy)
|
| @@ -351,6 +351,8 @@
|
| 'EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target'],
|
| ['__eglMustCastToProperFunctionPointerType', ['eglGetProcAddress'],
|
| 'const char* procname'],
|
| +['EGLBoolean', ['eglQuerySurfacePointerANGLE'],
|
| + 'EGLDisplay dpy, EGLSurface surface, EGLint attribute, void** value'],
|
| ]
|
|
|
| WGL_FUNCTIONS = [
|
|
|