|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdlib.h>#include <string.h>#include "context.h"#include "dlist.h"#include "macros.h"#include "pb.h"#include "stencil.h"#include "types.h"
Go to the source code of this file.
Macros | |
| #define | STENCIL_ADDRESS(X, Y) (ctx->Buffer->Stencil + ctx->Buffer->Width * (Y) + (X)) |
|
static |
Definition at line 570 of file stencil.c.
Referenced by gl_depth_stencil_pixels(), and gl_stencil_pixels().
|
static |
Definition at line 207 of file stencil.c.
Referenced by gl_depth_stencil_span(), and gl_stencil_span().
Definition at line 975 of file stencil.c.
Referenced by gl_ResizeBuffersMESA().
Definition at line 1001 of file stencil.c.
Referenced by gl_Clear().
Definition at line 73 of file stencil.c.
Referenced by execute_list(), and init_exec_pointers().
| void gl_depth_stencil_pixels | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| const GLint | x[], | ||
| const GLint | y[], | ||
| const GLdepth | z[], | ||
| GLubyte | mask[] | ||
| ) |
Definition at line 882 of file stencil.c.
Referenced by gl_flush_pb().
| void gl_depth_stencil_span | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| GLint | x, | ||
| GLint | y, | ||
| const GLdepth | z[], | ||
| GLubyte | mask[] | ||
| ) |
Definition at line 514 of file stencil.c.
Referenced by gl_write_color_span(), gl_write_index_span(), gl_write_monocolor_span(), gl_write_monoindex_span(), and gl_write_texture_span().
Definition at line 938 of file stencil.c.
Referenced by copy_stencil_pixels(), and read_stencil_pixels().
| GLint gl_stencil_pixels | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| const GLint | x[], | ||
| const GLint | y[], | ||
| GLubyte | mask[] | ||
| ) |
Definition at line 702 of file stencil.c.
Referenced by gl_flush_pb().
Definition at line 339 of file stencil.c.
Referenced by gl_write_color_span(), gl_write_index_span(), gl_write_monocolor_span(), gl_write_monoindex_span(), and gl_write_texture_span().
Definition at line 84 of file stencil.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 116 of file stencil.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 127 of file stencil.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 957 of file stencil.c.
Referenced by copy_stencil_pixels(), draw_stencil_pixels(), and gl_write_zoomed_stencil_span().