ReactOS 0.4.16-dev-334-g4d9f67c
|
#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().