#include "glheader.h"
#include "accum.h"
#include "context.h"
#include "imports.h"
#include "macros.h"
#include "state.h"
#include "mtypes.h"
Functions | |
void GLAPIENTRY | _mesa_ClearAccum (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) |
void GLAPIENTRY | _mesa_Accum (GLenum op, GLfloat value) |
void | _mesa_init_accum (GLcontext *ctx) |
void GLAPIENTRY _mesa_Accum | ( | GLenum | op, | |
GLfloat | value | |||
) |
void GLAPIENTRY _mesa_ClearAccum | ( | GLfloat | red, | |
GLfloat | green, | |||
GLfloat | blue, | |||
GLfloat | alpha | |||
) |
void _mesa_init_accum | ( | GLcontext * | ctx | ) |