Functions |
| void GLAPIENTRY | _mesa_ColorTable (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table) |
| void GLAPIENTRY | _mesa_ColorSubTable (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *table) |
| void GLAPIENTRY | _mesa_CopyColorSubTable (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) |
| void GLAPIENTRY | _mesa_CopyColorTable (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) |
| void GLAPIENTRY | _mesa_GetColorTable (GLenum target, GLenum format, GLenum type, GLvoid *table) |
| void GLAPIENTRY | _mesa_ColorTableParameterfv (GLenum target, GLenum pname, const GLfloat *params) |
| void GLAPIENTRY | _mesa_ColorTableParameteriv (GLenum target, GLenum pname, const GLint *params) |
| void GLAPIENTRY | _mesa_GetColorTableParameterfv (GLenum target, GLenum pname, GLfloat *params) |
| void GLAPIENTRY | _mesa_GetColorTableParameteriv (GLenum target, GLenum pname, GLint *params) |
| 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) |