Pixel Operations

GL_SCISSOR_TEST
Description: Scissoring enabled
Attribute group: scissor/enable
Initial value: GL_FALSE
Get command: glIsEnabled

GL_SCISSOR_BOX
Description: Scissor box
Attribute group: scissor
Initial value:
Get command: glGetIntegerv

GL_STENCIL_TEST
Description: Stenciling enabled
Attribute group: stencil-buffer/enable
Initial value: GL_FALSE
Get command: glIsEnabled

GL_STENCIL_FUNC
Description: Stencil function
Attribute group: stencil-buffer
Initial value: GL_ALWAYS
Get command: glGetIntegerv

GL_STENCIL_VALUE_MASK
Description: Stencil mask
Attribute group: stencil-buffer
Initial value: 1's
Get command: glGetIntegerv

GL_STENCIL_REF
Description: Stencil reference value
Attribute group: stencil-buffer
Initial value: 0
Get command: glGetIntegerv

GL_STENCIL_FAIL
Description: Stencil fail action
Attribute group: stencil-buffer
Initial value: GL_KEEP
Get command: glGetIntegerv

GL_STENCIL_PASS_DEPTH_FAIL
Description: Stencil depth buffer fail action
Attribute group: stencil-buffer
Initial value: GL_KEEP
Get command: glGetIntegerv

GL_STENCIL_PASS_DEPTH_PASS
Description: Stencil depth buffer pass action
Attribute group: stencil-buffer
Initial value: GL_KEEP
Get command: glGetIntegerv

GL_ALPHA_TEST
Description: Alpha test enabled
Attribute group: color-buffer/enable
Initial value: GL_FALSE
Get command: glIsEnabled

GL_ALPHA_TEST_FUNC
Description: Alpha test function
Attribute group: color-buffer
Initial value: GL_ALWAYS
Get command: glGetIntegerv

GL_ALPHA_TEST_REF
Description: Alpha test reference value
Attribute group: color-buffer
Initial value: 0
Get command: glGetIntegerv

GL_DEPTH_TEST
Description: Depth buffer enabled
Attribute group: depth-buffer/enable
Initial value: GL_FALSE
Get command: glIsEnabled

GL_DEPTH_FUNC
Description: Depth buffer test function
Attribute group: depth-buffer
Initial value: GL_LESS
Get command: glGetIntegerv

GL_BLEND
Description: Blending enabled
Attribute group: color-buffer/enable
Initial value: GL_FALSE
Get command: glIsEnabled

GL_BLENC_SRC
Description: Blending source function
Attribute group: color-buffer
Initial value: GL_ONE
Get command: glGetIntegerv

GL_BLEND_DST
Description: Blending destination function
Attribute group: color-buffer
Initial value: GL_ZERO
Get command: glGetIntegerv

GL_LOGIC_OP
Description: Logical operation enabled
Attribute group: color-buffer/enable
Initial value: GL_FALSE
Get command: glIsEnabled

GL_LOGIC_OP_MODE
Description: Logical operation function
Attribute group: color-buffer
Initial value: GL_COPY
Get command: glGetIntegerv

GL_DITHER
Description: Dithering enabled
Attribute group: color-buffer/enable
Initial value: GL_TRUE
Get command: glIsEnabled