PicaDataStencilOp Enumerated Type

Syntax

enum PicaDataStencilOp;

Value

Value Description
PICA_DATA_STENCIL_OP_KEEP This is GL_KEEP.
PICA_DATA_STENCIL_OP_ZERO This is GL_ZERO.
PICA_DATA_STENCIL_OP_REPLACE This is GL_REPLACE.
PICA_DATA_STENCIL_OP_INCR This is GL_INCR.
PICA_DATA_STENCIL_OP_DECR This is GL_DECR.
PICA_DATA_STENCIL_OP_INVERT This is GL_INVERT.
PICA_DATA_STENCIL_OP_INCR_WRAP This is GL_INCR_WRAP.
PICA_DATA_STENCIL_OP_DECR_WRAP This is GL_DECR_WRAP.

Description

Sets the method for changing the stencil buffer. Used with the PICA_REG_STENCIL_OP registers (0x106[2:0], [6:4], [10:8]). Corresponds to the glStencilOp function arguments func, zfail, and zpass.

Revision History

2010/09/27
Initial version.

CONFIDENTIAL