ReactOS 0.4.16-dev-88-ga65b6ae
|
#include "types.h"
Go to the source code of this file.
Functions | |
void | gl_Scissor (GLcontext *ctx, GLint x, GLint y, GLsizei width, GLsizei height) |
GLint | gl_scissor_span (GLcontext *ctx, GLuint n, GLint x, GLint y, GLubyte mask[]) |
GLuint | gl_scissor_pixels (GLcontext *ctx, GLuint n, const GLint x[], const GLint y[], GLubyte mask[]) |
Definition at line 58 of file scissor.c.
Referenced by execute_list(), and init_exec_pointers().
GLuint gl_scissor_pixels | ( | GLcontext * | ctx, |
GLuint | n, | ||
const GLint | x[], | ||
const GLint | y[], | ||
GLubyte | mask[] | ||
) |
Definition at line 116 of file scissor.c.
Definition at line 87 of file scissor.c.
Referenced by gl_write_color_span(), gl_write_index_span(), gl_write_monocolor_span(), gl_write_monoindex_span(), and gl_write_texture_span().