1<?xml version="1.0" encoding="UTF-8"?> 2<registry> 3 <!-- 4 (C) Copyright 2016, NVIDIA CORPORATION. 5 All Rights Reserved. 6 7 Permission is hereby granted, free of charge, to any person obtaining a 8 copy of this software and associated documentation files (the "Software"), 9 to deal in the Software without restriction, including without limitation 10 on the rights to use, copy, modify, merge, publish, distribute, sub 11 license, and/or sell copies of the Software, and to permit persons to whom 12 the Software is furnished to do so, subject to the following conditions: 13 14 The above copyright notice and this permission notice (including the next 15 paragraph) shall be included in all copies or substantial portions of the 16 Software. 17 18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 19 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 20 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 21 IBM AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 22 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 23 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 24 IN THE SOFTWARE. 25 26 Authors: 27 Kyle Brenneman <kbrenneman@nvidia.com> 28 --> 29 30 <comment> 31 This file contains any EGL extension functions that are missing from 32 the normal egl.xml list. 33 </comment> 34 <commands namespace="EGL"> 35 <!-- EGL_WL_bind_wayland_display --> 36 <command> 37 <proto>struct wl_buffer * <name>eglCreateWaylandBufferFromImageWL</name></proto> 38 <param><ptype>EGLDisplay</ptype> <name>dpy</name></param> 39 <param><ptype>EGLImage</ptype> <name>image</name></param> 40 </command> 41 42 <command> 43 <proto>EGLBoolean <name>eglUnbindWaylandDisplayWL</name></proto> 44 <param><ptype>EGLDisplay</ptype> <name>dpy</name></param> 45 <param><ptype>struct wl_display *</ptype> <name>display</name></param> 46 </command> 47 48 <command> 49 <proto>EGLBoolean <name>eglQueryWaylandBufferWL</name></proto> 50 <param><ptype>EGLDisplay</ptype> <name>dpy</name></param> 51 <param><ptype>struct wl_resource *</ptype> <name>buffer</name></param> 52 <param><ptype>EGLint</ptype> <name>attribute</name></param> 53 <param><ptype>EGLint *</ptype> <name>value</name></param> 54 </command> 55 56 <command> 57 <proto>EGLBoolean <name>eglBindWaylandDisplayWL</name></proto> 58 <param><ptype>EGLDisplay</ptype> <name>dpy</name></param> 59 <param><ptype>struct wl_display *</ptype> <name>display</name></param> 60 </command> 61 62 <!-- EGL_CHROMIUM_get_sync_values --> 63 <command> 64 <proto>EGLBoolean <name>eglGetSyncValuesCHROMIUM</name></proto> 65 <param><ptype>EGLDisplay</ptype> <name>display</name></param> 66 <param><ptype>EGLSurface</ptype> <name>surface</name></param> 67 <param><ptype>EGLuint64KHR *</ptype> <name>ust</name></param> 68 <param><ptype>EGLuint64KHR *</ptype> <name>msc</name></param> 69 <param><ptype>EGLuint64KHR *</ptype> <name>sbc</name></param> 70 </command> 71 </commands> 72</registry> 73 74 75