| Index: ui/gl/generate_bindings.py
|
| diff --git a/ui/gl/generate_bindings.py b/ui/gl/generate_bindings.py
|
| index a4268c6358a6c843c4fc1062624c5907d7334959..82c7336788ef864f528c810cb2fddfaa37cf9b38 100755
|
| --- a/ui/gl/generate_bindings.py
|
| +++ b/ui/gl/generate_bindings.py
|
| @@ -1961,6 +1961,25 @@ EGL_FUNCTIONS = [
|
| 'arguments':
|
| 'EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint* value', },
|
| { 'return_type': 'EGLBoolean',
|
| + 'versions': [{ 'name': 'eglQueryDmaBufFormatsEXT',
|
| + 'extensions':
|
| + ['EGL_EXT_image_dma_buf_import_modifiers',
|
| + 'EGL_EXT_image_dma_buf_import',
|
| + 'EGL_KHR_image_base'] }],
|
| + 'arguments':
|
| + 'EGLDisplay dpy, EGLint max_formats, EGLint* formats,'
|
| + 'EGLint* num_formats' },
|
| +{ 'return_type': 'EGLBoolean',
|
| + 'versions': [{ 'name': 'eglQueryDmaBufModifiersEXT',
|
| + 'extensions':
|
| + ['EGL_EXT_image_dma_buf_import_modifiers',
|
| + 'EGL_EXT_image_dma_buf_import',
|
| + 'EGL_KHR_image_base'] }],
|
| + 'arguments':
|
| + 'EGLDisplay dpy, EGLint format, EGLint max_modifiers, '
|
| + 'EGLuint64KHR* modifiers, EGLBoolean* external_only, '
|
| + 'EGLint* num_modifiers' },
|
| +{ 'return_type': 'EGLBoolean',
|
| 'versions': [{ 'name': 'eglQueryStreamKHR',
|
| 'extensions': ['EGL_KHR_stream'] }],
|
| 'arguments':
|
|
|