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

Go to the source code of this file.
Functions | |
| void | gl_ClearStencil (GLcontext *ctx, GLint s) |
| void | gl_StencilFunc (GLcontext *ctx, GLenum func, GLint ref, GLuint mask) |
| void | gl_StencilMask (GLcontext *ctx, GLuint mask) |
| void | gl_StencilOp (GLcontext *ctx, GLenum fail, GLenum zfail, GLenum zpass) |
| GLint | gl_stencil_span (GLcontext *ctx, GLuint n, GLint x, GLint y, GLubyte mask[]) |
| void | gl_depth_stencil_span (GLcontext *ctx, GLuint n, GLint x, GLint y, const GLdepth z[], GLubyte mask[]) |
| GLint | gl_stencil_pixels (GLcontext *ctx, GLuint n, const GLint x[], const GLint y[], GLubyte mask[]) |
| void | gl_depth_stencil_pixels (GLcontext *ctx, GLuint n, const GLint x[], const GLint y[], const GLdepth z[], GLubyte mask[]) |
| void | gl_read_stencil_span (GLcontext *ctx, GLuint n, GLint x, GLint y, GLubyte stencil[]) |
| void | gl_write_stencil_span (GLcontext *ctx, GLuint n, GLint x, GLint y, const GLubyte stencil[]) |
| void | gl_alloc_stencil_buffer (GLcontext *ctx) |
| void | gl_clear_stencil_buffer (GLcontext *ctx) |
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().