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

Go to the source code of this file.
Macros | |
| #define | Z_ADDRESS(CTX, X, Y) ((CTX)->Buffer->Depth + (CTX)->Buffer->Width * (Y) + (X)) |
Definition at line 848 of file depth.c.
Referenced by gl_update_state().
Definition at line 875 of file depth.c.
Referenced by gl_update_state().
Definition at line 87 of file depth.c.
Referenced by execute_list(), and init_exec_pointers().
| void gl_depth_test_pixels_generic | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| const GLint | x[], | ||
| const GLint | y[], | ||
| const GLdepth | z[], | ||
| GLubyte | mask[] | ||
| ) |
Definition at line 489 of file depth.c.
Referenced by gl_update_state().
| void gl_depth_test_pixels_greater | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| const GLint | x[], | ||
| const GLint | y[], | ||
| const GLdepth | z[], | ||
| GLubyte | mask[] | ||
| ) |
Definition at line 752 of file depth.c.
Referenced by gl_update_state().
| void gl_depth_test_pixels_less | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| const GLint | x[], | ||
| const GLint | y[], | ||
| const GLdepth | z[], | ||
| GLubyte | mask[] | ||
| ) |
Definition at line 726 of file depth.c.
Referenced by gl_update_state().
| GLuint gl_depth_test_span_generic | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| GLint | x, | ||
| GLint | y, | ||
| const GLdepth | z[], | ||
| GLubyte | mask[] | ||
| ) |
Definition at line 193 of file depth.c.
Referenced by gl_update_state().
| GLuint gl_depth_test_span_greater | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| GLint | x, | ||
| GLint | y, | ||
| const GLdepth | z[], | ||
| GLubyte | mask[] | ||
| ) |
Definition at line 447 of file depth.c.
Referenced by gl_update_state().
| GLuint gl_depth_test_span_less | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| GLint | x, | ||
| GLint | y, | ||
| const GLdepth | z[], | ||
| GLubyte | mask[] | ||
| ) |
Definition at line 419 of file depth.c.
Referenced by gl_update_state().
Definition at line 98 of file depth.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 124 of file depth.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 141 of file depth.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 789 of file depth.c.
Referenced by gl_update_state().
Definition at line 820 of file depth.c.
Referenced by gl_update_state().