#include "shared/shared.h"
#include "common/common.h"
#include "client/video.h"
#include "dynamic.h"
Go to the source code of this file.
◆ GCA
◆ GPA
◆ QGL [1/4]
#define QGL |
( |
|
x | ) |
qgl##x##_t qgl##x |
◆ QGL [2/4]
#define QGL |
( |
|
x | ) |
qgl##x = NULL |
◆ QGL [3/4]
#define QGL |
( |
|
x | ) |
if ((qgl##x = GCA(x)) == NULL) return qfalse; |
◆ QGL [4/4]
#define QGL |
( |
|
x | ) |
qgl##x = GPA(x) |
◆ QGL_Init()
qboolean QGL_Init |
( |
void |
| ) |
|
Definition at line 670 of file dynamic.c.
673 #define QGL(x) if ((qgl##x = dll##x = GCA(x)) == NULL) return qfalse;
675 #define QGL(x) if ((qgl##x = GCA(x)) == NULL) return qfalse;
◆ QGL_InitExtensions()
void QGL_InitExtensions |
( |
unsigned |
mask | ) |
|
◆ QGL_ParseExtensionString()
unsigned QGL_ParseExtensionString |
( |
const char * |
s | ) |
|
Definition at line 712 of file dynamic.c.
715 static const char *
const extnames[] = {
716 "GL_ARB_fragment_program",
717 "GL_ARB_multitexture",
718 "GL_ARB_vertex_buffer_object",
719 "GL_EXT_compiled_vertex_array",
720 "GL_EXT_texture_filter_anisotropic",
724 return Com_ParseExtensionString(
s, extnames);
Referenced by GL_SetupConfig().
◆ QGL_Shutdown()
Definition at line 631 of file dynamic.c.
634 #define QGL(x) qgl##x = dll##x = NULL
636 #define QGL(x) qgl##x = NULL
◆ QGL_ShutdownExtensions()
void QGL_ShutdownExtensions |
( |
unsigned |
mask | ) |
|
◆ qglGenerateMipmap