|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "types.h"

Go to the source code of this file.
Functions | |
| void | gl_IndexMask (GLcontext *ctx, GLuint mask) |
| void | gl_ColorMask (GLcontext *ctx, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) |
| void | gl_mask_color_span (GLcontext *ctx, GLuint n, GLint x, GLint y, GLubyte red[], GLubyte green[], GLubyte blue[], GLubyte alpha[]) |
| void | gl_mask_color_pixels (GLcontext *ctx, GLuint n, const GLint x[], const GLint y[], GLubyte red[], GLubyte green[], GLubyte blue[], GLubyte alpha[], const GLubyte mask[]) |
| void | gl_mask_index_span (GLcontext *ctx, GLuint n, GLint x, GLint y, GLuint index[]) |
| void | gl_mask_index_pixels (GLcontext *ctx, GLuint n, const GLint x[], const GLint y[], GLuint index[], const GLubyte mask[]) |
| void gl_ColorMask | ( | GLcontext * | ctx, |
| GLboolean | red, | ||
| GLboolean | green, | ||
| GLboolean | blue, | ||
| GLboolean | alpha | ||
| ) |
Definition at line 76 of file masking.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 64 of file masking.c.
Referenced by execute_list(), and init_exec_pointers().
| void gl_mask_color_pixels | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| const GLint | x[], | ||
| const GLint | y[], | ||
| GLubyte | red[], | ||
| GLubyte | green[], | ||
| GLubyte | blue[], | ||
| GLubyte | alpha[], | ||
| const GLubyte | mask[] | ||
| ) |
Definition at line 125 of file masking.c.
Referenced by gl_flush_pb().
| void gl_mask_color_span | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| GLint | x, | ||
| GLint | y, | ||
| GLubyte | red[], | ||
| GLubyte | green[], | ||
| GLubyte | blue[], | ||
| GLubyte | alpha[] | ||
| ) |
Definition at line 93 of file masking.c.
Referenced by clear_color_buffer_with_masking(), gl_write_color_span(), gl_write_monocolor_span(), and gl_write_texture_span().
| void gl_mask_index_pixels | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| const GLint | x[], | ||
| const GLint | y[], | ||
| GLuint | index[], | ||
| const GLubyte | mask[] | ||
| ) |
Definition at line 183 of file masking.c.
Referenced by gl_flush_pb().
Definition at line 161 of file masking.c.
Referenced by clear_color_buffer_with_masking(), gl_write_index_span(), and gl_write_monoindex_span().