From dd7446def30e4cd6b580bf8e1ffb2251eaab1be4 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 6 Jun 2017 10:14:28 +0100 Subject: [PATCH] Import EGL registry from GitHub 2e6e7ff7bf9 --- registry/egl.xml | 158 ++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 129 insertions(+), 29 deletions(-) diff --git a/registry/egl.xml b/registry/egl.xml index 3823f89..7e831fc 100644 --- a/registry/egl.xml +++ b/registry/egl.xml @@ -1,7 +1,7 @@ @@ -185,25 +185,25 @@ - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -781,13 +781,21 @@ + - + + + + + + + + @@ -844,6 +852,14 @@ + + + + + + + + - - + + @@ -1325,29 +1341,36 @@ EGLDisplay dpy EGLint attribute EGLAttrib *value + + + + EGLBoolean eglQueryDisplayAttribKHR + EGLDisplay dpy + EGLint name + EGLAttrib *value EGLBoolean eglQueryDisplayAttribNV EGLDisplay dpy EGLint attribute EGLAttrib *value - + EGLBoolean eglQueryDmaBufFormatsEXT EGLDisplay dpy EGLint max_formats - EGLint *formats - EGLint *num_formats + EGLint *formats + EGLint *num_formats EGLBoolean eglQueryDmaBufModifiersEXT EGLDisplay dpy EGLint format EGLint max_modifiers - EGLuint64KHR *modifiers - EGLBoolean *external_only - EGLint *num_modifiers + EGLuint64KHR *modifiers + EGLBoolean *external_only + EGLint *num_modifiers EGLBoolean eglQueryNativeDisplayNV @@ -1537,7 +1560,7 @@ EGLBoolean eglStreamConsumerGLTextureExternalAttribsNV EGLDisplay dpy EGLStreamKHR stream - EGLAttrib *attrib_list + EGLAttrib *attrib_list EGLBoolean eglStreamConsumerOutputEXT @@ -1632,6 +1655,44 @@ EGLSyncKHR sync EGLint flags + + EGLBoolean eglCompositorSetContextListEXT + const EGLint *external_ref_ids + EGLint num_entries + + + EGLBoolean eglCompositorSetContextAttributesEXT + EGLint external_ref_id + const EGLint *context_attributes + EGLint num_entries + + + EGLBoolean eglCompositorSetWindowListEXT + EGLint external_ref_id + const EGLint *external_win_ids + EGLint num_entries + + + EGLBoolean eglCompositorSetWindowAttributesEXT + EGLint external_win_id + const EGLint *window_attributes + EGLint num_entries + + + EGLBoolean eglCompositorBindTexWindowEXT + EGLint external_win_id + + + EGLBoolean eglCompositorSetSizeEXT + EGLint external_win_id + EGLint width + EGLint height + + + EGLBoolean eglCompositorSwapPolicyEXT + EGLint external_win_id + EGLint policy + @@ -2048,6 +2109,16 @@ + + + + + + + + + + @@ -2185,6 +2256,7 @@ + @@ -2324,6 +2396,12 @@ + + + + + + @@ -2852,5 +2930,27 @@ + + + + + + + + + + + + + + + + + + + + + +