#include "main/mtypes.h"
Defines | |
#define | _MESA_INIT_COLORTABLE_FUNCTIONS(driver, impl) do { } while (0) |
Functions | |
static INLINE void GLAPIENTRY | _mesa_ColorTable (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table) |
static INLINE void GLAPIENTRY | _mesa_ColorSubTable (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *table) |
static INLINE void | _mesa_init_colortable_dispatch (struct _glapi_table *disp) |
void | _mesa_init_colortable (struct gl_color_table *table) |
void | _mesa_free_colortable_data (struct gl_color_table *table) |
void | _mesa_init_colortables (GLcontext *ctx) |
void | _mesa_free_colortables_data (GLcontext *ctx) |
#define _MESA_INIT_COLORTABLE_FUNCTIONS | ( | driver, | |||
impl | ) | do { } while (0) |
static INLINE void GLAPIENTRY _mesa_ColorSubTable | ( | GLenum | target, | |
GLsizei | start, | |||
GLsizei | count, | |||
GLenum | format, | |||
GLenum | type, | |||
const GLvoid * | table | |||
) | [static] |
static INLINE void GLAPIENTRY _mesa_ColorTable | ( | GLenum | target, | |
GLenum | internalformat, | |||
GLsizei | width, | |||
GLenum | format, | |||
GLenum | type, | |||
const GLvoid * | table | |||
) | [static] |
void _mesa_free_colortable_data | ( | struct gl_color_table * | table | ) |
void _mesa_free_colortables_data | ( | GLcontext * | ctx | ) |
void _mesa_init_colortable | ( | struct gl_color_table * | table | ) |
static INLINE void _mesa_init_colortable_dispatch | ( | struct _glapi_table * | disp | ) | [static] |
void _mesa_init_colortables | ( | GLcontext * | ctx | ) |