ReactOS 0.4.16-dev-106-g10b08aa
|
#include <string.h>
#include "context.h"
#include "copypix.h"
#include "depth.h"
#include "feedback.h"
#include "dlist.h"
#include "macros.h"
#include "pixel.h"
#include "span.h"
#include "stencil.h"
#include "types.h"
Go to the source code of this file.
Functions | |
static void | copy_rgb_pixels (GLcontext *ctx, GLint srcx, GLint srcy, GLint width, GLint height, GLint destx, GLint desty) |
static void | copy_ci_pixels (GLcontext *ctx, GLint srcx, GLint srcy, GLint width, GLint height, GLint destx, GLint desty) |
static void | copy_depth_pixels (GLcontext *ctx, GLint srcx, GLint srcy, GLint width, GLint height, GLint destx, GLint desty) |
static void | copy_stencil_pixels (GLcontext *ctx, GLint srcx, GLint srcy, GLint width, GLint height, GLint destx, GLint desty) |
void | gl_CopyPixels (GLcontext *ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLenum type) |
|
static |
Definition at line 199 of file copypix.c.
Referenced by gl_CopyPixels().
|
static |
Definition at line 291 of file copypix.c.
Referenced by gl_CopyPixels().
|
static |
Definition at line 68 of file copypix.c.
Referenced by gl_CopyPixels().
|
static |
Definition at line 382 of file copypix.c.
Referenced by gl_CopyPixels().
void gl_CopyPixels | ( | GLcontext * | ctx, |
GLint | srcx, | ||
GLint | srcy, | ||
GLsizei | width, | ||
GLsizei | height, | ||
GLenum | type | ||
) |
Definition at line 454 of file copypix.c.
Referenced by execute_list(), and init_exec_pointers().