ReactOS 0.4.16-dev-297-gc569aee
|
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "context.h"
#include "macros.h"
#include "polygon.h"
#include "types.h"
Go to the source code of this file.
Functions | |
void | gl_CullFace (GLcontext *ctx, GLenum mode) |
void | gl_FrontFace (GLcontext *ctx, GLenum mode) |
void | gl_PolygonMode (GLcontext *ctx, GLenum face, GLenum mode) |
void | gl_PolygonStipple (GLcontext *ctx, const GLubyte *mask) |
void | gl_GetPolygonStipple (GLcontext *ctx, GLubyte *mask) |
void | gl_PolygonOffset (GLcontext *ctx, GLfloat factor, GLfloat units) |
Definition at line 64 of file polygon.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 80 of file polygon.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 154 of file polygon.c.
Referenced by init_dlist_pointers(), and init_exec_pointers().
Definition at line 95 of file polygon.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 161 of file polygon.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 130 of file polygon.c.
Referenced by execute_list(), and init_exec_pointers().