#include "glheader.h"
#include "imports.h"
#include "context.h"
#include "depth.h"
#include "macros.h"
#include "stencil.h"
#include "mtypes.h"
#include "enable.h"
Functions | |
| void GLAPIENTRY | _mesa_ClearStencil (GLint s) |
| Set the clear value for the stencil buffer. More... | |
| void GLAPIENTRY | _mesa_StencilFunc (GLenum func, GLint ref, GLuint mask) |
| Set the function and reference value for stencil testing. More... | |
| void GLAPIENTRY | _mesa_StencilMask (GLuint mask) |
| Set the stencil writing mask. More... | |
| void GLAPIENTRY | _mesa_StencilOp (GLenum fail, GLenum zfail, GLenum zpass) |
| Set the stencil test actions. More... | |
| void GLAPIENTRY | _mesa_ActiveStencilFaceEXT (GLenum face) |
| void | _mesa_init_stencil (GLcontext *ctx) |
| Initialize the context stipple state. More... | |
|
|
|
|
|
Set the clear value for the stencil buffer.
|
|
|
Initialize the context stipple state.
|
|
||||||||||||||||
|
Set the function and reference value for stencil testing.
|
|
|
Set the stencil writing mask.
|
|
||||||||||||||||
|
Set the stencil test actions.
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001