core | glapi | vbo | math | shader | swrast | swrast_setup | tnl | tnl_dd

drawpix.c File Reference

#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)


Function Documentation

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.

Returns:
GL_TRUE if valid, GL_FALSE otherwise


Generated on Sun Sep 27 06:47:45 2009 for Mesa Main by  doxygen 1.5.4