#include "glheader.h"
#include "bufferobj.h"
#include "colormac.h"
#include "context.h"
#include "image.h"
#include "macros.h"
#include "pixel.h"
#include "mtypes.h"
#include "glapi/dispatch.h"
Functions | |
static void | init_pixelmap (struct gl_pixelmap *map) |
void | _mesa_init_pixel (GLcontext *ctx) |
Initialize the context's PIXEL attribute group. |
void _mesa_init_pixel | ( | GLcontext * | ctx | ) |
Initialize the context's PIXEL attribute group.
static void init_pixelmap | ( | struct gl_pixelmap * | map | ) | [static] |