ReactOS 0.4.16-dev-41-ge8c7597
|
#include "types.h"
Go to the source code of this file.
Macros | |
#define | FEEDBACK_TOKEN(CTX, T) |
Functions | |
void | gl_feedback_vertex (GLcontext *ctx, GLfloat x, GLfloat y, GLfloat z, GLfloat w, const GLfloat color[4], GLfloat index, const GLfloat texcoord[4]) |
void | gl_update_hitflag (GLcontext *ctx, GLfloat z) |
void | gl_PassThrough (GLcontext *ctx, GLfloat token) |
void | gl_FeedbackBuffer (GLcontext *ctx, GLsizei size, GLenum type, GLfloat *buffer) |
void | gl_SelectBuffer (GLcontext *ctx, GLsizei size, GLuint *buffer) |
void | gl_InitNames (GLcontext *ctx) |
void | gl_LoadName (GLcontext *ctx, GLuint name) |
void | gl_PushName (GLcontext *ctx, GLuint name) |
void | gl_PopName (GLcontext *ctx) |
GLint | gl_RenderMode (GLcontext *ctx, GLenum mode) |
Definition at line 39 of file feedback.h.
void gl_feedback_vertex | ( | GLcontext * | ctx, |
GLfloat | x, | ||
GLfloat | y, | ||
GLfloat | z, | ||
GLfloat | w, | ||
const GLfloat | color[4], | ||
GLfloat | index, | ||
const GLfloat | texcoord[4] | ||
) |
Definition at line 161 of file feedback.c.
Referenced by drawpixels(), feedback_line(), feedback_points(), feedback_triangle(), gl_Bitmap(), and gl_CopyPixels().
Definition at line 88 of file feedback.c.
Referenced by init_dlist_pointers(), and init_exec_pointers().
Definition at line 219 of file feedback.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 280 of file feedback.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 143 of file feedback.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 327 of file feedback.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 305 of file feedback.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 358 of file feedback.c.
Referenced by init_dlist_pointers(), and init_exec_pointers().
Definition at line 201 of file feedback.c.
Referenced by init_dlist_pointers(), and init_exec_pointers().
Definition at line 240 of file feedback.c.
Referenced by drawpixels(), gl_CopyPixels(), gl_RasterPos4f(), gl_windowpos(), select_line(), select_points(), and select_triangle().