gnu.x11.extension.glx
Interface GLConstant
- All Known Implementing Classes:
- GL
public interface GLConstant
GL constant.
CURRENT_BIT
static final int CURRENT_BIT
- See Also:
- Constant Field Values
POINT_BIT
static final int POINT_BIT
- See Also:
- Constant Field Values
LINE_BIT
static final int LINE_BIT
- See Also:
- Constant Field Values
POLYGON_BIT
static final int POLYGON_BIT
- See Also:
- Constant Field Values
POLYGON_STIPPLE_BIT
static final int POLYGON_STIPPLE_BIT
- See Also:
- Constant Field Values
PIXEL_MODE_BIT
static final int PIXEL_MODE_BIT
- See Also:
- Constant Field Values
LIGHTING_BIT
static final int LIGHTING_BIT
- See Also:
- Constant Field Values
FOG_BIT
static final int FOG_BIT
- See Also:
- Constant Field Values
DEPTH_BUFFER_BIT
static final int DEPTH_BUFFER_BIT
- See Also:
- Constant Field Values
ACCUM_BUFFER_BIT
static final int ACCUM_BUFFER_BIT
- See Also:
- Constant Field Values
STENCIL_BUFFER_BIT
static final int STENCIL_BUFFER_BIT
- See Also:
- Constant Field Values
VIEWPORT_BIT
static final int VIEWPORT_BIT
- See Also:
- Constant Field Values
TRANSFORM_BIT
static final int TRANSFORM_BIT
- See Also:
- Constant Field Values
ENABLE_BIT
static final int ENABLE_BIT
- See Also:
- Constant Field Values
COLOR_BUFFER_BIT
static final int COLOR_BUFFER_BIT
- See Also:
- Constant Field Values
HINT_BIT
static final int HINT_BIT
- See Also:
- Constant Field Values
EVAL_BIT
static final int EVAL_BIT
- See Also:
- Constant Field Values
LIST_BIT
static final int LIST_BIT
- See Also:
- Constant Field Values
TEXTURE_BIT
static final int TEXTURE_BIT
- See Also:
- Constant Field Values
SCISSOR_BIT
static final int SCISSOR_BIT
- See Also:
- Constant Field Values
ALL_ATTRIB_BITS
static final int ALL_ATTRIB_BITS
- See Also:
- Constant Field Values
CLIENT_PIXEL_STORE_BIT
static final int CLIENT_PIXEL_STORE_BIT
- See Also:
- Constant Field Values
CLIENT_VERTEX_ARRAY_BIT
static final int CLIENT_VERTEX_ARRAY_BIT
- See Also:
- Constant Field Values
CLIENT_ALL_ATTRIB_BITS
static final int CLIENT_ALL_ATTRIB_BITS
- See Also:
- Constant Field Values
FALSE
static final int FALSE
- See Also:
- Constant Field Values
NO_ERROR
static final int NO_ERROR
- See Also:
- Constant Field Values
NONE
static final int NONE
- See Also:
- Constant Field Values
ZERO
static final int ZERO
- See Also:
- Constant Field Values
ONE
static final int ONE
- See Also:
- Constant Field Values
TRUE
static final int TRUE
- See Also:
- Constant Field Values
ACCUM
static final int ACCUM
- See Also:
- Constant Field Values
LOAD
static final int LOAD
- See Also:
- Constant Field Values
RETURN
static final int RETURN
- See Also:
- Constant Field Values
MULT
static final int MULT
- See Also:
- Constant Field Values
ADD
static final int ADD
- See Also:
- Constant Field Values
NEVER
static final int NEVER
- See Also:
- Constant Field Values
LESS
static final int LESS
- See Also:
- Constant Field Values
EQUAL
static final int EQUAL
- See Also:
- Constant Field Values
LEQUAL
static final int LEQUAL
- See Also:
- Constant Field Values
GREATER
static final int GREATER
- See Also:
- Constant Field Values
NOTEQUAL
static final int NOTEQUAL
- See Also:
- Constant Field Values
GEQUAL
static final int GEQUAL
- See Also:
- Constant Field Values
ALWAYS
static final int ALWAYS
- See Also:
- Constant Field Values
POINTS
static final int POINTS
- See Also:
- Constant Field Values
LINES
static final int LINES
- See Also:
- Constant Field Values
LINE_LOOP
static final int LINE_LOOP
- See Also:
- Constant Field Values
LINE_STRIP
static final int LINE_STRIP
- See Also:
- Constant Field Values
TRIANGLES
static final int TRIANGLES
- See Also:
- Constant Field Values
TRIANGLE_STRIP
static final int TRIANGLE_STRIP
- See Also:
- Constant Field Values
TRIANGLE_FAN
static final int TRIANGLE_FAN
- See Also:
- Constant Field Values
QUADS
static final int QUADS
- See Also:
- Constant Field Values
QUAD_STRIP
static final int QUAD_STRIP
- See Also:
- Constant Field Values
POLYGON
static final int POLYGON
- See Also:
- Constant Field Values
SRC_COLOR
static final int SRC_COLOR
- See Also:
- Constant Field Values
ONE_MINUS_SRC_COLOR
static final int ONE_MINUS_SRC_COLOR
- See Also:
- Constant Field Values
SRC_ALPHA
static final int SRC_ALPHA
- See Also:
- Constant Field Values
ONE_MINUS_SRC_ALPHA
static final int ONE_MINUS_SRC_ALPHA
- See Also:
- Constant Field Values
DST_ALPHA
static final int DST_ALPHA
- See Also:
- Constant Field Values
ONE_MINUS_DST_ALPHA
static final int ONE_MINUS_DST_ALPHA
- See Also:
- Constant Field Values
DST_COLOR
static final int DST_COLOR
- See Also:
- Constant Field Values
ONE_MINUS_DST_COLOR
static final int ONE_MINUS_DST_COLOR
- See Also:
- Constant Field Values
SRC_ALPHA_SATURATE
static final int SRC_ALPHA_SATURATE
- See Also:
- Constant Field Values
CLIP_PLANE0
static final int CLIP_PLANE0
- See Also:
- Constant Field Values
CLIP_PLANE1
static final int CLIP_PLANE1
- See Also:
- Constant Field Values
CLIP_PLANE2
static final int CLIP_PLANE2
- See Also:
- Constant Field Values
CLIP_PLANE3
static final int CLIP_PLANE3
- See Also:
- Constant Field Values
CLIP_PLANE4
static final int CLIP_PLANE4
- See Also:
- Constant Field Values
CLIP_PLANE5
static final int CLIP_PLANE5
- See Also:
- Constant Field Values
BYTE
static final int BYTE
- See Also:
- Constant Field Values
UNSIGNED_BYTE
static final int UNSIGNED_BYTE
- See Also:
- Constant Field Values
SHORT
static final int SHORT
- See Also:
- Constant Field Values
UNSIGNED_SHORT
static final int UNSIGNED_SHORT
- See Also:
- Constant Field Values
INT
static final int INT
- See Also:
- Constant Field Values
UNSIGNED_INT
static final int UNSIGNED_INT
- See Also:
- Constant Field Values
FLOAT
static final int FLOAT
- See Also:
- Constant Field Values
X2_BYTES
static final int X2_BYTES
- See Also:
- Constant Field Values
X3_BYTES
static final int X3_BYTES
- See Also:
- Constant Field Values
X4_BYTES
static final int X4_BYTES
- See Also:
- Constant Field Values
DOUBLE
static final int DOUBLE
- See Also:
- Constant Field Values
FRONT_LEFT
static final int FRONT_LEFT
- See Also:
- Constant Field Values
FRONT_RIGHT
static final int FRONT_RIGHT
- See Also:
- Constant Field Values
BACK_LEFT
static final int BACK_LEFT
- See Also:
- Constant Field Values
BACK_RIGHT
static final int BACK_RIGHT
- See Also:
- Constant Field Values
FRONT
static final int FRONT
- See Also:
- Constant Field Values
BACK
static final int BACK
- See Also:
- Constant Field Values
LEFT
static final int LEFT
- See Also:
- Constant Field Values
RIGHT
static final int RIGHT
- See Also:
- Constant Field Values
FRONT_AND_BACK
static final int FRONT_AND_BACK
- See Also:
- Constant Field Values
AUX0
static final int AUX0
- See Also:
- Constant Field Values
AUX1
static final int AUX1
- See Also:
- Constant Field Values
AUX2
static final int AUX2
- See Also:
- Constant Field Values
AUX3
static final int AUX3
- See Also:
- Constant Field Values
INVALID_ENUM
static final int INVALID_ENUM
- See Also:
- Constant Field Values
INVALID_VALUE
static final int INVALID_VALUE
- See Also:
- Constant Field Values
INVALID_OPERATION
static final int INVALID_OPERATION
- See Also:
- Constant Field Values
STACK_OVERFLOW
static final int STACK_OVERFLOW
- See Also:
- Constant Field Values
STACK_UNDERFLOW
static final int STACK_UNDERFLOW
- See Also:
- Constant Field Values
OUT_OF_MEMORY
static final int OUT_OF_MEMORY
- See Also:
- Constant Field Values
X2D
static final int X2D
- See Also:
- Constant Field Values
X3D
static final int X3D
- See Also:
- Constant Field Values
X3D_COLOR
static final int X3D_COLOR
- See Also:
- Constant Field Values
X3D_COLOR_TEXTURE
static final int X3D_COLOR_TEXTURE
- See Also:
- Constant Field Values
X4D_COLOR_TEXTURE
static final int X4D_COLOR_TEXTURE
- See Also:
- Constant Field Values
PASS_THROUGH_TOKEN
static final int PASS_THROUGH_TOKEN
- See Also:
- Constant Field Values
POINT_TOKEN
static final int POINT_TOKEN
- See Also:
- Constant Field Values
LINE_TOKEN
static final int LINE_TOKEN
- See Also:
- Constant Field Values
POLYGON_TOKEN
static final int POLYGON_TOKEN
- See Also:
- Constant Field Values
BITMAP_TOKEN
static final int BITMAP_TOKEN
- See Also:
- Constant Field Values
DRAW_PIXEL_TOKEN
static final int DRAW_PIXEL_TOKEN
- See Also:
- Constant Field Values
COPY_PIXEL_TOKEN
static final int COPY_PIXEL_TOKEN
- See Also:
- Constant Field Values
LINE_RESET_TOKEN
static final int LINE_RESET_TOKEN
- See Also:
- Constant Field Values
EXP
static final int EXP
- See Also:
- Constant Field Values
EXP2
static final int EXP2
- See Also:
- Constant Field Values
CW
static final int CW
- See Also:
- Constant Field Values
CCW
static final int CCW
- See Also:
- Constant Field Values
COEFF
static final int COEFF
- See Also:
- Constant Field Values
ORDER
static final int ORDER
- See Also:
- Constant Field Values
DOMAIN
static final int DOMAIN
- See Also:
- Constant Field Values
CURRENT_COLOR
static final int CURRENT_COLOR
- See Also:
- Constant Field Values
CURRENT_INDEX
static final int CURRENT_INDEX
- See Also:
- Constant Field Values
CURRENT_NORMAL
static final int CURRENT_NORMAL
- See Also:
- Constant Field Values
CURRENT_TEXTURE_COORDS
static final int CURRENT_TEXTURE_COORDS
- See Also:
- Constant Field Values
CURRENT_RASTER_COLOR
static final int CURRENT_RASTER_COLOR
- See Also:
- Constant Field Values
CURRENT_RASTER_INDEX
static final int CURRENT_RASTER_INDEX
- See Also:
- Constant Field Values
CURRENT_RASTER_TEXTURE_COORDS
static final int CURRENT_RASTER_TEXTURE_COORDS
- See Also:
- Constant Field Values
CURRENT_RASTER_POSITION
static final int CURRENT_RASTER_POSITION
- See Also:
- Constant Field Values
CURRENT_RASTER_POSITION_VALID
static final int CURRENT_RASTER_POSITION_VALID
- See Also:
- Constant Field Values
CURRENT_RASTER_DISTANCE
static final int CURRENT_RASTER_DISTANCE
- See Also:
- Constant Field Values
POINT_SMOOTH
static final int POINT_SMOOTH
- See Also:
- Constant Field Values
POINT_SIZE
static final int POINT_SIZE
- See Also:
- Constant Field Values
POINT_SIZE_RANGE
static final int POINT_SIZE_RANGE
- See Also:
- Constant Field Values
POINT_SIZE_GRANULARITY
static final int POINT_SIZE_GRANULARITY
- See Also:
- Constant Field Values
LINE_SMOOTH
static final int LINE_SMOOTH
- See Also:
- Constant Field Values
LINE_WIDTH
static final int LINE_WIDTH
- See Also:
- Constant Field Values
LINE_WIDTH_RANGE
static final int LINE_WIDTH_RANGE
- See Also:
- Constant Field Values
LINE_WIDTH_GRANULARITY
static final int LINE_WIDTH_GRANULARITY
- See Also:
- Constant Field Values
LINE_STIPPLE
static final int LINE_STIPPLE
- See Also:
- Constant Field Values
LINE_STIPPLE_PATTERN
static final int LINE_STIPPLE_PATTERN
- See Also:
- Constant Field Values
LINE_STIPPLE_REPEAT
static final int LINE_STIPPLE_REPEAT
- See Also:
- Constant Field Values
LIST_MODE
static final int LIST_MODE
- See Also:
- Constant Field Values
MAX_LIST_NESTING
static final int MAX_LIST_NESTING
- See Also:
- Constant Field Values
LIST_BASE
static final int LIST_BASE
- See Also:
- Constant Field Values
LIST_INDEX
static final int LIST_INDEX
- See Also:
- Constant Field Values
POLYGON_MODE
static final int POLYGON_MODE
- See Also:
- Constant Field Values
POLYGON_SMOOTH
static final int POLYGON_SMOOTH
- See Also:
- Constant Field Values
POLYGON_STIPPLE
static final int POLYGON_STIPPLE
- See Also:
- Constant Field Values
EDGE_FLAG
static final int EDGE_FLAG
- See Also:
- Constant Field Values
CULL_FACE
static final int CULL_FACE
- See Also:
- Constant Field Values
CULL_FACE_MODE
static final int CULL_FACE_MODE
- See Also:
- Constant Field Values
FRONT_FACE
static final int FRONT_FACE
- See Also:
- Constant Field Values
LIGHTING
static final int LIGHTING
- See Also:
- Constant Field Values
LIGHT_MODEL_LOCAL_VIEWER
static final int LIGHT_MODEL_LOCAL_VIEWER
- See Also:
- Constant Field Values
LIGHT_MODEL_TWO_SIDE
static final int LIGHT_MODEL_TWO_SIDE
- See Also:
- Constant Field Values
LIGHT_MODEL_AMBIENT
static final int LIGHT_MODEL_AMBIENT
- See Also:
- Constant Field Values
SHADE_MODEL
static final int SHADE_MODEL
- See Also:
- Constant Field Values
COLOR_MATERIAL_FACE
static final int COLOR_MATERIAL_FACE
- See Also:
- Constant Field Values
COLOR_MATERIAL_PARAMETER
static final int COLOR_MATERIAL_PARAMETER
- See Also:
- Constant Field Values
COLOR_MATERIAL
static final int COLOR_MATERIAL
- See Also:
- Constant Field Values
FOG
static final int FOG
- See Also:
- Constant Field Values
FOG_INDEX
static final int FOG_INDEX
- See Also:
- Constant Field Values
FOG_DENSITY
static final int FOG_DENSITY
- See Also:
- Constant Field Values
FOG_START
static final int FOG_START
- See Also:
- Constant Field Values
FOG_END
static final int FOG_END
- See Also:
- Constant Field Values
FOG_MODE
static final int FOG_MODE
- See Also:
- Constant Field Values
FOG_COLOR
static final int FOG_COLOR
- See Also:
- Constant Field Values
DEPTH_RANGE
static final int DEPTH_RANGE
- See Also:
- Constant Field Values
DEPTH_TEST
static final int DEPTH_TEST
- See Also:
- Constant Field Values
DEPTH_WRITEMASK
static final int DEPTH_WRITEMASK
- See Also:
- Constant Field Values
DEPTH_CLEAR_VALUE
static final int DEPTH_CLEAR_VALUE
- See Also:
- Constant Field Values
DEPTH_FUNC
static final int DEPTH_FUNC
- See Also:
- Constant Field Values
ACCUM_CLEAR_VALUE
static final int ACCUM_CLEAR_VALUE
- See Also:
- Constant Field Values
STENCIL_TEST
static final int STENCIL_TEST
- See Also:
- Constant Field Values
STENCIL_CLEAR_VALUE
static final int STENCIL_CLEAR_VALUE
- See Also:
- Constant Field Values
STENCIL_FUNC
static final int STENCIL_FUNC
- See Also:
- Constant Field Values
STENCIL_VALUE_MASK
static final int STENCIL_VALUE_MASK
- See Also:
- Constant Field Values
STENCIL_FAIL
static final int STENCIL_FAIL
- See Also:
- Constant Field Values
STENCIL_PASS_DEPTH_FAIL
static final int STENCIL_PASS_DEPTH_FAIL
- See Also:
- Constant Field Values
STENCIL_PASS_DEPTH_PASS
static final int STENCIL_PASS_DEPTH_PASS
- See Also:
- Constant Field Values
STENCIL_REF
static final int STENCIL_REF
- See Also:
- Constant Field Values
STENCIL_WRITEMASK
static final int STENCIL_WRITEMASK
- See Also:
- Constant Field Values
MATRIX_MODE
static final int MATRIX_MODE
- See Also:
- Constant Field Values
NORMALIZE
static final int NORMALIZE
- See Also:
- Constant Field Values
VIEWPORT
static final int VIEWPORT
- See Also:
- Constant Field Values
MODELVIEW_STACK_DEPTH
static final int MODELVIEW_STACK_DEPTH
- See Also:
- Constant Field Values
PROJECTION_STACK_DEPTH
static final int PROJECTION_STACK_DEPTH
- See Also:
- Constant Field Values
TEXTURE_STACK_DEPTH
static final int TEXTURE_STACK_DEPTH
- See Also:
- Constant Field Values
MODELVIEW_MATRIX
static final int MODELVIEW_MATRIX
- See Also:
- Constant Field Values
PROJECTION_MATRIX
static final int PROJECTION_MATRIX
- See Also:
- Constant Field Values
TEXTURE_MATRIX
static final int TEXTURE_MATRIX
- See Also:
- Constant Field Values
ATTRIB_STACK_DEPTH
static final int ATTRIB_STACK_DEPTH
- See Also:
- Constant Field Values
CLIENT_ATTRIB_STACK_DEPTH
static final int CLIENT_ATTRIB_STACK_DEPTH
- See Also:
- Constant Field Values
ALPHA_TEST
static final int ALPHA_TEST
- See Also:
- Constant Field Values
ALPHA_TEST_FUNC
static final int ALPHA_TEST_FUNC
- See Also:
- Constant Field Values
ALPHA_TEST_REF
static final int ALPHA_TEST_REF
- See Also:
- Constant Field Values
DITHER
static final int DITHER
- See Also:
- Constant Field Values
BLEND_DST
static final int BLEND_DST
- See Also:
- Constant Field Values
BLEND_SRC
static final int BLEND_SRC
- See Also:
- Constant Field Values
BLEND
static final int BLEND
- See Also:
- Constant Field Values
LOGIC_OP_MODE
static final int LOGIC_OP_MODE
- See Also:
- Constant Field Values
LOGIC_OP
static final int LOGIC_OP
- See Also:
- Constant Field Values
INDEX_LOGIC_OP
static final int INDEX_LOGIC_OP
- See Also:
- Constant Field Values
COLOR_LOGIC_OP
static final int COLOR_LOGIC_OP
- See Also:
- Constant Field Values
AUX_BUFFERS
static final int AUX_BUFFERS
- See Also:
- Constant Field Values
DRAW_BUFFER
static final int DRAW_BUFFER
- See Also:
- Constant Field Values
READ_BUFFER
static final int READ_BUFFER
- See Also:
- Constant Field Values
SCISSOR_BOX
static final int SCISSOR_BOX
- See Also:
- Constant Field Values
SCISSOR_TEST
static final int SCISSOR_TEST
- See Also:
- Constant Field Values
INDEX_CLEAR_VALUE
static final int INDEX_CLEAR_VALUE
- See Also:
- Constant Field Values
INDEX_WRITEMASK
static final int INDEX_WRITEMASK
- See Also:
- Constant Field Values
COLOR_CLEAR_VALUE
static final int COLOR_CLEAR_VALUE
- See Also:
- Constant Field Values
COLOR_WRITEMASK
static final int COLOR_WRITEMASK
- See Also:
- Constant Field Values
INDEX_MODE
static final int INDEX_MODE
- See Also:
- Constant Field Values
RGBA_MODE
static final int RGBA_MODE
- See Also:
- Constant Field Values
DOUBLEBUFFER
static final int DOUBLEBUFFER
- See Also:
- Constant Field Values
STEREO
static final int STEREO
- See Also:
- Constant Field Values
RENDER_MODE
static final int RENDER_MODE
- See Also:
- Constant Field Values
PERSPECTIVE_CORRECTION_HINT
static final int PERSPECTIVE_CORRECTION_HINT
- See Also:
- Constant Field Values
POINT_SMOOTH_HINT
static final int POINT_SMOOTH_HINT
- See Also:
- Constant Field Values
LINE_SMOOTH_HINT
static final int LINE_SMOOTH_HINT
- See Also:
- Constant Field Values
POLYGON_SMOOTH_HINT
static final int POLYGON_SMOOTH_HINT
- See Also:
- Constant Field Values
FOG_HINT
static final int FOG_HINT
- See Also:
- Constant Field Values
TEXTURE_GEN_S
static final int TEXTURE_GEN_S
- See Also:
- Constant Field Values
TEXTURE_GEN_T
static final int TEXTURE_GEN_T
- See Also:
- Constant Field Values
TEXTURE_GEN_R
static final int TEXTURE_GEN_R
- See Also:
- Constant Field Values
TEXTURE_GEN_Q
static final int TEXTURE_GEN_Q
- See Also:
- Constant Field Values
PIXEL_MAP_I_TO_I
static final int PIXEL_MAP_I_TO_I
- See Also:
- Constant Field Values
PIXEL_MAP_S_TO_S
static final int PIXEL_MAP_S_TO_S
- See Also:
- Constant Field Values
PIXEL_MAP_I_TO_R
static final int PIXEL_MAP_I_TO_R
- See Also:
- Constant Field Values
PIXEL_MAP_I_TO_G
static final int PIXEL_MAP_I_TO_G
- See Also:
- Constant Field Values
PIXEL_MAP_I_TO_B
static final int PIXEL_MAP_I_TO_B
- See Also:
- Constant Field Values
PIXEL_MAP_I_TO_A
static final int PIXEL_MAP_I_TO_A
- See Also:
- Constant Field Values
PIXEL_MAP_R_TO_R
static final int PIXEL_MAP_R_TO_R
- See Also:
- Constant Field Values
PIXEL_MAP_G_TO_G
static final int PIXEL_MAP_G_TO_G
- See Also:
- Constant Field Values
PIXEL_MAP_B_TO_B
static final int PIXEL_MAP_B_TO_B
- See Also:
- Constant Field Values
PIXEL_MAP_A_TO_A
static final int PIXEL_MAP_A_TO_A
- See Also:
- Constant Field Values
PIXEL_MAP_I_TO_I_SIZE
static final int PIXEL_MAP_I_TO_I_SIZE
- See Also:
- Constant Field Values
PIXEL_MAP_S_TO_S_SIZE
static final int PIXEL_MAP_S_TO_S_SIZE
- See Also:
- Constant Field Values
PIXEL_MAP_I_TO_R_SIZE
static final int PIXEL_MAP_I_TO_R_SIZE
- See Also:
- Constant Field Values
PIXEL_MAP_I_TO_G_SIZE
static final int PIXEL_MAP_I_TO_G_SIZE
- See Also:
- Constant Field Values
PIXEL_MAP_I_TO_B_SIZE
static final int PIXEL_MAP_I_TO_B_SIZE
- See Also:
- Constant Field Values
PIXEL_MAP_I_TO_A_SIZE
static final int PIXEL_MAP_I_TO_A_SIZE
- See Also:
- Constant Field Values
PIXEL_MAP_R_TO_R_SIZE
static final int PIXEL_MAP_R_TO_R_SIZE
- See Also:
- Constant Field Values
PIXEL_MAP_G_TO_G_SIZE
static final int PIXEL_MAP_G_TO_G_SIZE
- See Also:
- Constant Field Values
PIXEL_MAP_B_TO_B_SIZE
static final int PIXEL_MAP_B_TO_B_SIZE
- See Also:
- Constant Field Values
PIXEL_MAP_A_TO_A_SIZE
static final int PIXEL_MAP_A_TO_A_SIZE
- See Also:
- Constant Field Values
UNPACK_SWAP_BYTES
static final int UNPACK_SWAP_BYTES
- See Also:
- Constant Field Values
UNPACK_LSB_FIRST
static final int UNPACK_LSB_FIRST
- See Also:
- Constant Field Values
UNPACK_ROW_LENGTH
static final int UNPACK_ROW_LENGTH
- See Also:
- Constant Field Values
UNPACK_SKIP_ROWS
static final int UNPACK_SKIP_ROWS
- See Also:
- Constant Field Values
UNPACK_SKIP_PIXELS
static final int UNPACK_SKIP_PIXELS
- See Also:
- Constant Field Values
UNPACK_ALIGNMENT
static final int UNPACK_ALIGNMENT
- See Also:
- Constant Field Values
PACK_SWAP_BYTES
static final int PACK_SWAP_BYTES
- See Also:
- Constant Field Values
PACK_LSB_FIRST
static final int PACK_LSB_FIRST
- See Also:
- Constant Field Values
PACK_ROW_LENGTH
static final int PACK_ROW_LENGTH
- See Also:
- Constant Field Values
PACK_SKIP_ROWS
static final int PACK_SKIP_ROWS
- See Also:
- Constant Field Values
PACK_SKIP_PIXELS
static final int PACK_SKIP_PIXELS
- See Also:
- Constant Field Values
PACK_ALIGNMENT
static final int PACK_ALIGNMENT
- See Also:
- Constant Field Values
MAP_COLOR
static final int MAP_COLOR
- See Also:
- Constant Field Values
MAP_STENCIL
static final int MAP_STENCIL
- See Also:
- Constant Field Values
INDEX_SHIFT
static final int INDEX_SHIFT
- See Also:
- Constant Field Values
INDEX_OFFSET
static final int INDEX_OFFSET
- See Also:
- Constant Field Values
RED_SCALE
static final int RED_SCALE
- See Also:
- Constant Field Values
RED_BIAS
static final int RED_BIAS
- See Also:
- Constant Field Values
ZOOM_X
static final int ZOOM_X
- See Also:
- Constant Field Values
ZOOM_Y
static final int ZOOM_Y
- See Also:
- Constant Field Values
GREEN_SCALE
static final int GREEN_SCALE
- See Also:
- Constant Field Values
GREEN_BIAS
static final int GREEN_BIAS
- See Also:
- Constant Field Values
BLUE_SCALE
static final int BLUE_SCALE
- See Also:
- Constant Field Values
BLUE_BIAS
static final int BLUE_BIAS
- See Also:
- Constant Field Values
ALPHA_SCALE
static final int ALPHA_SCALE
- See Also:
- Constant Field Values
ALPHA_BIAS
static final int ALPHA_BIAS
- See Also:
- Constant Field Values
DEPTH_SCALE
static final int DEPTH_SCALE
- See Also:
- Constant Field Values
DEPTH_BIAS
static final int DEPTH_BIAS
- See Also:
- Constant Field Values
MAX_EVAL_ORDER
static final int MAX_EVAL_ORDER
- See Also:
- Constant Field Values
MAX_LIGHTS
static final int MAX_LIGHTS
- See Also:
- Constant Field Values
MAX_CLIP_PLANES
static final int MAX_CLIP_PLANES
- See Also:
- Constant Field Values
MAX_TEXTURE_SIZE
static final int MAX_TEXTURE_SIZE
- See Also:
- Constant Field Values
MAX_PIXEL_MAP_TABLE
static final int MAX_PIXEL_MAP_TABLE
- See Also:
- Constant Field Values
MAX_ATTRIB_STACK_DEPTH
static final int MAX_ATTRIB_STACK_DEPTH
- See Also:
- Constant Field Values
MAX_MODELVIEW_STACK_DEPTH
static final int MAX_MODELVIEW_STACK_DEPTH
- See Also:
- Constant Field Values
MAX_NAME_STACK_DEPTH
static final int MAX_NAME_STACK_DEPTH
- See Also:
- Constant Field Values
MAX_PROJECTION_STACK_DEPTH
static final int MAX_PROJECTION_STACK_DEPTH
- See Also:
- Constant Field Values
MAX_TEXTURE_STACK_DEPTH
static final int MAX_TEXTURE_STACK_DEPTH
- See Also:
- Constant Field Values
MAX_VIEWPORT_DIMS
static final int MAX_VIEWPORT_DIMS
- See Also:
- Constant Field Values
MAX_CLIENT_ATTRIB_STACK_DEPTH
static final int MAX_CLIENT_ATTRIB_STACK_DEPTH
- See Also:
- Constant Field Values
SUBPIXEL_BITS
static final int SUBPIXEL_BITS
- See Also:
- Constant Field Values
INDEX_BITS
static final int INDEX_BITS
- See Also:
- Constant Field Values
RED_BITS
static final int RED_BITS
- See Also:
- Constant Field Values
GREEN_BITS
static final int GREEN_BITS
- See Also:
- Constant Field Values
BLUE_BITS
static final int BLUE_BITS
- See Also:
- Constant Field Values
ALPHA_BITS
static final int ALPHA_BITS
- See Also:
- Constant Field Values
DEPTH_BITS
static final int DEPTH_BITS
- See Also:
- Constant Field Values
STENCIL_BITS
static final int STENCIL_BITS
- See Also:
- Constant Field Values
ACCUM_RED_BITS
static final int ACCUM_RED_BITS
- See Also:
- Constant Field Values
ACCUM_GREEN_BITS
static final int ACCUM_GREEN_BITS
- See Also:
- Constant Field Values
ACCUM_BLUE_BITS
static final int ACCUM_BLUE_BITS
- See Also:
- Constant Field Values
ACCUM_ALPHA_BITS
static final int ACCUM_ALPHA_BITS
- See Also:
- Constant Field Values
NAME_STACK_DEPTH
static final int NAME_STACK_DEPTH
- See Also:
- Constant Field Values
AUTO_NORMAL
static final int AUTO_NORMAL
- See Also:
- Constant Field Values
MAP1_COLOR_4
static final int MAP1_COLOR_4
- See Also:
- Constant Field Values
MAP1_INDEX
static final int MAP1_INDEX
- See Also:
- Constant Field Values
MAP1_NORMAL
static final int MAP1_NORMAL
- See Also:
- Constant Field Values
MAP1_TEXTURE_COORD_1
static final int MAP1_TEXTURE_COORD_1
- See Also:
- Constant Field Values
MAP1_TEXTURE_COORD_2
static final int MAP1_TEXTURE_COORD_2
- See Also:
- Constant Field Values
MAP1_TEXTURE_COORD_3
static final int MAP1_TEXTURE_COORD_3
- See Also:
- Constant Field Values
MAP1_TEXTURE_COORD_4
static final int MAP1_TEXTURE_COORD_4
- See Also:
- Constant Field Values
MAP1_VERTEX_3
static final int MAP1_VERTEX_3
- See Also:
- Constant Field Values
MAP1_VERTEX_4
static final int MAP1_VERTEX_4
- See Also:
- Constant Field Values
MAP2_COLOR_4
static final int MAP2_COLOR_4
- See Also:
- Constant Field Values
MAP2_INDEX
static final int MAP2_INDEX
- See Also:
- Constant Field Values
MAP2_NORMAL
static final int MAP2_NORMAL
- See Also:
- Constant Field Values
MAP2_TEXTURE_COORD_1
static final int MAP2_TEXTURE_COORD_1
- See Also:
- Constant Field Values
MAP2_TEXTURE_COORD_2
static final int MAP2_TEXTURE_COORD_2
- See Also:
- Constant Field Values
MAP2_TEXTURE_COORD_3
static final int MAP2_TEXTURE_COORD_3
- See Also:
- Constant Field Values
MAP2_TEXTURE_COORD_4
static final int MAP2_TEXTURE_COORD_4
- See Also:
- Constant Field Values
MAP2_VERTEX_3
static final int MAP2_VERTEX_3
- See Also:
- Constant Field Values
MAP2_VERTEX_4
static final int MAP2_VERTEX_4
- See Also:
- Constant Field Values
MAP1_GRID_DOMAIN
static final int MAP1_GRID_DOMAIN
- See Also:
- Constant Field Values
MAP1_GRID_SEGMENTS
static final int MAP1_GRID_SEGMENTS
- See Also:
- Constant Field Values
MAP2_GRID_DOMAIN
static final int MAP2_GRID_DOMAIN
- See Also:
- Constant Field Values
MAP2_GRID_SEGMENTS
static final int MAP2_GRID_SEGMENTS
- See Also:
- Constant Field Values
TEXTURE_1D
static final int TEXTURE_1D
- See Also:
- Constant Field Values
TEXTURE_2D
static final int TEXTURE_2D
- See Also:
- Constant Field Values
FEEDBACK_BUFFER_POINTER
static final int FEEDBACK_BUFFER_POINTER
- See Also:
- Constant Field Values
FEEDBACK_BUFFER_SIZE
static final int FEEDBACK_BUFFER_SIZE
- See Also:
- Constant Field Values
FEEDBACK_BUFFER_TYPE
static final int FEEDBACK_BUFFER_TYPE
- See Also:
- Constant Field Values
SELECTION_BUFFER_POINTER
static final int SELECTION_BUFFER_POINTER
- See Also:
- Constant Field Values
SELECTION_BUFFER_SIZE
static final int SELECTION_BUFFER_SIZE
- See Also:
- Constant Field Values
TEXTURE_WIDTH
static final int TEXTURE_WIDTH
- See Also:
- Constant Field Values
TEXTURE_HEIGHT
static final int TEXTURE_HEIGHT
- See Also:
- Constant Field Values
TEXTURE_INTERNAL_FORMAT
static final int TEXTURE_INTERNAL_FORMAT
- See Also:
- Constant Field Values
TEXTURE_BORDER_COLOR
static final int TEXTURE_BORDER_COLOR
- See Also:
- Constant Field Values
TEXTURE_BORDER
static final int TEXTURE_BORDER
- See Also:
- Constant Field Values
DONT_CARE
static final int DONT_CARE
- See Also:
- Constant Field Values
FASTEST
static final int FASTEST
- See Also:
- Constant Field Values
NICEST
static final int NICEST
- See Also:
- Constant Field Values
LIGHT0
static final int LIGHT0
- See Also:
- Constant Field Values
LIGHT1
static final int LIGHT1
- See Also:
- Constant Field Values
LIGHT2
static final int LIGHT2
- See Also:
- Constant Field Values
LIGHT3
static final int LIGHT3
- See Also:
- Constant Field Values
LIGHT4
static final int LIGHT4
- See Also:
- Constant Field Values
LIGHT5
static final int LIGHT5
- See Also:
- Constant Field Values
LIGHT6
static final int LIGHT6
- See Also:
- Constant Field Values
LIGHT7
static final int LIGHT7
- See Also:
- Constant Field Values
AMBIENT
static final int AMBIENT
- See Also:
- Constant Field Values
DIFFUSE
static final int DIFFUSE
- See Also:
- Constant Field Values
SPECULAR
static final int SPECULAR
- See Also:
- Constant Field Values
POSITION
static final int POSITION
- See Also:
- Constant Field Values
SPOT_DIRECTION
static final int SPOT_DIRECTION
- See Also:
- Constant Field Values
SPOT_EXPONENT
static final int SPOT_EXPONENT
- See Also:
- Constant Field Values
SPOT_CUTOFF
static final int SPOT_CUTOFF
- See Also:
- Constant Field Values
CONSTANT_ATTENUATION
static final int CONSTANT_ATTENUATION
- See Also:
- Constant Field Values
LINEAR_ATTENUATION
static final int LINEAR_ATTENUATION
- See Also:
- Constant Field Values
QUADRATIC_ATTENUATION
static final int QUADRATIC_ATTENUATION
- See Also:
- Constant Field Values
COMPILE
static final int COMPILE
- See Also:
- Constant Field Values
COMPILE_AND_EXECUTE
static final int COMPILE_AND_EXECUTE
- See Also:
- Constant Field Values
CLEAR
static final int CLEAR
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
AND_REVERSE
static final int AND_REVERSE
- See Also:
- Constant Field Values
COPY
static final int COPY
- See Also:
- Constant Field Values
AND_INVERTED
static final int AND_INVERTED
- See Also:
- Constant Field Values
NOOP
static final int NOOP
- See Also:
- Constant Field Values
XOR
static final int XOR
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
NOR
static final int NOR
- See Also:
- Constant Field Values
EQUIV
static final int EQUIV
- See Also:
- Constant Field Values
INVERT
static final int INVERT
- See Also:
- Constant Field Values
OR_REVERSE
static final int OR_REVERSE
- See Also:
- Constant Field Values
COPY_INVERTED
static final int COPY_INVERTED
- See Also:
- Constant Field Values
OR_INVERTED
static final int OR_INVERTED
- See Also:
- Constant Field Values
NAND
static final int NAND
- See Also:
- Constant Field Values
SET
static final int SET
- See Also:
- Constant Field Values
EMISSION
static final int EMISSION
- See Also:
- Constant Field Values
SHININESS
static final int SHININESS
- See Also:
- Constant Field Values
AMBIENT_AND_DIFFUSE
static final int AMBIENT_AND_DIFFUSE
- See Also:
- Constant Field Values
COLOR_INDEXES
static final int COLOR_INDEXES
- See Also:
- Constant Field Values
MODELVIEW
static final int MODELVIEW
- See Also:
- Constant Field Values
PROJECTION
static final int PROJECTION
- See Also:
- Constant Field Values
TEXTURE
static final int TEXTURE
- See Also:
- Constant Field Values
COLOR
static final int COLOR
- See Also:
- Constant Field Values
DEPTH
static final int DEPTH
- See Also:
- Constant Field Values
STENCIL
static final int STENCIL
- See Also:
- Constant Field Values
COLOR_INDEX
static final int COLOR_INDEX
- See Also:
- Constant Field Values
STENCIL_INDEX
static final int STENCIL_INDEX
- See Also:
- Constant Field Values
DEPTH_COMPONENT
static final int DEPTH_COMPONENT
- See Also:
- Constant Field Values
RED
static final int RED
- See Also:
- Constant Field Values
GREEN
static final int GREEN
- See Also:
- Constant Field Values
BLUE
static final int BLUE
- See Also:
- Constant Field Values
ALPHA
static final int ALPHA
- See Also:
- Constant Field Values
RGB
static final int RGB
- See Also:
- Constant Field Values
RGBA
static final int RGBA
- See Also:
- Constant Field Values
LUMINANCE
static final int LUMINANCE
- See Also:
- Constant Field Values
LUMINANCE_ALPHA
static final int LUMINANCE_ALPHA
- See Also:
- Constant Field Values
BITMAP
static final int BITMAP
- See Also:
- Constant Field Values
POINT
static final int POINT
- See Also:
- Constant Field Values
LINE
static final int LINE
- See Also:
- Constant Field Values
FILL
static final int FILL
- See Also:
- Constant Field Values
RENDER
static final int RENDER
- See Also:
- Constant Field Values
FEEDBACK
static final int FEEDBACK
- See Also:
- Constant Field Values
SELECT
static final int SELECT
- See Also:
- Constant Field Values
FLAT
static final int FLAT
- See Also:
- Constant Field Values
SMOOTH
static final int SMOOTH
- See Also:
- Constant Field Values
KEEP
static final int KEEP
- See Also:
- Constant Field Values
REPLACE
static final int REPLACE
- See Also:
- Constant Field Values
INCR
static final int INCR
- See Also:
- Constant Field Values
DECR
static final int DECR
- See Also:
- Constant Field Values
VENDOR
static final int VENDOR
- See Also:
- Constant Field Values
RENDERER
static final int RENDERER
- See Also:
- Constant Field Values
VERSION
static final int VERSION
- See Also:
- Constant Field Values
EXTENSIONS
static final int EXTENSIONS
- See Also:
- Constant Field Values
S
static final int S
- See Also:
- Constant Field Values
T
static final int T
- See Also:
- Constant Field Values
R
static final int R
- See Also:
- Constant Field Values
Q
static final int Q
- See Also:
- Constant Field Values
MODULATE
static final int MODULATE
- See Also:
- Constant Field Values
DECAL
static final int DECAL
- See Also:
- Constant Field Values
TEXTURE_ENV_MODE
static final int TEXTURE_ENV_MODE
- See Also:
- Constant Field Values
TEXTURE_ENV_COLOR
static final int TEXTURE_ENV_COLOR
- See Also:
- Constant Field Values
TEXTURE_ENV
static final int TEXTURE_ENV
- See Also:
- Constant Field Values
EYE_LINEAR
static final int EYE_LINEAR
- See Also:
- Constant Field Values
OBJECT_LINEAR
static final int OBJECT_LINEAR
- See Also:
- Constant Field Values
SPHERE_MAP
static final int SPHERE_MAP
- See Also:
- Constant Field Values
TEXTURE_GEN_MODE
static final int TEXTURE_GEN_MODE
- See Also:
- Constant Field Values
OBJECT_PLANE
static final int OBJECT_PLANE
- See Also:
- Constant Field Values
EYE_PLANE
static final int EYE_PLANE
- See Also:
- Constant Field Values
NEAREST
static final int NEAREST
- See Also:
- Constant Field Values
LINEAR
static final int LINEAR
- See Also:
- Constant Field Values
NEAREST_MIPMAP_NEAREST
static final int NEAREST_MIPMAP_NEAREST
- See Also:
- Constant Field Values
LINEAR_MIPMAP_NEAREST
static final int LINEAR_MIPMAP_NEAREST
- See Also:
- Constant Field Values
NEAREST_MIPMAP_LINEAR
static final int NEAREST_MIPMAP_LINEAR
- See Also:
- Constant Field Values
LINEAR_MIPMAP_LINEAR
static final int LINEAR_MIPMAP_LINEAR
- See Also:
- Constant Field Values
TEXTURE_MAG_FILTER
static final int TEXTURE_MAG_FILTER
- See Also:
- Constant Field Values
TEXTURE_MIN_FILTER
static final int TEXTURE_MIN_FILTER
- See Also:
- Constant Field Values
TEXTURE_WRAP_S
static final int TEXTURE_WRAP_S
- See Also:
- Constant Field Values
TEXTURE_WRAP_T
static final int TEXTURE_WRAP_T
- See Also:
- Constant Field Values
CLAMP
static final int CLAMP
- See Also:
- Constant Field Values
REPEAT
static final int REPEAT
- See Also:
- Constant Field Values
POLYGON_OFFSET_FACTOR
static final int POLYGON_OFFSET_FACTOR
- See Also:
- Constant Field Values
POLYGON_OFFSET_UNITS
static final int POLYGON_OFFSET_UNITS
- See Also:
- Constant Field Values
POLYGON_OFFSET_POINT
static final int POLYGON_OFFSET_POINT
- See Also:
- Constant Field Values
POLYGON_OFFSET_LINE
static final int POLYGON_OFFSET_LINE
- See Also:
- Constant Field Values
POLYGON_OFFSET_FILL
static final int POLYGON_OFFSET_FILL
- See Also:
- Constant Field Values
ALPHA4
static final int ALPHA4
- See Also:
- Constant Field Values
ALPHA8
static final int ALPHA8
- See Also:
- Constant Field Values
ALPHA12
static final int ALPHA12
- See Also:
- Constant Field Values
ALPHA16
static final int ALPHA16
- See Also:
- Constant Field Values
LUMINANCE4
static final int LUMINANCE4
- See Also:
- Constant Field Values
LUMINANCE8
static final int LUMINANCE8
- See Also:
- Constant Field Values
LUMINANCE12
static final int LUMINANCE12
- See Also:
- Constant Field Values
LUMINANCE16
static final int LUMINANCE16
- See Also:
- Constant Field Values
LUMINANCE4_ALPHA4
static final int LUMINANCE4_ALPHA4
- See Also:
- Constant Field Values
LUMINANCE6_ALPHA2
static final int LUMINANCE6_ALPHA2
- See Also:
- Constant Field Values
LUMINANCE8_ALPHA8
static final int LUMINANCE8_ALPHA8
- See Also:
- Constant Field Values
LUMINANCE12_ALPHA4
static final int LUMINANCE12_ALPHA4
- See Also:
- Constant Field Values
LUMINANCE12_ALPHA12
static final int LUMINANCE12_ALPHA12
- See Also:
- Constant Field Values
LUMINANCE16_ALPHA16
static final int LUMINANCE16_ALPHA16
- See Also:
- Constant Field Values
INTENSITY
static final int INTENSITY
- See Also:
- Constant Field Values
INTENSITY4
static final int INTENSITY4
- See Also:
- Constant Field Values
INTENSITY8
static final int INTENSITY8
- See Also:
- Constant Field Values
INTENSITY12
static final int INTENSITY12
- See Also:
- Constant Field Values
INTENSITY16
static final int INTENSITY16
- See Also:
- Constant Field Values
R3_G3_B2
static final int R3_G3_B2
- See Also:
- Constant Field Values
RGB4
static final int RGB4
- See Also:
- Constant Field Values
RGB5
static final int RGB5
- See Also:
- Constant Field Values
RGB8
static final int RGB8
- See Also:
- Constant Field Values
RGB10
static final int RGB10
- See Also:
- Constant Field Values
RGB12
static final int RGB12
- See Also:
- Constant Field Values
RGB16
static final int RGB16
- See Also:
- Constant Field Values
RGBA2
static final int RGBA2
- See Also:
- Constant Field Values
RGBA4
static final int RGBA4
- See Also:
- Constant Field Values
RGB5_A1
static final int RGB5_A1
- See Also:
- Constant Field Values
RGBA8
static final int RGBA8
- See Also:
- Constant Field Values
RGB10_A2
static final int RGB10_A2
- See Also:
- Constant Field Values
RGBA12
static final int RGBA12
- See Also:
- Constant Field Values
RGBA16
static final int RGBA16
- See Also:
- Constant Field Values
TEXTURE_RED_SIZE
static final int TEXTURE_RED_SIZE
- See Also:
- Constant Field Values
TEXTURE_GREEN_SIZE
static final int TEXTURE_GREEN_SIZE
- See Also:
- Constant Field Values
TEXTURE_BLUE_SIZE
static final int TEXTURE_BLUE_SIZE
- See Also:
- Constant Field Values
TEXTURE_ALPHA_SIZE
static final int TEXTURE_ALPHA_SIZE
- See Also:
- Constant Field Values
TEXTURE_LUMINANCE_SIZE
static final int TEXTURE_LUMINANCE_SIZE
- See Also:
- Constant Field Values
TEXTURE_INTENSITY_SIZE
static final int TEXTURE_INTENSITY_SIZE
- See Also:
- Constant Field Values
PROXY_TEXTURE_1D
static final int PROXY_TEXTURE_1D
- See Also:
- Constant Field Values
PROXY_TEXTURE_2D
static final int PROXY_TEXTURE_2D
- See Also:
- Constant Field Values
TEXTURE_PRIORITY
static final int TEXTURE_PRIORITY
- See Also:
- Constant Field Values
TEXTURE_RESIDENT
static final int TEXTURE_RESIDENT
- See Also:
- Constant Field Values
TEXTURE_BINDING_1D
static final int TEXTURE_BINDING_1D
- See Also:
- Constant Field Values
TEXTURE_BINDING_2D
static final int TEXTURE_BINDING_2D
- See Also:
- Constant Field Values
VERTEX_ARRAY
static final int VERTEX_ARRAY
- See Also:
- Constant Field Values
NORMAL_ARRAY
static final int NORMAL_ARRAY
- See Also:
- Constant Field Values
COLOR_ARRAY
static final int COLOR_ARRAY
- See Also:
- Constant Field Values
INDEX_ARRAY
static final int INDEX_ARRAY
- See Also:
- Constant Field Values
TEXTURE_COORD_ARRAY
static final int TEXTURE_COORD_ARRAY
- See Also:
- Constant Field Values
EDGE_FLAG_ARRAY
static final int EDGE_FLAG_ARRAY
- See Also:
- Constant Field Values
VERTEX_ARRAY_SIZE
static final int VERTEX_ARRAY_SIZE
- See Also:
- Constant Field Values
VERTEX_ARRAY_TYPE
static final int VERTEX_ARRAY_TYPE
- See Also:
- Constant Field Values
VERTEX_ARRAY_STRIDE
static final int VERTEX_ARRAY_STRIDE
- See Also:
- Constant Field Values
NORMAL_ARRAY_TYPE
static final int NORMAL_ARRAY_TYPE
- See Also:
- Constant Field Values
NORMAL_ARRAY_STRIDE
static final int NORMAL_ARRAY_STRIDE
- See Also:
- Constant Field Values
COLOR_ARRAY_SIZE
static final int COLOR_ARRAY_SIZE
- See Also:
- Constant Field Values
COLOR_ARRAY_TYPE
static final int COLOR_ARRAY_TYPE
- See Also:
- Constant Field Values
COLOR_ARRAY_STRIDE
static final int COLOR_ARRAY_STRIDE
- See Also:
- Constant Field Values
INDEX_ARRAY_TYPE
static final int INDEX_ARRAY_TYPE
- See Also:
- Constant Field Values
INDEX_ARRAY_STRIDE
static final int INDEX_ARRAY_STRIDE
- See Also:
- Constant Field Values
TEXTURE_COORD_ARRAY_SIZE
static final int TEXTURE_COORD_ARRAY_SIZE
- See Also:
- Constant Field Values
TEXTURE_COORD_ARRAY_TYPE
static final int TEXTURE_COORD_ARRAY_TYPE
- See Also:
- Constant Field Values
TEXTURE_COORD_ARRAY_STRIDE
static final int TEXTURE_COORD_ARRAY_STRIDE
- See Also:
- Constant Field Values
EDGE_FLAG_ARRAY_STRIDE
static final int EDGE_FLAG_ARRAY_STRIDE
- See Also:
- Constant Field Values
VERTEX_ARRAY_POINTER
static final int VERTEX_ARRAY_POINTER
- See Also:
- Constant Field Values
NORMAL_ARRAY_POINTER
static final int NORMAL_ARRAY_POINTER
- See Also:
- Constant Field Values
COLOR_ARRAY_POINTER
static final int COLOR_ARRAY_POINTER
- See Also:
- Constant Field Values
INDEX_ARRAY_POINTER
static final int INDEX_ARRAY_POINTER
- See Also:
- Constant Field Values
TEXTURE_COORD_ARRAY_POINTER
static final int TEXTURE_COORD_ARRAY_POINTER
- See Also:
- Constant Field Values
EDGE_FLAG_ARRAY_POINTER
static final int EDGE_FLAG_ARRAY_POINTER
- See Also:
- Constant Field Values
V2F
static final int V2F
- See Also:
- Constant Field Values
V3F
static final int V3F
- See Also:
- Constant Field Values
C4UB_V2F
static final int C4UB_V2F
- See Also:
- Constant Field Values
C4UB_V3F
static final int C4UB_V3F
- See Also:
- Constant Field Values
C3F_V3F
static final int C3F_V3F
- See Also:
- Constant Field Values
N3F_V3F
static final int N3F_V3F
- See Also:
- Constant Field Values
C4F_N3F_V3F
static final int C4F_N3F_V3F
- See Also:
- Constant Field Values
T2F_V3F
static final int T2F_V3F
- See Also:
- Constant Field Values
T4F_V4F
static final int T4F_V4F
- See Also:
- Constant Field Values
T2F_C4UB_V3F
static final int T2F_C4UB_V3F
- See Also:
- Constant Field Values
T2F_C3F_V3F
static final int T2F_C3F_V3F
- See Also:
- Constant Field Values
T2F_N3F_V3F
static final int T2F_N3F_V3F
- See Also:
- Constant Field Values
T2F_C4F_N3F_V3F
static final int T2F_C4F_N3F_V3F
- See Also:
- Constant Field Values
T4F_C4F_N3F_V4F
static final int T4F_C4F_N3F_V4F
- See Also:
- Constant Field Values
BGR
static final int BGR
- See Also:
- Constant Field Values
BGRA
static final int BGRA
- See Also:
- Constant Field Values
CONSTANT_COLOR
static final int CONSTANT_COLOR
- See Also:
- Constant Field Values
ONE_MINUS_CONSTANT_COLOR
static final int ONE_MINUS_CONSTANT_COLOR
- See Also:
- Constant Field Values
CONSTANT_ALPHA
static final int CONSTANT_ALPHA
- See Also:
- Constant Field Values
ONE_MINUS_CONSTANT_ALPHA
static final int ONE_MINUS_CONSTANT_ALPHA
- See Also:
- Constant Field Values
BLEND_COLOR
static final int BLEND_COLOR
- See Also:
- Constant Field Values
FUNC_ADD
static final int FUNC_ADD
- See Also:
- Constant Field Values
MIN
static final int MIN
- See Also:
- Constant Field Values
MAX
static final int MAX
- See Also:
- Constant Field Values
BLEND_EQUATION
static final int BLEND_EQUATION
- See Also:
- Constant Field Values
FUNC_SUBTRACT
static final int FUNC_SUBTRACT
- See Also:
- Constant Field Values
FUNC_REVERSE_SUBTRACT
static final int FUNC_REVERSE_SUBTRACT
- See Also:
- Constant Field Values
COLOR_MATRIX
static final int COLOR_MATRIX
- See Also:
- Constant Field Values
COLOR_MATRIX_STACK_DEPTH
static final int COLOR_MATRIX_STACK_DEPTH
- See Also:
- Constant Field Values
MAX_COLOR_MATRIX_STACK_DEPTH
static final int MAX_COLOR_MATRIX_STACK_DEPTH
- See Also:
- Constant Field Values
POST_COLOR_MATRIX_RED_SCALE
static final int POST_COLOR_MATRIX_RED_SCALE
- See Also:
- Constant Field Values
POST_COLOR_MATRIX_GREEN_SCALE
static final int POST_COLOR_MATRIX_GREEN_SCALE
- See Also:
- Constant Field Values
POST_COLOR_MATRIX_BLUE_SCALE
static final int POST_COLOR_MATRIX_BLUE_SCALE
- See Also:
- Constant Field Values
POST_COLOR_MATRIX_ALPHA_SCALE
static final int POST_COLOR_MATRIX_ALPHA_SCALE
- See Also:
- Constant Field Values
POST_COLOR_MATRIX_RED_BIAS
static final int POST_COLOR_MATRIX_RED_BIAS
- See Also:
- Constant Field Values
POST_COLOR_MATRIX_GREEN_BIAS
static final int POST_COLOR_MATRIX_GREEN_BIAS
- See Also:
- Constant Field Values
POST_COLOR_MATRIX_BLUE_BIAS
static final int POST_COLOR_MATRIX_BLUE_BIAS
- See Also:
- Constant Field Values
POST_COLOR_MATRIX_ALPHA_BIAS
static final int POST_COLOR_MATRIX_ALPHA_BIAS
- See Also:
- Constant Field Values
COLOR_TABLE
static final int COLOR_TABLE
- See Also:
- Constant Field Values
POST_CONVOLUTION_COLOR_TABLE
static final int POST_CONVOLUTION_COLOR_TABLE
- See Also:
- Constant Field Values
POST_COLOR_MATRIX_COLOR_TABLE
static final int POST_COLOR_MATRIX_COLOR_TABLE
- See Also:
- Constant Field Values
PROXY_COLOR_TABLE
static final int PROXY_COLOR_TABLE
- See Also:
- Constant Field Values
PROXY_POST_CONVOLUTION_COLOR_TABLE
static final int PROXY_POST_CONVOLUTION_COLOR_TABLE
- See Also:
- Constant Field Values
PROXY_POST_COLOR_MATRIX_COLOR_TABLE
static final int PROXY_POST_COLOR_MATRIX_COLOR_TABLE
- See Also:
- Constant Field Values
COLOR_TABLE_SCALE
static final int COLOR_TABLE_SCALE
- See Also:
- Constant Field Values
COLOR_TABLE_BIAS
static final int COLOR_TABLE_BIAS
- See Also:
- Constant Field Values
COLOR_TABLE_FORMAT
static final int COLOR_TABLE_FORMAT
- See Also:
- Constant Field Values
COLOR_TABLE_WIDTH
static final int COLOR_TABLE_WIDTH
- See Also:
- Constant Field Values
COLOR_TABLE_RED_SIZE
static final int COLOR_TABLE_RED_SIZE
- See Also:
- Constant Field Values
COLOR_TABLE_GREEN_SIZE
static final int COLOR_TABLE_GREEN_SIZE
- See Also:
- Constant Field Values
COLOR_TABLE_BLUE_SIZE
static final int COLOR_TABLE_BLUE_SIZE
- See Also:
- Constant Field Values
COLOR_TABLE_ALPHA_SIZE
static final int COLOR_TABLE_ALPHA_SIZE
- See Also:
- Constant Field Values
COLOR_TABLE_LUMINANCE_SIZE
static final int COLOR_TABLE_LUMINANCE_SIZE
- See Also:
- Constant Field Values
COLOR_TABLE_INTENSITY_SIZE
static final int COLOR_TABLE_INTENSITY_SIZE
- See Also:
- Constant Field Values
CONVOLUTION_1D
static final int CONVOLUTION_1D
- See Also:
- Constant Field Values
CONVOLUTION_2D
static final int CONVOLUTION_2D
- See Also:
- Constant Field Values
SEPARABLE_2D
static final int SEPARABLE_2D
- See Also:
- Constant Field Values
CONVOLUTION_BORDER_MODE
static final int CONVOLUTION_BORDER_MODE
- See Also:
- Constant Field Values
CONVOLUTION_FILTER_SCALE
static final int CONVOLUTION_FILTER_SCALE
- See Also:
- Constant Field Values
CONVOLUTION_FILTER_BIAS
static final int CONVOLUTION_FILTER_BIAS
- See Also:
- Constant Field Values
REDUCE
static final int REDUCE
- See Also:
- Constant Field Values
CONVOLUTION_FORMAT
static final int CONVOLUTION_FORMAT
- See Also:
- Constant Field Values
CONVOLUTION_WIDTH
static final int CONVOLUTION_WIDTH
- See Also:
- Constant Field Values
CONVOLUTION_HEIGHT
static final int CONVOLUTION_HEIGHT
- See Also:
- Constant Field Values
MAX_CONVOLUTION_WIDTH
static final int MAX_CONVOLUTION_WIDTH
- See Also:
- Constant Field Values
MAX_CONVOLUTION_HEIGHT
static final int MAX_CONVOLUTION_HEIGHT
- See Also:
- Constant Field Values
POST_CONVOLUTION_RED_SCALE
static final int POST_CONVOLUTION_RED_SCALE
- See Also:
- Constant Field Values
POST_CONVOLUTION_GREEN_SCALE
static final int POST_CONVOLUTION_GREEN_SCALE
- See Also:
- Constant Field Values
POST_CONVOLUTION_BLUE_SCALE
static final int POST_CONVOLUTION_BLUE_SCALE
- See Also:
- Constant Field Values
POST_CONVOLUTION_ALPHA_SCALE
static final int POST_CONVOLUTION_ALPHA_SCALE
- See Also:
- Constant Field Values
POST_CONVOLUTION_RED_BIAS
static final int POST_CONVOLUTION_RED_BIAS
- See Also:
- Constant Field Values
POST_CONVOLUTION_GREEN_BIAS
static final int POST_CONVOLUTION_GREEN_BIAS
- See Also:
- Constant Field Values
POST_CONVOLUTION_BLUE_BIAS
static final int POST_CONVOLUTION_BLUE_BIAS
- See Also:
- Constant Field Values
POST_CONVOLUTION_ALPHA_BIAS
static final int POST_CONVOLUTION_ALPHA_BIAS
- See Also:
- Constant Field Values
IGNORE_BORDER
static final int IGNORE_BORDER
- See Also:
- Constant Field Values
CONSTANT_BORDER
static final int CONSTANT_BORDER
- See Also:
- Constant Field Values
REPLICATE_BORDER
static final int REPLICATE_BORDER
- See Also:
- Constant Field Values
CONVOLUTION_BORDER_COLOR
static final int CONVOLUTION_BORDER_COLOR
- See Also:
- Constant Field Values
MAX_ELEMENTS_VERTICES
static final int MAX_ELEMENTS_VERTICES
- See Also:
- Constant Field Values
MAX_ELEMENTS_INDICES
static final int MAX_ELEMENTS_INDICES
- See Also:
- Constant Field Values
HISTOGRAM
static final int HISTOGRAM
- See Also:
- Constant Field Values
PROXY_HISTOGRAM
static final int PROXY_HISTOGRAM
- See Also:
- Constant Field Values
HISTOGRAM_WIDTH
static final int HISTOGRAM_WIDTH
- See Also:
- Constant Field Values
HISTOGRAM_FORMAT
static final int HISTOGRAM_FORMAT
- See Also:
- Constant Field Values
HISTOGRAM_RED_SIZE
static final int HISTOGRAM_RED_SIZE
- See Also:
- Constant Field Values
HISTOGRAM_GREEN_SIZE
static final int HISTOGRAM_GREEN_SIZE
- See Also:
- Constant Field Values
HISTOGRAM_BLUE_SIZE
static final int HISTOGRAM_BLUE_SIZE
- See Also:
- Constant Field Values
HISTOGRAM_ALPHA_SIZE
static final int HISTOGRAM_ALPHA_SIZE
- See Also:
- Constant Field Values
HISTOGRAM_LUMINANCE_SIZE
static final int HISTOGRAM_LUMINANCE_SIZE
- See Also:
- Constant Field Values
HISTOGRAM_SINK
static final int HISTOGRAM_SINK
- See Also:
- Constant Field Values
MINMAX
static final int MINMAX
- See Also:
- Constant Field Values
MINMAX_FORMAT
static final int MINMAX_FORMAT
- See Also:
- Constant Field Values
MINMAX_SINK
static final int MINMAX_SINK
- See Also:
- Constant Field Values
TABLE_TOO_LARGE
static final int TABLE_TOO_LARGE
- See Also:
- Constant Field Values
UNSIGNED_BYTE_3_3_2
static final int UNSIGNED_BYTE_3_3_2
- See Also:
- Constant Field Values
UNSIGNED_SHORT_4_4_4_4
static final int UNSIGNED_SHORT_4_4_4_4
- See Also:
- Constant Field Values
UNSIGNED_SHORT_5_5_5_1
static final int UNSIGNED_SHORT_5_5_5_1
- See Also:
- Constant Field Values
UNSIGNED_INT_8_8_8_8
static final int UNSIGNED_INT_8_8_8_8
- See Also:
- Constant Field Values
UNSIGNED_INT_10_10_10_2
static final int UNSIGNED_INT_10_10_10_2
- See Also:
- Constant Field Values
UNSIGNED_BYTE_2_3_3_REV
static final int UNSIGNED_BYTE_2_3_3_REV
- See Also:
- Constant Field Values
UNSIGNED_SHORT_5_6_5
static final int UNSIGNED_SHORT_5_6_5
- See Also:
- Constant Field Values
UNSIGNED_SHORT_5_6_5_REV
static final int UNSIGNED_SHORT_5_6_5_REV
- See Also:
- Constant Field Values
UNSIGNED_SHORT_4_4_4_4_REV
static final int UNSIGNED_SHORT_4_4_4_4_REV
- See Also:
- Constant Field Values
UNSIGNED_SHORT_1_5_5_5_REV
static final int UNSIGNED_SHORT_1_5_5_5_REV
- See Also:
- Constant Field Values
UNSIGNED_INT_8_8_8_8_REV
static final int UNSIGNED_INT_8_8_8_8_REV
- See Also:
- Constant Field Values
UNSIGNED_INT_2_10_10_10_REV
static final int UNSIGNED_INT_2_10_10_10_REV
- See Also:
- Constant Field Values
RESCALE_NORMAL
static final int RESCALE_NORMAL
- See Also:
- Constant Field Values
LIGHT_MODEL_COLOR_CONTROL
static final int LIGHT_MODEL_COLOR_CONTROL
- See Also:
- Constant Field Values
SINGLE_COLOR
static final int SINGLE_COLOR
- See Also:
- Constant Field Values
SEPARATE_SPECULAR_COLOR
static final int SEPARATE_SPECULAR_COLOR
- See Also:
- Constant Field Values
PACK_SKIP_IMAGES
static final int PACK_SKIP_IMAGES
- See Also:
- Constant Field Values
PACK_IMAGE_HEIGHT
static final int PACK_IMAGE_HEIGHT
- See Also:
- Constant Field Values
UNPACK_SKIP_IMAGES
static final int UNPACK_SKIP_IMAGES
- See Also:
- Constant Field Values
UNPACK_IMAGE_HEIGHT
static final int UNPACK_IMAGE_HEIGHT
- See Also:
- Constant Field Values
TEXTURE_3D
static final int TEXTURE_3D
- See Also:
- Constant Field Values
PROXY_TEXTURE_3D
static final int PROXY_TEXTURE_3D
- See Also:
- Constant Field Values
TEXTURE_DEPTH
static final int TEXTURE_DEPTH
- See Also:
- Constant Field Values
TEXTURE_WRAP_R
static final int TEXTURE_WRAP_R
- See Also:
- Constant Field Values
MAX_3D_TEXTURE_SIZE
static final int MAX_3D_TEXTURE_SIZE
- See Also:
- Constant Field Values
CLAMP_TO_EDGE
static final int CLAMP_TO_EDGE
- See Also:
- Constant Field Values
TEXTURE_MIN_LOD
static final int TEXTURE_MIN_LOD
- See Also:
- Constant Field Values
TEXTURE_MAX_LOD
static final int TEXTURE_MAX_LOD
- See Also:
- Constant Field Values
TEXTURE_BASE_LEVEL
static final int TEXTURE_BASE_LEVEL
- See Also:
- Constant Field Values
TEXTURE_MAX_LEVEL
static final int TEXTURE_MAX_LEVEL
- See Also:
- Constant Field Values
POLYGON_OFFSET_BIAS_EXT
static final int POLYGON_OFFSET_BIAS_EXT
- See Also:
- Constant Field Values
TEXTURE_COLOR_TABLE_SGI
static final int TEXTURE_COLOR_TABLE_SGI
- See Also:
- Constant Field Values
PROXY_TEXTURE_COLOR_TABLE_SGI
static final int PROXY_TEXTURE_COLOR_TABLE_SGI
- See Also:
- Constant Field Values
COMPRESSED_GEOM_ACCELERATED_SUNX
static final int COMPRESSED_GEOM_ACCELERATED_SUNX
- See Also:
- Constant Field Values
COMPRESSED_GEOM_VERSION_SUNX
static final int COMPRESSED_GEOM_VERSION_SUNX
- See Also:
- Constant Field Values
SURFACE_SIZE_HINT_SUNX
static final int SURFACE_SIZE_HINT_SUNX
- See Also:
- Constant Field Values
LARGE_SUNX
static final int LARGE_SUNX
- See Also:
- Constant Field Values
UNPACK_CONSTANT_DATA_SUNX
static final int UNPACK_CONSTANT_DATA_SUNX
- See Also:
- Constant Field Values
TEXTURE_CONSTANT_DATA_SUNX
static final int TEXTURE_CONSTANT_DATA_SUNX
- See Also:
- Constant Field Values
RESTART_SUN
static final int RESTART_SUN
- See Also:
- Constant Field Values
REPLACE_MIDDLE_SUN
static final int REPLACE_MIDDLE_SUN
- See Also:
- Constant Field Values
REPLACE_OLDEST_SUN
static final int REPLACE_OLDEST_SUN
- See Also:
- Constant Field Values
TRIANGLE_LIST_SUN
static final int TRIANGLE_LIST_SUN
- See Also:
- Constant Field Values
REPLACEMENT_CODE_SUN
static final int REPLACEMENT_CODE_SUN
- See Also:
- Constant Field Values
REPLACEMENT_CODE_ARRAY_SUN
static final int REPLACEMENT_CODE_ARRAY_SUN
- See Also:
- Constant Field Values
REPLACEMENT_CODE_ARRAY_TYPE_SUN
static final int REPLACEMENT_CODE_ARRAY_TYPE_SUN
- See Also:
- Constant Field Values
REPLACEMENT_CODE_ARRAY_STRIDE_SUN
static final int REPLACEMENT_CODE_ARRAY_STRIDE_SUN
- See Also:
- Constant Field Values
REPLACEMENT_CODE_ARRAY_POINTER_SUN
static final int REPLACEMENT_CODE_ARRAY_POINTER_SUN
- See Also:
- Constant Field Values
R1UI_V3F_SUN
static final int R1UI_V3F_SUN
- See Also:
- Constant Field Values
R1UI_C4UB_V3F_SUN
static final int R1UI_C4UB_V3F_SUN
- See Also:
- Constant Field Values
R1UI_C3F_V3F_SUN
static final int R1UI_C3F_V3F_SUN
- See Also:
- Constant Field Values
R1UI_N3F_V3F_SUN
static final int R1UI_N3F_V3F_SUN
- See Also:
- Constant Field Values
R1UI_C4F_N3F_V3F_SUN
static final int R1UI_C4F_N3F_V3F_SUN
- See Also:
- Constant Field Values
R1UI_T2F_V3F_SUN
static final int R1UI_T2F_V3F_SUN
- See Also:
- Constant Field Values
R1UI_T2F_N3F_V3F_SUN
static final int R1UI_T2F_N3F_V3F_SUN
- See Also:
- Constant Field Values
R1UI_T2F_C4F_N3F_V3F_SUN
static final int R1UI_T2F_C4F_N3F_V3F_SUN
- See Also:
- Constant Field Values
OCCLUSION_TEST_HP
static final int OCCLUSION_TEST_HP
- See Also:
- Constant Field Values
OCCLUSION_RESULT_HP
static final int OCCLUSION_RESULT_HP
- See Also:
- Constant Field Values
GLOBAL_ALPHA_SUN
static final int GLOBAL_ALPHA_SUN
- See Also:
- Constant Field Values
GLOBAL_ALPHA_FACTOR_SUN
static final int GLOBAL_ALPHA_FACTOR_SUN
- See Also:
- Constant Field Values
ABGR_EXT
static final int ABGR_EXT
- See Also:
- Constant Field Values
WRAP_BORDER_SUN
static final int WRAP_BORDER_SUN
- See Also:
- Constant Field Values
PIXEL_TRANSFORM_2D_EXT
static final int PIXEL_TRANSFORM_2D_EXT
- See Also:
- Constant Field Values
PIXEL_MAG_FILTER_EXT
static final int PIXEL_MAG_FILTER_EXT
- See Also:
- Constant Field Values
PIXEL_MIN_FILTER_EXT
static final int PIXEL_MIN_FILTER_EXT
- See Also:
- Constant Field Values
PIXEL_CUBIC_WEIGHT_EXT
static final int PIXEL_CUBIC_WEIGHT_EXT
- See Also:
- Constant Field Values
CUBIC_EXT
static final int CUBIC_EXT
- See Also:
- Constant Field Values
AVERAGE_EXT
static final int AVERAGE_EXT
- See Also:
- Constant Field Values
PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT
static final int PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT
- See Also:
- Constant Field Values
MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT
static final int MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT
- See Also:
- Constant Field Values
PIXEL_TRANSFORM_2D_MATRIX_EXT
static final int PIXEL_TRANSFORM_2D_MATRIX_EXT
- See Also:
- Constant Field Values
PIXEL_TRANSFORM_COLOR_TABLE_EXT
static final int PIXEL_TRANSFORM_COLOR_TABLE_EXT
- See Also:
- Constant Field Values
PROXY_PIXEL_TRANSFORM_COLOR_TABLE_EXT
static final int PROXY_PIXEL_TRANSFORM_COLOR_TABLE_EXT
- See Also:
- Constant Field Values