Functions |
| GLint | base_colortab_format (GLenum format) |
| void | set_component_sizes (struct gl_color_table *table) |
| void | store_colortable_entries (GLcontext *ctx, struct gl_color_table *table, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data, GLfloat rScale, GLfloat rBias, GLfloat gScale, GLfloat gBias, GLfloat bScale, GLfloat bBias, GLfloat aScale, GLfloat aBias) |
| | Update/replace all or part of a color table. More...
|
| void GLAPIENTRY | _mesa_ColorTable (GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const GLvoid *data) |
| void GLAPIENTRY | _mesa_ColorSubTable (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data) |
| void GLAPIENTRY | _mesa_CopyColorTable (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) |
| void GLAPIENTRY | _mesa_CopyColorSubTable (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) |
| void GLAPIENTRY | _mesa_GetColorTable (GLenum target, GLenum format, GLenum type, GLvoid *data) |
| 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 *p) |
| void | _mesa_free_colortable_data (struct gl_color_table *p) |
| void | _mesa_init_colortables (GLcontext *ctx) |
| void | _mesa_free_colortables_data (GLcontext *ctx) |