![]() |
Wise&mystical
1.0
Project about Europe
|
Include dependency graph for glx_context.c:Go to the source code of this file.
Macros | |
| #define | GLXBadProfileARB 13 |
| #define | setAttrib(a, v) |
Functions | |
| GLFWbool | _glfwInitGLX (void) |
| void | _glfwTerminateGLX (void) |
| GLFWbool | _glfwCreateContextGLX (_GLFWwindow *window, const _GLFWctxconfig *ctxconfig, const _GLFWfbconfig *fbconfig) |
| GLFWbool | _glfwChooseVisualGLX (const _GLFWwndconfig *wndconfig, const _GLFWctxconfig *ctxconfig, const _GLFWfbconfig *fbconfig, Visual **visual, int *depth) |
| GLFWAPI GLXContext | glfwGetGLXContext (GLFWwindow *handle) |
| GLFWAPI GLXWindow | glfwGetGLXWindow (GLFWwindow *handle) |
| #define GLXBadProfileARB 13 |
Definition at line 37 of file glx_context.c.
| #define setAttrib | ( | a, | |
| v | |||
| ) |
Definition at line 437 of file glx_context.c.
| GLFWbool _glfwChooseVisualGLX | ( | const _GLFWwndconfig * | wndconfig, |
| const _GLFWctxconfig * | ctxconfig, | ||
| const _GLFWfbconfig * | fbconfig, | ||
| Visual ** | visual, | ||
| int * | depth | ||
| ) |
Definition at line 637 of file glx_context.c.
Here is the call graph for this function:
Here is the caller graph for this function:| GLFWbool _glfwCreateContextGLX | ( | _GLFWwindow * | window, |
| const _GLFWctxconfig * | ctxconfig, | ||
| const _GLFWfbconfig * | fbconfig | ||
| ) |
Definition at line 446 of file glx_context.c.
Here is the call graph for this function:
Here is the caller graph for this function:| GLFWbool _glfwInitGLX | ( | void | ) |
Definition at line 254 of file glx_context.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void _glfwTerminateGLX | ( | void | ) |
| GLFWAPI GLXContext glfwGetGLXContext | ( | GLFWwindow * | handle | ) |
| GLFWAPI GLXWindow glfwGetGLXWindow | ( | GLFWwindow * | handle | ) |