Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
egl_context.c File Reference
#include "internal.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <assert.h>
+ Include dependency graph for egl_context.c:

Go to the source code of this file.

Macros

#define setAttrib(a, v)
 

Functions

GLFWbool _glfwInitEGL (void)
 
void _glfwTerminateEGL (void)
 
GLFWbool _glfwCreateContextEGL (_GLFWwindow *window, const _GLFWctxconfig *ctxconfig, const _GLFWfbconfig *fbconfig)
 
GLFWAPI EGLDisplay glfwGetEGLDisplay (void)
 
GLFWAPI EGLContext glfwGetEGLContext (GLFWwindow *handle)
 
GLFWAPI EGLSurface glfwGetEGLSurface (GLFWwindow *handle)
 

Macro Definition Documentation

◆ setAttrib

#define setAttrib (   a,
 
)
Value:
{ \
assert(((size_t) index + 1) < sizeof(attribs) / sizeof(attribs[0])); \
attribs[index++] = a; \
attribs[index++] = v; \
}

Definition at line 496 of file egl_context.c.

Function Documentation

◆ _glfwCreateContextEGL()

GLFWbool _glfwCreateContextEGL ( _GLFWwindow window,
const _GLFWctxconfig ctxconfig,
const _GLFWfbconfig fbconfig 
)

Definition at line 505 of file egl_context.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _glfwInitEGL()

GLFWbool _glfwInitEGL ( void  )

Definition at line 303 of file egl_context.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _glfwTerminateEGL()

void _glfwTerminateEGL ( void  )

Definition at line 481 of file egl_context.c.

+ Here is the caller graph for this function:

◆ glfwGetEGLContext()

GLFWAPI EGLContext glfwGetEGLContext ( GLFWwindow handle)

Definition at line 819 of file egl_context.c.

+ Here is the call graph for this function:

◆ glfwGetEGLDisplay()

GLFWAPI EGLDisplay glfwGetEGLDisplay ( void  )

Definition at line 813 of file egl_context.c.

◆ glfwGetEGLSurface()

GLFWAPI EGLSurface glfwGetEGLSurface ( GLFWwindow handle)

Definition at line 833 of file egl_context.c.

+ Here is the call graph for this function: