ReactOS 0.4.16-dev-38-g96c65e9
|
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "context.h"
#include "dlist.h"
#include "macros.h"
#include "pixel.h"
#include "image.h"
#include "span.h"
#include "stencil.h"
#include "types.h"
Go to the source code of this file.
Definition at line 621 of file pixel.c.
Referenced by init_dlist_pointers(), and init_exec_pointers().
Definition at line 670 of file pixel.c.
Referenced by init_dlist_pointers(), and init_exec_pointers().
Definition at line 731 of file pixel.c.
Referenced by init_dlist_pointers(), and init_exec_pointers().
Definition at line 520 of file pixel.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 418 of file pixel.c.
Referenced by init_dlist_pointers(), and init_exec_pointers().
Definition at line 806 of file pixel.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 112 of file pixel.c.
Referenced by execute_list(), and init_exec_pointers().
GLvoid * gl_unpack_pixels | ( | GLcontext * | ctx, |
GLsizei | width, | ||
GLsizei | height, | ||
GLenum | format, | ||
GLenum | type, | ||
const GLvoid * | pixels | ||
) |
Definition at line 880 of file pixel.c.
Referenced by gl_DrawPixels().
void gl_write_zoomed_color_span | ( | GLcontext * | ctx, |
GLuint | n, | ||
GLint | x, | ||
GLint | y, | ||
const GLdepth | z[], | ||
const GLubyte | red[], | ||
const GLubyte | green[], | ||
const GLubyte | blue[], | ||
const GLubyte | alpha[], | ||
GLint | y0 | ||
) |
Definition at line 136 of file pixel.c.
Referenced by copy_depth_pixels(), copy_rgb_pixels(), draw_color_pixels(), draw_depth_pixels(), and draw_index_pixels().
void gl_write_zoomed_index_span | ( | GLcontext * | ctx, |
GLuint | n, | ||
GLint | x, | ||
GLint | y, | ||
const GLdepth | z[], | ||
const GLuint | indexes[], | ||
GLint | y0 | ||
) |
Definition at line 237 of file pixel.c.
Referenced by copy_ci_pixels(), copy_depth_pixels(), draw_depth_pixels(), and draw_index_pixels().
void gl_write_zoomed_stencil_span | ( | GLcontext * | ctx, |
GLuint | n, | ||
GLint | x, | ||
GLint | y, | ||
const GLubyte | stencil[], | ||
GLint | y0 | ||
) |
Definition at line 328 of file pixel.c.
Referenced by copy_stencil_pixels(), and draw_stencil_pixels().
Definition at line 80 of file pixel.c.
Referenced by gl_PixelStorei(), gl_PixelTransferf(), and gl_PixelZoom().