ReactOS 0.4.16-dev-424-ge4748fe
|
#include "types.h"
Go to the source code of this file.
Functions | |
void | gl_write_index_span (GLcontext *ctx, GLuint n, GLint x, GLint y, GLdepth z[], GLuint index[], GLenum primitive) |
void | gl_write_monoindex_span (GLcontext *ctx, GLuint n, GLint x, GLint y, GLdepth z[], GLuint index, GLenum primitive) |
void | gl_write_color_span (GLcontext *ctx, GLuint n, GLint x, GLint y, GLdepth z[], GLubyte red[], GLubyte green[], GLubyte blue[], GLubyte alpha[], GLenum primitive) |
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) |
void | gl_write_texture_span (GLcontext *ctx, GLuint n, GLint x, GLint y, GLdepth z[], GLfloat s[], GLfloat t[], GLfloat u[], GLfloat lambda[], GLubyte red[], GLubyte green[], GLubyte blue[], GLubyte alpha[], GLenum primitive) |
void | gl_read_color_span (GLcontext *ctx, GLuint n, GLint x, GLint y, GLubyte red[], GLubyte green[], GLubyte blue[], GLubyte alpha[]) |
void | gl_read_index_span (GLcontext *ctx, GLuint n, GLint x, GLint y, GLuint indx[]) |
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 | red[], | ||
GLubyte | green[], | ||
GLubyte | blue[], | ||
GLubyte | alpha[], | ||
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 | red[], | ||
GLubyte | green[], | ||
GLubyte | blue[], | ||
GLubyte | alpha[], | ||
GLenum | primitive | ||
) |
Definition at line 699 of file span.c.