Pyrogenesis trunk
|
Macros | |
#define | GLAD_IMPL_UTIL_C_ |
SPDX-License-Identifier: (WTFPL OR CC0-1.0) AND Apache-2.0. More... | |
#define | GLAD_IMPL_UTIL_SSCANF sscanf |
Functions | |
static void | glad_egl_load_EGL_VERSION_1_0 (GLADuserptrloadfunc load, void *userptr) |
static void | glad_egl_load_EGL_VERSION_1_1 (GLADuserptrloadfunc load, void *userptr) |
static void | glad_egl_load_EGL_VERSION_1_2 (GLADuserptrloadfunc load, void *userptr) |
static void | glad_egl_load_EGL_VERSION_1_4 (GLADuserptrloadfunc load, void *userptr) |
static void | glad_egl_load_EGL_VERSION_1_5 (GLADuserptrloadfunc load, void *userptr) |
static int | glad_egl_get_extensions (EGLDisplay display, const char **extensions) |
static int | glad_egl_has_extension (const char *extensions, const char *ext) |
static GLADapiproc | glad_egl_get_proc_from_userptr (void *userptr, const char *name) |
static int | glad_egl_find_extensions_egl (EGLDisplay display) |
static int | glad_egl_find_core_egl (EGLDisplay display) |
int | gladLoadEGLUserPtr (EGLDisplay display, GLADuserptrloadfunc load, void *userptr) |
int | gladLoadEGL (EGLDisplay display, GLADloadfunc load) |
#define GLAD_IMPL_UTIL_C_ |
SPDX-License-Identifier: (WTFPL OR CC0-1.0) AND Apache-2.0.
#define GLAD_IMPL_UTIL_SSCANF sscanf |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
int gladLoadEGL | ( | EGLDisplay | display, |
GLADloadfunc | load | ||
) |
int gladLoadEGLUserPtr | ( | EGLDisplay | display, |
GLADuserptrloadfunc | load, | ||
void * | userptr | ||
) |
int GLAD_EGL_VERSION_1_0 = 0 |
int GLAD_EGL_VERSION_1_1 = 0 |
int GLAD_EGL_VERSION_1_2 = 0 |
int GLAD_EGL_VERSION_1_3 = 0 |
int GLAD_EGL_VERSION_1_4 = 0 |
int GLAD_EGL_VERSION_1_5 = 0 |
PFNEGLBINDAPIPROC glad_eglBindAPI = NULL |
PFNEGLBINDTEXIMAGEPROC glad_eglBindTexImage = NULL |
PFNEGLCHOOSECONFIGPROC glad_eglChooseConfig = NULL |
PFNEGLCLIENTWAITSYNCPROC glad_eglClientWaitSync = NULL |
PFNEGLCOPYBUFFERSPROC glad_eglCopyBuffers = NULL |
PFNEGLCREATECONTEXTPROC glad_eglCreateContext = NULL |
PFNEGLCREATEIMAGEPROC glad_eglCreateImage = NULL |
PFNEGLCREATEPBUFFERFROMCLIENTBUFFERPROC glad_eglCreatePbufferFromClientBuffer = NULL |
PFNEGLCREATEPBUFFERSURFACEPROC glad_eglCreatePbufferSurface = NULL |
PFNEGLCREATEPIXMAPSURFACEPROC glad_eglCreatePixmapSurface = NULL |
PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC glad_eglCreatePlatformPixmapSurface = NULL |
PFNEGLCREATEPLATFORMWINDOWSURFACEPROC glad_eglCreatePlatformWindowSurface = NULL |
PFNEGLCREATESYNCPROC glad_eglCreateSync = NULL |
PFNEGLCREATEWINDOWSURFACEPROC glad_eglCreateWindowSurface = NULL |
PFNEGLDESTROYCONTEXTPROC glad_eglDestroyContext = NULL |
PFNEGLDESTROYIMAGEPROC glad_eglDestroyImage = NULL |
PFNEGLDESTROYSURFACEPROC glad_eglDestroySurface = NULL |
PFNEGLDESTROYSYNCPROC glad_eglDestroySync = NULL |
PFNEGLGETCONFIGATTRIBPROC glad_eglGetConfigAttrib = NULL |
PFNEGLGETCONFIGSPROC glad_eglGetConfigs = NULL |
PFNEGLGETCURRENTCONTEXTPROC glad_eglGetCurrentContext = NULL |
PFNEGLGETCURRENTDISPLAYPROC glad_eglGetCurrentDisplay = NULL |
PFNEGLGETCURRENTSURFACEPROC glad_eglGetCurrentSurface = NULL |
PFNEGLGETDISPLAYPROC glad_eglGetDisplay = NULL |
PFNEGLGETERRORPROC glad_eglGetError = NULL |
PFNEGLGETPLATFORMDISPLAYPROC glad_eglGetPlatformDisplay = NULL |
PFNEGLGETPROCADDRESSPROC glad_eglGetProcAddress = NULL |
PFNEGLGETSYNCATTRIBPROC glad_eglGetSyncAttrib = NULL |
PFNEGLINITIALIZEPROC glad_eglInitialize = NULL |
PFNEGLMAKECURRENTPROC glad_eglMakeCurrent = NULL |
PFNEGLQUERYAPIPROC glad_eglQueryAPI = NULL |
PFNEGLQUERYCONTEXTPROC glad_eglQueryContext = NULL |
PFNEGLQUERYSTRINGPROC glad_eglQueryString = NULL |
PFNEGLQUERYSURFACEPROC glad_eglQuerySurface = NULL |
PFNEGLRELEASETEXIMAGEPROC glad_eglReleaseTexImage = NULL |
PFNEGLRELEASETHREADPROC glad_eglReleaseThread = NULL |
PFNEGLSURFACEATTRIBPROC glad_eglSurfaceAttrib = NULL |
PFNEGLSWAPBUFFERSPROC glad_eglSwapBuffers = NULL |
PFNEGLSWAPINTERVALPROC glad_eglSwapInterval = NULL |
PFNEGLTERMINATEPROC glad_eglTerminate = NULL |
PFNEGLWAITCLIENTPROC glad_eglWaitClient = NULL |
PFNEGLWAITGLPROC glad_eglWaitGL = NULL |
PFNEGLWAITNATIVEPROC glad_eglWaitNative = NULL |
PFNEGLWAITSYNCPROC glad_eglWaitSync = NULL |