#include "glheader.h"#include "imports.h"#include "colormac.h"#include "context.h"#include "drawpix.h"#include "feedback.h"#include "macros.h"#include "state.h"#include "mtypes.h"Functions | |
| void GLAPIENTRY | _mesa_DrawPixels (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) |
| void GLAPIENTRY | _mesa_CopyPixels (GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLenum type) |
| void GLAPIENTRY | _mesa_ReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) |
| void GLAPIENTRY | _mesa_Bitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) |
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001