#include "glheader.h"
#include "bufferobj.h"
#include "colormac.h"
#include "context.h"
#include "image.h"
#include "macros.h"
#include "pixelstore.h"
#include "mtypes.h"
Functions | |
| void GLAPIENTRY | _mesa_PixelStorei (GLenum pname, GLint param) |
| void GLAPIENTRY | _mesa_PixelStoref (GLenum pname, GLfloat param) |
| void | _mesa_init_pixelstore (GLcontext *ctx) |
| Initialize the context's pixel store state. | |
| void _mesa_init_pixelstore | ( | GLcontext * | ctx | ) |
Initialize the context's pixel store state.
| void GLAPIENTRY _mesa_PixelStoref | ( | GLenum | pname, | |
| GLfloat | param | |||
| ) |
| void GLAPIENTRY _mesa_PixelStorei | ( | GLenum | pname, | |
| GLint | param | |||
| ) |
1.5.4