ReactOS 0.4.16-dev-92-g0c2cdca
|
#include "types.h"
Go to the source code of this file.
Functions | |
void | gl_alloc_alpha_buffers (GLcontext *ctx) |
void | gl_clear_alpha_buffers (GLcontext *ctx) |
void | gl_write_alpha_span (GLcontext *ctx, GLuint n, GLint x, GLint y, GLubyte alpha[], GLubyte mask[]) |
void | gl_write_mono_alpha_span (GLcontext *ctx, GLuint n, GLint x, GLint y, GLubyte alpha, GLubyte mask[]) |
void | gl_write_alpha_pixels (GLcontext *ctx, GLuint n, const GLint x[], const GLint y[], const GLubyte alpha[], const GLubyte mask[]) |
void | gl_write_mono_alpha_pixels (GLcontext *ctx, GLuint n, const GLint x[], const GLint y[], GLubyte alpha, const GLubyte mask[]) |
void | gl_read_alpha_span (GLcontext *ctx, GLuint n, GLint x, GLint y, GLubyte alpha[]) |
void | gl_read_alpha_pixels (GLcontext *ctx, GLuint n, const GLint x[], const GLint y[], GLubyte alpha[], const GLubyte mask[]) |
Definition at line 71 of file alphabuf.c.
Referenced by gl_ResizeBuffersMESA().
Definition at line 108 of file alphabuf.c.
Referenced by clear_color_buffers().
void gl_read_alpha_pixels | ( | GLcontext * | ctx, |
GLuint | n, | ||
const GLint | x[], | ||
const GLint | y[], | ||
GLubyte | alpha[], | ||
const GLubyte | mask[] | ||
) |
Definition at line 257 of file alphabuf.c.
Referenced by gl_blend_pixels(), gl_logicop_rgba_pixels(), and gl_mask_color_pixels().
Definition at line 246 of file alphabuf.c.
Referenced by gl_read_color_span(), and read_color_pixels().
void gl_write_alpha_pixels | ( | GLcontext * | ctx, |
GLuint | n, | ||
const GLint | x[], | ||
const GLint | y[], | ||
const GLubyte | alpha[], | ||
const GLubyte | mask[] | ||
) |
Definition at line 199 of file alphabuf.c.
Referenced by gl_flush_pb().
void gl_write_alpha_span | ( | GLcontext * | ctx, |
GLuint | n, | ||
GLint | x, | ||
GLint | y, | ||
GLubyte | alpha[], | ||
GLubyte | mask[] | ||
) |
Definition at line 155 of file alphabuf.c.
Referenced by clear_color_buffer_with_masking(), gl_write_color_span(), gl_write_monocolor_span(), and gl_write_texture_span().
void gl_write_mono_alpha_pixels | ( | GLcontext * | ctx, |
GLuint | n, | ||
const GLint | x[], | ||
const GLint | y[], | ||
GLubyte | alpha, | ||
const GLubyte | mask[] | ||
) |
Definition at line 222 of file alphabuf.c.
Referenced by gl_flush_pb().