|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdlib.h>#include <string.h>#include "context.h"#include "depth.h"#include "dlist.h"#include "macros.h"#include "types.h"
Go to the source code of this file.
Macros | |
| #define | ZADDR_SETUP |
| #define | ZADDR(X, Y) (depthbuffer + (Y) * width + (X) ) |
| #define ZADDR_SETUP |
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().