#include "main/glheader.h"
#include "main/bufferobj.h"
#include "main/image.h"
#include "main/macros.h"
#include "main/pixel.h"
#include "s_context.h"
#include "s_span.h"
Functions | |
void | _swrast_Bitmap (GLcontext *ctx, GLint px, GLint py, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap) |
Render a bitmap. |
void _swrast_Bitmap | ( | GLcontext * | ctx, | |
GLint | px, | |||
GLint | py, | |||
GLsizei | width, | |||
GLsizei | height, | |||
const struct gl_pixelstore_attrib * | unpack, | |||
const GLubyte * | bitmap | |||
) |
Render a bitmap.
Called via ctx->Driver.Bitmap() All parameter error checking will have been done before this is called.