#include "main/mtypes.h"
Functions | |
| GLboolean | _mesa_error_check_format_type (GLcontext *ctx, GLenum format, GLenum type, GLboolean drawing) |
| Do error checking of the format/type parameters to glReadPixels and glDrawPixels. | |
| void GLAPIENTRY | _mesa_ReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) |
| GLboolean _mesa_error_check_format_type | ( | GLcontext * | ctx, | |
| GLenum | format, | |||
| GLenum | type, | |||
| GLboolean | drawing | |||
| ) |
Do error checking of the format/type parameters to glReadPixels and glDrawPixels.
| drawing | if GL_TRUE do checking for DrawPixels, else do checking for ReadPixels. |
| void GLAPIENTRY _mesa_ReadPixels | ( | GLint | x, | |
| GLint | y, | |||
| GLsizei | width, | |||
| GLsizei | height, | |||
| GLenum | format, | |||
| GLenum | type, | |||
| GLvoid * | pixels | |||
| ) |
1.5.4