ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

colortab.c File Reference
#include "glheader.h"
#include "bufferobj.h"
#include "colortab.h"
#include "context.h"
#include "image.h"
#include "macros.h"
#include "state.h"
#include "teximage.h"

Go to the source code of this file.

Functions

static GLint base_colortab_format (GLenum format)
static void set_component_sizes (struct gl_color_table *table)
static 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)
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)

Generated on Sat May 26 2012 04:56:14 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.