#include "glheader.h"
#include "imports.h"
#include "bufferobj.h"
#include "context.h"
#include "drawpix.h"
#include "enums.h"
#include "feedback.h"
#include "framebuffer.h"
#include "image.h"
#include "readpix.h"
#include "state.h"
Functions | |
| static GLboolean | valid_fragment_program (GLcontext *ctx) |
| If a fragment program is enabled, check that it's valid. | |
| 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 | |||
| ) |
| static GLboolean valid_fragment_program | ( | GLcontext * | ctx | ) | [static] |
If a fragment program is enabled, check that it's valid.
1.5.4