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

Go to the source code of this file.
Functions | |
| void | gl_Fogfv (GLcontext *ctx, GLenum pname, const GLfloat *params) |
| void | gl_fog_color_vertices (GLcontext *ctx, GLuint n, GLfloat v[][4], GLubyte color[][4]) |
| void | gl_fog_index_vertices (GLcontext *ctx, GLuint n, GLfloat v[][4], GLuint indx[]) |
| void | gl_fog_color_pixels (GLcontext *ctx, GLuint n, const GLdepth z[], GLubyte red[], GLubyte green[], GLubyte blue[], GLubyte alpha[]) |
| void | gl_fog_index_pixels (GLcontext *ctx, GLuint n, const GLdepth z[], GLuint indx[]) |
| void gl_fog_color_pixels | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| const GLdepth | z[], | ||
| GLubyte | red[], | ||
| GLubyte | green[], | ||
| GLubyte | blue[], | ||
| GLubyte | alpha[] | ||
| ) |
Definition at line 252 of file fog.c.
Referenced by gl_flush_pb(), gl_write_color_span(), and gl_write_texture_span().
Definition at line 134 of file fog.c.
Referenced by fog_vertices().
Definition at line 333 of file fog.c.
Referenced by gl_flush_pb(), gl_write_index_span(), and gl_write_monoindex_span().
Definition at line 190 of file fog.c.
Referenced by fog_vertices().
Definition at line 70 of file fog.c.
Referenced by execute_list(), and init_exec_pointers().