|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <string.h>#include "alpha.h"#include "alphabuf.h"#include "blend.h"#include "depth.h"#include "fog.h"#include "logic.h"#include "macros.h"#include "masking.h"#include "scissor.h"#include "span.h"#include "stencil.h"#include "texture.h"#include "types.h"
Go to the source code of this file.
Definition at line 122 of file span.c.
Referenced by gl_write_color_span(), gl_write_index_span(), gl_write_monocolor_span(), gl_write_monoindex_span(), and gl_write_texture_span().
| void gl_read_color_span | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| GLint | x, | ||
| GLint | y, | ||
| GLubyte | red[], | ||
| GLubyte | green[], | ||
| GLubyte | blue[], | ||
| GLubyte | alpha[] | ||
| ) |
Definition at line 850 of file span.c.
Referenced by copy_rgb_pixels(), copy_tex_sub_image(), gl_blend_span(), gl_logicop_rgba_span(), gl_mask_color_span(), and read_color_image().
Definition at line 897 of file span.c.
Referenced by copy_ci_pixels(), and gl_mask_index_span().
| void gl_write_color_span | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| GLint | x, | ||
| GLint | y, | ||
| GLdepth | z[], | ||
| GLubyte | r[], | ||
| GLubyte | g[], | ||
| GLubyte | b[], | ||
| GLubyte | a[], | ||
| GLenum | primitive | ||
| ) |
Definition at line 378 of file span.c.
Referenced by copy_depth_pixels(), copy_rgb_pixels(), draw_color_pixels(), draw_depth_pixels(), draw_index_pixels(), and gl_write_zoomed_color_span().
| void gl_write_index_span | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| GLint | x, | ||
| GLint | y, | ||
| GLdepth | z[], | ||
| GLuint | index[], | ||
| GLenum | primitive | ||
| ) |
Definition at line 167 of file span.c.
Referenced by copy_ci_pixels(), copy_depth_pixels(), draw_depth_pixels(), draw_index_pixels(), and gl_write_zoomed_index_span().
| void gl_write_monocolor_span | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| GLint | x, | ||
| GLint | y, | ||
| GLdepth | z[], | ||
| GLint | r, | ||
| GLint | g, | ||
| GLint | b, | ||
| GLint | a, | ||
| GLenum | primitive | ||
| ) |
Definition at line 531 of file span.c.
| void gl_write_monoindex_span | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| GLint | x, | ||
| GLint | y, | ||
| GLdepth | z[], | ||
| GLuint | index, | ||
| GLenum | primitive | ||
| ) |
Definition at line 255 of file span.c.
| void gl_write_texture_span | ( | GLcontext * | ctx, |
| GLuint | n, | ||
| GLint | x, | ||
| GLint | y, | ||
| GLdepth | z[], | ||
| GLfloat | s[], | ||
| GLfloat | t[], | ||
| GLfloat | u[], | ||
| GLfloat | lambda[], | ||
| GLubyte | r[], | ||
| GLubyte | g[], | ||
| GLubyte | b[], | ||
| GLubyte | a[], | ||
| GLenum | primitive | ||
| ) |
Definition at line 699 of file span.c.
|
static |
Definition at line 96 of file span.c.
Referenced by gl_write_color_span(), gl_write_index_span(), gl_write_monocolor_span(), gl_write_monoindex_span(), and gl_write_texture_span().