Pixel Operations

GL\_SCISSOR\_TEST
Property Value
Description: Scissoring enabled
Attribute group: scissor/enable
Initial value: GL_FALSE
Get command: glIsEnabled

 

GL\_SCISSOR\_BOX
Property Value
Description: Scissor box
Attribute group: scissor
Initial value:
Get command: glGetIntegerv

 

GL\_STENCIL\_TEST
Property Value
Description: Stenciling enabled
Attribute group: stencil-buffer/enable
Initial value: GL_FALSE
Get command: glIsEnabled

 

GL\_STENCIL\_FUNC
Property Value
Description: Stencil function
Attribute group: stencil-buffer
Initial value: GL_ALWAYS
Get command: glGetIntegerv

 

GL\_STENCIL\_VALUE\_MASK
Property Value
Description: Stencil mask
Attribute group: stencil-buffer
Initial value: 1's
Get command: glGetIntegerv

 

GL\_STENCIL\_REF
Property Value
Description: Stencil reference value
Attribute group: stencil-buffer
Initial value: 0
Get command: glGetIntegerv

 

GL\_STENCIL\_FAIL
Property Value
Description: Stencil fail action
Attribute group: stencil-buffer
Initial value: GL_KEEP
Get command: glGetIntegerv

 

GL\_STENCIL\_PASS\_DEPTH\_FAIL
Property Value
Description: Stencil depth buffer fail action
Attribute group: stencil-buffer
Initial value: GL_KEEP
Get command: glGetIntegerv

 

GL\_STENCIL\_PASS\_DEPTH\_PASS
Property Value
Description: Stencil depth buffer pass action
Attribute group: stencil-buffer
Initial value: GL_KEEP
Get command: glGetIntegerv

 

GL\_ALPHA\_TEST
Property Value
Description: Alpha test enabled
Attribute group: color-buffer/enable
Initial value: GL_FALSE
Get command: glIsEnabled

 

GL\_ALPHA\_TEST\_FUNC
Property Value
Description: Alpha test function
Attribute group: color-buffer
Initial value: GL_ALWAYS
Get command: glGetIntegerv

 

GL\_ALPHA\_TEST\_REF
Property Value
Description: Alpha test reference value
Attribute group: color-buffer
Initial value: 0
Get command: glGetIntegerv

 

GL\_DEPTH\_TEST
Property Value
Description: Depth buffer enabled
Attribute group: depth-buffer/enable
Initial value: GL_FALSE
Get command: glIsEnabled

 

GL\_DEPTH\_FUNC
Property Value
Description: Depth buffer test function
Attribute group: depth-buffer
Initial value: GL_LESS
Get command: glGetIntegerv

 

GL\_BLEND
Property Value
Description: Blending enabled
Attribute group: color-buffer/enable
Initial value: GL_FALSE
Get command: glIsEnabled

 

GL\_BLENC\_SRC
Property Value
Description: Blending source function
Attribute group: color-buffer
Initial value: GL_ONE
Get command: glGetIntegerv

 

GL\_BLEND\_DST
Property Value
Description: Blending destination function
Attribute group: color-buffer
Initial value: GL_ZERO
Get command: glGetIntegerv

 

GL\_DITHER
Property Value
Description: Dithering enabled
Attribute group: color-buffer/enable
Initial value: GL_TRUE
Get command: glIsEnabled

 

GL\_LOGIC\_OP
Property Value
Description: Logical operation enabled
Attribute group: color-buffer/enable
Initial value: GL_FALSE
Get command: glIsEnabled

 

GL\_LOGIC\_OP\_MODE
Property Value
Description: Logical operation function
Attribute group: color-buffer
Initial value: GL_COPY
Get command: glGetIntegerv