ReactOS 0.4.16-dev-716-g2b2bdab
|
#include "types.h"
Go to the source code of this file.
Functions | |
void | gl_blend_span (GLcontext *ctx, GLuint n, GLint x, GLint y, GLubyte red[], GLubyte green[], GLubyte blue[], GLubyte alpha[], GLubyte mask[]) |
void | gl_blend_pixels (GLcontext *ctx, GLuint n, const GLint x[], const GLint y[], GLubyte red[], GLubyte green[], GLubyte blue[], GLubyte alpha[], GLubyte mask[]) |
void | gl_BlendFunc (GLcontext *ctx, GLenum sfactor, GLenum dfactor) |
void gl_blend_pixels | ( | GLcontext * | ctx, |
GLuint | n, | ||
const GLint | x[], | ||
const GLint | y[], | ||
GLubyte | red[], | ||
GLubyte | green[], | ||
GLubyte | blue[], | ||
GLubyte | alpha[], | ||
GLubyte | mask[] | ||
) |
Definition at line 532 of file blend.c.
Referenced by gl_flush_pb().
void gl_blend_span | ( | GLcontext * | ctx, |
GLuint | n, | ||
GLint | x, | ||
GLint | y, | ||
GLubyte | red[], | ||
GLubyte | green[], | ||
GLubyte | blue[], | ||
GLubyte | alpha[], | ||
GLubyte | mask[] | ||
) |
Definition at line 507 of file blend.c.
Referenced by gl_write_color_span(), gl_write_monocolor_span(), and gl_write_texture_span().
Definition at line 76 of file blend.c.
Referenced by execute_list(), and init_exec_pointers().