#include "internal.h"#include <stdio.h>#include <string.h>#include <stdlib.h>#include <assert.h>
Go to the source code of this file.
Macros | |
| #define | setAttrib(a, v) |
Functions | |
| GLFWbool | _glfwCreateContextEGL (_GLFWwindow *window, const _GLFWctxconfig *ctxconfig, const _GLFWfbconfig *fbconfig) |
| GLFWbool | _glfwInitEGL (void) |
| void | _glfwTerminateEGL (void) |
| static GLFWbool | chooseEGLConfig (const _GLFWctxconfig *ctxconfig, const _GLFWfbconfig *desired, EGLConfig *result) |
| static void | destroyContextEGL (_GLFWwindow *window) |
| static int | extensionSupportedEGL (const char *extension) |
| static int | getEGLConfigAttrib (EGLConfig config, int attrib) |
| static const char * | getEGLErrorString (EGLint error) |
| static GLFWglproc | getProcAddressEGL (const char *procname) |
| GLFWAPI EGLContext | glfwGetEGLContext (GLFWwindow *handle) |
| GLFWAPI EGLDisplay | glfwGetEGLDisplay (void) |
| GLFWAPI EGLSurface | glfwGetEGLSurface (GLFWwindow *handle) |
| static void | makeContextCurrentEGL (_GLFWwindow *window) |
| static void | swapBuffersEGL (_GLFWwindow *window) |
| static void | swapIntervalEGL (int interval) |
Definition at line 447 of file egl_context.c.
| GLFWbool _glfwCreateContextEGL | ( | _GLFWwindow * | window, |
| const _GLFWctxconfig * | ctxconfig, | ||
| const _GLFWfbconfig * | fbconfig | ||
| ) |
Definition at line 456 of file egl_context.c.
Definition at line 300 of file egl_context.c.
Definition at line 432 of file egl_context.c.
|
static |
Definition at line 88 of file egl_context.c.
|
static |
Definition at line 265 of file egl_context.c.
|
static |
Definition at line 238 of file egl_context.c.
|
static |
Definition at line 79 of file egl_context.c.
|
static |
Definition at line 38 of file egl_context.c.
|
static |
Definition at line 250 of file egl_context.c.
| GLFWAPI EGLContext glfwGetEGLContext | ( | GLFWwindow * | handle | ) |
Definition at line 759 of file egl_context.c.
| GLFWAPI EGLDisplay glfwGetEGLDisplay | ( | void | ) |
Definition at line 753 of file egl_context.c.
| GLFWAPI EGLSurface glfwGetEGLSurface | ( | GLFWwindow * | handle | ) |
Definition at line 773 of file egl_context.c.
|
static |
Definition at line 189 of file egl_context.c.
|
static |
Definition at line 221 of file egl_context.c.
|
static |
Definition at line 233 of file egl_context.c.