#include "internal.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <assert.h>
Go to the source code of this file.
◆ setAttrib
#define setAttrib |
( |
|
a, |
|
|
|
v |
|
) |
| |
Value:{ \
assert((size_t) (index + 1) < sizeof(attribs) / sizeof(attribs[0])); \
attribs[index++] = a; \
attribs[index++] = v; \
}
Definition at line 447 of file egl_context.c.
◆ _glfwChooseVisualEGL()
◆ _glfwCreateContextEGL()
◆ _glfwInitEGL()
◆ _glfwTerminateEGL()
◆ chooseEGLConfig()
◆ destroyContextEGL()
◆ extensionSupportedEGL()
static int extensionSupportedEGL |
( |
const char * |
extension | ) |
|
|
static |
◆ getEGLConfigAttrib()
static int getEGLConfigAttrib |
( |
EGLConfig |
config, |
|
|
int |
attrib |
|
) |
| |
|
static |
◆ getEGLErrorString()
static const char* getEGLErrorString |
( |
EGLint |
error | ) |
|
|
static |
◆ getProcAddressEGL()
static GLFWglproc getProcAddressEGL |
( |
const char * |
procname | ) |
|
|
static |
◆ glfwGetEGLContext()
◆ glfwGetEGLDisplay()
◆ glfwGetEGLSurface()
◆ makeContextCurrentEGL()
◆ swapBuffersEGL()
◆ swapIntervalEGL()
static void swapIntervalEGL |
( |
int |
interval | ) |
|
|
static |