|
|
|
@ -51,7 +51,15 @@ EGLAPI EGLBoolean EGLAPIENTRY eglQueryWaylandBufferWL(EGLDisplay dpy, struct wl_ |
|
|
|
|
typedef EGLBoolean (EGLAPIENTRYP PFNEGLBINDWAYLANDDISPLAYWL) (EGLDisplay dpy, struct wl_display *display); |
|
|
|
|
typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNBINDWAYLANDDISPLAYWL) (EGLDisplay dpy, struct wl_display *display); |
|
|
|
|
typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYWAYLANDBUFFERWL) (EGLDisplay dpy, struct wl_resource *buffer, EGLint attribute, EGLint *value); |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
#ifndef EGL_WL_create_wayland_buffer_from_image |
|
|
|
|
#define EGL_WL_create_wayland_buffer_from_image 1 |
|
|
|
|
|
|
|
|
|
#ifdef EGL_EGLEXT_PROTOTYPES |
|
|
|
|
EGLAPI struct wl_buffer * EGLAPIENTRY eglCreateWaylandBufferFromImageWL(EGLDisplay dpy, EGLImageKHR image); |
|
|
|
|
#endif |
|
|
|
|
typedef struct wl_buffer * (EGLAPIENTRYP PFNEGLCREATEWAYLANDBUFFERFROMIMAGEWL) (EGLDisplay dpy, EGLImageKHR image); |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
#ifndef EGL_TEXTURE_EXTERNAL_WL |
|
|
|
|