|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <assert.h>#include <stdlib.h>#include <string.h>#include "bitmap.h"#include "context.h"#include "feedback.h"#include "image.h"#include "macros.h"#include "pb.h"#include "types.h"
Go to the source code of this file.
Functions | |
| struct gl_image * | gl_unpack_bitmap (GLcontext *ctx, GLsizei width, GLsizei height, const GLubyte *bitmap) |
| void | gl_render_bitmap (GLcontext *ctx, GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const struct gl_image *bitmap) |
| void | gl_Bitmap (GLcontext *ctx, GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const struct gl_image *bitmap) |
| void gl_Bitmap | ( | GLcontext * | ctx, |
| GLsizei | width, | ||
| GLsizei | height, | ||
| GLfloat | xorig, | ||
| GLfloat | yorig, | ||
| GLfloat | xmove, | ||
| GLfloat | ymove, | ||
| const struct gl_image * | bitmap | ||
| ) |
Definition at line 161 of file bitmap.c.
Referenced by execute_list(), and init_exec_pointers().
| void gl_render_bitmap | ( | GLcontext * | ctx, |
| GLsizei | width, | ||
| GLsizei | height, | ||
| GLfloat | xorig, | ||
| GLfloat | yorig, | ||
| GLfloat | xmove, | ||
| GLfloat | ymove, | ||
| const struct gl_image * | bitmap | ||
| ) |
Definition at line 90 of file bitmap.c.
Referenced by gl_Bitmap().
| struct gl_image * gl_unpack_bitmap | ( | GLcontext * | ctx, |
| GLsizei | width, | ||
| GLsizei | height, | ||
| const GLubyte * | bitmap | ||
| ) |
Definition at line 76 of file bitmap.c.
Referenced by _mesa_Bitmap().