|
|
@@ -235,21 +235,23 @@ GLAPI EGLBoolean APIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, Na |
|
|
|
#ifndef EGL_MESA_screen_surface |
|
|
|
#define EGL_MESA_screen_surface 1 |
|
|
|
|
|
|
|
#define EGL_BAD_SCREEN_MESA 0x4000 |
|
|
|
#define EGL_BAD_MODE_MESA 0x4001 |
|
|
|
#define EGL_SCREEN_COUNT_MESA 0x4002 |
|
|
|
#define EGL_SCREEN_POSITION_MESA 0x4003 |
|
|
|
#define EGL_MODE_ID_MESA 0x4004 |
|
|
|
#define EGL_REFRESH_RATE_MESA 0x4005 |
|
|
|
#define EGL_OPTIMAL_MODE_MESA 0x4006 |
|
|
|
#define EGL_SCREEN_BIT_MESA 0x08 |
|
|
|
#define EGL_BAD_SCREEN_MESA 0x4000 |
|
|
|
#define EGL_BAD_MODE_MESA 0x4001 |
|
|
|
#define EGL_SCREEN_COUNT_MESA 0x4002 |
|
|
|
#define EGL_SCREEN_POSITION_MESA 0x4003 |
|
|
|
#define EGL_SCREEN_POSITION_GRANULARITY_MESA 0x4004 |
|
|
|
#define EGL_MODE_ID_MESA 0x4005 |
|
|
|
#define EGL_REFRESH_RATE_MESA 0x4006 |
|
|
|
#define EGL_OPTIMAL_MESA 0x4007 |
|
|
|
#define EGL_INTERLACED_MESA 0x4008 |
|
|
|
#define EGL_SCREEN_BIT_MESA 0x08 |
|
|
|
|
|
|
|
GLAPI EGLBoolean APIENTRY eglChooseModeMESA(EGLDisplay dpy, EGLScreenMESA screen, const EGLint *attrib_list, EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes); |
|
|
|
GLAPI EGLBoolean APIENTRY eglGetModesMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes); |
|
|
|
GLAPI EGLBoolean APIENTRY eglGetModeAttribMESA(EGLDisplay dpy, EGLModeMESA mode, EGLint attribute, EGLint *value); |
|
|
|
GLAPI EGLBoolean APIENTRY eglGetScreensMESA(EGLDisplay dpy, EGLScreenMESA *screens, EGLint max_screens, EGLint *num_screens); |
|
|
|
GLAPI EGLSurface APIENTRY eglCreateScreenSurfaceMESA(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); |
|
|
|
GLAPI EGLBoolean APIENTRY eglShowSurfaceMESA(EGLDisplay dpy, EGLint screen, EGLSurface surface, EGLModeMESA mode); |
|
|
|
GLAPI EGLBoolean APIENTRY eglShowScreenSurfaceMESA(EGLDisplay dpy, EGLint screen, EGLSurface surface, EGLModeMESA mode); |
|
|
|
GLAPI EGLBoolean APIENTRY eglScreenPositionMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLint x, EGLint y); |
|
|
|
GLAPI EGLBoolean APIENTRY eglQueryScreenMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLint attribute, EGLint *value); |
|
|
|
GLAPI EGLBoolean APIENTRY eglQueryScreenSurfaceMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLSurface *surface); |