ReactOS 0.4.16-dev-433-g6363f78
|
#include "types.h"
Go to the source code of this file.
Functions | |
void | gl_LogicOp (GLcontext *ctx, GLenum opcode) |
void | gl_logicop_ci_span (GLcontext *ctx, GLuint n, GLint x, GLint y, GLuint index[], GLubyte mask[]) |
void | gl_logicop_ci_pixels (GLcontext *ctx, GLuint n, const GLint x[], const GLint y[], GLuint index[], GLubyte mask[]) |
void | gl_logicop_rgba_span (GLcontext *ctx, GLuint n, GLint x, GLint y, GLubyte red[], GLubyte green[], GLubyte blue[], GLubyte alpha[], GLubyte mask[]) |
void | gl_logicop_rgba_pixels (GLcontext *ctx, GLuint n, const GLint x[], const GLint y[], GLubyte red[], GLubyte green[], GLubyte blue[], GLubyte alpha[], GLubyte mask[]) |
Definition at line 66 of file logic.c.
Referenced by execute_list(), and init_exec_pointers().
void gl_logicop_ci_pixels | ( | GLcontext * | ctx, |
GLuint | n, | ||
const GLint | x[], | ||
const GLint | y[], | ||
GLuint | index[], | ||
GLubyte | mask[] | ||
) |
Definition at line 234 of file logic.c.
Referenced by gl_flush_pb().
void gl_logicop_ci_span | ( | GLcontext * | ctx, |
GLuint | n, | ||
GLint | x, | ||
GLint | y, | ||
GLuint | index[], | ||
GLubyte | mask[] | ||
) |
Definition at line 105 of file logic.c.
Referenced by gl_write_index_span(), and gl_write_monoindex_span().
void gl_logicop_rgba_pixels | ( | GLcontext * | ctx, |
GLuint | n, | ||
const GLint | x[], | ||
const GLint | y[], | ||
GLubyte | red[], | ||
GLubyte | green[], | ||
GLubyte | blue[], | ||
GLubyte | alpha[], | ||
GLubyte | mask[] | ||
) |
Definition at line 548 of file logic.c.
Referenced by gl_flush_pb().
void gl_logicop_rgba_span | ( | GLcontext * | ctx, |
GLuint | n, | ||
GLint | x, | ||
GLint | y, | ||
GLubyte | red[], | ||
GLubyte | green[], | ||
GLubyte | blue[], | ||
GLubyte | alpha[], | ||
GLubyte | mask[] | ||
) |
Definition at line 364 of file logic.c.
Referenced by gl_write_color_span(), gl_write_monocolor_span(), and gl_write_texture_span().