#include "glheader.h"
#include "imports.h"
#include "context.h"
#include "image.h"
#include "enums.h"
#include "macros.h"
#include "polygon.h"
#include "mtypes.h"
State Management | |
| void | _mesa_update_polygon (GLcontext *ctx) |
Initialization | |
| void | _mesa_init_polygon (GLcontext *ctx) |
| Initialize the context polygon state. More... | |
Functions | |
| void GLAPIENTRY | _mesa_CullFace (GLenum mode) |
| Specify whether to cull front- or back-facing facets. More... | |
| void GLAPIENTRY | _mesa_FrontFace (GLenum mode) |
| Define front- and back-facing. More... | |
| void GLAPIENTRY | _mesa_PolygonMode (GLenum face, GLenum mode) |
| Set the polygon rasterization mode. More... | |
| void GLAPIENTRY | _mesa_PolygonStipple (const GLubyte *pattern) |
| void GLAPIENTRY | _mesa_GetPolygonStipple (GLubyte *dest) |
| void GLAPIENTRY | _mesa_PolygonOffset (GLfloat factor, GLfloat units) |
| void GLAPIENTRY | _mesa_PolygonOffsetEXT (GLfloat factor, GLfloat bias) |
|
|
Specify whether to cull front- or back-facing facets.
|
|
|
Define front- and back-facing.
|
|
|
|
|
|
Initialize the context polygon state.
|
|
||||||||||||
|
Set the polygon rasterization mode.
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001