#include "main/glheader.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_Bitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) |
| void GLAPIENTRY _mesa_Bitmap | ( | GLsizei | width, | |
| GLsizei | height, | |||
| GLfloat | xorig, | |||
| GLfloat | yorig, | |||
| GLfloat | xmove, | |||
| GLfloat | ymove, | |||
| const GLubyte * | bitmap | |||
| ) |
| void GLAPIENTRY _mesa_CopyPixels | ( | GLint | srcx, | |
| GLint | srcy, | |||
| GLsizei | width, | |||
| GLsizei | height, | |||
| GLenum | type | |||
| ) |
| void GLAPIENTRY _mesa_DrawPixels | ( | GLsizei | width, | |
| GLsizei | height, | |||
| GLenum | format, | |||
| GLenum | type, | |||
| const GLvoid * | pixels | |||
| ) |
1.5.4