summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl/generate_bindings.py
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/gl/generate_bindings.py')
-rw-r--r--ui/gfx/gl/generate_bindings.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/gfx/gl/generate_bindings.py b/ui/gfx/gl/generate_bindings.py
index 2e1a1e0..4207533 100644
--- a/ui/gfx/gl/generate_bindings.py
+++ b/ui/gfx/gl/generate_bindings.py
@@ -363,6 +363,9 @@ EGL_FUNCTIONS = [
'EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target'],
['__eglMustCastToProperFunctionPointerType', ['eglGetProcAddress'],
'const char* procname'],
+['EGLBoolean', ['eglPostSubBufferNV'],
+ 'EGLDisplay dpy, EGLSurface surface, '
+ 'EGLint x, EGLint y, EGLint width, EGLint height'],
['EGLBoolean', ['eglQuerySurfacePointerANGLE'],
'EGLDisplay dpy, EGLSurface surface, EGLint attribute, void** value'],
]
@@ -396,6 +399,9 @@ WGL_FUNCTIONS = [
GLX_FUNCTIONS = [
['XVisualInfo*', ['glXChooseVisual'],
'Display* dpy, int screen, int* attribList'],
+['void', ['glXCopySubBufferMESA'],
+ 'Display* dpy, GLXDrawable drawable, '
+ 'int x, int y, int width, int height'],
['GLXContext', ['glXCreateContext'],
'Display* dpy, XVisualInfo* vis, GLXContext shareList, int direct'],
['void', ['glXBindTexImageEXT'],