ReactOS 0.4.16-dev-36-g301675c
|
#include "types.h"
Go to the source code of this file.
Macros | |
#define | GL_COLOR_TABLE_FORMAT_EXT 0x80D8 |
#define | GL_COLOR_TABLE_WIDTH_EXT 0x80D9 |
#define | GL_COLOR_TABLE_RED_SIZE_EXT 0x80DA |
#define | GL_COLOR_TABLE_GREEN_SIZE_EXT 0x80DB |
#define | GL_COLOR_TABLE_BLUE_SIZE_EXT 0x80DC |
#define | GL_COLOR_TABLE_ALPHA_SIZE_EXT 0x80DD |
#define | GL_COLOR_TABLE_LUMINANCE_SIZE_EXT 0x80DE |
#define | GL_COLOR_TABLE_INTENSITY_SIZE_EXT 0x80DF |
Functions | |
void | gl_ColorTable (GLcontext *ctx, GLenum target, GLenum internalformat, struct gl_image *table) |
void | gl_ColorSubTable (GLcontext *ctx, GLenum target, GLsizei start, struct gl_image *data) |
void | gl_GetColorTable (GLcontext *ctx, GLenum target, GLenum format, GLenum type, GLvoid *table) |
void | gl_GetColorTableParameterfv (GLcontext *ctx, GLenum target, GLenum pname, GLfloat *params) |
void | gl_GetColorTableParameteriv (GLcontext *ctx, GLenum target, GLenum pname, GLint *params) |
#define GL_COLOR_TABLE_ALPHA_SIZE_EXT 0x80DD |
Definition at line 43 of file colortab.h.
#define GL_COLOR_TABLE_BLUE_SIZE_EXT 0x80DC |
Definition at line 42 of file colortab.h.
#define GL_COLOR_TABLE_FORMAT_EXT 0x80D8 |
Definition at line 38 of file colortab.h.
#define GL_COLOR_TABLE_GREEN_SIZE_EXT 0x80DB |
Definition at line 41 of file colortab.h.
#define GL_COLOR_TABLE_INTENSITY_SIZE_EXT 0x80DF |
Definition at line 45 of file colortab.h.
#define GL_COLOR_TABLE_LUMINANCE_SIZE_EXT 0x80DE |
Definition at line 44 of file colortab.h.
#define GL_COLOR_TABLE_RED_SIZE_EXT 0x80DA |
Definition at line 40 of file colortab.h.
#define GL_COLOR_TABLE_WIDTH_EXT 0x80D9 |
Definition at line 39 of file colortab.h.
Definition at line 187 of file colortab.c.
Referenced by execute_list(), and init_exec_pointers().
void gl_ColorTable | ( | GLcontext * | ctx, |
GLenum | target, | ||
GLenum | internalformat, | ||
struct gl_image * | table | ||
) |
Definition at line 129 of file colortab.c.
Referenced by execute_list(), and init_exec_pointers().
void gl_GetColorTable | ( | GLcontext * | ctx, |
GLenum | target, | ||
GLenum | format, | ||
GLenum | type, | ||
GLvoid * | table | ||
) |
Definition at line 196 of file colortab.c.
Referenced by init_dlist_pointers(), and init_exec_pointers().
Definition at line 221 of file colortab.c.
Definition at line 232 of file colortab.c.
Referenced by gl_GetColorTableParameterfv(), init_dlist_pointers(), and init_exec_pointers().