ReactOS 0.4.15-dev-8612-g0707475
|
Go to the source code of this file.
Functions | |
static GLboolean | power_of_two (GLint k) |
static GLint | decode_internal_format (GLint format) |
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) |
Definition at line 72 of file colortab.c.
Referenced by gl_ColorTable().
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().
Definition at line 60 of file colortab.c.
Referenced by gl_ColorTable().