Package com.jogamp.opengl
Interface GL
-
- All Superinterfaces:
GLBase
- All Known Subinterfaces:
GL2
,GL2ES1
,GL2ES2
,GL2ES3
,GL2GL3
,GL3
,GL3bc
,GL3ES3
,GL4
,GL4bc
,GL4ES3
,GLES1
,GLES2
,GLES3
- All Known Implementing Classes:
DebugGL2
,DebugGL3
,DebugGL3bc
,DebugGL4
,DebugGL4bc
,DebugGLES1
,DebugGLES2
,DebugGLES3
,TraceGL2
,TraceGL3
,TraceGL3bc
,TraceGL4
,TraceGL4bc
,TraceGLES1
,TraceGLES2
,TraceGLES3
public interface GL extends GLBase
Common interface containing the subset of all profiles, GL3bc, GL3, GL2, GLES1 and GLES2.
This interface reflects common data types, texture and framebuffer functionality.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_ACTIVE_TEXTURE
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_ACTIVE_TEXTURE_ARB
Define "GL_ACTIVE_TEXTURE" with expression '0x84E0
', CType: intstatic int
GL_ALIASED_LINE_WIDTH_RANGE
GL_ES_VERSION_2_0
,GL_VERSION_1_2
,GL_VERSION_ES_1_0
Define "GL_ALIASED_LINE_WIDTH_RANGE" with expression '0x846E
', CType: intstatic int
GL_ALIASED_POINT_SIZE_RANGE
GL_ES_VERSION_2_0
,GL_VERSION_1_2
,GL_VERSION_ES_1_0
Define "GL_ALIASED_POINT_SIZE_RANGE" with expression '0x846D
', CType: intstatic int
GL_ALPHA
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_ALPHA" with expression '0x1906
', CType: intstatic int
GL_ALPHA_BITS
GL_ES_VERSION_2_0
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_ALPHA_BITS" with expression '0x0D55
', CType: intstatic int
GL_ALPHA16F
GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_ALPHA16F_EXT
,GL_ALPHA16F_ARB
Define "GL_ALPHA16F" with expression '0x881C
', CType: intstatic int
GL_ALPHA32F
GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_ALPHA32F_EXT
,GL_ALPHA32F_ARB
Define "GL_ALPHA32F" with expression '0x8816
', CType: intstatic int
GL_ALPHA8
GL_VERSION_1_1
,GL_EXT_texture_storage
,GL_EXT_texture
,GL_OES_required_internalformat
Alias for:GL_ALPHA8_EXT
,GL_ALPHA8_OES
Define "GL_ALPHA8" with expression '0x803C
', CType: intstatic int
GL_ALWAYS
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_ALWAYS" with expression '0x0207
', CType: intstatic int
GL_AND
Common in ES1, GL2 and GL3static int
GL_AND_INVERTED
Common in ES1, GL2 and GL3static int
GL_AND_REVERSE
Common in ES1, GL2 and GL3static int
GL_ARRAY_BUFFER
GL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_1_0
,GL_ARB_vertex_buffer_object
Alias for:GL_ARRAY_BUFFER_ARB
Define "GL_ARRAY_BUFFER" with expression '0x8892
', CType: intstatic int
GL_ARRAY_BUFFER_BINDING
GL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_1_0
,GL_ARB_vertex_buffer_object
Alias for:GL_ARRAY_BUFFER_BINDING_ARB
Define "GL_ARRAY_BUFFER_BINDING" with expression '0x8894
', CType: intstatic int
GL_BACK
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_BACK" with expression '0x0405
', CType: intstatic int
GL_BGR
GL_VERSION_1_2
,GL_EXT_bgra
Alias for:GL_BGR_EXT
Define "GL_BGR" with expression '0x80E0
', CType: intstatic int
GL_BGRA
GL_VERSION_1_2
,GL_IMG_read_format
,GL_APPLE_texture_format_BGRA8888
,GL_EXT_texture_format_BGRA8888
,GL_EXT_bgra
,GL_EXT_read_format_bgra
Alias for:GL_BGRA_IMG
,GL_BGRA_EXT
Define "GL_BGRA" with expression '0x80E1
', CType: intstatic int
GL_BGRA8
GL_APPLE_texture_format_BGRA8888
,GL_EXT_texture_storage
Alias for:GL_BGRA8_EXT
Define "GL_BGRA8" with expression '0x93A1
', CType: intstatic int
GL_BLEND
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_BLEND" with expression '0x0BE2
', CType: intstatic int
GL_BLEND_DST
Common in ES1, GL2 and GL3static int
GL_BLEND_DST_ALPHA
GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_EXT_blend_func_separate
,GL_OES_blend_func_separate
Alias for:GL_BLEND_DST_ALPHA_EXT
,GL_BLEND_DST_ALPHA_OES
Define "GL_BLEND_DST_ALPHA" with expression '0x80CA
', CType: intstatic int
GL_BLEND_DST_RGB
GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_EXT_blend_func_separate
,GL_OES_blend_func_separate
Alias for:GL_BLEND_DST_RGB_EXT
,GL_BLEND_DST_RGB_OES
Define "GL_BLEND_DST_RGB" with expression '0x80C8
', CType: intstatic int
GL_BLEND_EQUATION
GL_ARB_imaging
,GL_ES_VERSION_2_0
,GL_OES_blend_subtract
,GL_EXT_blend_minmax
Alias for:GL_BLEND_EQUATION_OES
,GL_BLEND_EQUATION_EXT
Define "GL_BLEND_EQUATION" with expression '0x8009
', CType: intstatic int
GL_BLEND_EQUATION_ALPHA
GL_ES_VERSION_2_0
,GL_VERSION_2_0
,GL_EXT_blend_equation_separate
,GL_OES_blend_equation_separate
Alias for:GL_BLEND_EQUATION_ALPHA_EXT
,GL_BLEND_EQUATION_ALPHA_OES
Define "GL_BLEND_EQUATION_ALPHA" with expression '0x883D
', CType: intstatic int
GL_BLEND_EQUATION_RGB
GL_ES_VERSION_2_0
,GL_VERSION_2_0
,GL_OES_blend_equation_separate
,GL_EXT_blend_equation_separate
Alias for:GL_BLEND_EQUATION_RGB_OES
,GL_BLEND_EQUATION_RGB_EXT
Define "GL_BLEND_EQUATION_RGB" with expression '0x8009
', CType: intstatic int
GL_BLEND_SRC
Common in ES1, GL2 and GL3static int
GL_BLEND_SRC_ALPHA
GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_OES_blend_func_separate
,GL_EXT_blend_func_separate
Alias for:GL_BLEND_SRC_ALPHA_OES
,GL_BLEND_SRC_ALPHA_EXT
Define "GL_BLEND_SRC_ALPHA" with expression '0x80CB
', CType: intstatic int
GL_BLEND_SRC_RGB
GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_EXT_blend_func_separate
,GL_OES_blend_func_separate
Alias for:GL_BLEND_SRC_RGB_EXT
,GL_BLEND_SRC_RGB_OES
Define "GL_BLEND_SRC_RGB" with expression '0x80C9
', CType: intstatic int
GL_BLUE_BITS
GL_ES_VERSION_2_0
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_BLUE_BITS" with expression '0x0D54
', CType: intstatic int
GL_BUFFER_ACCESS
GL_VERSION_1_5
,GL_ARB_vertex_buffer_object
,GL_OES_mapbuffer
Alias for:GL_BUFFER_ACCESS_ARB
,GL_BUFFER_ACCESS_OES
Define "GL_BUFFER_ACCESS" with expression '0x88BB
', CType: intstatic int
GL_BUFFER_MAP_POINTER
GL_VERSION_1_5
,GL_ES_VERSION_3_0
,GL_OES_mapbuffer
,GL_ARB_vertex_buffer_object
Alias for:GL_BUFFER_MAP_POINTER_OES
,GL_BUFFER_MAP_POINTER_ARB
Define "GL_BUFFER_MAP_POINTER" with expression '0x88BD
', CType: intstatic int
GL_BUFFER_MAPPED
GL_VERSION_1_5
,GL_ES_VERSION_3_0
,GL_ARB_vertex_buffer_object
,GL_OES_mapbuffer
Alias for:GL_BUFFER_MAPPED_ARB
,GL_BUFFER_MAPPED_OES
Define "GL_BUFFER_MAPPED" with expression '0x88BC
', CType: intstatic int
GL_BUFFER_SIZE
GL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_1_0
,GL_ARB_vertex_buffer_object
Alias for:GL_BUFFER_SIZE_ARB
Define "GL_BUFFER_SIZE" with expression '0x8764
', CType: intstatic int
GL_BUFFER_USAGE
GL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_1_0
,GL_ARB_vertex_buffer_object
Alias for:GL_BUFFER_USAGE_ARB
Define "GL_BUFFER_USAGE" with expression '0x8765
', CType: intstatic int
GL_BYTE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_BYTE" with expression '0x1400
', CType: intstatic int
GL_CCW
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_CCW" with expression '0x0901
', CType: intstatic int
GL_CLAMP_TO_EDGE
GL_ES_VERSION_2_0
,GL_VERSION_1_2
,GL_VERSION_ES_1_0
,GL_SGIS_texture_edge_clamp
Alias for:GL_CLAMP_TO_EDGE_SGIS
Define "GL_CLAMP_TO_EDGE" with expression '0x812F
', CType: intstatic int
GL_CLEAR
Common in ES1, GL2 and GL3static int
GL_COLOR_ATTACHMENT0
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_NV_draw_buffers
,GL_OES_framebuffer_object
,GL_EXT_draw_buffers
,GL_EXT_framebuffer_object
Alias for:GL_COLOR_ATTACHMENT0_NV
,GL_COLOR_ATTACHMENT0_OES
,GL_COLOR_ATTACHMENT0_EXT
Define "GL_COLOR_ATTACHMENT0" with expression '0x8CE0
', CType: intstatic int
GL_COLOR_BUFFER_BIT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_COLOR_BUFFER_BIT" with expression '0x00004000
', CType: intstatic int
GL_COLOR_CLEAR_VALUE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_COLOR_CLEAR_VALUE" with expression '0x0C22
', CType: intstatic int
GL_COLOR_LOGIC_OP
Common in ES1, GL2 and GL3static int
GL_COLOR_WRITEMASK
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_COLOR_WRITEMASK" with expression '0x0C23
', CType: intstatic int
GL_COMPRESSED_RGB_S3TC_DXT1_EXT
GL_EXT_texture_compression_s3tc
,GL_EXT_texture_compression_dxt1
Define "GL_COMPRESSED_RGB_S3TC_DXT1_EXT" with expression '0x83F0
', CType: intstatic int
GL_COMPRESSED_RGBA_S3TC_DXT1_EXT
GL_EXT_texture_compression_s3tc
,GL_EXT_texture_compression_dxt1
Define "GL_COMPRESSED_RGBA_S3TC_DXT1_EXT" with expression '0x83F1
', CType: intstatic int
GL_COMPRESSED_RGBA_S3TC_DXT3_EXT
GL_EXT_texture_compression_s3tc
Define "GL_COMPRESSED_RGBA_S3TC_DXT3_EXT" with expression '0x83F2
', CType: intstatic int
GL_COMPRESSED_RGBA_S3TC_DXT5_EXT
GL_EXT_texture_compression_s3tc
Define "GL_COMPRESSED_RGBA_S3TC_DXT5_EXT" with expression '0x83F3
', CType: intstatic int
GL_COMPRESSED_TEXTURE_FORMATS
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_texture_compression
Alias for:GL_COMPRESSED_TEXTURE_FORMATS_ARB
Define "GL_COMPRESSED_TEXTURE_FORMATS" with expression '0x86A3
', CType: intstatic int
GL_COPY
Common in ES1, GL2 and GL3static int
GL_COPY_INVERTED
Common in ES1, GL2 and GL3static int
GL_CULL_FACE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_CULL_FACE" with expression '0x0B44
', CType: intstatic int
GL_CULL_FACE_MODE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_CULL_FACE_MODE" with expression '0x0B45
', CType: intstatic int
GL_CW
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_CW" with expression '0x0900
', CType: intstatic int
GL_DECR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DECR" with expression '0x1E03
', CType: intstatic int
GL_DECR_WRAP
GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_OES_stencil_wrap
,GL_EXT_stencil_wrap
Alias for:GL_DECR_WRAP_OES
,GL_DECR_WRAP_EXT
Define "GL_DECR_WRAP" with expression '0x8508
', CType: intstatic int
GL_DEPTH_ATTACHMENT
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_DEPTH_ATTACHMENT_EXT
,GL_DEPTH_ATTACHMENT_OES
Define "GL_DEPTH_ATTACHMENT" with expression '0x8D00
', CType: intstatic int
GL_DEPTH_BITS
GL_ES_VERSION_2_0
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DEPTH_BITS" with expression '0x0D56
', CType: intstatic int
GL_DEPTH_BUFFER_BIT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DEPTH_BUFFER_BIT" with expression '0x00000100
', CType: intstatic int
GL_DEPTH_CLEAR_VALUE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DEPTH_CLEAR_VALUE" with expression '0x0B73
', CType: intstatic int
GL_DEPTH_COMPONENT16
GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_ARB_depth_texture
,GL_OES_framebuffer_object
,GL_OES_required_internalformat
,GL_SGIX_depth_texture
Alias for:GL_DEPTH_COMPONENT16_ARB
,GL_DEPTH_COMPONENT16_OES
,GL_DEPTH_COMPONENT16_SGIX
Define "GL_DEPTH_COMPONENT16" with expression '0x81A5
', CType: intstatic int
GL_DEPTH_COMPONENT24
GL_ES_VERSION_3_0
,GL_VERSION_1_4
,GL_ARB_depth_texture
,GL_OES_depth24
,GL_SGIX_depth_texture
Alias for:GL_DEPTH_COMPONENT24_ARB
,GL_DEPTH_COMPONENT24_OES
,GL_DEPTH_COMPONENT24_SGIX
Define "GL_DEPTH_COMPONENT24" with expression '0x81A6
', CType: intstatic int
GL_DEPTH_COMPONENT32
GL_VERSION_1_4
,GL_ARB_depth_texture
,GL_SGIX_depth_texture
,GL_OES_depth32
Alias for:GL_DEPTH_COMPONENT32_ARB
,GL_DEPTH_COMPONENT32_SGIX
,GL_DEPTH_COMPONENT32_OES
Define "GL_DEPTH_COMPONENT32" with expression '0x81A7
', CType: intstatic int
GL_DEPTH_FUNC
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DEPTH_FUNC" with expression '0x0B74
', CType: intstatic int
GL_DEPTH_RANGE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DEPTH_RANGE" with expression '0x0B70
', CType: intstatic int
GL_DEPTH_STENCIL
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_packed_depth_stencil
,GL_NV_packed_depth_stencil
,GL_EXT_packed_depth_stencil
Alias for:GL_DEPTH_STENCIL_OES
,GL_DEPTH_STENCIL_NV
,GL_DEPTH_STENCIL_EXT
Define "GL_DEPTH_STENCIL" with expression '0x84F9
', CType: intstatic int
GL_DEPTH_TEST
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DEPTH_TEST" with expression '0x0B71
', CType: intstatic int
GL_DEPTH_WRITEMASK
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DEPTH_WRITEMASK" with expression '0x0B72
', CType: intstatic int
GL_DEPTH24_STENCIL8
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_packed_depth_stencil
,GL_OES_packed_depth_stencil
Alias for:GL_DEPTH24_STENCIL8_EXT
,GL_DEPTH24_STENCIL8_OES
Define "GL_DEPTH24_STENCIL8" with expression '0x88F0
', CType: intstatic int
GL_DITHER
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DITHER" with expression '0x0BD0
', CType: intstatic int
GL_DONT_CARE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DONT_CARE" with expression '0x1100
', CType: intstatic int
GL_DRAW_FRAMEBUFFER
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_NV_framebuffer_blit
,GL_EXT_framebuffer_blit
,GL_APPLE_framebuffer_multisample
,GL_ANGLE_framebuffer_blit
Alias for:GL_DRAW_FRAMEBUFFER_NV
,GL_DRAW_FRAMEBUFFER_EXT
,GL_DRAW_FRAMEBUFFER_APPLE
,GL_DRAW_FRAMEBUFFER_ANGLE
Define "GL_DRAW_FRAMEBUFFER" with expression '0x8CA9
', CType: intstatic int
GL_DRAW_FRAMEBUFFER_BINDING
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_APPLE_framebuffer_multisample
,GL_NV_framebuffer_blit
,GL_ANGLE_framebuffer_blit
,GL_EXT_framebuffer_blit
Alias for:GL_DRAW_FRAMEBUFFER_BINDING_APPLE
,GL_DRAW_FRAMEBUFFER_BINDING_NV
,GL_DRAW_FRAMEBUFFER_BINDING_ANGLE
,GL_DRAW_FRAMEBUFFER_BINDING_EXT
Define "GL_DRAW_FRAMEBUFFER_BINDING" with expression '0x8CA6
', CType: intstatic int
GL_DST_ALPHA
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DST_ALPHA" with expression '0x0304
', CType: intstatic int
GL_DST_COLOR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DST_COLOR" with expression '0x0306
', CType: intstatic int
GL_DYNAMIC_DRAW
GL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_1_0
,GL_ARB_vertex_buffer_object
Alias for:GL_DYNAMIC_DRAW_ARB
Define "GL_DYNAMIC_DRAW" with expression '0x88E8
', CType: intstatic int
GL_ELEMENT_ARRAY_BUFFER
GL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_1_0
,GL_ARB_vertex_buffer_object
Alias for:GL_ELEMENT_ARRAY_BUFFER_ARB
Define "GL_ELEMENT_ARRAY_BUFFER" with expression '0x8893
', CType: intstatic int
GL_ELEMENT_ARRAY_BUFFER_BINDING
GL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_1_0
,GL_ARB_vertex_buffer_object
Alias for:GL_ELEMENT_ARRAY_BUFFER_BINDING_ARB
Define "GL_ELEMENT_ARRAY_BUFFER_BINDING" with expression '0x8895
', CType: intstatic int
GL_EQUAL
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_EQUAL" with expression '0x0202
', CType: intstatic int
GL_EQUIV
Common in ES1, GL2 and GL3static int
GL_EXTENSIONS
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_EXTENSIONS" with expression '0x1F03
', CType: intstatic int
GL_FALSE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_FALSE" with expression '0
', CType: intstatic int
GL_FASTEST
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_FASTEST" with expression '0x1101
', CType: intstatic int
GL_FIXED
GL_ARB_ES2_compatibility
,GL_ES_VERSION_2_0
,GL_VERSION_4_1
,GL_VERSION_ES_1_0
,GL_OES_fixed_point
Alias for:GL_FIXED_OES
Define "GL_FIXED" with expression '0x140C
', CType: intstatic int
GL_FLOAT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_FLOAT" with expression '0x1406
', CType: intstatic int
GL_FRAMEBUFFER
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_FRAMEBUFFER_OES
,GL_FRAMEBUFFER_EXT
Define "GL_FRAMEBUFFER" with expression '0x8D40
', CType: intstatic int
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT
,GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES
Define "GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME" with expression '0x8CD1
', CType: intstatic int
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES
,GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT
Define "GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE" with expression '0x8CD0
', CType: intstatic int
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT
,GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES
Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE" with expression '0x8CD3
', CType: intstatic int
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT
,GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES
Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL" with expression '0x8CD2
', CType: intstatic int
GL_FRAMEBUFFER_BINDING
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_FRAMEBUFFER_BINDING_EXT
,GL_FRAMEBUFFER_BINDING_OES
Define "GL_FRAMEBUFFER_BINDING" with expression '0x8CA6
', CType: intstatic int
GL_FRAMEBUFFER_COMPLETE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_FRAMEBUFFER_COMPLETE_EXT
,GL_FRAMEBUFFER_COMPLETE_OES
Define "GL_FRAMEBUFFER_COMPLETE" with expression '0x8CD5
', CType: intstatic int
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES
,GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT
Define "GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT" with expression '0x8CD6
', CType: intstatic int
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS
GL_ES_VERSION_2_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT
,GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES
Define "GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS" with expression '0x8CD9
', CType: intstatic int
GL_FRAMEBUFFER_INCOMPLETE_FORMATS
Part ofGL_EXT_framebuffer_object
;GL_ES_VERSION_2_0
;GL_OES_framebuffer_object
static int
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT
,GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES
Define "GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT" with expression '0x8CD7
', CType: intstatic int
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_IMG_multisampled_render_to_texture
,GL_ANGLE_framebuffer_multisample
,GL_EXT_multisampled_render_to_texture
,GL_EXT_framebuffer_multisample
,GL_APPLE_framebuffer_multisample
,GL_NV_framebuffer_multisample
Alias for:GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG
,GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE
,GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT
,GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE
,GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_NV
Define "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE" with expression '0x8D56
', CType: intstatic int
GL_FRAMEBUFFER_SRGB
GL_ARB_framebuffer_sRGB
,GL_VERSION_3_0
,GL_EXT_framebuffer_sRGB
,GL_EXT_sRGB_write_control
Alias for:GL_FRAMEBUFFER_SRGB_EXT
Define "GL_FRAMEBUFFER_SRGB" with expression '0x8DB9
', CType: intstatic int
GL_FRAMEBUFFER_UNSUPPORTED
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_FRAMEBUFFER_UNSUPPORTED_EXT
,GL_FRAMEBUFFER_UNSUPPORTED_OES
Define "GL_FRAMEBUFFER_UNSUPPORTED" with expression '0x8CDD
', CType: intstatic int
GL_FRONT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_FRONT" with expression '0x0404
', CType: intstatic int
GL_FRONT_AND_BACK
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_FRONT_AND_BACK" with expression '0x0408
', CType: intstatic int
GL_FRONT_FACE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_FRONT_FACE" with expression '0x0B46
', CType: intstatic int
GL_FUNC_ADD
GL_ARB_imaging
,GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_EXT_blend_minmax
,GL_OES_blend_subtract
Alias for:GL_FUNC_ADD_EXT
,GL_FUNC_ADD_OES
Define "GL_FUNC_ADD" with expression '0x8006
', CType: intstatic int
GL_FUNC_REVERSE_SUBTRACT
GL_ARB_imaging
,GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_OES_blend_subtract
,GL_EXT_blend_subtract
Alias for:GL_FUNC_REVERSE_SUBTRACT_OES
,GL_FUNC_REVERSE_SUBTRACT_EXT
Define "GL_FUNC_REVERSE_SUBTRACT" with expression '0x800B
', CType: intstatic int
GL_FUNC_SUBTRACT
GL_ARB_imaging
,GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_OES_blend_subtract
,GL_EXT_blend_subtract
Alias for:GL_FUNC_SUBTRACT_OES
,GL_FUNC_SUBTRACT_EXT
Define "GL_FUNC_SUBTRACT" with expression '0x800A
', CType: intstatic int
GL_GENERATE_MIPMAP_HINT
GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_VERSION_ES_1_0
,GL_SGIS_generate_mipmap
Alias for:GL_GENERATE_MIPMAP_HINT_SGIS
Define "GL_GENERATE_MIPMAP_HINT" with expression '0x8192
', CType: intstatic int
GL_GEQUAL
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_GEQUAL" with expression '0x0206
', CType: intstatic int
GL_GREATER
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_GREATER" with expression '0x0204
', CType: intstatic int
GL_GREEN_BITS
GL_ES_VERSION_2_0
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_GREEN_BITS" with expression '0x0D53
', CType: intstatic int
GL_GUILTY_CONTEXT_RESET
GL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_EXT_robustness
,GL_ARB_robustness
,GL_KHR_robustness
Alias for:GL_GUILTY_CONTEXT_RESET_EXT
,GL_GUILTY_CONTEXT_RESET_ARB
,GL_GUILTY_CONTEXT_RESET_KHR
Define "GL_GUILTY_CONTEXT_RESET" with expression '0x8253
', CType: intstatic int
GL_HALF_FLOAT
Part ofGL_ARB_half_float_vertex
;GL_NV_half_float
;GL_ARB_half_float_pixel
, earmarked for ES 3.0 (hence kept in GL while fixing Bug 590)static int
GL_IMPLEMENTATION_COLOR_READ_FORMAT
GL_ARB_ES2_compatibility
,GL_ES_VERSION_2_0
,GL_VERSION_4_1
,GL_OES_read_format
Alias for:GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES
Define "GL_IMPLEMENTATION_COLOR_READ_FORMAT" with expression '0x8B9B
', CType: intstatic int
GL_IMPLEMENTATION_COLOR_READ_TYPE
GL_ARB_ES2_compatibility
,GL_ES_VERSION_2_0
,GL_VERSION_4_1
,GL_OES_read_format
Alias for:GL_IMPLEMENTATION_COLOR_READ_TYPE_OES
Define "GL_IMPLEMENTATION_COLOR_READ_TYPE" with expression '0x8B9A
', CType: intstatic int
GL_INCR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_INCR" with expression '0x1E02
', CType: intstatic int
GL_INCR_WRAP
GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_EXT_stencil_wrap
,GL_OES_stencil_wrap
Alias for:GL_INCR_WRAP_EXT
,GL_INCR_WRAP_OES
Define "GL_INCR_WRAP" with expression '0x8507
', CType: intstatic int
GL_INNOCENT_CONTEXT_RESET
GL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_EXT_robustness
,GL_ARB_robustness
,GL_KHR_robustness
Alias for:GL_INNOCENT_CONTEXT_RESET_EXT
,GL_INNOCENT_CONTEXT_RESET_ARB
,GL_INNOCENT_CONTEXT_RESET_KHR
Define "GL_INNOCENT_CONTEXT_RESET" with expression '0x8254
', CType: intstatic int
GL_INVALID_ENUM
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_INVALID_ENUM" with expression '0x0500
', CType: intstatic int
GL_INVALID_FRAMEBUFFER_OPERATION
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_INVALID_FRAMEBUFFER_OPERATION_EXT
,GL_INVALID_FRAMEBUFFER_OPERATION_OES
Define "GL_INVALID_FRAMEBUFFER_OPERATION" with expression '0x0506
', CType: intstatic int
GL_INVALID_OPERATION
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_INVALID_OPERATION" with expression '0x0502
', CType: intstatic int
GL_INVALID_VALUE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_INVALID_VALUE" with expression '0x0501
', CType: intstatic int
GL_INVERT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_INVERT" with expression '0x150A
', CType: intstatic int
GL_KEEP
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_KEEP" with expression '0x1E00
', CType: intstatic int
GL_LEQUAL
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LEQUAL" with expression '0x0203
', CType: intstatic int
GL_LESS
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LESS" with expression '0x0201
', CType: intstatic int
GL_LINE_LOOP
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LINE_LOOP" with expression '0x0002
', CType: intstatic int
GL_LINE_SMOOTH
Common in ES1, GL2 and GL3static int
GL_LINE_SMOOTH_HINT
Common in ES1, GL2 and GL3static int
GL_LINE_STRIP
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LINE_STRIP" with expression '0x0003
', CType: intstatic int
GL_LINE_WIDTH
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LINE_WIDTH" with expression '0x0B21
', CType: intstatic int
GL_LINEAR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LINEAR" with expression '0x2601
', CType: intstatic int
GL_LINEAR_MIPMAP_LINEAR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LINEAR_MIPMAP_LINEAR" with expression '0x2703
', CType: intstatic int
GL_LINEAR_MIPMAP_NEAREST
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LINEAR_MIPMAP_NEAREST" with expression '0x2701
', CType: intstatic int
GL_LINES
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LINES" with expression '0x0001
', CType: intstatic int
GL_LOGIC_OP_MODE
Common in ES1, GL2 and GL3static int
GL_LOSE_CONTEXT_ON_RESET
GL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_KHR_robustness
,GL_EXT_robustness
,GL_ARB_robustness
Alias for:GL_LOSE_CONTEXT_ON_RESET_KHR
,GL_LOSE_CONTEXT_ON_RESET_EXT
,GL_LOSE_CONTEXT_ON_RESET_ARB
Define "GL_LOSE_CONTEXT_ON_RESET" with expression '0x8252
', CType: intstatic int
GL_LUMINANCE
GL_ES_VERSION_2_0
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LUMINANCE" with expression '0x1909
', CType: intstatic int
GL_LUMINANCE_ALPHA
GL_ES_VERSION_2_0
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LUMINANCE_ALPHA" with expression '0x190A
', CType: intstatic int
GL_LUMINANCE_ALPHA16F
GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_LUMINANCE_ALPHA16F_EXT
,GL_LUMINANCE_ALPHA16F_ARB
Define "GL_LUMINANCE_ALPHA16F" with expression '0x881F
', CType: intstatic int
GL_LUMINANCE_ALPHA32F
GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_LUMINANCE_ALPHA32F_EXT
,GL_LUMINANCE_ALPHA32F_ARB
Define "GL_LUMINANCE_ALPHA32F" with expression '0x8819
', CType: intstatic int
GL_LUMINANCE16F
GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_LUMINANCE16F_EXT
,GL_LUMINANCE16F_ARB
Define "GL_LUMINANCE16F" with expression '0x881E
', CType: intstatic int
GL_LUMINANCE32F
GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_LUMINANCE32F_EXT
,GL_LUMINANCE32F_ARB
Define "GL_LUMINANCE32F" with expression '0x8818
', CType: intstatic int
GL_LUMINANCE4_ALPHA4
GL_VERSION_1_1
,GL_EXT_texture
,GL_OES_required_internalformat
Alias for:GL_LUMINANCE4_ALPHA4_EXT
,GL_LUMINANCE4_ALPHA4_OES
Define "GL_LUMINANCE4_ALPHA4" with expression '0x8043
', CType: intstatic int
GL_LUMINANCE8
GL_VERSION_1_1
,GL_OES_required_internalformat
,GL_EXT_texture_storage
,GL_EXT_texture
Alias for:GL_LUMINANCE8_OES
,GL_LUMINANCE8_EXT
Define "GL_LUMINANCE8" with expression '0x8040
', CType: intstatic int
GL_LUMINANCE8_ALPHA8
GL_VERSION_1_1
,GL_EXT_texture_storage
,GL_EXT_texture
,GL_OES_required_internalformat
Alias for:GL_LUMINANCE8_ALPHA8_EXT
,GL_LUMINANCE8_ALPHA8_OES
Define "GL_LUMINANCE8_ALPHA8" with expression '0x8045
', CType: intstatic int
GL_MAP_FLUSH_EXPLICIT_BIT
GL_ARB_map_buffer_range
,GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_map_buffer_range
Alias for:GL_MAP_FLUSH_EXPLICIT_BIT_EXT
Define "GL_MAP_FLUSH_EXPLICIT_BIT" with expression '0x0010
', CType: intstatic int
GL_MAP_INVALIDATE_BUFFER_BIT
GL_ARB_map_buffer_range
,GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_map_buffer_range
Alias for:GL_MAP_INVALIDATE_BUFFER_BIT_EXT
Define "GL_MAP_INVALIDATE_BUFFER_BIT" with expression '0x0008
', CType: intstatic int
GL_MAP_INVALIDATE_RANGE_BIT
GL_ARB_map_buffer_range
,GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_map_buffer_range
Alias for:GL_MAP_INVALIDATE_RANGE_BIT_EXT
Define "GL_MAP_INVALIDATE_RANGE_BIT" with expression '0x0004
', CType: intstatic int
GL_MAP_READ_BIT
GL_EXT_buffer_storage
,GL_ARB_map_buffer_range
,GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_map_buffer_range
Alias for:GL_MAP_READ_BIT_EXT
Define "GL_MAP_READ_BIT" with expression '0x0001
', CType: intstatic int
GL_MAP_UNSYNCHRONIZED_BIT
GL_ARB_map_buffer_range
,GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_map_buffer_range
Alias for:GL_MAP_UNSYNCHRONIZED_BIT_EXT
Define "GL_MAP_UNSYNCHRONIZED_BIT" with expression '0x0020
', CType: intstatic int
GL_MAP_WRITE_BIT
GL_EXT_buffer_storage
,GL_ARB_map_buffer_range
,GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_map_buffer_range
Alias for:GL_MAP_WRITE_BIT_EXT
Define "GL_MAP_WRITE_BIT" with expression '0x0002
', CType: intstatic int
GL_MAX_CUBE_MAP_TEXTURE_SIZE
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_ARB_texture_cube_map
,GL_EXT_texture_cube_map
,GL_OES_texture_cube_map
Alias for:GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB
,GL_MAX_CUBE_MAP_TEXTURE_SIZE_EXT
,GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES
Define "GL_MAX_CUBE_MAP_TEXTURE_SIZE" with expression '0x851C
', CType: intstatic int
GL_MAX_RENDERBUFFER_SIZE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_MAX_RENDERBUFFER_SIZE_OES
,GL_MAX_RENDERBUFFER_SIZE_EXT
Define "GL_MAX_RENDERBUFFER_SIZE" with expression '0x84E8
', CType: intstatic int
GL_MAX_SAMPLES
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_NV_framebuffer_multisample
,GL_IMG_multisampled_render_to_texture
,GL_APPLE_framebuffer_multisample
,GL_EXT_multisampled_render_to_texture
,GL_EXT_framebuffer_multisample
,GL_ANGLE_framebuffer_multisample
Alias for:GL_MAX_SAMPLES_NV
,GL_MAX_SAMPLES_IMG
,GL_MAX_SAMPLES_APPLE
,GL_MAX_SAMPLES_EXT
,GL_MAX_SAMPLES_ANGLE
Define "GL_MAX_SAMPLES" with expression '0x8D57
', CType: intstatic int
GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT
GL_EXT_texture_filter_anisotropic
Define "GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT" with expression '0x84FF
', CType: intstatic int
GL_MAX_TEXTURE_SIZE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_MAX_TEXTURE_SIZE" with expression '0x0D33
', CType: intstatic int
GL_MAX_VIEWPORT_DIMS
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_MAX_VIEWPORT_DIMS" with expression '0x0D3A
', CType: intstatic int
GL_MIRRORED_REPEAT
GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_OES_texture_mirrored_repeat
,GL_IBM_texture_mirrored_repeat
,GL_ARB_texture_mirrored_repeat
Alias for:GL_MIRRORED_REPEAT_OES
,GL_MIRRORED_REPEAT_IBM
,GL_MIRRORED_REPEAT_ARB
Define "GL_MIRRORED_REPEAT" with expression '0x8370
', CType: intstatic int
GL_MULTISAMPLE
Common in ES1, GL2 and GL3static int
GL_NAND
Common in ES1, GL2 and GL3static int
GL_NEAREST
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_NEAREST" with expression '0x2600
', CType: intstatic int
GL_NEAREST_MIPMAP_LINEAR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_NEAREST_MIPMAP_LINEAR" with expression '0x2702
', CType: intstatic int
GL_NEAREST_MIPMAP_NEAREST
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_NEAREST_MIPMAP_NEAREST" with expression '0x2700
', CType: intstatic int
GL_NEVER
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_NEVER" with expression '0x0200
', CType: intstatic int
GL_NICEST
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_NICEST" with expression '0x1102
', CType: intstatic int
GL_NO_ERROR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_NO_ERROR" with expression '0
', CType: intstatic int
GL_NO_RESET_NOTIFICATION
GL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_EXT_robustness
,GL_ARB_robustness
,GL_KHR_robustness
Alias for:GL_NO_RESET_NOTIFICATION_EXT
,GL_NO_RESET_NOTIFICATION_ARB
,GL_NO_RESET_NOTIFICATION_KHR
Define "GL_NO_RESET_NOTIFICATION" with expression '0x8261
', CType: intstatic int
GL_NONE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_OES_framebuffer_object
Alias for:GL_NONE_OES
Define "GL_NONE" with expression '0
', CType: intstatic int
GL_NOOP
Common in ES1, GL2 and GL3static int
GL_NOR
Common in ES1, GL2 and GL3static int
GL_NOTEQUAL
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_NOTEQUAL" with expression '0x0205
', CType: intstatic int
GL_NUM_COMPRESSED_TEXTURE_FORMATS
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_texture_compression
Alias for:GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB
Define "GL_NUM_COMPRESSED_TEXTURE_FORMATS" with expression '0x86A2
', CType: intstatic int
GL_ONE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
,GL_EXT_vertex_shader
Alias for:GL_ONE_EXT
Define "GL_ONE" with expression '1
', CType: intstatic int
GL_ONE_MINUS_DST_ALPHA
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_ONE_MINUS_DST_ALPHA" with expression '0x0305
', CType: intstatic int
GL_ONE_MINUS_DST_COLOR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_ONE_MINUS_DST_COLOR" with expression '0x0307
', CType: intstatic int
GL_ONE_MINUS_SRC_ALPHA
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_ONE_MINUS_SRC_ALPHA" with expression '0x0303
', CType: intstatic int
GL_ONE_MINUS_SRC_COLOR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_ONE_MINUS_SRC_COLOR" with expression '0x0301
', CType: intstatic int
GL_OR
Common in ES1, GL2 and GL3static int
GL_OR_INVERTED
Common in ES1, GL2 and GL3static int
GL_OR_REVERSE
Common in ES1, GL2 and GL3static int
GL_OUT_OF_MEMORY
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_OUT_OF_MEMORY" with expression '0x0505
', CType: intstatic int
GL_PACK_ALIGNMENT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_PACK_ALIGNMENT" with expression '0x0D05
', CType: intstatic int
GL_POINT_FADE_THRESHOLD_SIZE
Common in ES1, GL2 and GL3static int
GL_POINT_SIZE
Common in ES1, GL2 and GL3static int
GL_POINTS
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_POINTS" with expression '0x0000
', CType: intstatic int
GL_POLYGON_OFFSET_FACTOR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
,GL_EXT_polygon_offset
Alias for:GL_POLYGON_OFFSET_FACTOR_EXT
Define "GL_POLYGON_OFFSET_FACTOR" with expression '0x8038
', CType: intstatic int
GL_POLYGON_OFFSET_FILL
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_POLYGON_OFFSET_FILL" with expression '0x8037
', CType: intstatic int
GL_POLYGON_OFFSET_UNITS
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_POLYGON_OFFSET_UNITS" with expression '0x2A00
', CType: intstatic int
GL_R16F
GL_ES_VERSION_3_0
,GL_ARB_texture_rg
,GL_VERSION_3_0
,GL_EXT_color_buffer_half_float
,GL_EXT_texture_storage
Alias for:GL_R16F_EXT
Define "GL_R16F" with expression '0x822D
', CType: intstatic int
GL_R32F
GL_ES_VERSION_3_0
,GL_ARB_texture_rg
,GL_VERSION_3_0
,GL_EXT_texture_storage
Alias for:GL_R32F_EXT
Define "GL_R32F" with expression '0x822E
', CType: intstatic int
GL_R8
GL_ES_VERSION_3_0
,GL_ARB_texture_rg
,GL_VERSION_3_0
,GL_EXT_texture_storage
,GL_EXT_texture_rg
Alias for:GL_R8_EXT
Define "GL_R8" with expression '0x8229
', CType: intstatic int
GL_READ_FRAMEBUFFER
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_blit
,GL_ANGLE_framebuffer_blit
,GL_NV_framebuffer_blit
,GL_APPLE_framebuffer_multisample
Alias for:GL_READ_FRAMEBUFFER_EXT
,GL_READ_FRAMEBUFFER_ANGLE
,GL_READ_FRAMEBUFFER_NV
,GL_READ_FRAMEBUFFER_APPLE
Define "GL_READ_FRAMEBUFFER" with expression '0x8CA8
', CType: intstatic int
GL_READ_FRAMEBUFFER_BINDING
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_APPLE_framebuffer_multisample
,GL_ANGLE_framebuffer_blit
,GL_NV_framebuffer_blit
,GL_EXT_framebuffer_blit
Alias for:GL_READ_FRAMEBUFFER_BINDING_APPLE
,GL_READ_FRAMEBUFFER_BINDING_ANGLE
,GL_READ_FRAMEBUFFER_BINDING_NV
,GL_READ_FRAMEBUFFER_BINDING_EXT
Define "GL_READ_FRAMEBUFFER_BINDING" with expression '0x8CAA
', CType: intstatic int
GL_RED_BITS
GL_ES_VERSION_2_0
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_RED_BITS" with expression '0x0D52
', CType: intstatic int
GL_RENDERBUFFER
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_RENDERBUFFER_EXT
,GL_RENDERBUFFER_OES
Define "GL_RENDERBUFFER" with expression '0x8D41
', CType: intstatic int
GL_RENDERBUFFER_ALPHA_SIZE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_RENDERBUFFER_ALPHA_SIZE_OES
,GL_RENDERBUFFER_ALPHA_SIZE_EXT
Define "GL_RENDERBUFFER_ALPHA_SIZE" with expression '0x8D53
', CType: intstatic int
GL_RENDERBUFFER_BINDING
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_RENDERBUFFER_BINDING_OES
,GL_RENDERBUFFER_BINDING_EXT
Define "GL_RENDERBUFFER_BINDING" with expression '0x8CA7
', CType: intstatic int
GL_RENDERBUFFER_BLUE_SIZE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_RENDERBUFFER_BLUE_SIZE_OES
,GL_RENDERBUFFER_BLUE_SIZE_EXT
Define "GL_RENDERBUFFER_BLUE_SIZE" with expression '0x8D52
', CType: intstatic int
GL_RENDERBUFFER_DEPTH_SIZE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_RENDERBUFFER_DEPTH_SIZE_EXT
,GL_RENDERBUFFER_DEPTH_SIZE_OES
Define "GL_RENDERBUFFER_DEPTH_SIZE" with expression '0x8D54
', CType: intstatic int
GL_RENDERBUFFER_GREEN_SIZE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_RENDERBUFFER_GREEN_SIZE_EXT
,GL_RENDERBUFFER_GREEN_SIZE_OES
Define "GL_RENDERBUFFER_GREEN_SIZE" with expression '0x8D51
', CType: intstatic int
GL_RENDERBUFFER_HEIGHT
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_RENDERBUFFER_HEIGHT_OES
,GL_RENDERBUFFER_HEIGHT_EXT
Define "GL_RENDERBUFFER_HEIGHT" with expression '0x8D43
', CType: intstatic int
GL_RENDERBUFFER_INTERNAL_FORMAT
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_RENDERBUFFER_INTERNAL_FORMAT_OES
,GL_RENDERBUFFER_INTERNAL_FORMAT_EXT
Define "GL_RENDERBUFFER_INTERNAL_FORMAT" with expression '0x8D44
', CType: intstatic int
GL_RENDERBUFFER_RED_SIZE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_RENDERBUFFER_RED_SIZE_OES
,GL_RENDERBUFFER_RED_SIZE_EXT
Define "GL_RENDERBUFFER_RED_SIZE" with expression '0x8D50
', CType: intstatic int
GL_RENDERBUFFER_SAMPLES
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_APPLE_framebuffer_multisample
,GL_ANGLE_framebuffer_multisample
,GL_IMG_multisampled_render_to_texture
,GL_EXT_multisampled_render_to_texture
,GL_EXT_framebuffer_multisample
,GL_NV_framebuffer_multisample
Alias for:GL_RENDERBUFFER_SAMPLES_APPLE
,GL_RENDERBUFFER_SAMPLES_ANGLE
,GL_RENDERBUFFER_SAMPLES_IMG
,GL_RENDERBUFFER_SAMPLES_EXT
,GL_RENDERBUFFER_SAMPLES_NV
Define "GL_RENDERBUFFER_SAMPLES" with expression '0x8CAB
', CType: intstatic int
GL_RENDERBUFFER_STENCIL_SIZE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_RENDERBUFFER_STENCIL_SIZE_EXT
,GL_RENDERBUFFER_STENCIL_SIZE_OES
Define "GL_RENDERBUFFER_STENCIL_SIZE" with expression '0x8D55
', CType: intstatic int
GL_RENDERBUFFER_WIDTH
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_RENDERBUFFER_WIDTH_EXT
,GL_RENDERBUFFER_WIDTH_OES
Define "GL_RENDERBUFFER_WIDTH" with expression '0x8D42
', CType: intstatic int
GL_RENDERER
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_RENDERER" with expression '0x1F01
', CType: intstatic int
GL_REPEAT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_REPEAT" with expression '0x2901
', CType: intstatic int
GL_REPLACE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
,GL_EXT_texture
Alias for:GL_REPLACE_EXT
Define "GL_REPLACE" with expression '0x1E01
', CType: intstatic int
GL_RESET_NOTIFICATION_STRATEGY
GL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_KHR_robustness
,GL_EXT_robustness
,GL_ARB_robustness
Alias for:GL_RESET_NOTIFICATION_STRATEGY_KHR
,GL_RESET_NOTIFICATION_STRATEGY_EXT
,GL_RESET_NOTIFICATION_STRATEGY_ARB
Define "GL_RESET_NOTIFICATION_STRATEGY" with expression '0x8256
', CType: intstatic int
GL_RG16F
GL_ES_VERSION_3_0
,GL_ARB_texture_rg
,GL_VERSION_3_0
,GL_EXT_color_buffer_half_float
,GL_EXT_texture_storage
Alias for:GL_RG16F_EXT
Define "GL_RG16F" with expression '0x822F
', CType: intstatic int
GL_RG32F
GL_ES_VERSION_3_0
,GL_ARB_texture_rg
,GL_VERSION_3_0
,GL_EXT_texture_storage
Alias for:GL_RG32F_EXT
Define "GL_RG32F" with expression '0x8230
', CType: intstatic int
GL_RG8
GL_ES_VERSION_3_0
,GL_ARB_texture_rg
,GL_VERSION_3_0
,GL_EXT_texture_storage
,GL_EXT_texture_rg
Alias for:GL_RG8_EXT
Define "GL_RG8" with expression '0x822B
', CType: intstatic int
GL_RGB
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_RGB" with expression '0x1907
', CType: intstatic int
GL_RGB10
GL_VERSION_1_1
,GL_EXT_texture_storage
,GL_EXT_texture
,GL_OES_required_internalformat
Alias for:GL_RGB10_EXT
Define "GL_RGB10" with expression '0x8052
', CType: intstatic int
GL_RGB10_A2
GL_ES_VERSION_3_0
,GL_VERSION_1_1
,GL_EXT_texture_storage
,GL_EXT_texture
,GL_OES_required_internalformat
Alias for:GL_RGB10_A2_EXT
Define "GL_RGB10_A2" with expression '0x8059
', CType: intstatic int
GL_RGB16F
GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_color_buffer_half_float
,GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_RGB16F_EXT
,GL_RGB16F_ARB
Define "GL_RGB16F" with expression '0x881B
', CType: intstatic int
GL_RGB32F
GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_RGB32F_EXT
,GL_RGB32F_ARB
Define "GL_RGB32F" with expression '0x8815
', CType: intstatic int
GL_RGB5_A1
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_OES_framebuffer_object
,GL_OES_required_internalformat
,GL_EXT_texture
Alias for:GL_RGB5_A1_OES
,GL_RGB5_A1_EXT
Define "GL_RGB5_A1" with expression '0x8057
', CType: intstatic int
GL_RGB565
GL_ARB_ES2_compatibility
,GL_ES_VERSION_2_0
,GL_VERSION_4_1
,GL_OES_framebuffer_object
,GL_OES_required_internalformat
Alias for:GL_RGB565_OES
Define "GL_RGB565" with expression '0x8D62
', CType: intstatic int
GL_RGB8
GL_ES_VERSION_3_0
,GL_VERSION_1_1
,GL_EXT_texture
,GL_OES_rgb8_rgba8
,GL_OES_required_internalformat
Alias for:GL_RGB8_EXT
,GL_RGB8_OES
Define "GL_RGB8" with expression '0x8051
', CType: intstatic int
GL_RGBA
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_RGBA" with expression '0x1908
', CType: intstatic int
GL_RGBA16F
GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_color_buffer_half_float
,GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_RGBA16F_EXT
,GL_RGBA16F_ARB
Define "GL_RGBA16F" with expression '0x881A
', CType: intstatic int
GL_RGBA32F
GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_RGBA32F_EXT
,GL_RGBA32F_ARB
Define "GL_RGBA32F" with expression '0x8814
', CType: intstatic int
GL_RGBA4
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_EXT_texture
,GL_OES_framebuffer_object
,GL_OES_required_internalformat
Alias for:GL_RGBA4_EXT
,GL_RGBA4_OES
Define "GL_RGBA4" with expression '0x8056
', CType: intstatic int
GL_RGBA8
GL_ES_VERSION_3_0
,GL_VERSION_1_1
,GL_OES_rgb8_rgba8
,GL_OES_required_internalformat
,GL_EXT_texture
Alias for:GL_RGBA8_OES
,GL_RGBA8_EXT
Define "GL_RGBA8" with expression '0x8058
', CType: intstatic int
GL_SAMPLE_ALPHA_TO_COVERAGE
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multisample
Alias for:GL_SAMPLE_ALPHA_TO_COVERAGE_ARB
Define "GL_SAMPLE_ALPHA_TO_COVERAGE" with expression '0x809E
', CType: intstatic int
GL_SAMPLE_ALPHA_TO_ONE
Common in ES1, GL2 and GL3static int
GL_SAMPLE_BUFFERS
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_3DFX_multisample
,GL_ARB_multisample
,GL_EXT_multisample
,GL_SGIS_multisample
Alias for:GL_SAMPLE_BUFFERS_3DFX
,GL_SAMPLE_BUFFERS_ARB
,GL_SAMPLE_BUFFERS_EXT
,GL_SAMPLE_BUFFERS_SGIS
Define "GL_SAMPLE_BUFFERS" with expression '0x80A8
', CType: intstatic int
GL_SAMPLE_COVERAGE
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multisample
Alias for:GL_SAMPLE_COVERAGE_ARB
Define "GL_SAMPLE_COVERAGE" with expression '0x80A0
', CType: intstatic int
GL_SAMPLE_COVERAGE_INVERT
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multisample
Alias for:GL_SAMPLE_COVERAGE_INVERT_ARB
Define "GL_SAMPLE_COVERAGE_INVERT" with expression '0x80AB
', CType: intstatic int
GL_SAMPLE_COVERAGE_VALUE
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multisample
Alias for:GL_SAMPLE_COVERAGE_VALUE_ARB
Define "GL_SAMPLE_COVERAGE_VALUE" with expression '0x80AA
', CType: intstatic int
GL_SAMPLES
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_3DFX_multisample
,GL_ARB_multisample
,GL_EXT_multisample
,GL_SGIS_multisample
Alias for:GL_SAMPLES_3DFX
,GL_SAMPLES_ARB
,GL_SAMPLES_EXT
,GL_SAMPLES_SGIS
Define "GL_SAMPLES" with expression '0x80A9
', CType: intstatic int
GL_SCISSOR_BOX
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_SCISSOR_BOX" with expression '0x0C10
', CType: intstatic int
GL_SCISSOR_TEST
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_SCISSOR_TEST" with expression '0x0C11
', CType: intstatic int
GL_SET
Common in ES1, GL2 and GL3static int
GL_SHORT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_SHORT" with expression '0x1402
', CType: intstatic int
GL_SMOOTH_LINE_WIDTH_RANGE
Common in ES1, GL2 and GL3static int
GL_SMOOTH_POINT_SIZE_RANGE
Common in ES1, GL2 and GL3static int
GL_SRC_ALPHA
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_SRC_ALPHA" with expression '0x0302
', CType: intstatic int
GL_SRC_ALPHA_SATURATE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
,GL_EXT_blend_func_extended
Alias for:GL_SRC_ALPHA_SATURATE_EXT
Define "GL_SRC_ALPHA_SATURATE" with expression '0x0308
', CType: intstatic int
GL_SRC_COLOR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_SRC_COLOR" with expression '0x0300
', CType: intstatic int
GL_SRGB
GL_ES_VERSION_3_0
,GL_VERSION_2_1
,GL_EXT_texture_sRGB
,GL_EXT_sRGB
Alias for:GL_SRGB_EXT
Define "GL_SRGB" with expression '0x8C40
', CType: intstatic int
GL_SRGB_ALPHA
GL_VERSION_2_1
,GL_EXT_texture_sRGB
,GL_EXT_sRGB
Alias for:GL_SRGB_ALPHA_EXT
Define "GL_SRGB_ALPHA" with expression '0x8C42
', CType: intstatic int
GL_SRGB8_ALPHA8
GL_ES_VERSION_3_0
,GL_VERSION_2_1
,GL_EXT_texture_sRGB
,GL_EXT_sRGB
Alias for:GL_SRGB8_ALPHA8_EXT
Define "GL_SRGB8_ALPHA8" with expression '0x8C43
', CType: intstatic int
GL_STATIC_DRAW
GL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_1_0
,GL_ARB_vertex_buffer_object
Alias for:GL_STATIC_DRAW_ARB
Define "GL_STATIC_DRAW" with expression '0x88E4
', CType: intstatic int
GL_STENCIL_ATTACHMENT
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_STENCIL_ATTACHMENT_EXT
,GL_STENCIL_ATTACHMENT_OES
Define "GL_STENCIL_ATTACHMENT" with expression '0x8D20
', CType: intstatic int
GL_STENCIL_BITS
GL_ES_VERSION_2_0
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_BITS" with expression '0x0D57
', CType: intstatic int
GL_STENCIL_BUFFER_BIT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_BUFFER_BIT" with expression '0x00000400
', CType: intstatic int
GL_STENCIL_CLEAR_VALUE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_CLEAR_VALUE" with expression '0x0B91
', CType: intstatic int
GL_STENCIL_FAIL
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_FAIL" with expression '0x0B94
', CType: intstatic int
GL_STENCIL_FUNC
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_FUNC" with expression '0x0B92
', CType: intstatic int
GL_STENCIL_INDEX1
GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_stencil1
Alias for:GL_STENCIL_INDEX1_EXT
,GL_STENCIL_INDEX1_OES
Define "GL_STENCIL_INDEX1" with expression '0x8D46
', CType: intstatic int
GL_STENCIL_INDEX4
GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_stencil4
Alias for:GL_STENCIL_INDEX4_EXT
,GL_STENCIL_INDEX4_OES
Define "GL_STENCIL_INDEX4" with expression '0x8D47
', CType: intstatic int
GL_STENCIL_INDEX8
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_stencil8
,GL_OES_texture_stencil8
Alias for:GL_STENCIL_INDEX8_EXT
,GL_STENCIL_INDEX8_OES
Define "GL_STENCIL_INDEX8" with expression '0x8D48
', CType: intstatic int
GL_STENCIL_PASS_DEPTH_FAIL
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_PASS_DEPTH_FAIL" with expression '0x0B95
', CType: intstatic int
GL_STENCIL_PASS_DEPTH_PASS
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_PASS_DEPTH_PASS" with expression '0x0B96
', CType: intstatic int
GL_STENCIL_REF
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_REF" with expression '0x0B97
', CType: intstatic int
GL_STENCIL_TEST
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_TEST" with expression '0x0B90
', CType: intstatic int
GL_STENCIL_VALUE_MASK
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_VALUE_MASK" with expression '0x0B93
', CType: intstatic int
GL_STENCIL_WRITEMASK
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_WRITEMASK" with expression '0x0B98
', CType: intstatic int
GL_SUBPIXEL_BITS
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_SUBPIXEL_BITS" with expression '0x0D50
', CType: intstatic int
GL_TEXTURE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TEXTURE" with expression '0x1702
', CType: intstatic int
GL_TEXTURE_2D
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TEXTURE_2D" with expression '0x0DE1
', CType: intstatic int
GL_TEXTURE_BINDING_2D
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_ES_1_0
Define "GL_TEXTURE_BINDING_2D" with expression '0x8069
', CType: intstatic int
GL_TEXTURE_BINDING_CUBE_MAP
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_ARB_texture_cube_map
,GL_EXT_texture_cube_map
,GL_OES_texture_cube_map
Alias for:GL_TEXTURE_BINDING_CUBE_MAP_ARB
,GL_TEXTURE_BINDING_CUBE_MAP_EXT
,GL_TEXTURE_BINDING_CUBE_MAP_OES
Define "GL_TEXTURE_BINDING_CUBE_MAP" with expression '0x8514
', CType: intstatic int
GL_TEXTURE_CUBE_MAP
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_OES_texture_cube_map
,GL_ARB_texture_cube_map
,GL_EXT_texture_cube_map
Alias for:GL_TEXTURE_CUBE_MAP_OES
,GL_TEXTURE_CUBE_MAP_ARB
,GL_TEXTURE_CUBE_MAP_EXT
Define "GL_TEXTURE_CUBE_MAP" with expression '0x8513
', CType: intstatic int
GL_TEXTURE_CUBE_MAP_NEGATIVE_X
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_ARB_texture_cube_map
,GL_EXT_texture_cube_map
,GL_OES_texture_cube_map
Alias for:GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB
,GL_TEXTURE_CUBE_MAP_NEGATIVE_X_EXT
,GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES
Define "GL_TEXTURE_CUBE_MAP_NEGATIVE_X" with expression '0x8516
', CType: intstatic int
GL_TEXTURE_CUBE_MAP_NEGATIVE_Y
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_ARB_texture_cube_map
,GL_EXT_texture_cube_map
,GL_OES_texture_cube_map
Alias for:GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB
,GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_EXT
,GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES
Define "GL_TEXTURE_CUBE_MAP_NEGATIVE_Y" with expression '0x8518
', CType: intstatic int
GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_ARB_texture_cube_map
,GL_EXT_texture_cube_map
,GL_OES_texture_cube_map
Alias for:GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB
,GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_EXT
,GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES
Define "GL_TEXTURE_CUBE_MAP_NEGATIVE_Z" with expression '0x851A
', CType: intstatic int
GL_TEXTURE_CUBE_MAP_POSITIVE_X
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_OES_texture_cube_map
,GL_ARB_texture_cube_map
,GL_EXT_texture_cube_map
Alias for:GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES
,GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB
,GL_TEXTURE_CUBE_MAP_POSITIVE_X_EXT
Define "GL_TEXTURE_CUBE_MAP_POSITIVE_X" with expression '0x8515
', CType: intstatic int
GL_TEXTURE_CUBE_MAP_POSITIVE_Y
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_ARB_texture_cube_map
,GL_EXT_texture_cube_map
,GL_OES_texture_cube_map
Alias for:GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB
,GL_TEXTURE_CUBE_MAP_POSITIVE_Y_EXT
,GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES
Define "GL_TEXTURE_CUBE_MAP_POSITIVE_Y" with expression '0x8517
', CType: intstatic int
GL_TEXTURE_CUBE_MAP_POSITIVE_Z
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_ARB_texture_cube_map
,GL_EXT_texture_cube_map
,GL_OES_texture_cube_map
Alias for:GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB
,GL_TEXTURE_CUBE_MAP_POSITIVE_Z_EXT
,GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES
Define "GL_TEXTURE_CUBE_MAP_POSITIVE_Z" with expression '0x8519
', CType: intstatic int
GL_TEXTURE_IMMUTABLE_FORMAT
GL_ARB_texture_storage
,GL_VERSION_4_2
,GL_ES_VERSION_3_0
,GL_EXT_texture_storage
Alias for:GL_TEXTURE_IMMUTABLE_FORMAT_EXT
Define "GL_TEXTURE_IMMUTABLE_FORMAT" with expression '0x912F
', CType: intstatic int
GL_TEXTURE_MAG_FILTER
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TEXTURE_MAG_FILTER" with expression '0x2800
', CType: intstatic int
GL_TEXTURE_MAX_ANISOTROPY_EXT
GL_EXT_texture_filter_anisotropic
Define "GL_TEXTURE_MAX_ANISOTROPY_EXT" with expression '0x84FE
', CType: intstatic int
GL_TEXTURE_MIN_FILTER
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TEXTURE_MIN_FILTER" with expression '0x2801
', CType: intstatic int
GL_TEXTURE_WRAP_S
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TEXTURE_WRAP_S" with expression '0x2802
', CType: intstatic int
GL_TEXTURE_WRAP_T
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TEXTURE_WRAP_T" with expression '0x2803
', CType: intstatic int
GL_TEXTURE0
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE0_ARB
Define "GL_TEXTURE0" with expression '0x84C0
', CType: intstatic int
GL_TEXTURE1
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE1_ARB
Define "GL_TEXTURE1" with expression '0x84C1
', CType: intstatic int
GL_TEXTURE10
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE10_ARB
Define "GL_TEXTURE10" with expression '0x84CA
', CType: intstatic int
GL_TEXTURE11
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE11_ARB
Define "GL_TEXTURE11" with expression '0x84CB
', CType: intstatic int
GL_TEXTURE12
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE12_ARB
Define "GL_TEXTURE12" with expression '0x84CC
', CType: intstatic int
GL_TEXTURE13
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE13_ARB
Define "GL_TEXTURE13" with expression '0x84CD
', CType: intstatic int
GL_TEXTURE14
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE14_ARB
Define "GL_TEXTURE14" with expression '0x84CE
', CType: intstatic int
GL_TEXTURE15
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE15_ARB
Define "GL_TEXTURE15" with expression '0x84CF
', CType: intstatic int
GL_TEXTURE16
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE16_ARB
Define "GL_TEXTURE16" with expression '0x84D0
', CType: intstatic int
GL_TEXTURE17
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE17_ARB
Define "GL_TEXTURE17" with expression '0x84D1
', CType: intstatic int
GL_TEXTURE18
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE18_ARB
Define "GL_TEXTURE18" with expression '0x84D2
', CType: intstatic int
GL_TEXTURE19
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE19_ARB
Define "GL_TEXTURE19" with expression '0x84D3
', CType: intstatic int
GL_TEXTURE2
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE2_ARB
Define "GL_TEXTURE2" with expression '0x84C2
', CType: intstatic int
GL_TEXTURE20
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE20_ARB
Define "GL_TEXTURE20" with expression '0x84D4
', CType: intstatic int
GL_TEXTURE21
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE21_ARB
Define "GL_TEXTURE21" with expression '0x84D5
', CType: intstatic int
GL_TEXTURE22
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE22_ARB
Define "GL_TEXTURE22" with expression '0x84D6
', CType: intstatic int
GL_TEXTURE23
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE23_ARB
Define "GL_TEXTURE23" with expression '0x84D7
', CType: intstatic int
GL_TEXTURE24
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE24_ARB
Define "GL_TEXTURE24" with expression '0x84D8
', CType: intstatic int
GL_TEXTURE25
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE25_ARB
Define "GL_TEXTURE25" with expression '0x84D9
', CType: intstatic int
GL_TEXTURE26
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE26_ARB
Define "GL_TEXTURE26" with expression '0x84DA
', CType: intstatic int
GL_TEXTURE27
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE27_ARB
Define "GL_TEXTURE27" with expression '0x84DB
', CType: intstatic int
GL_TEXTURE28
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE28_ARB
Define "GL_TEXTURE28" with expression '0x84DC
', CType: intstatic int
GL_TEXTURE29
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE29_ARB
Define "GL_TEXTURE29" with expression '0x84DD
', CType: intstatic int
GL_TEXTURE3
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE3_ARB
Define "GL_TEXTURE3" with expression '0x84C3
', CType: intstatic int
GL_TEXTURE30
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE30_ARB
Define "GL_TEXTURE30" with expression '0x84DE
', CType: intstatic int
GL_TEXTURE31
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE31_ARB
Define "GL_TEXTURE31" with expression '0x84DF
', CType: intstatic int
GL_TEXTURE4
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE4_ARB
Define "GL_TEXTURE4" with expression '0x84C4
', CType: intstatic int
GL_TEXTURE5
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE5_ARB
Define "GL_TEXTURE5" with expression '0x84C5
', CType: intstatic int
GL_TEXTURE6
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE6_ARB
Define "GL_TEXTURE6" with expression '0x84C6
', CType: intstatic int
GL_TEXTURE7
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE7_ARB
Define "GL_TEXTURE7" with expression '0x84C7
', CType: intstatic int
GL_TEXTURE8
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE8_ARB
Define "GL_TEXTURE8" with expression '0x84C8
', CType: intstatic int
GL_TEXTURE9
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE9_ARB
Define "GL_TEXTURE9" with expression '0x84C9
', CType: intstatic int
GL_TRIANGLE_FAN
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TRIANGLE_FAN" with expression '0x0006
', CType: intstatic int
GL_TRIANGLE_STRIP
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TRIANGLE_STRIP" with expression '0x0005
', CType: intstatic int
GL_TRIANGLES
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TRIANGLES" with expression '0x0004
', CType: intstatic int
GL_TRUE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TRUE" with expression '1
', CType: intstatic int
GL_UNKNOWN_CONTEXT_RESET
GL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_KHR_robustness
,GL_EXT_robustness
,GL_ARB_robustness
Alias for:GL_UNKNOWN_CONTEXT_RESET_KHR
,GL_UNKNOWN_CONTEXT_RESET_EXT
,GL_UNKNOWN_CONTEXT_RESET_ARB
Define "GL_UNKNOWN_CONTEXT_RESET" with expression '0x8255
', CType: intstatic int
GL_UNPACK_ALIGNMENT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_UNPACK_ALIGNMENT" with expression '0x0CF5
', CType: intstatic int
GL_UNSIGNED_BYTE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_UNSIGNED_BYTE" with expression '0x1401
', CType: intstatic int
GL_UNSIGNED_INT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_OES_element_index_uint
Define "GL_UNSIGNED_INT" with expression '0x1405
', CType: intstatic int
GL_UNSIGNED_INT_10F_11F_11F_REV
Part ofGL_ES_VERSION_3_0
,GL_VERSION_3_0
;GL_EXT_packed_float
static int
GL_UNSIGNED_INT_24_8
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_NV_packed_depth_stencil
,GL_EXT_packed_depth_stencil
,GL_OES_packed_depth_stencil
Alias for:GL_UNSIGNED_INT_24_8_NV
,GL_UNSIGNED_INT_24_8_EXT
,GL_UNSIGNED_INT_24_8_OES
Define "GL_UNSIGNED_INT_24_8" with expression '0x84FA
', CType: intstatic int
GL_UNSIGNED_SHORT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_UNSIGNED_SHORT" with expression '0x1403
', CType: intstatic int
GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT
GL_EXT_read_format_bgra
Define "GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT" with expression '0x8366
', CType: intstatic int
GL_UNSIGNED_SHORT_4_4_4_4
GL_ES_VERSION_2_0
,GL_VERSION_1_2
,GL_VERSION_ES_1_0
,GL_EXT_packed_pixels
Alias for:GL_UNSIGNED_SHORT_4_4_4_4_EXT
Define "GL_UNSIGNED_SHORT_4_4_4_4" with expression '0x8033
', CType: intstatic int
GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT
GL_EXT_read_format_bgra
Define "GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT" with expression '0x8365
', CType: intstatic int
GL_UNSIGNED_SHORT_5_5_5_1
GL_ES_VERSION_2_0
,GL_VERSION_1_2
,GL_VERSION_ES_1_0
,GL_EXT_packed_pixels
Alias for:GL_UNSIGNED_SHORT_5_5_5_1_EXT
Define "GL_UNSIGNED_SHORT_5_5_5_1" with expression '0x8034
', CType: intstatic int
GL_UNSIGNED_SHORT_5_6_5
GL_ES_VERSION_2_0
,GL_VERSION_1_2
,GL_VERSION_ES_1_0
Define "GL_UNSIGNED_SHORT_5_6_5" with expression '0x8363
', CType: intstatic int
GL_VENDOR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_VENDOR" with expression '0x1F00
', CType: intstatic int
GL_VERSION
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_VERSION" with expression '0x1F02
', CType: intstatic int
GL_VIEWPORT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_VIEWPORT" with expression '0x0BA2
', CType: intstatic int
GL_WRITE_ONLY
GL_VERSION_1_5
,GL_ES_VERSION_3_1
,GL_OES_mapbuffer
,GL_ARB_vertex_buffer_object
Alias for:GL_WRITE_ONLY_OES
,GL_WRITE_ONLY_ARB
Define "GL_WRITE_ONLY" with expression '0x88B9
', CType: intstatic int
GL_XOR
Common in ES1, GL2 and GL3static int
GL_ZERO
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
,GL_EXT_vertex_shader
Alias for:GL_ZERO_EXT
Define "GL_ZERO" with expression '0
', CType: int
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
glActiveTexture(int texture)
Entry point to C language function:void glActiveTexture(GLenum texture)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_CL_CM
,GL_ARB_multitexture
Alias for:glActiveTextureARB
void
glBindBuffer(int target, int buffer)
Entry point to C language function:void glBindBuffer(GLenum target, GLuint buffer)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glBindBufferARB
void
glBindFramebuffer(int target, int framebuffer)
Entry point to C language function:void glBindFramebuffer(GLenum target, GLuint framebuffer)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glBindFramebufferOES
,glBindFramebufferEXT
void
glBindRenderbuffer(int target, int renderbuffer)
Entry point to C language function:void glBindRenderbuffer(GLenum target, GLuint renderbuffer)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glBindRenderbufferEXT
,glBindRenderbufferOES
void
glBindTexture(int target, int texture)
Entry point to C language function:void glBindTexture(GLenum target, GLuint texture)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_texture_object
Alias for:glBindTextureEXT
void
glBlendEquation(int mode)
Entry point to C language function:void glBlendEquation(GLenum mode)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_VERSION_1_2
,GL_OES_blend_subtract
,GL_EXT_blend_minmax
Alias for:glBlendEquationOES
,glBlendEquationEXT
void
glBlendEquationSeparate(int modeRGB, int modeAlpha)
Entry point to C language function:void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_2_0
,GL_OES_blend_equation_separate
,GL_EXT_blend_equation_separate
Alias for:glBlendEquationSeparateOES
,glBlendEquationSeparateEXT
void
glBlendFunc(int sfactor, int dfactor)
Entry point to C language function:void glBlendFunc(GLenum sfactor, GLenum dfactor)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glBlendFuncSeparate(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha)
Entry point to C language function:void glBlendFuncSeparate(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_INGR_blend_func_separate
,GL_OES_blend_func_separate
,GL_EXT_blend_func_separate
Alias for:glBlendFuncSeparateINGR
,glBlendFuncSeparateOES
,glBlendFuncSeparateEXT
void
glBufferData(int target, long size, Buffer data, int usage)
Entry point to C language function:void glBufferData(GLenum target, GLsizeiptr size, const void * data, GLenum usage)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glBufferDataARB
void
glBufferSubData(int target, long offset, long size, Buffer data)
Entry point to C language function:void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void * data)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glBufferSubDataARB
int
glCheckFramebufferStatus(int target)
Entry point to C language function:GLenum glCheckFramebufferStatus(GLenum target)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glCheckFramebufferStatusEXT
,glCheckFramebufferStatusOES
void
glClear(int mask)
Entry point to C language function:void glClear(GLbitfield mask)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glClearColor(float red, float green, float blue, float alpha)
Entry point to C language function:void glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_0
void
glClearDepthf(float d)
Entry point to C language function:void glClearDepthf(GLfloat d)
Part ofGL_ARB_ES2_compatibility
,GL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_4_1
,GL_OES_single_precision
Alias for:glClearDepthfOES
void
glClearStencil(int s)
Entry point to C language function:void glClearStencil(GLint s)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glColorMask(boolean red, boolean green, boolean blue, boolean alpha)
Entry point to C language function:void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, long data_buffer_offset)
Entry point to C language function:void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * data)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_CL_CM
,GL_ARB_texture_compression
Alias for:glCompressedTexImage2DARB
void
glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer data)
Entry point to C language function:void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * data)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_CL_CM
,GL_ARB_texture_compression
Alias for:glCompressedTexImage2DARB
void
glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, long data_buffer_offset)
Entry point to C language function:void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * data)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_CL_CM
,GL_ARB_texture_compression
Alias for:glCompressedTexSubImage2DARB
void
glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer data)
Entry point to C language function:void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * data)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_CL_CM
,GL_ARB_texture_compression
Alias for:glCompressedTexSubImage2DARB
void
glCopyTexImage2D(int target, int level, int internalformat, int x, int y, int width, int height, int border)
Entry point to C language function:void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_copy_texture
Alias for:glCopyTexImage2DEXT
void
glCopyTexSubImage2D(int target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
Entry point to C language function:void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_copy_texture
Alias for:glCopyTexSubImage2DEXT
void
glCullFace(int mode)
Entry point to C language function:void glCullFace(GLenum mode)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glDeleteBuffers(int n, int[] buffers, int buffers_offset)
Entry point to C language function:void glDeleteBuffers(GLsizei n, const GLuint * buffers)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glDeleteBuffersARB
void
glDeleteBuffers(int n, IntBuffer buffers)
Entry point to C language function:void glDeleteBuffers(GLsizei n, const GLuint * buffers)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glDeleteBuffersARB
void
glDeleteFramebuffers(int n, int[] framebuffers, int framebuffers_offset)
Entry point to C language function:void glDeleteFramebuffers(GLsizei n, const GLuint * framebuffers)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glDeleteFramebuffersOES
,glDeleteFramebuffersEXT
void
glDeleteFramebuffers(int n, IntBuffer framebuffers)
Entry point to C language function:void glDeleteFramebuffers(GLsizei n, const GLuint * framebuffers)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glDeleteFramebuffersOES
,glDeleteFramebuffersEXT
void
glDeleteRenderbuffers(int n, int[] renderbuffers, int renderbuffers_offset)
Entry point to C language function:void glDeleteRenderbuffers(GLsizei n, const GLuint * renderbuffers)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glDeleteRenderbuffersOES
,glDeleteRenderbuffersEXT
void
glDeleteRenderbuffers(int n, IntBuffer renderbuffers)
Entry point to C language function:void glDeleteRenderbuffers(GLsizei n, const GLuint * renderbuffers)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glDeleteRenderbuffersOES
,glDeleteRenderbuffersEXT
void
glDeleteTextures(int n, int[] textures, int textures_offset)
Entry point to C language function:void glDeleteTextures(GLsizei n, const GLuint * textures)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_texture_object
Alias for:glDeleteTexturesEXT
void
glDeleteTextures(int n, IntBuffer textures)
Entry point to C language function:void glDeleteTextures(GLsizei n, const GLuint * textures)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_texture_object
Alias for:glDeleteTexturesEXT
void
glDepthFunc(int func)
Entry point to C language function:void glDepthFunc(GLenum func)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glDepthMask(boolean flag)
Entry point to C language function:void glDepthMask(GLboolean flag)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glDepthRangef(float n, float f)
Entry point to C language function:void glDepthRangef(GLfloat n, GLfloat f)
Part ofGL_ARB_ES2_compatibility
,GL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_4_1
,GL_OES_single_precision
Alias for:glDepthRangefOES
void
glDisable(int cap)
Entry point to C language function:void glDisable(GLenum cap)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glDrawArrays(int mode, int first, int count)
Entry point to C language function:void glDrawArrays(GLenum mode, GLint first, GLsizei count)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_vertex_array
Alias for:glDrawArraysEXT
void
glDrawElements(int mode, int count, int type, long indices_buffer_offset)
Entry point to C language function:void glDrawElements(GLenum mode, GLsizei count, GLenum type, const void * indices)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
void
glEnable(int cap)
Entry point to C language function:void glEnable(GLenum cap)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glFinish()
Entry point to C language function:void glFinish()
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glFlush()
Entry point to C language function:void glFlush()
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glFlushMappedBufferRange(int target, long offset, long length)
Entry point to C language function:void glFlushMappedBufferRange(GLenum target, GLintptr offset, GLsizeiptr length)
Part ofGL_ARB_map_buffer_range
,GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_map_buffer_range
,GL_APPLE_flush_buffer_range
Alias for:glFlushMappedBufferRangeEXT
,glFlushMappedBufferRangeAPPLE
void
glFramebufferRenderbuffer(int target, int attachment, int renderbuffertarget, int renderbuffer)
Entry point to C language function:void glFramebufferRenderbuffer(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glFramebufferRenderbufferOES
,glFramebufferRenderbufferEXT
void
glFramebufferTexture2D(int target, int attachment, int textarget, int texture, int level)
Entry point to C language function:void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glFramebufferTexture2DEXT
,glFramebufferTexture2DOES
void
glFrontFace(int mode)
Entry point to C language function:void glFrontFace(GLenum mode)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glGenBuffers(int n, int[] buffers, int buffers_offset)
Entry point to C language function:void glGenBuffers(GLsizei n, GLuint * buffers)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glGenBuffersARB
void
glGenBuffers(int n, IntBuffer buffers)
Entry point to C language function:void glGenBuffers(GLsizei n, GLuint * buffers)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glGenBuffersARB
void
glGenerateMipmap(int target)
Entry point to C language function:void glGenerateMipmap(GLenum target)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glGenerateMipmapOES
,glGenerateMipmapEXT
void
glGenFramebuffers(int n, int[] framebuffers, int framebuffers_offset)
Entry point to C language function:void glGenFramebuffers(GLsizei n, GLuint * framebuffers)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glGenFramebuffersOES
,glGenFramebuffersEXT
void
glGenFramebuffers(int n, IntBuffer framebuffers)
Entry point to C language function:void glGenFramebuffers(GLsizei n, GLuint * framebuffers)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glGenFramebuffersOES
,glGenFramebuffersEXT
void
glGenRenderbuffers(int n, int[] renderbuffers, int renderbuffers_offset)
Entry point to C language function:void glGenRenderbuffers(GLsizei n, GLuint * renderbuffers)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glGenRenderbuffersEXT
,glGenRenderbuffersOES
void
glGenRenderbuffers(int n, IntBuffer renderbuffers)
Entry point to C language function:void glGenRenderbuffers(GLsizei n, GLuint * renderbuffers)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glGenRenderbuffersEXT
,glGenRenderbuffersOES
void
glGenTextures(int n, int[] textures, int textures_offset)
Entry point to C language function:void glGenTextures(GLsizei n, GLuint * textures)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_texture_object
Alias for:glGenTexturesEXT
void
glGenTextures(int n, IntBuffer textures)
Entry point to C language function:void glGenTextures(GLsizei n, GLuint * textures)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_texture_object
Alias for:glGenTexturesEXT
void
glGetBooleanv(int pname, byte[] data, int data_offset)
Entry point to C language function:void glGetBooleanv(GLenum pname, GLboolean * data)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glGetBooleanv(int pname, ByteBuffer data)
Entry point to C language function:void glGetBooleanv(GLenum pname, GLboolean * data)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glGetBufferParameteriv(int target, int pname, int[] params, int params_offset)
Entry point to C language function:void glGetBufferParameteriv(GLenum target, GLenum pname, GLint * params)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glGetBufferParameterivARB
void
glGetBufferParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function:void glGetBufferParameteriv(GLenum target, GLenum pname, GLint * params)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glGetBufferParameterivARB
int
glGetError()
Entry point to C language function:GLenum glGetError()
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glGetFloatv(int pname, float[] data, int data_offset)
Entry point to C language function:void glGetFloatv(GLenum pname, GLfloat * data)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_0
void
glGetFloatv(int pname, FloatBuffer data)
Entry point to C language function:void glGetFloatv(GLenum pname, GLfloat * data)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_0
void
glGetFramebufferAttachmentParameteriv(int target, int attachment, int pname, int[] params, int params_offset)
Entry point to C language function:void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint * params)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glGetFramebufferAttachmentParameterivEXT
,glGetFramebufferAttachmentParameterivOES
void
glGetFramebufferAttachmentParameteriv(int target, int attachment, int pname, IntBuffer params)
Entry point to C language function:void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint * params)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glGetFramebufferAttachmentParameterivEXT
,glGetFramebufferAttachmentParameterivOES
int
glGetGraphicsResetStatus()
Entry point to C language function:GLenum glGetGraphicsResetStatus()
Part ofGL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_EXT_robustness
,GL_ARB_robustness
,GL_KHR_robustness
Alias for:glGetGraphicsResetStatusEXT
,glGetGraphicsResetStatusARB
,glGetGraphicsResetStatusKHR
void
glGetIntegerv(int pname, int[] data, int data_offset)
Entry point to C language function:void glGetIntegerv(GLenum pname, GLint * data)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glGetIntegerv(int pname, IntBuffer data)
Entry point to C language function:void glGetIntegerv(GLenum pname, GLint * data)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glGetnUniformfv(int program, int location, int bufSize, float[] params, int params_offset)
Entry point to C language function:void glGetnUniformfv(GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
Part ofGL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_KHR_robustness
,GL_EXT_robustness
,GL_ARB_robustness
Alias for:glGetnUniformfvKHR
,glGetnUniformfvEXT
,glGetnUniformfvARB
void
glGetnUniformfv(int program, int location, int bufSize, FloatBuffer params)
Entry point to C language function:void glGetnUniformfv(GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
Part ofGL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_KHR_robustness
,GL_EXT_robustness
,GL_ARB_robustness
Alias for:glGetnUniformfvKHR
,glGetnUniformfvEXT
,glGetnUniformfvARB
void
glGetnUniformiv(int program, int location, int bufSize, int[] params, int params_offset)
Entry point to C language function:void glGetnUniformiv(GLuint program, GLint location, GLsizei bufSize, GLint * params)
Part ofGL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_EXT_robustness
,GL_ARB_robustness
,GL_KHR_robustness
Alias for:glGetnUniformivEXT
,glGetnUniformivARB
,glGetnUniformivKHR
void
glGetnUniformiv(int program, int location, int bufSize, IntBuffer params)
Entry point to C language function:void glGetnUniformiv(GLuint program, GLint location, GLsizei bufSize, GLint * params)
Part ofGL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_EXT_robustness
,GL_ARB_robustness
,GL_KHR_robustness
Alias for:glGetnUniformivEXT
,glGetnUniformivARB
,glGetnUniformivKHR
void
glGetRenderbufferParameteriv(int target, int pname, int[] params, int params_offset)
Entry point to C language function:void glGetRenderbufferParameteriv(GLenum target, GLenum pname, GLint * params)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glGetRenderbufferParameterivEXT
,glGetRenderbufferParameterivOES
void
glGetRenderbufferParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function:void glGetRenderbufferParameteriv(GLenum target, GLenum pname, GLint * params)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glGetRenderbufferParameterivEXT
,glGetRenderbufferParameterivOES
String
glGetString(int name)
Entry point to C language function:const GLubyte * glGetString(GLenum name)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glGetTexParameterfv(int target, int pname, float[] params, int params_offset)
Entry point to C language function:void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat * params)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_0
void
glGetTexParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function:void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat * params)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_0
void
glGetTexParameteriv(int target, int pname, int[] params, int params_offset)
Entry point to C language function:void glGetTexParameteriv(GLenum target, GLenum pname, GLint * params)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glGetTexParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function:void glGetTexParameteriv(GLenum target, GLenum pname, GLint * params)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glHint(int target, int mode)
Entry point to C language function:void glHint(GLenum target, GLenum mode)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
,GL_PGI_misc_hints
Alias for:glHintPGI
boolean
glIsBuffer(int buffer)
Entry point to C language function:GLboolean glIsBuffer(GLuint buffer)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glIsBufferARB
boolean
glIsEnabled(int cap)
Entry point to C language function:GLboolean glIsEnabled(GLenum cap)
Part ofGL_NV_vertex_buffer_unified_memory
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
boolean
glIsFramebuffer(int framebuffer)
Entry point to C language function:GLboolean glIsFramebuffer(GLuint framebuffer)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glIsFramebufferEXT
,glIsFramebufferOES
boolean
glIsRenderbuffer(int renderbuffer)
Entry point to C language function:GLboolean glIsRenderbuffer(GLuint renderbuffer)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glIsRenderbufferOES
,glIsRenderbufferEXT
boolean
glIsTexture(int texture)
Entry point to C language function:GLboolean glIsTexture(GLuint texture)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_texture_object
Alias for:glIsTextureEXT
void
glLineWidth(float width)
Entry point to C language function:void glLineWidth(GLfloat width)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_0
ByteBuffer
glMapBuffer(int target, int access)
Entry point to C language function:void * glMapBuffer(GLenum target, GLenum access)
Part ofGL_VERSION_1_5
,GL_OES_mapbuffer
,GL_ARB_vertex_buffer_object
Alias for:glMapBufferOES
,glMapBufferARB
ByteBuffer
glMapBufferRange(int target, long offset, long length, int access)
Entry point to C language function:void * glMapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
Part ofGL_ARB_map_buffer_range
,GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_map_buffer_range
Alias for:glMapBufferRangeEXT
void
glPixelStorei(int pname, int param)
Entry point to C language function:void glPixelStorei(GLenum pname, GLint param)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glPolygonOffset(float factor, float units)
Entry point to C language function:void glPolygonOffset(GLfloat factor, GLfloat units)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_EXT_polygon_offset
Alias for:glPolygonOffsetEXT
void
glReadnPixels(int x, int y, int width, int height, int format, int type, int bufSize, Buffer data)
Entry point to C language function:void glReadnPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
Part ofGL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_EXT_robustness
,GL_ARB_robustness
,GL_KHR_robustness
Alias for:glReadnPixelsEXT
,glReadnPixelsARB
,glReadnPixelsKHR
void
glReadPixels(int x, int y, int width, int height, int format, int type, long pixels_buffer_offset)
Entry point to C language function:void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void * pixels)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glReadPixels(int x, int y, int width, int height, int format, int type, Buffer pixels)
Entry point to C language function:void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void * pixels)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glRenderbufferStorage(int target, int internalformat, int width, int height)
Entry point to C language function:void glRenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glRenderbufferStorageEXT
,glRenderbufferStorageOES
void
glRenderbufferStorageMultisample(int target, int samples, int internalformat, int width, int height)
Entry point to C language function:void glRenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part ofGL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_APPLE_framebuffer_multisample
,GL_EXT_multisampled_render_to_texture
,GL_EXT_framebuffer_multisample
,GL_ANGLE_framebuffer_multisample
,GL_IMG_multisampled_render_to_texture
,GL_NV_framebuffer_multisample
Alias for:glRenderbufferStorageMultisampleAPPLE
,glRenderbufferStorageMultisampleEXT
,glRenderbufferStorageMultisampleANGLE
,glRenderbufferStorageMultisampleIMG
,glRenderbufferStorageMultisampleNV
void
glSampleCoverage(float value, boolean invert)
Entry point to C language function:void glSampleCoverage(GLfloat value, GLboolean invert)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_CL_CM
,GL_ARB_multisample
,GL_OES_fixed_point
Alias for:glSampleCoverageARB
,glSampleCoverageOES
void
glScissor(int x, int y, int width, int height)
Entry point to C language function:void glScissor(GLint x, GLint y, GLsizei width, GLsizei height)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glStencilFunc(int func, int ref, int mask)
Entry point to C language function:void glStencilFunc(GLenum func, GLint ref, GLuint mask)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glStencilMask(int mask)
Entry point to C language function:void glStencilMask(GLuint mask)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glStencilOp(int fail, int zfail, int zpass)
Entry point to C language function:void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, long pixels_buffer_offset)
Entry point to C language function:void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels)
Entry point to C language function:void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glTexParameterf(int target, int pname, float param)
Entry point to C language function:void glTexParameterf(GLenum target, GLenum pname, GLfloat param)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_0
void
glTexParameterfv(int target, int pname, float[] params, int params_offset)
Entry point to C language function:void glTexParameterfv(GLenum target, GLenum pname, const GLfloat * params)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_0
void
glTexParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function:void glTexParameterfv(GLenum target, GLenum pname, const GLfloat * params)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_0
void
glTexParameteri(int target, int pname, int param)
Entry point to C language function:void glTexParameteri(GLenum target, GLenum pname, GLint param)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glTexParameteriv(int target, int pname, int[] params, int params_offset)
Entry point to C language function:void glTexParameteriv(GLenum target, GLenum pname, const GLint * params)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glTexParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function:void glTexParameteriv(GLenum target, GLenum pname, const GLint * params)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
void
glTexStorage1D(int target, int levels, int internalformat, int width)
Entry point to C language function:void glTexStorage1D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Part ofGL_ARB_texture_storage
,GL_VERSION_4_2
,GL_EXT_texture_storage
Alias for:glTexStorage1DEXT
void
glTexStorage2D(int target, int levels, int internalformat, int width, int height)
Entry point to C language function:void glTexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Part ofGL_ARB_texture_storage
,GL_VERSION_4_2
,GL_ES_VERSION_3_0
,GL_EXT_texture_storage
Alias for:glTexStorage2DEXT
void
glTexStorage3D(int target, int levels, int internalformat, int width, int height, int depth)
Entry point to C language function:void glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Part ofGL_ARB_texture_storage
,GL_VERSION_4_2
,GL_ES_VERSION_3_0
,GL_EXT_texture_storage
Alias for:glTexStorage3DEXT
void
glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, long pixels_buffer_offset)
Entry point to C language function:void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_subtexture
Alias for:glTexSubImage2DEXT
void
glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels)
Entry point to C language function:void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_subtexture
Alias for:glTexSubImage2DEXT
void
glTextureStorage1DEXT(int texture, int target, int levels, int internalformat, int width)
Entry point to C language function:void glTextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Part ofGL_EXT_texture_storage
,GL_ARB_texture_storage
,GL_EXT_direct_state_access
void
glTextureStorage2DEXT(int texture, int target, int levels, int internalformat, int width, int height)
Entry point to C language function:void glTextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Part ofGL_EXT_texture_storage
,GL_ARB_texture_storage
,GL_EXT_direct_state_access
void
glTextureStorage3DEXT(int texture, int target, int levels, int internalformat, int width, int height, int depth)
Entry point to C language function:void glTextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Part ofGL_EXT_texture_storage
,GL_ARB_texture_storage
,GL_EXT_direct_state_access
boolean
glUnmapBuffer(int target)
Entry point to C language function:GLboolean glUnmapBuffer(GLenum target)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_3_0
,GL_OES_mapbuffer
,GL_ARB_vertex_buffer_object
Alias for:glUnmapBufferOES
,glUnmapBufferARB
void
glViewport(int x, int y, int width, int height)
Entry point to C language function:void glViewport(GLint x, GLint y, GLsizei width, GLsizei height)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
Methods inherited from interface com.jogamp.opengl.GLBase
getBoundBuffer, getBoundFramebuffer, getBufferStorage, getContext, getDefaultDrawBuffer, getDefaultDrawFramebuffer, getDefaultReadBuffer, getDefaultReadFramebuffer, getDownstreamGL, getExtension, getGL, getGL2, getGL2ES1, getGL2ES2, getGL2ES3, getGL2GL3, getGL3, getGL3bc, getGL3ES3, getGL4, getGL4bc, getGL4ES3, getGLES1, getGLES2, getGLES3, getGLProfile, getMaxRenderbufferSamples, getPlatformGLExtensions, getRootGL, getSwapInterval, glClearDepth, glDepthRange, hasBasicFBOSupport, hasFullFBOSupport, hasGLSL, isExtensionAvailable, isFunctionAvailable, isGL, isGL2, isGL2ES1, isGL2ES2, isGL2ES3, isGL2GL3, isGL3, isGL3bc, isGL3core, isGL3ES3, isGL4, isGL4bc, isGL4core, isGL4ES3, isGLcore, isGLES, isGLES1, isGLES2, isGLES2Compatible, isGLES3, isGLES31Compatible, isGLES32Compatible, isGLES3Compatible, isNPOTTextureAvailable, isTextureFormatBGRA8888Available, isVBOArrayBound, isVBOElementArrayBound, mapBuffer, mapBufferRange, setSwapInterval
-
-
-
-
Field Detail
-
GL_ONE_MINUS_SRC_COLOR
static final int GL_ONE_MINUS_SRC_COLOR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_ONE_MINUS_SRC_COLOR" with expression '0x0301
', CType: int- See Also:
- Constant Field Values
-
GL_SCISSOR_TEST
static final int GL_SCISSOR_TEST
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_SCISSOR_TEST" with expression '0x0C11
', CType: int- See Also:
- Constant Field Values
-
GL_ONE_MINUS_DST_COLOR
static final int GL_ONE_MINUS_DST_COLOR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_ONE_MINUS_DST_COLOR" with expression '0x0307
', CType: int- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_SAMPLES
static final int GL_RENDERBUFFER_SAMPLES
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_APPLE_framebuffer_multisample
,GL_ANGLE_framebuffer_multisample
,GL_IMG_multisampled_render_to_texture
,GL_EXT_multisampled_render_to_texture
,GL_EXT_framebuffer_multisample
,GL_NV_framebuffer_multisample
Alias for:GL_RENDERBUFFER_SAMPLES_APPLE
,GL_RENDERBUFFER_SAMPLES_ANGLE
,GL_RENDERBUFFER_SAMPLES_IMG
,GL_RENDERBUFFER_SAMPLES_EXT
,GL_RENDERBUFFER_SAMPLES_NV
Define "GL_RENDERBUFFER_SAMPLES" with expression '0x8CAB
', CType: int- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT
static final int GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT
,GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES
Define "GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT" with expression '0x8CD7
', CType: int- See Also:
- Constant Field Values
-
GL_INVALID_FRAMEBUFFER_OPERATION
static final int GL_INVALID_FRAMEBUFFER_OPERATION
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_INVALID_FRAMEBUFFER_OPERATION_EXT
,GL_INVALID_FRAMEBUFFER_OPERATION_OES
Define "GL_INVALID_FRAMEBUFFER_OPERATION" with expression '0x0506
', CType: int- See Also:
- Constant Field Values
-
GL_DEPTH_TEST
static final int GL_DEPTH_TEST
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DEPTH_TEST" with expression '0x0B71
', CType: int- See Also:
- Constant Field Values
-
GL_INVALID_OPERATION
static final int GL_INVALID_OPERATION
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_INVALID_OPERATION" with expression '0x0502
', CType: int- See Also:
- Constant Field Values
-
GL_COMPRESSED_RGBA_S3TC_DXT3_EXT
static final int GL_COMPRESSED_RGBA_S3TC_DXT3_EXT
GL_EXT_texture_compression_s3tc
Define "GL_COMPRESSED_RGBA_S3TC_DXT3_EXT" with expression '0x83F2
', CType: int- See Also:
- Constant Field Values
-
GL_RGB32F
static final int GL_RGB32F
GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_RGB32F_EXT
,GL_RGB32F_ARB
Define "GL_RGB32F" with expression '0x8815
', CType: int- See Also:
- Constant Field Values
-
GL_DYNAMIC_DRAW
static final int GL_DYNAMIC_DRAW
GL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_1_0
,GL_ARB_vertex_buffer_object
Alias for:GL_DYNAMIC_DRAW_ARB
Define "GL_DYNAMIC_DRAW" with expression '0x88E8
', CType: int- See Also:
- Constant Field Values
-
GL_DEPTH_BITS
static final int GL_DEPTH_BITS
GL_ES_VERSION_2_0
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DEPTH_BITS" with expression '0x0D56
', CType: int- See Also:
- Constant Field Values
-
GL_UNKNOWN_CONTEXT_RESET
static final int GL_UNKNOWN_CONTEXT_RESET
GL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_KHR_robustness
,GL_EXT_robustness
,GL_ARB_robustness
Alias for:GL_UNKNOWN_CONTEXT_RESET_KHR
,GL_UNKNOWN_CONTEXT_RESET_EXT
,GL_UNKNOWN_CONTEXT_RESET_ARB
Define "GL_UNKNOWN_CONTEXT_RESET" with expression '0x8255
', CType: int- See Also:
- Constant Field Values
-
GL_STENCIL_BUFFER_BIT
static final int GL_STENCIL_BUFFER_BIT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_BUFFER_BIT" with expression '0x00000400
', CType: int- See Also:
- Constant Field Values
-
GL_MAX_SAMPLES
static final int GL_MAX_SAMPLES
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_NV_framebuffer_multisample
,GL_IMG_multisampled_render_to_texture
,GL_APPLE_framebuffer_multisample
,GL_EXT_multisampled_render_to_texture
,GL_EXT_framebuffer_multisample
,GL_ANGLE_framebuffer_multisample
Alias for:GL_MAX_SAMPLES_NV
,GL_MAX_SAMPLES_IMG
,GL_MAX_SAMPLES_APPLE
,GL_MAX_SAMPLES_EXT
,GL_MAX_SAMPLES_ANGLE
Define "GL_MAX_SAMPLES" with expression '0x8D57
', CType: int- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT
,GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES
Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE" with expression '0x8CD3
', CType: int- See Also:
- Constant Field Values
-
GL_FRONT_FACE
static final int GL_FRONT_FACE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_FRONT_FACE" with expression '0x0B46
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE0
static final int GL_TEXTURE0
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE0_ARB
Define "GL_TEXTURE0" with expression '0x84C0
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE4
static final int GL_TEXTURE4
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE4_ARB
Define "GL_TEXTURE4" with expression '0x84C4
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE3
static final int GL_TEXTURE3
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE3_ARB
Define "GL_TEXTURE3" with expression '0x84C3
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE2
static final int GL_TEXTURE2
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE2_ARB
Define "GL_TEXTURE2" with expression '0x84C2
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE1
static final int GL_TEXTURE1
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE1_ARB
Define "GL_TEXTURE1" with expression '0x84C1
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE8
static final int GL_TEXTURE8
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE8_ARB
Define "GL_TEXTURE8" with expression '0x84C8
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE7
static final int GL_TEXTURE7
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE7_ARB
Define "GL_TEXTURE7" with expression '0x84C7
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE6
static final int GL_TEXTURE6
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE6_ARB
Define "GL_TEXTURE6" with expression '0x84C6
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE5
static final int GL_TEXTURE5
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE5_ARB
Define "GL_TEXTURE5" with expression '0x84C5
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE9
static final int GL_TEXTURE9
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE9_ARB
Define "GL_TEXTURE9" with expression '0x84C9
', CType: int- See Also:
- Constant Field Values
-
GL_COMPRESSED_RGBA_S3TC_DXT5_EXT
static final int GL_COMPRESSED_RGBA_S3TC_DXT5_EXT
GL_EXT_texture_compression_s3tc
Define "GL_COMPRESSED_RGBA_S3TC_DXT5_EXT" with expression '0x83F3
', CType: int- See Also:
- Constant Field Values
-
GL_RGB5_A1
static final int GL_RGB5_A1
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_OES_framebuffer_object
,GL_OES_required_internalformat
,GL_EXT_texture
Alias for:GL_RGB5_A1_OES
,GL_RGB5_A1_EXT
Define "GL_RGB5_A1" with expression '0x8057
', CType: int- See Also:
- Constant Field Values
-
GL_INCR
static final int GL_INCR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_INCR" with expression '0x1E02
', CType: int- See Also:
- Constant Field Values
-
GL_DST_ALPHA
static final int GL_DST_ALPHA
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DST_ALPHA" with expression '0x0304
', CType: int- See Also:
- Constant Field Values
-
GL_MAP_INVALIDATE_BUFFER_BIT
static final int GL_MAP_INVALIDATE_BUFFER_BIT
GL_ARB_map_buffer_range
,GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_map_buffer_range
Alias for:GL_MAP_INVALIDATE_BUFFER_BIT_EXT
Define "GL_MAP_INVALIDATE_BUFFER_BIT" with expression '0x0008
', CType: int- See Also:
- Constant Field Values
-
GL_SRC_COLOR
static final int GL_SRC_COLOR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_SRC_COLOR" with expression '0x0300
', CType: int- See Also:
- Constant Field Values
-
GL_NOTEQUAL
static final int GL_NOTEQUAL
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_NOTEQUAL" with expression '0x0205
', CType: int- See Also:
- Constant Field Values
-
GL_CULL_FACE_MODE
static final int GL_CULL_FACE_MODE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_CULL_FACE_MODE" with expression '0x0B45
', CType: int- See Also:
- Constant Field Values
-
GL_FASTEST
static final int GL_FASTEST
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_FASTEST" with expression '0x1101
', CType: int- See Also:
- Constant Field Values
-
GL_R16F
static final int GL_R16F
GL_ES_VERSION_3_0
,GL_ARB_texture_rg
,GL_VERSION_3_0
,GL_EXT_color_buffer_half_float
,GL_EXT_texture_storage
Alias for:GL_R16F_EXT
Define "GL_R16F" with expression '0x822D
', CType: int- See Also:
- Constant Field Values
-
GL_ALIASED_POINT_SIZE_RANGE
static final int GL_ALIASED_POINT_SIZE_RANGE
GL_ES_VERSION_2_0
,GL_VERSION_1_2
,GL_VERSION_ES_1_0
Define "GL_ALIASED_POINT_SIZE_RANGE" with expression '0x846D
', CType: int- See Also:
- Constant Field Values
-
GL_SHORT
static final int GL_SHORT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_SHORT" with expression '0x1402
', CType: int- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT
,GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES
Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL" with expression '0x8CD2
', CType: int- See Also:
- Constant Field Values
-
GL_ONE_MINUS_DST_ALPHA
static final int GL_ONE_MINUS_DST_ALPHA
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_ONE_MINUS_DST_ALPHA" with expression '0x0305
', CType: int- See Also:
- Constant Field Values
-
GL_DST_COLOR
static final int GL_DST_COLOR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DST_COLOR" with expression '0x0306
', CType: int- See Also:
- Constant Field Values
-
GL_LESS
static final int GL_LESS
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LESS" with expression '0x0201
', CType: int- See Also:
- Constant Field Values
-
GL_ONE
static final int GL_ONE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
,GL_EXT_vertex_shader
Alias for:GL_ONE_EXT
Define "GL_ONE" with expression '1
', CType: int- See Also:
- Constant Field Values
-
GL_SRGB
static final int GL_SRGB
GL_ES_VERSION_3_0
,GL_VERSION_2_1
,GL_EXT_texture_sRGB
,GL_EXT_sRGB
Alias for:GL_SRGB_EXT
Define "GL_SRGB" with expression '0x8C40
', CType: int- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_STENCIL_SIZE
static final int GL_RENDERBUFFER_STENCIL_SIZE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_RENDERBUFFER_STENCIL_SIZE_EXT
,GL_RENDERBUFFER_STENCIL_SIZE_OES
Define "GL_RENDERBUFFER_STENCIL_SIZE" with expression '0x8D55
', CType: int- See Also:
- Constant Field Values
-
GL_TRIANGLES
static final int GL_TRIANGLES
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TRIANGLES" with expression '0x0004
', CType: int- See Also:
- Constant Field Values
-
GL_FIXED
static final int GL_FIXED
GL_ARB_ES2_compatibility
,GL_ES_VERSION_2_0
,GL_VERSION_4_1
,GL_VERSION_ES_1_0
,GL_OES_fixed_point
Alias for:GL_FIXED_OES
Define "GL_FIXED" with expression '0x140C
', CType: int- See Also:
- Constant Field Values
-
GL_RGBA
static final int GL_RGBA
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_RGBA" with expression '0x1908
', CType: int- See Also:
- Constant Field Values
-
GL_NEAREST_MIPMAP_LINEAR
static final int GL_NEAREST_MIPMAP_LINEAR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_NEAREST_MIPMAP_LINEAR" with expression '0x2702
', CType: int- See Also:
- Constant Field Values
-
GL_EXTENSIONS
static final int GL_EXTENSIONS
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_EXTENSIONS" with expression '0x1F03
', CType: int- See Also:
- Constant Field Values
-
GL_DRAW_FRAMEBUFFER_BINDING
static final int GL_DRAW_FRAMEBUFFER_BINDING
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_APPLE_framebuffer_multisample
,GL_NV_framebuffer_blit
,GL_ANGLE_framebuffer_blit
,GL_EXT_framebuffer_blit
Alias for:GL_DRAW_FRAMEBUFFER_BINDING_APPLE
,GL_DRAW_FRAMEBUFFER_BINDING_NV
,GL_DRAW_FRAMEBUFFER_BINDING_ANGLE
,GL_DRAW_FRAMEBUFFER_BINDING_EXT
Define "GL_DRAW_FRAMEBUFFER_BINDING" with expression '0x8CA6
', CType: int- See Also:
- Constant Field Values
-
GL_BYTE
static final int GL_BYTE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_BYTE" with expression '0x1400
', CType: int- See Also:
- Constant Field Values
-
GL_GENERATE_MIPMAP_HINT
static final int GL_GENERATE_MIPMAP_HINT
GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_VERSION_ES_1_0
,GL_SGIS_generate_mipmap
Alias for:GL_GENERATE_MIPMAP_HINT_SGIS
Define "GL_GENERATE_MIPMAP_HINT" with expression '0x8192
', CType: int- See Also:
- Constant Field Values
-
GL_EQUAL
static final int GL_EQUAL
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_EQUAL" with expression '0x0202
', CType: int- See Also:
- Constant Field Values
-
GL_ONE_MINUS_SRC_ALPHA
static final int GL_ONE_MINUS_SRC_ALPHA
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_ONE_MINUS_SRC_ALPHA" with expression '0x0303
', CType: int- See Also:
- Constant Field Values
-
GL_POLYGON_OFFSET_UNITS
static final int GL_POLYGON_OFFSET_UNITS
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_POLYGON_OFFSET_UNITS" with expression '0x2A00
', CType: int- See Also:
- Constant Field Values
-
GL_RGBA4
static final int GL_RGBA4
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_EXT_texture
,GL_OES_framebuffer_object
,GL_OES_required_internalformat
Alias for:GL_RGBA4_EXT
,GL_RGBA4_OES
Define "GL_RGBA4" with expression '0x8056
', CType: int- See Also:
- Constant Field Values
-
GL_BLEND_EQUATION_RGB
static final int GL_BLEND_EQUATION_RGB
GL_ES_VERSION_2_0
,GL_VERSION_2_0
,GL_OES_blend_equation_separate
,GL_EXT_blend_equation_separate
Alias for:GL_BLEND_EQUATION_RGB_OES
,GL_BLEND_EQUATION_RGB_EXT
Define "GL_BLEND_EQUATION_RGB" with expression '0x8009
', CType: int- See Also:
- Constant Field Values
-
GL_RGB16F
static final int GL_RGB16F
GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_color_buffer_half_float
,GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_RGB16F_EXT
,GL_RGB16F_ARB
Define "GL_RGB16F" with expression '0x881B
', CType: int- See Also:
- Constant Field Values
-
GL_SAMPLE_COVERAGE_INVERT
static final int GL_SAMPLE_COVERAGE_INVERT
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multisample
Alias for:GL_SAMPLE_COVERAGE_INVERT_ARB
Define "GL_SAMPLE_COVERAGE_INVERT" with expression '0x80AB
', CType: int- See Also:
- Constant Field Values
-
GL_MAP_INVALIDATE_RANGE_BIT
static final int GL_MAP_INVALIDATE_RANGE_BIT
GL_ARB_map_buffer_range
,GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_map_buffer_range
Alias for:GL_MAP_INVALIDATE_RANGE_BIT_EXT
Define "GL_MAP_INVALIDATE_RANGE_BIT" with expression '0x0004
', CType: int- See Also:
- Constant Field Values
-
GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT
static final int GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT
GL_EXT_texture_filter_anisotropic
Define "GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT" with expression '0x84FF
', CType: int- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE
static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES
,GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT
Define "GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE" with expression '0x8CD0
', CType: int- See Also:
- Constant Field Values
-
GL_VERSION
static final int GL_VERSION
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_VERSION" with expression '0x1F02
', CType: int- See Also:
- Constant Field Values
-
GL_IMPLEMENTATION_COLOR_READ_FORMAT
static final int GL_IMPLEMENTATION_COLOR_READ_FORMAT
GL_ARB_ES2_compatibility
,GL_ES_VERSION_2_0
,GL_VERSION_4_1
,GL_OES_read_format
Alias for:GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES
Define "GL_IMPLEMENTATION_COLOR_READ_FORMAT" with expression '0x8B9B
', CType: int- See Also:
- Constant Field Values
-
GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT
static final int GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT
GL_EXT_read_format_bgra
Define "GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT" with expression '0x8366
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE_MAG_FILTER
static final int GL_TEXTURE_MAG_FILTER
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TEXTURE_MAG_FILTER" with expression '0x2800
', CType: int- See Also:
- Constant Field Values
-
GL_DITHER
static final int GL_DITHER
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DITHER" with expression '0x0BD0
', CType: int- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS
static final int GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS
GL_ES_VERSION_2_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT
,GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES
Define "GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS" with expression '0x8CD9
', CType: int- See Also:
- Constant Field Values
-
GL_INVALID_ENUM
static final int GL_INVALID_ENUM
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_INVALID_ENUM" with expression '0x0500
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE_CUBE_MAP
static final int GL_TEXTURE_CUBE_MAP
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_OES_texture_cube_map
,GL_ARB_texture_cube_map
,GL_EXT_texture_cube_map
Alias for:GL_TEXTURE_CUBE_MAP_OES
,GL_TEXTURE_CUBE_MAP_ARB
,GL_TEXTURE_CUBE_MAP_EXT
Define "GL_TEXTURE_CUBE_MAP" with expression '0x8513
', CType: int- See Also:
- Constant Field Values
-
GL_ALWAYS
static final int GL_ALWAYS
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_ALWAYS" with expression '0x0207
', CType: int- See Also:
- Constant Field Values
-
GL_INVERT
static final int GL_INVERT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_INVERT" with expression '0x150A
', CType: int- See Also:
- Constant Field Values
-
GL_READ_FRAMEBUFFER_BINDING
static final int GL_READ_FRAMEBUFFER_BINDING
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_APPLE_framebuffer_multisample
,GL_ANGLE_framebuffer_blit
,GL_NV_framebuffer_blit
,GL_EXT_framebuffer_blit
Alias for:GL_READ_FRAMEBUFFER_BINDING_APPLE
,GL_READ_FRAMEBUFFER_BINDING_ANGLE
,GL_READ_FRAMEBUFFER_BINDING_NV
,GL_READ_FRAMEBUFFER_BINDING_EXT
Define "GL_READ_FRAMEBUFFER_BINDING" with expression '0x8CAA
', CType: int- See Also:
- Constant Field Values
-
GL_LUMINANCE
static final int GL_LUMINANCE
GL_ES_VERSION_2_0
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LUMINANCE" with expression '0x1909
', CType: int- See Also:
- Constant Field Values
-
GL_BLEND_EQUATION_ALPHA
static final int GL_BLEND_EQUATION_ALPHA
GL_ES_VERSION_2_0
,GL_VERSION_2_0
,GL_EXT_blend_equation_separate
,GL_OES_blend_equation_separate
Alias for:GL_BLEND_EQUATION_ALPHA_EXT
,GL_BLEND_EQUATION_ALPHA_OES
Define "GL_BLEND_EQUATION_ALPHA" with expression '0x883D
', CType: int- See Also:
- Constant Field Values
-
GL_DEPTH24_STENCIL8
static final int GL_DEPTH24_STENCIL8
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_packed_depth_stencil
,GL_OES_packed_depth_stencil
Alias for:GL_DEPTH24_STENCIL8_EXT
,GL_DEPTH24_STENCIL8_OES
Define "GL_DEPTH24_STENCIL8" with expression '0x88F0
', CType: int- See Also:
- Constant Field Values
-
GL_MAP_FLUSH_EXPLICIT_BIT
static final int GL_MAP_FLUSH_EXPLICIT_BIT
GL_ARB_map_buffer_range
,GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_map_buffer_range
Alias for:GL_MAP_FLUSH_EXPLICIT_BIT_EXT
Define "GL_MAP_FLUSH_EXPLICIT_BIT" with expression '0x0010
', CType: int- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE
static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_IMG_multisampled_render_to_texture
,GL_ANGLE_framebuffer_multisample
,GL_EXT_multisampled_render_to_texture
,GL_EXT_framebuffer_multisample
,GL_APPLE_framebuffer_multisample
,GL_NV_framebuffer_multisample
Alias for:GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG
,GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE
,GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT
,GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE
,GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_NV
Define "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE" with expression '0x8D56
', CType: int- See Also:
- Constant Field Values
-
GL_RG8
static final int GL_RG8
GL_ES_VERSION_3_0
,GL_ARB_texture_rg
,GL_VERSION_3_0
,GL_EXT_texture_storage
,GL_EXT_texture_rg
Alias for:GL_RG8_EXT
Define "GL_RG8" with expression '0x822B
', CType: int- See Also:
- Constant Field Values
-
GL_LINEAR_MIPMAP_NEAREST
static final int GL_LINEAR_MIPMAP_NEAREST
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LINEAR_MIPMAP_NEAREST" with expression '0x2701
', CType: int- See Also:
- Constant Field Values
-
GL_REPLACE
static final int GL_REPLACE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
,GL_EXT_texture
Alias for:GL_REPLACE_EXT
Define "GL_REPLACE" with expression '0x1E01
', CType: int- See Also:
- Constant Field Values
-
GL_MAP_WRITE_BIT
static final int GL_MAP_WRITE_BIT
GL_EXT_buffer_storage
,GL_ARB_map_buffer_range
,GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_map_buffer_range
Alias for:GL_MAP_WRITE_BIT_EXT
Define "GL_MAP_WRITE_BIT" with expression '0x0002
', CType: int- See Also:
- Constant Field Values
-
GL_SRGB8_ALPHA8
static final int GL_SRGB8_ALPHA8
GL_ES_VERSION_3_0
,GL_VERSION_2_1
,GL_EXT_texture_sRGB
,GL_EXT_sRGB
Alias for:GL_SRGB8_ALPHA8_EXT
Define "GL_SRGB8_ALPHA8" with expression '0x8C43
', CType: int- See Also:
- Constant Field Values
-
GL_MAX_TEXTURE_SIZE
static final int GL_MAX_TEXTURE_SIZE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_MAX_TEXTURE_SIZE" with expression '0x0D33
', CType: int- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_WIDTH
static final int GL_RENDERBUFFER_WIDTH
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_RENDERBUFFER_WIDTH_EXT
,GL_RENDERBUFFER_WIDTH_OES
Define "GL_RENDERBUFFER_WIDTH" with expression '0x8D42
', CType: int- See Also:
- Constant Field Values
-
GL_NEVER
static final int GL_NEVER
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_NEVER" with expression '0x0200
', CType: int- See Also:
- Constant Field Values
-
GL_FALSE
static final int GL_FALSE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_FALSE" with expression '0
', CType: int- See Also:
- Constant Field Values
-
GL_DEPTH_COMPONENT16
static final int GL_DEPTH_COMPONENT16
GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_ARB_depth_texture
,GL_OES_framebuffer_object
,GL_OES_required_internalformat
,GL_SGIX_depth_texture
Alias for:GL_DEPTH_COMPONENT16_ARB
,GL_DEPTH_COMPONENT16_OES
,GL_DEPTH_COMPONENT16_SGIX
Define "GL_DEPTH_COMPONENT16" with expression '0x81A5
', CType: int- See Also:
- Constant Field Values
-
GL_MAP_UNSYNCHRONIZED_BIT
static final int GL_MAP_UNSYNCHRONIZED_BIT
GL_ARB_map_buffer_range
,GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_map_buffer_range
Alias for:GL_MAP_UNSYNCHRONIZED_BIT_EXT
Define "GL_MAP_UNSYNCHRONIZED_BIT" with expression '0x0020
', CType: int- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_BINDING
static final int GL_FRAMEBUFFER_BINDING
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_FRAMEBUFFER_BINDING_EXT
,GL_FRAMEBUFFER_BINDING_OES
Define "GL_FRAMEBUFFER_BINDING" with expression '0x8CA6
', CType: int- See Also:
- Constant Field Values
-
GL_PACK_ALIGNMENT
static final int GL_PACK_ALIGNMENT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_PACK_ALIGNMENT" with expression '0x0D05
', CType: int- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_INTERNAL_FORMAT
static final int GL_RENDERBUFFER_INTERNAL_FORMAT
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_RENDERBUFFER_INTERNAL_FORMAT_OES
,GL_RENDERBUFFER_INTERNAL_FORMAT_EXT
Define "GL_RENDERBUFFER_INTERNAL_FORMAT" with expression '0x8D44
', CType: int- See Also:
- Constant Field Values
-
GL_STENCIL_INDEX1
static final int GL_STENCIL_INDEX1
GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_stencil1
Alias for:GL_STENCIL_INDEX1_EXT
,GL_STENCIL_INDEX1_OES
Define "GL_STENCIL_INDEX1" with expression '0x8D46
', CType: int- See Also:
- Constant Field Values
-
GL_BUFFER_MAPPED
static final int GL_BUFFER_MAPPED
GL_VERSION_1_5
,GL_ES_VERSION_3_0
,GL_ARB_vertex_buffer_object
,GL_OES_mapbuffer
Alias for:GL_BUFFER_MAPPED_ARB
,GL_BUFFER_MAPPED_OES
Define "GL_BUFFER_MAPPED" with expression '0x88BC
', CType: int- See Also:
- Constant Field Values
-
GL_COLOR_CLEAR_VALUE
static final int GL_COLOR_CLEAR_VALUE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_COLOR_CLEAR_VALUE" with expression '0x0C22
', CType: int- See Also:
- Constant Field Values
-
GL_RGBA16F
static final int GL_RGBA16F
GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_color_buffer_half_float
,GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_RGBA16F_EXT
,GL_RGBA16F_ARB
Define "GL_RGBA16F" with expression '0x881A
', CType: int- See Also:
- Constant Field Values
-
GL_RGBA8
static final int GL_RGBA8
GL_ES_VERSION_3_0
,GL_VERSION_1_1
,GL_OES_rgb8_rgba8
,GL_OES_required_internalformat
,GL_EXT_texture
Alias for:GL_RGBA8_OES
,GL_RGBA8_EXT
Define "GL_RGBA8" with expression '0x8058
', CType: int- See Also:
- Constant Field Values
-
GL_BLEND_EQUATION
static final int GL_BLEND_EQUATION
GL_ARB_imaging
,GL_ES_VERSION_2_0
,GL_OES_blend_subtract
,GL_EXT_blend_minmax
Alias for:GL_BLEND_EQUATION_OES
,GL_BLEND_EQUATION_EXT
Define "GL_BLEND_EQUATION" with expression '0x8009
', CType: int- See Also:
- Constant Field Values
-
GL_UNSIGNED_BYTE
static final int GL_UNSIGNED_BYTE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_UNSIGNED_BYTE" with expression '0x1401
', CType: int- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_BLUE_SIZE
static final int GL_RENDERBUFFER_BLUE_SIZE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_RENDERBUFFER_BLUE_SIZE_OES
,GL_RENDERBUFFER_BLUE_SIZE_EXT
Define "GL_RENDERBUFFER_BLUE_SIZE" with expression '0x8D52
', CType: int- See Also:
- Constant Field Values
-
GL_STENCIL_WRITEMASK
static final int GL_STENCIL_WRITEMASK
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_WRITEMASK" with expression '0x0B98
', CType: int- See Also:
- Constant Field Values
-
GL_LUMINANCE32F
static final int GL_LUMINANCE32F
GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_LUMINANCE32F_EXT
,GL_LUMINANCE32F_ARB
Define "GL_LUMINANCE32F" with expression '0x8818
', CType: int- See Also:
- Constant Field Values
-
GL_UNSIGNED_INT
static final int GL_UNSIGNED_INT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_OES_element_index_uint
Define "GL_UNSIGNED_INT" with expression '0x1405
', CType: int- See Also:
- Constant Field Values
-
GL_DEPTH_ATTACHMENT
static final int GL_DEPTH_ATTACHMENT
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_DEPTH_ATTACHMENT_EXT
,GL_DEPTH_ATTACHMENT_OES
Define "GL_DEPTH_ATTACHMENT" with expression '0x8D00
', CType: int- See Also:
- Constant Field Values
-
GL_RGB10_A2
static final int GL_RGB10_A2
GL_ES_VERSION_3_0
,GL_VERSION_1_1
,GL_EXT_texture_storage
,GL_EXT_texture
,GL_OES_required_internalformat
Alias for:GL_RGB10_A2_EXT
Define "GL_RGB10_A2" with expression '0x8059
', CType: int- See Also:
- Constant Field Values
-
GL_SAMPLE_COVERAGE_VALUE
static final int GL_SAMPLE_COVERAGE_VALUE
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multisample
Alias for:GL_SAMPLE_COVERAGE_VALUE_ARB
Define "GL_SAMPLE_COVERAGE_VALUE" with expression '0x80AA
', CType: int- See Also:
- Constant Field Values
-
GL_DRAW_FRAMEBUFFER
static final int GL_DRAW_FRAMEBUFFER
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_NV_framebuffer_blit
,GL_EXT_framebuffer_blit
,GL_APPLE_framebuffer_multisample
,GL_ANGLE_framebuffer_blit
Alias for:GL_DRAW_FRAMEBUFFER_NV
,GL_DRAW_FRAMEBUFFER_EXT
,GL_DRAW_FRAMEBUFFER_APPLE
,GL_DRAW_FRAMEBUFFER_ANGLE
Define "GL_DRAW_FRAMEBUFFER" with expression '0x8CA9
', CType: int- See Also:
- Constant Field Values
-
GL_TRUE
static final int GL_TRUE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TRUE" with expression '1
', CType: int- See Also:
- Constant Field Values
-
GL_LINE_STRIP
static final int GL_LINE_STRIP
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LINE_STRIP" with expression '0x0003
', CType: int- See Also:
- Constant Field Values
-
GL_BLEND_SRC_RGB
static final int GL_BLEND_SRC_RGB
GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_EXT_blend_func_separate
,GL_OES_blend_func_separate
Alias for:GL_BLEND_SRC_RGB_EXT
,GL_BLEND_SRC_RGB_OES
Define "GL_BLEND_SRC_RGB" with expression '0x80C9
', CType: int- See Also:
- Constant Field Values
-
GL_DEPTH_FUNC
static final int GL_DEPTH_FUNC
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DEPTH_FUNC" with expression '0x0B74
', CType: int- See Also:
- Constant Field Values
-
GL_ELEMENT_ARRAY_BUFFER
static final int GL_ELEMENT_ARRAY_BUFFER
GL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_1_0
,GL_ARB_vertex_buffer_object
Alias for:GL_ELEMENT_ARRAY_BUFFER_ARB
Define "GL_ELEMENT_ARRAY_BUFFER" with expression '0x8893
', CType: int- See Also:
- Constant Field Values
-
GL_MAX_RENDERBUFFER_SIZE
static final int GL_MAX_RENDERBUFFER_SIZE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_MAX_RENDERBUFFER_SIZE_OES
,GL_MAX_RENDERBUFFER_SIZE_EXT
Define "GL_MAX_RENDERBUFFER_SIZE" with expression '0x84E8
', CType: int- See Also:
- Constant Field Values
-
GL_LINEAR
static final int GL_LINEAR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LINEAR" with expression '0x2601
', CType: int- See Also:
- Constant Field Values
-
GL_SAMPLE_COVERAGE
static final int GL_SAMPLE_COVERAGE
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multisample
Alias for:GL_SAMPLE_COVERAGE_ARB
Define "GL_SAMPLE_COVERAGE" with expression '0x80A0
', CType: int- See Also:
- Constant Field Values
-
GL_UNSIGNED_SHORT_5_6_5
static final int GL_UNSIGNED_SHORT_5_6_5
GL_ES_VERSION_2_0
,GL_VERSION_1_2
,GL_VERSION_ES_1_0
Define "GL_UNSIGNED_SHORT_5_6_5" with expression '0x8363
', CType: int- See Also:
- Constant Field Values
-
GL_BACK
static final int GL_BACK
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_BACK" with expression '0x0405
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE_BINDING_CUBE_MAP
static final int GL_TEXTURE_BINDING_CUBE_MAP
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_ARB_texture_cube_map
,GL_EXT_texture_cube_map
,GL_OES_texture_cube_map
Alias for:GL_TEXTURE_BINDING_CUBE_MAP_ARB
,GL_TEXTURE_BINDING_CUBE_MAP_EXT
,GL_TEXTURE_BINDING_CUBE_MAP_OES
Define "GL_TEXTURE_BINDING_CUBE_MAP" with expression '0x8514
', CType: int- See Also:
- Constant Field Values
-
GL_READ_FRAMEBUFFER
static final int GL_READ_FRAMEBUFFER
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_blit
,GL_ANGLE_framebuffer_blit
,GL_NV_framebuffer_blit
,GL_APPLE_framebuffer_multisample
Alias for:GL_READ_FRAMEBUFFER_EXT
,GL_READ_FRAMEBUFFER_ANGLE
,GL_READ_FRAMEBUFFER_NV
,GL_READ_FRAMEBUFFER_APPLE
Define "GL_READ_FRAMEBUFFER" with expression '0x8CA8
', CType: int- See Also:
- Constant Field Values
-
GL_SAMPLE_BUFFERS
static final int GL_SAMPLE_BUFFERS
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_3DFX_multisample
,GL_ARB_multisample
,GL_EXT_multisample
,GL_SGIS_multisample
Alias for:GL_SAMPLE_BUFFERS_3DFX
,GL_SAMPLE_BUFFERS_ARB
,GL_SAMPLE_BUFFERS_EXT
,GL_SAMPLE_BUFFERS_SGIS
Define "GL_SAMPLE_BUFFERS" with expression '0x80A8
', CType: int- See Also:
- Constant Field Values
-
GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT
static final int GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT
GL_EXT_read_format_bgra
Define "GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT" with expression '0x8365
', CType: int- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_ALPHA_SIZE
static final int GL_RENDERBUFFER_ALPHA_SIZE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_RENDERBUFFER_ALPHA_SIZE_OES
,GL_RENDERBUFFER_ALPHA_SIZE_EXT
Define "GL_RENDERBUFFER_ALPHA_SIZE" with expression '0x8D53
', CType: int- See Also:
- Constant Field Values
-
GL_UNSIGNED_SHORT
static final int GL_UNSIGNED_SHORT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_UNSIGNED_SHORT" with expression '0x1403
', CType: int- See Also:
- Constant Field Values
-
GL_COLOR_ATTACHMENT0
static final int GL_COLOR_ATTACHMENT0
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_NV_draw_buffers
,GL_OES_framebuffer_object
,GL_EXT_draw_buffers
,GL_EXT_framebuffer_object
Alias for:GL_COLOR_ATTACHMENT0_NV
,GL_COLOR_ATTACHMENT0_OES
,GL_COLOR_ATTACHMENT0_EXT
Define "GL_COLOR_ATTACHMENT0" with expression '0x8CE0
', CType: int- See Also:
- Constant Field Values
-
GL_LUMINANCE_ALPHA16F
static final int GL_LUMINANCE_ALPHA16F
GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_LUMINANCE_ALPHA16F_EXT
,GL_LUMINANCE_ALPHA16F_ARB
Define "GL_LUMINANCE_ALPHA16F" with expression '0x881F
', CType: int- See Also:
- Constant Field Values
-
GL_LINEAR_MIPMAP_LINEAR
static final int GL_LINEAR_MIPMAP_LINEAR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LINEAR_MIPMAP_LINEAR" with expression '0x2703
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE_CUBE_MAP_NEGATIVE_X
static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_X
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_ARB_texture_cube_map
,GL_EXT_texture_cube_map
,GL_OES_texture_cube_map
Alias for:GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB
,GL_TEXTURE_CUBE_MAP_NEGATIVE_X_EXT
,GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES
Define "GL_TEXTURE_CUBE_MAP_NEGATIVE_X" with expression '0x8516
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_ARB_texture_cube_map
,GL_EXT_texture_cube_map
,GL_OES_texture_cube_map
Alias for:GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB
,GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_EXT
,GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES
Define "GL_TEXTURE_CUBE_MAP_NEGATIVE_Z" with expression '0x851A
', CType: int- See Also:
- Constant Field Values
-
GL_INCR_WRAP
static final int GL_INCR_WRAP
GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_EXT_stencil_wrap
,GL_OES_stencil_wrap
Alias for:GL_INCR_WRAP_EXT
,GL_INCR_WRAP_OES
Define "GL_INCR_WRAP" with expression '0x8507
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE_CUBE_MAP_NEGATIVE_Y
static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Y
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_ARB_texture_cube_map
,GL_EXT_texture_cube_map
,GL_OES_texture_cube_map
Alias for:GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB
,GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_EXT
,GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES
Define "GL_TEXTURE_CUBE_MAP_NEGATIVE_Y" with expression '0x8518
', CType: int- See Also:
- Constant Field Values
-
GL_NEAREST_MIPMAP_NEAREST
static final int GL_NEAREST_MIPMAP_NEAREST
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_NEAREST_MIPMAP_NEAREST" with expression '0x2700
', CType: int- See Also:
- Constant Field Values
-
GL_BLUE_BITS
static final int GL_BLUE_BITS
GL_ES_VERSION_2_0
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_BLUE_BITS" with expression '0x0D54
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE_MIN_FILTER
static final int GL_TEXTURE_MIN_FILTER
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TEXTURE_MIN_FILTER" with expression '0x2801
', CType: int- See Also:
- Constant Field Values
-
GL_RGB
static final int GL_RGB
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_RGB" with expression '0x1907
', CType: int- See Also:
- Constant Field Values
-
GL_RG16F
static final int GL_RG16F
GL_ES_VERSION_3_0
,GL_ARB_texture_rg
,GL_VERSION_3_0
,GL_EXT_color_buffer_half_float
,GL_EXT_texture_storage
Alias for:GL_RG16F_EXT
Define "GL_RG16F" with expression '0x822F
', CType: int- See Also:
- Constant Field Values
-
GL_SRC_ALPHA
static final int GL_SRC_ALPHA
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_SRC_ALPHA" with expression '0x0302
', CType: int- See Also:
- Constant Field Values
-
GL_MAX_CUBE_MAP_TEXTURE_SIZE
static final int GL_MAX_CUBE_MAP_TEXTURE_SIZE
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_ARB_texture_cube_map
,GL_EXT_texture_cube_map
,GL_OES_texture_cube_map
Alias for:GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB
,GL_MAX_CUBE_MAP_TEXTURE_SIZE_EXT
,GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES
Define "GL_MAX_CUBE_MAP_TEXTURE_SIZE" with expression '0x851C
', CType: int- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_BINDING
static final int GL_RENDERBUFFER_BINDING
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_RENDERBUFFER_BINDING_OES
,GL_RENDERBUFFER_BINDING_EXT
Define "GL_RENDERBUFFER_BINDING" with expression '0x8CA7
', CType: int- See Also:
- Constant Field Values
-
GL_RESET_NOTIFICATION_STRATEGY
static final int GL_RESET_NOTIFICATION_STRATEGY
GL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_KHR_robustness
,GL_EXT_robustness
,GL_ARB_robustness
Alias for:GL_RESET_NOTIFICATION_STRATEGY_KHR
,GL_RESET_NOTIFICATION_STRATEGY_EXT
,GL_RESET_NOTIFICATION_STRATEGY_ARB
Define "GL_RESET_NOTIFICATION_STRATEGY" with expression '0x8256
', CType: int- See Also:
- Constant Field Values
-
GL_COLOR_BUFFER_BIT
static final int GL_COLOR_BUFFER_BIT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_COLOR_BUFFER_BIT" with expression '0x00004000
', CType: int- See Also:
- Constant Field Values
-
GL_ALPHA32F
static final int GL_ALPHA32F
GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_ALPHA32F_EXT
,GL_ALPHA32F_ARB
Define "GL_ALPHA32F" with expression '0x8816
', CType: int- See Also:
- Constant Field Values
-
GL_POLYGON_OFFSET_FACTOR
static final int GL_POLYGON_OFFSET_FACTOR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
,GL_EXT_polygon_offset
Alias for:GL_POLYGON_OFFSET_FACTOR_EXT
Define "GL_POLYGON_OFFSET_FACTOR" with expression '0x8038
', CType: int- See Also:
- Constant Field Values
-
GL_BGR
static final int GL_BGR
GL_VERSION_1_2
,GL_EXT_bgra
Alias for:GL_BGR_EXT
Define "GL_BGR" with expression '0x80E0
', CType: int- See Also:
- Constant Field Values
-
GL_KEEP
static final int GL_KEEP
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_KEEP" with expression '0x1E00
', CType: int- See Also:
- Constant Field Values
-
GL_BGRA
static final int GL_BGRA
GL_VERSION_1_2
,GL_IMG_read_format
,GL_APPLE_texture_format_BGRA8888
,GL_EXT_texture_format_BGRA8888
,GL_EXT_bgra
,GL_EXT_read_format_bgra
Alias for:GL_BGRA_IMG
,GL_BGRA_EXT
Define "GL_BGRA" with expression '0x80E1
', CType: int- See Also:
- Constant Field Values
-
GL_COLOR_WRITEMASK
static final int GL_COLOR_WRITEMASK
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_COLOR_WRITEMASK" with expression '0x0C23
', CType: int- See Also:
- Constant Field Values
-
GL_MIRRORED_REPEAT
static final int GL_MIRRORED_REPEAT
GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_OES_texture_mirrored_repeat
,GL_IBM_texture_mirrored_repeat
,GL_ARB_texture_mirrored_repeat
Alias for:GL_MIRRORED_REPEAT_OES
,GL_MIRRORED_REPEAT_IBM
,GL_MIRRORED_REPEAT_ARB
Define "GL_MIRRORED_REPEAT" with expression '0x8370
', CType: int- See Also:
- Constant Field Values
-
GL_ELEMENT_ARRAY_BUFFER_BINDING
static final int GL_ELEMENT_ARRAY_BUFFER_BINDING
GL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_1_0
,GL_ARB_vertex_buffer_object
Alias for:GL_ELEMENT_ARRAY_BUFFER_BINDING_ARB
Define "GL_ELEMENT_ARRAY_BUFFER_BINDING" with expression '0x8895
', CType: int- See Also:
- Constant Field Values
-
GL_SCISSOR_BOX
static final int GL_SCISSOR_BOX
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_SCISSOR_BOX" with expression '0x0C10
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE_CUBE_MAP_POSITIVE_X
static final int GL_TEXTURE_CUBE_MAP_POSITIVE_X
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_OES_texture_cube_map
,GL_ARB_texture_cube_map
,GL_EXT_texture_cube_map
Alias for:GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES
,GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB
,GL_TEXTURE_CUBE_MAP_POSITIVE_X_EXT
Define "GL_TEXTURE_CUBE_MAP_POSITIVE_X" with expression '0x8515
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE_CUBE_MAP_POSITIVE_Y
static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Y
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_ARB_texture_cube_map
,GL_EXT_texture_cube_map
,GL_OES_texture_cube_map
Alias for:GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB
,GL_TEXTURE_CUBE_MAP_POSITIVE_Y_EXT
,GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES
Define "GL_TEXTURE_CUBE_MAP_POSITIVE_Y" with expression '0x8517
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE_CUBE_MAP_POSITIVE_Z
static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_ARB_texture_cube_map
,GL_EXT_texture_cube_map
,GL_OES_texture_cube_map
Alias for:GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB
,GL_TEXTURE_CUBE_MAP_POSITIVE_Z_EXT
,GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES
Define "GL_TEXTURE_CUBE_MAP_POSITIVE_Z" with expression '0x8519
', CType: int- See Also:
- Constant Field Values
-
GL_DECR
static final int GL_DECR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DECR" with expression '0x1E03
', CType: int- See Also:
- Constant Field Values
-
GL_FUNC_ADD
static final int GL_FUNC_ADD
GL_ARB_imaging
,GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_EXT_blend_minmax
,GL_OES_blend_subtract
Alias for:GL_FUNC_ADD_EXT
,GL_FUNC_ADD_OES
Define "GL_FUNC_ADD" with expression '0x8006
', CType: int- See Also:
- Constant Field Values
-
GL_LINES
static final int GL_LINES
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LINES" with expression '0x0001
', CType: int- See Also:
- Constant Field Values
-
GL_ALPHA_BITS
static final int GL_ALPHA_BITS
GL_ES_VERSION_2_0
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_ALPHA_BITS" with expression '0x0D55
', CType: int- See Also:
- Constant Field Values
-
GL_BLEND_SRC_ALPHA
static final int GL_BLEND_SRC_ALPHA
GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_OES_blend_func_separate
,GL_EXT_blend_func_separate
Alias for:GL_BLEND_SRC_ALPHA_OES
,GL_BLEND_SRC_ALPHA_EXT
Define "GL_BLEND_SRC_ALPHA" with expression '0x80CB
', CType: int- See Also:
- Constant Field Values
-
GL_SRGB_ALPHA
static final int GL_SRGB_ALPHA
GL_VERSION_2_1
,GL_EXT_texture_sRGB
,GL_EXT_sRGB
Alias for:GL_SRGB_ALPHA_EXT
Define "GL_SRGB_ALPHA" with expression '0x8C42
', CType: int- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_SRGB
static final int GL_FRAMEBUFFER_SRGB
GL_ARB_framebuffer_sRGB
,GL_VERSION_3_0
,GL_EXT_framebuffer_sRGB
,GL_EXT_sRGB_write_control
Alias for:GL_FRAMEBUFFER_SRGB_EXT
Define "GL_FRAMEBUFFER_SRGB" with expression '0x8DB9
', CType: int- See Also:
- Constant Field Values
-
GL_UNSIGNED_SHORT_4_4_4_4
static final int GL_UNSIGNED_SHORT_4_4_4_4
GL_ES_VERSION_2_0
,GL_VERSION_1_2
,GL_VERSION_ES_1_0
,GL_EXT_packed_pixels
Alias for:GL_UNSIGNED_SHORT_4_4_4_4_EXT
Define "GL_UNSIGNED_SHORT_4_4_4_4" with expression '0x8033
', CType: int- See Also:
- Constant Field Values
-
GL_STENCIL_PASS_DEPTH_FAIL
static final int GL_STENCIL_PASS_DEPTH_FAIL
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_PASS_DEPTH_FAIL" with expression '0x0B95
', CType: int- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_HEIGHT
static final int GL_RENDERBUFFER_HEIGHT
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_RENDERBUFFER_HEIGHT_OES
,GL_RENDERBUFFER_HEIGHT_EXT
Define "GL_RENDERBUFFER_HEIGHT" with expression '0x8D43
', CType: int- See Also:
- Constant Field Values
-
GL_POLYGON_OFFSET_FILL
static final int GL_POLYGON_OFFSET_FILL
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_POLYGON_OFFSET_FILL" with expression '0x8037
', CType: int- See Also:
- Constant Field Values
-
GL_LUMINANCE8_ALPHA8
static final int GL_LUMINANCE8_ALPHA8
GL_VERSION_1_1
,GL_EXT_texture_storage
,GL_EXT_texture
,GL_OES_required_internalformat
Alias for:GL_LUMINANCE8_ALPHA8_EXT
,GL_LUMINANCE8_ALPHA8_OES
Define "GL_LUMINANCE8_ALPHA8" with expression '0x8045
', CType: int- See Also:
- Constant Field Values
-
GL_RGB565
static final int GL_RGB565
GL_ARB_ES2_compatibility
,GL_ES_VERSION_2_0
,GL_VERSION_4_1
,GL_OES_framebuffer_object
,GL_OES_required_internalformat
Alias for:GL_RGB565_OES
Define "GL_RGB565" with expression '0x8D62
', CType: int- See Also:
- Constant Field Values
-
GL_LINE_WIDTH
static final int GL_LINE_WIDTH
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LINE_WIDTH" with expression '0x0B21
', CType: int- See Also:
- Constant Field Values
-
GL_UNSIGNED_SHORT_5_5_5_1
static final int GL_UNSIGNED_SHORT_5_5_5_1
GL_ES_VERSION_2_0
,GL_VERSION_1_2
,GL_VERSION_ES_1_0
,GL_EXT_packed_pixels
Alias for:GL_UNSIGNED_SHORT_5_5_5_1_EXT
Define "GL_UNSIGNED_SHORT_5_5_5_1" with expression '0x8034
', CType: int- See Also:
- Constant Field Values
-
GL_ALPHA8
static final int GL_ALPHA8
GL_VERSION_1_1
,GL_EXT_texture_storage
,GL_EXT_texture
,GL_OES_required_internalformat
Alias for:GL_ALPHA8_EXT
,GL_ALPHA8_OES
Define "GL_ALPHA8" with expression '0x803C
', CType: int- See Also:
- Constant Field Values
-
GL_CW
static final int GL_CW
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_CW" with expression '0x0900
', CType: int- See Also:
- Constant Field Values
-
GL_LEQUAL
static final int GL_LEQUAL
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LEQUAL" with expression '0x0203
', CType: int- See Also:
- Constant Field Values
-
GL_LUMINANCE8
static final int GL_LUMINANCE8
GL_VERSION_1_1
,GL_OES_required_internalformat
,GL_EXT_texture_storage
,GL_EXT_texture
Alias for:GL_LUMINANCE8_OES
,GL_LUMINANCE8_EXT
Define "GL_LUMINANCE8" with expression '0x8040
', CType: int- See Also:
- Constant Field Values
-
GL_GREEN_BITS
static final int GL_GREEN_BITS
GL_ES_VERSION_2_0
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_GREEN_BITS" with expression '0x0D53
', CType: int- See Also:
- Constant Field Values
-
GL_RED_BITS
static final int GL_RED_BITS
GL_ES_VERSION_2_0
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_RED_BITS" with expression '0x0D52
', CType: int- See Also:
- Constant Field Values
-
GL_RGB8
static final int GL_RGB8
GL_ES_VERSION_3_0
,GL_VERSION_1_1
,GL_EXT_texture
,GL_OES_rgb8_rgba8
,GL_OES_required_internalformat
Alias for:GL_RGB8_EXT
,GL_RGB8_OES
Define "GL_RGB8" with expression '0x8051
', CType: int- See Also:
- Constant Field Values
-
GL_NO_ERROR
static final int GL_NO_ERROR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_NO_ERROR" with expression '0
', CType: int- See Also:
- Constant Field Values
-
GL_STENCIL_VALUE_MASK
static final int GL_STENCIL_VALUE_MASK
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_VALUE_MASK" with expression '0x0B93
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE_WRAP_S
static final int GL_TEXTURE_WRAP_S
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TEXTURE_WRAP_S" with expression '0x2802
', CType: int- See Also:
- Constant Field Values
-
GL_DEPTH_CLEAR_VALUE
static final int GL_DEPTH_CLEAR_VALUE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DEPTH_CLEAR_VALUE" with expression '0x0B73
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE_WRAP_T
static final int GL_TEXTURE_WRAP_T
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TEXTURE_WRAP_T" with expression '0x2803
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE_2D
static final int GL_TEXTURE_2D
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TEXTURE_2D" with expression '0x0DE1
', CType: int- See Also:
- Constant Field Values
-
GL_ACTIVE_TEXTURE
static final int GL_ACTIVE_TEXTURE
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_ACTIVE_TEXTURE_ARB
Define "GL_ACTIVE_TEXTURE" with expression '0x84E0
', CType: int- See Also:
- Constant Field Values
-
GL_INNOCENT_CONTEXT_RESET
static final int GL_INNOCENT_CONTEXT_RESET
GL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_EXT_robustness
,GL_ARB_robustness
,GL_KHR_robustness
Alias for:GL_INNOCENT_CONTEXT_RESET_EXT
,GL_INNOCENT_CONTEXT_RESET_ARB
,GL_INNOCENT_CONTEXT_RESET_KHR
Define "GL_INNOCENT_CONTEXT_RESET" with expression '0x8254
', CType: int- See Also:
- Constant Field Values
-
GL_BUFFER_USAGE
static final int GL_BUFFER_USAGE
GL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_1_0
,GL_ARB_vertex_buffer_object
Alias for:GL_BUFFER_USAGE_ARB
Define "GL_BUFFER_USAGE" with expression '0x8765
', CType: int- See Also:
- Constant Field Values
-
GL_IMPLEMENTATION_COLOR_READ_TYPE
static final int GL_IMPLEMENTATION_COLOR_READ_TYPE
GL_ARB_ES2_compatibility
,GL_ES_VERSION_2_0
,GL_VERSION_4_1
,GL_OES_read_format
Alias for:GL_IMPLEMENTATION_COLOR_READ_TYPE_OES
Define "GL_IMPLEMENTATION_COLOR_READ_TYPE" with expression '0x8B9A
', CType: int- See Also:
- Constant Field Values
-
GL_NUM_COMPRESSED_TEXTURE_FORMATS
static final int GL_NUM_COMPRESSED_TEXTURE_FORMATS
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_texture_compression
Alias for:GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB
Define "GL_NUM_COMPRESSED_TEXTURE_FORMATS" with expression '0x86A2
', CType: int- See Also:
- Constant Field Values
-
GL_LINE_LOOP
static final int GL_LINE_LOOP
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LINE_LOOP" with expression '0x0002
', CType: int- See Also:
- Constant Field Values
-
GL_BUFFER_SIZE
static final int GL_BUFFER_SIZE
GL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_1_0
,GL_ARB_vertex_buffer_object
Alias for:GL_BUFFER_SIZE_ARB
Define "GL_BUFFER_SIZE" with expression '0x8764
', CType: int- See Also:
- Constant Field Values
-
GL_TRIANGLE_FAN
static final int GL_TRIANGLE_FAN
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TRIANGLE_FAN" with expression '0x0006
', CType: int- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_DEPTH_SIZE
static final int GL_RENDERBUFFER_DEPTH_SIZE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_RENDERBUFFER_DEPTH_SIZE_EXT
,GL_RENDERBUFFER_DEPTH_SIZE_OES
Define "GL_RENDERBUFFER_DEPTH_SIZE" with expression '0x8D54
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE20
static final int GL_TEXTURE20
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE20_ARB
Define "GL_TEXTURE20" with expression '0x84D4
', CType: int- See Also:
- Constant Field Values
-
GL_MAX_VIEWPORT_DIMS
static final int GL_MAX_VIEWPORT_DIMS
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_MAX_VIEWPORT_DIMS" with expression '0x0D3A
', CType: int- See Also:
- Constant Field Values
-
GL_DECR_WRAP
static final int GL_DECR_WRAP
GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_OES_stencil_wrap
,GL_EXT_stencil_wrap
Alias for:GL_DECR_WRAP_OES
,GL_DECR_WRAP_EXT
Define "GL_DECR_WRAP" with expression '0x8508
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE19
static final int GL_TEXTURE19
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE19_ARB
Define "GL_TEXTURE19" with expression '0x84D3
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE18
static final int GL_TEXTURE18
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE18_ARB
Define "GL_TEXTURE18" with expression '0x84D2
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE17
static final int GL_TEXTURE17
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE17_ARB
Define "GL_TEXTURE17" with expression '0x84D1
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE16
static final int GL_TEXTURE16
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE16_ARB
Define "GL_TEXTURE16" with expression '0x84D0
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE15
static final int GL_TEXTURE15
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE15_ARB
Define "GL_TEXTURE15" with expression '0x84CF
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE14
static final int GL_TEXTURE14
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE14_ARB
Define "GL_TEXTURE14" with expression '0x84CE
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE13
static final int GL_TEXTURE13
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE13_ARB
Define "GL_TEXTURE13" with expression '0x84CD
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE12
static final int GL_TEXTURE12
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE12_ARB
Define "GL_TEXTURE12" with expression '0x84CC
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE11
static final int GL_TEXTURE11
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE11_ARB
Define "GL_TEXTURE11" with expression '0x84CB
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE10
static final int GL_TEXTURE10
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE10_ARB
Define "GL_TEXTURE10" with expression '0x84CA
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE31
static final int GL_TEXTURE31
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE31_ARB
Define "GL_TEXTURE31" with expression '0x84DF
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE30
static final int GL_TEXTURE30
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE30_ARB
Define "GL_TEXTURE30" with expression '0x84DE
', CType: int- See Also:
- Constant Field Values
-
GL_R8
static final int GL_R8
GL_ES_VERSION_3_0
,GL_ARB_texture_rg
,GL_VERSION_3_0
,GL_EXT_texture_storage
,GL_EXT_texture_rg
Alias for:GL_R8_EXT
Define "GL_R8" with expression '0x8229
', CType: int- See Also:
- Constant Field Values
-
GL_ALPHA16F
static final int GL_ALPHA16F
GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_ALPHA16F_EXT
,GL_ALPHA16F_ARB
Define "GL_ALPHA16F" with expression '0x881C
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE29
static final int GL_TEXTURE29
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE29_ARB
Define "GL_TEXTURE29" with expression '0x84DD
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE28
static final int GL_TEXTURE28
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE28_ARB
Define "GL_TEXTURE28" with expression '0x84DC
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE27
static final int GL_TEXTURE27
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE27_ARB
Define "GL_TEXTURE27" with expression '0x84DB
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE26
static final int GL_TEXTURE26
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE26_ARB
Define "GL_TEXTURE26" with expression '0x84DA
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE25
static final int GL_TEXTURE25
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE25_ARB
Define "GL_TEXTURE25" with expression '0x84D9
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE24
static final int GL_TEXTURE24
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE24_ARB
Define "GL_TEXTURE24" with expression '0x84D8
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE23
static final int GL_TEXTURE23
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE23_ARB
Define "GL_TEXTURE23" with expression '0x84D7
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE22
static final int GL_TEXTURE22
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE22_ARB
Define "GL_TEXTURE22" with expression '0x84D6
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE21
static final int GL_TEXTURE21
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multitexture
Alias for:GL_TEXTURE21_ARB
Define "GL_TEXTURE21" with expression '0x84D5
', CType: int- See Also:
- Constant Field Values
-
GL_STENCIL_FAIL
static final int GL_STENCIL_FAIL
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_FAIL" with expression '0x0B94
', CType: int- See Also:
- Constant Field Values
-
GL_FRONT
static final int GL_FRONT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_FRONT" with expression '0x0404
', CType: int- See Also:
- Constant Field Values
-
GL_SUBPIXEL_BITS
static final int GL_SUBPIXEL_BITS
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_SUBPIXEL_BITS" with expression '0x0D50
', CType: int- See Also:
- Constant Field Values
-
GL_ARRAY_BUFFER_BINDING
static final int GL_ARRAY_BUFFER_BINDING
GL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_1_0
,GL_ARB_vertex_buffer_object
Alias for:GL_ARRAY_BUFFER_BINDING_ARB
Define "GL_ARRAY_BUFFER_BINDING" with expression '0x8894
', CType: int- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_COMPLETE
static final int GL_FRAMEBUFFER_COMPLETE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_FRAMEBUFFER_COMPLETE_EXT
,GL_FRAMEBUFFER_COMPLETE_OES
Define "GL_FRAMEBUFFER_COMPLETE" with expression '0x8CD5
', CType: int- See Also:
- Constant Field Values
-
GL_VENDOR
static final int GL_VENDOR
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_VENDOR" with expression '0x1F00
', CType: int- See Also:
- Constant Field Values
-
GL_ALIASED_LINE_WIDTH_RANGE
static final int GL_ALIASED_LINE_WIDTH_RANGE
GL_ES_VERSION_2_0
,GL_VERSION_1_2
,GL_VERSION_ES_1_0
Define "GL_ALIASED_LINE_WIDTH_RANGE" with expression '0x846E
', CType: int- See Also:
- Constant Field Values
-
GL_CCW
static final int GL_CCW
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_CCW" with expression '0x0901
', CType: int- See Also:
- Constant Field Values
-
GL_STENCIL_REF
static final int GL_STENCIL_REF
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_REF" with expression '0x0B97
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE
static final int GL_TEXTURE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TEXTURE" with expression '0x1702
', CType: int- See Also:
- Constant Field Values
-
GL_STENCIL_PASS_DEPTH_PASS
static final int GL_STENCIL_PASS_DEPTH_PASS
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_PASS_DEPTH_PASS" with expression '0x0B96
', CType: int- See Also:
- Constant Field Values
-
GL_FRONT_AND_BACK
static final int GL_FRONT_AND_BACK
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_FRONT_AND_BACK" with expression '0x0408
', CType: int- See Also:
- Constant Field Values
-
GL_LUMINANCE_ALPHA32F
static final int GL_LUMINANCE_ALPHA32F
GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_LUMINANCE_ALPHA32F_EXT
,GL_LUMINANCE_ALPHA32F_ARB
Define "GL_LUMINANCE_ALPHA32F" with expression '0x8819
', CType: int- See Also:
- Constant Field Values
-
GL_LUMINANCE_ALPHA
static final int GL_LUMINANCE_ALPHA
GL_ES_VERSION_2_0
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_LUMINANCE_ALPHA" with expression '0x190A
', CType: int- See Also:
- Constant Field Values
-
GL_MAP_READ_BIT
static final int GL_MAP_READ_BIT
GL_EXT_buffer_storage
,GL_ARB_map_buffer_range
,GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_map_buffer_range
Alias for:GL_MAP_READ_BIT_EXT
Define "GL_MAP_READ_BIT" with expression '0x0001
', CType: int- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER
static final int GL_FRAMEBUFFER
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_FRAMEBUFFER_OES
,GL_FRAMEBUFFER_EXT
Define "GL_FRAMEBUFFER" with expression '0x8D40
', CType: int- See Also:
- Constant Field Values
-
GL_ARRAY_BUFFER
static final int GL_ARRAY_BUFFER
GL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_1_0
,GL_ARB_vertex_buffer_object
Alias for:GL_ARRAY_BUFFER_ARB
Define "GL_ARRAY_BUFFER" with expression '0x8892
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE_IMMUTABLE_FORMAT
static final int GL_TEXTURE_IMMUTABLE_FORMAT
GL_ARB_texture_storage
,GL_VERSION_4_2
,GL_ES_VERSION_3_0
,GL_EXT_texture_storage
Alias for:GL_TEXTURE_IMMUTABLE_FORMAT_EXT
Define "GL_TEXTURE_IMMUTABLE_FORMAT" with expression '0x912F
', CType: int- See Also:
- Constant Field Values
-
GL_OUT_OF_MEMORY
static final int GL_OUT_OF_MEMORY
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_OUT_OF_MEMORY" with expression '0x0505
', CType: int- See Also:
- Constant Field Values
-
GL_NONE
static final int GL_NONE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_OES_framebuffer_object
Alias for:GL_NONE_OES
Define "GL_NONE" with expression '0
', CType: int- See Also:
- Constant Field Values
-
GL_ALPHA
static final int GL_ALPHA
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_ALPHA" with expression '0x1906
', CType: int- See Also:
- Constant Field Values
-
GL_DONT_CARE
static final int GL_DONT_CARE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DONT_CARE" with expression '0x1100
', CType: int- See Also:
- Constant Field Values
-
GL_COMPRESSED_RGB_S3TC_DXT1_EXT
static final int GL_COMPRESSED_RGB_S3TC_DXT1_EXT
GL_EXT_texture_compression_s3tc
,GL_EXT_texture_compression_dxt1
Define "GL_COMPRESSED_RGB_S3TC_DXT1_EXT" with expression '0x83F0
', CType: int- See Also:
- Constant Field Values
-
GL_LUMINANCE16F
static final int GL_LUMINANCE16F
GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_LUMINANCE16F_EXT
,GL_LUMINANCE16F_ARB
Define "GL_LUMINANCE16F" with expression '0x881E
', CType: int- See Also:
- Constant Field Values
-
GL_DEPTH_WRITEMASK
static final int GL_DEPTH_WRITEMASK
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DEPTH_WRITEMASK" with expression '0x0B72
', CType: int- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
static final int GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES
,GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT
Define "GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT" with expression '0x8CD6
', CType: int- See Also:
- Constant Field Values
-
GL_FUNC_REVERSE_SUBTRACT
static final int GL_FUNC_REVERSE_SUBTRACT
GL_ARB_imaging
,GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_OES_blend_subtract
,GL_EXT_blend_subtract
Alias for:GL_FUNC_REVERSE_SUBTRACT_OES
,GL_FUNC_REVERSE_SUBTRACT_EXT
Define "GL_FUNC_REVERSE_SUBTRACT" with expression '0x800B
', CType: int- See Also:
- Constant Field Values
-
GL_REPEAT
static final int GL_REPEAT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_REPEAT" with expression '0x2901
', CType: int- See Also:
- Constant Field Values
-
GL_RENDERER
static final int GL_RENDERER
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_RENDERER" with expression '0x1F01
', CType: int- See Also:
- Constant Field Values
-
GL_STENCIL_INDEX8
static final int GL_STENCIL_INDEX8
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_stencil8
,GL_OES_texture_stencil8
Alias for:GL_STENCIL_INDEX8_EXT
,GL_STENCIL_INDEX8_OES
Define "GL_STENCIL_INDEX8" with expression '0x8D48
', CType: int- See Also:
- Constant Field Values
-
GL_STENCIL_TEST
static final int GL_STENCIL_TEST
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_TEST" with expression '0x0B90
', CType: int- See Also:
- Constant Field Values
-
GL_WRITE_ONLY
static final int GL_WRITE_ONLY
GL_VERSION_1_5
,GL_ES_VERSION_3_1
,GL_OES_mapbuffer
,GL_ARB_vertex_buffer_object
Alias for:GL_WRITE_ONLY_OES
,GL_WRITE_ONLY_ARB
Define "GL_WRITE_ONLY" with expression '0x88B9
', CType: int- See Also:
- Constant Field Values
-
GL_STATIC_DRAW
static final int GL_STATIC_DRAW
GL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_1_0
,GL_ARB_vertex_buffer_object
Alias for:GL_STATIC_DRAW_ARB
Define "GL_STATIC_DRAW" with expression '0x88E4
', CType: int- See Also:
- Constant Field Values
-
GL_POINTS
static final int GL_POINTS
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_POINTS" with expression '0x0000
', CType: int- See Also:
- Constant Field Values
-
GL_DEPTH_COMPONENT32
static final int GL_DEPTH_COMPONENT32
GL_VERSION_1_4
,GL_ARB_depth_texture
,GL_SGIX_depth_texture
,GL_OES_depth32
Alias for:GL_DEPTH_COMPONENT32_ARB
,GL_DEPTH_COMPONENT32_SGIX
,GL_DEPTH_COMPONENT32_OES
Define "GL_DEPTH_COMPONENT32" with expression '0x81A7
', CType: int- See Also:
- Constant Field Values
-
GL_DEPTH_RANGE
static final int GL_DEPTH_RANGE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DEPTH_RANGE" with expression '0x0B70
', CType: int- See Also:
- Constant Field Values
-
GL_FUNC_SUBTRACT
static final int GL_FUNC_SUBTRACT
GL_ARB_imaging
,GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_OES_blend_subtract
,GL_EXT_blend_subtract
Alias for:GL_FUNC_SUBTRACT_OES
,GL_FUNC_SUBTRACT_EXT
Define "GL_FUNC_SUBTRACT" with expression '0x800A
', CType: int- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_UNSUPPORTED
static final int GL_FRAMEBUFFER_UNSUPPORTED
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_FRAMEBUFFER_UNSUPPORTED_EXT
,GL_FRAMEBUFFER_UNSUPPORTED_OES
Define "GL_FRAMEBUFFER_UNSUPPORTED" with expression '0x8CDD
', CType: int- See Also:
- Constant Field Values
-
GL_SAMPLES
static final int GL_SAMPLES
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_3DFX_multisample
,GL_ARB_multisample
,GL_EXT_multisample
,GL_SGIS_multisample
Alias for:GL_SAMPLES_3DFX
,GL_SAMPLES_ARB
,GL_SAMPLES_EXT
,GL_SAMPLES_SGIS
Define "GL_SAMPLES" with expression '0x80A9
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE_BINDING_2D
static final int GL_TEXTURE_BINDING_2D
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_ES_1_0
Define "GL_TEXTURE_BINDING_2D" with expression '0x8069
', CType: int- See Also:
- Constant Field Values
-
GL_DEPTH_COMPONENT24
static final int GL_DEPTH_COMPONENT24
GL_ES_VERSION_3_0
,GL_VERSION_1_4
,GL_ARB_depth_texture
,GL_OES_depth24
,GL_SGIX_depth_texture
Alias for:GL_DEPTH_COMPONENT24_ARB
,GL_DEPTH_COMPONENT24_OES
,GL_DEPTH_COMPONENT24_SGIX
Define "GL_DEPTH_COMPONENT24" with expression '0x81A6
', CType: int- See Also:
- Constant Field Values
-
GL_STENCIL_BITS
static final int GL_STENCIL_BITS
GL_ES_VERSION_2_0
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_BITS" with expression '0x0D57
', CType: int- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_GREEN_SIZE
static final int GL_RENDERBUFFER_GREEN_SIZE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_RENDERBUFFER_GREEN_SIZE_EXT
,GL_RENDERBUFFER_GREEN_SIZE_OES
Define "GL_RENDERBUFFER_GREEN_SIZE" with expression '0x8D51
', CType: int- See Also:
- Constant Field Values
-
GL_BLEND_DST_RGB
static final int GL_BLEND_DST_RGB
GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_EXT_blend_func_separate
,GL_OES_blend_func_separate
Alias for:GL_BLEND_DST_RGB_EXT
,GL_BLEND_DST_RGB_OES
Define "GL_BLEND_DST_RGB" with expression '0x80C8
', CType: int- See Also:
- Constant Field Values
-
GL_BLEND
static final int GL_BLEND
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_BLEND" with expression '0x0BE2
', CType: int- See Also:
- Constant Field Values
-
GL_NO_RESET_NOTIFICATION
static final int GL_NO_RESET_NOTIFICATION
GL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_EXT_robustness
,GL_ARB_robustness
,GL_KHR_robustness
Alias for:GL_NO_RESET_NOTIFICATION_EXT
,GL_NO_RESET_NOTIFICATION_ARB
,GL_NO_RESET_NOTIFICATION_KHR
Define "GL_NO_RESET_NOTIFICATION" with expression '0x8261
', CType: int- See Also:
- Constant Field Values
-
GL_DEPTH_STENCIL
static final int GL_DEPTH_STENCIL
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_packed_depth_stencil
,GL_NV_packed_depth_stencil
,GL_EXT_packed_depth_stencil
Alias for:GL_DEPTH_STENCIL_OES
,GL_DEPTH_STENCIL_NV
,GL_DEPTH_STENCIL_EXT
Define "GL_DEPTH_STENCIL" with expression '0x84F9
', CType: int- See Also:
- Constant Field Values
-
GL_BUFFER_ACCESS
static final int GL_BUFFER_ACCESS
GL_VERSION_1_5
,GL_ARB_vertex_buffer_object
,GL_OES_mapbuffer
Alias for:GL_BUFFER_ACCESS_ARB
,GL_BUFFER_ACCESS_OES
Define "GL_BUFFER_ACCESS" with expression '0x88BB
', CType: int- See Also:
- Constant Field Values
-
GL_NEAREST
static final int GL_NEAREST
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_NEAREST" with expression '0x2600
', CType: int- See Also:
- Constant Field Values
-
GL_RENDERBUFFER
static final int GL_RENDERBUFFER
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_RENDERBUFFER_EXT
,GL_RENDERBUFFER_OES
Define "GL_RENDERBUFFER" with expression '0x8D41
', CType: int- See Also:
- Constant Field Values
-
GL_CULL_FACE
static final int GL_CULL_FACE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_CULL_FACE" with expression '0x0B44
', CType: int- See Also:
- Constant Field Values
-
GL_GUILTY_CONTEXT_RESET
static final int GL_GUILTY_CONTEXT_RESET
GL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_EXT_robustness
,GL_ARB_robustness
,GL_KHR_robustness
Alias for:GL_GUILTY_CONTEXT_RESET_EXT
,GL_GUILTY_CONTEXT_RESET_ARB
,GL_GUILTY_CONTEXT_RESET_KHR
Define "GL_GUILTY_CONTEXT_RESET" with expression '0x8253
', CType: int- See Also:
- Constant Field Values
-
GL_VIEWPORT
static final int GL_VIEWPORT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_VIEWPORT" with expression '0x0BA2
', CType: int- See Also:
- Constant Field Values
-
GL_LOSE_CONTEXT_ON_RESET
static final int GL_LOSE_CONTEXT_ON_RESET
GL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_KHR_robustness
,GL_EXT_robustness
,GL_ARB_robustness
Alias for:GL_LOSE_CONTEXT_ON_RESET_KHR
,GL_LOSE_CONTEXT_ON_RESET_EXT
,GL_LOSE_CONTEXT_ON_RESET_ARB
Define "GL_LOSE_CONTEXT_ON_RESET" with expression '0x8252
', CType: int- See Also:
- Constant Field Values
-
GL_GREATER
static final int GL_GREATER
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_GREATER" with expression '0x0204
', CType: int- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME
static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT
,GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES
Define "GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME" with expression '0x8CD1
', CType: int- See Also:
- Constant Field Values
-
GL_STENCIL_INDEX4
static final int GL_STENCIL_INDEX4
GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_stencil4
Alias for:GL_STENCIL_INDEX4_EXT
,GL_STENCIL_INDEX4_OES
Define "GL_STENCIL_INDEX4" with expression '0x8D47
', CType: int- See Also:
- Constant Field Values
-
GL_DEPTH_BUFFER_BIT
static final int GL_DEPTH_BUFFER_BIT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_DEPTH_BUFFER_BIT" with expression '0x00000100
', CType: int- See Also:
- Constant Field Values
-
GL_RENDERBUFFER_RED_SIZE
static final int GL_RENDERBUFFER_RED_SIZE
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:GL_RENDERBUFFER_RED_SIZE_OES
,GL_RENDERBUFFER_RED_SIZE_EXT
Define "GL_RENDERBUFFER_RED_SIZE" with expression '0x8D50
', CType: int- See Also:
- Constant Field Values
-
GL_SRC_ALPHA_SATURATE
static final int GL_SRC_ALPHA_SATURATE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
,GL_EXT_blend_func_extended
Alias for:GL_SRC_ALPHA_SATURATE_EXT
Define "GL_SRC_ALPHA_SATURATE" with expression '0x0308
', CType: int- See Also:
- Constant Field Values
-
GL_UNPACK_ALIGNMENT
static final int GL_UNPACK_ALIGNMENT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_UNPACK_ALIGNMENT" with expression '0x0CF5
', CType: int- See Also:
- Constant Field Values
-
GL_LUMINANCE4_ALPHA4
static final int GL_LUMINANCE4_ALPHA4
GL_VERSION_1_1
,GL_EXT_texture
,GL_OES_required_internalformat
Alias for:GL_LUMINANCE4_ALPHA4_EXT
,GL_LUMINANCE4_ALPHA4_OES
Define "GL_LUMINANCE4_ALPHA4" with expression '0x8043
', CType: int- See Also:
- Constant Field Values
-
GL_RG32F
static final int GL_RG32F
GL_ES_VERSION_3_0
,GL_ARB_texture_rg
,GL_VERSION_3_0
,GL_EXT_texture_storage
Alias for:GL_RG32F_EXT
Define "GL_RG32F" with expression '0x8230
', CType: int- See Also:
- Constant Field Values
-
GL_R32F
static final int GL_R32F
GL_ES_VERSION_3_0
,GL_ARB_texture_rg
,GL_VERSION_3_0
,GL_EXT_texture_storage
Alias for:GL_R32F_EXT
Define "GL_R32F" with expression '0x822E
', CType: int- See Also:
- Constant Field Values
-
GL_SAMPLE_ALPHA_TO_COVERAGE
static final int GL_SAMPLE_ALPHA_TO_COVERAGE
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_multisample
Alias for:GL_SAMPLE_ALPHA_TO_COVERAGE_ARB
Define "GL_SAMPLE_ALPHA_TO_COVERAGE" with expression '0x809E
', CType: int- See Also:
- Constant Field Values
-
GL_TRIANGLE_STRIP
static final int GL_TRIANGLE_STRIP
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_TRIANGLE_STRIP" with expression '0x0005
', CType: int- See Also:
- Constant Field Values
-
GL_UNSIGNED_INT_24_8
static final int GL_UNSIGNED_INT_24_8
GL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_NV_packed_depth_stencil
,GL_EXT_packed_depth_stencil
,GL_OES_packed_depth_stencil
Alias for:GL_UNSIGNED_INT_24_8_NV
,GL_UNSIGNED_INT_24_8_EXT
,GL_UNSIGNED_INT_24_8_OES
Define "GL_UNSIGNED_INT_24_8" with expression '0x84FA
', CType: int- See Also:
- Constant Field Values
-
GL_TEXTURE_MAX_ANISOTROPY_EXT
static final int GL_TEXTURE_MAX_ANISOTROPY_EXT
GL_EXT_texture_filter_anisotropic
Define "GL_TEXTURE_MAX_ANISOTROPY_EXT" with expression '0x84FE
', CType: int- See Also:
- Constant Field Values
-
GL_STENCIL_CLEAR_VALUE
static final int GL_STENCIL_CLEAR_VALUE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_CLEAR_VALUE" with expression '0x0B91
', CType: int- See Also:
- Constant Field Values
-
GL_COMPRESSED_RGBA_S3TC_DXT1_EXT
static final int GL_COMPRESSED_RGBA_S3TC_DXT1_EXT
GL_EXT_texture_compression_s3tc
,GL_EXT_texture_compression_dxt1
Define "GL_COMPRESSED_RGBA_S3TC_DXT1_EXT" with expression '0x83F1
', CType: int- See Also:
- Constant Field Values
-
GL_ZERO
static final int GL_ZERO
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
,GL_EXT_vertex_shader
Alias for:GL_ZERO_EXT
Define "GL_ZERO" with expression '0
', CType: int- See Also:
- Constant Field Values
-
GL_CLAMP_TO_EDGE
static final int GL_CLAMP_TO_EDGE
GL_ES_VERSION_2_0
,GL_VERSION_1_2
,GL_VERSION_ES_1_0
,GL_SGIS_texture_edge_clamp
Alias for:GL_CLAMP_TO_EDGE_SGIS
Define "GL_CLAMP_TO_EDGE" with expression '0x812F
', CType: int- See Also:
- Constant Field Values
-
GL_BLEND_DST_ALPHA
static final int GL_BLEND_DST_ALPHA
GL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_EXT_blend_func_separate
,GL_OES_blend_func_separate
Alias for:GL_BLEND_DST_ALPHA_EXT
,GL_BLEND_DST_ALPHA_OES
Define "GL_BLEND_DST_ALPHA" with expression '0x80CA
', CType: int- See Also:
- Constant Field Values
-
GL_RGB10
static final int GL_RGB10
GL_VERSION_1_1
,GL_EXT_texture_storage
,GL_EXT_texture
,GL_OES_required_internalformat
Alias for:GL_RGB10_EXT
Define "GL_RGB10" with expression '0x8052
', CType: int- See Also:
- Constant Field Values
-
GL_BGRA8
static final int GL_BGRA8
GL_APPLE_texture_format_BGRA8888
,GL_EXT_texture_storage
Alias for:GL_BGRA8_EXT
Define "GL_BGRA8" with expression '0x93A1
', CType: int- See Also:
- Constant Field Values
-
GL_FLOAT
static final int GL_FLOAT
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_FLOAT" with expression '0x1406
', CType: int- See Also:
- Constant Field Values
-
GL_RGBA32F
static final int GL_RGBA32F
GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_texture_storage
,GL_ARB_texture_float
Alias for:GL_RGBA32F_EXT
,GL_RGBA32F_ARB
Define "GL_RGBA32F" with expression '0x8814
', CType: int- See Also:
- Constant Field Values
-
GL_STENCIL_ATTACHMENT
static final int GL_STENCIL_ATTACHMENT
GL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:GL_STENCIL_ATTACHMENT_EXT
,GL_STENCIL_ATTACHMENT_OES
Define "GL_STENCIL_ATTACHMENT" with expression '0x8D20
', CType: int- See Also:
- Constant Field Values
-
GL_INVALID_VALUE
static final int GL_INVALID_VALUE
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_INVALID_VALUE" with expression '0x0501
', CType: int- See Also:
- Constant Field Values
-
GL_BUFFER_MAP_POINTER
static final int GL_BUFFER_MAP_POINTER
GL_VERSION_1_5
,GL_ES_VERSION_3_0
,GL_OES_mapbuffer
,GL_ARB_vertex_buffer_object
Alias for:GL_BUFFER_MAP_POINTER_OES
,GL_BUFFER_MAP_POINTER_ARB
Define "GL_BUFFER_MAP_POINTER" with expression '0x88BD
', CType: int- See Also:
- Constant Field Values
-
GL_GEQUAL
static final int GL_GEQUAL
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_GEQUAL" with expression '0x0206
', CType: int- See Also:
- Constant Field Values
-
GL_NICEST
static final int GL_NICEST
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_NICEST" with expression '0x1102
', CType: int- See Also:
- Constant Field Values
-
GL_STENCIL_FUNC
static final int GL_STENCIL_FUNC
GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_VERSION_ES_1_0
Define "GL_STENCIL_FUNC" with expression '0x0B92
', CType: int- See Also:
- Constant Field Values
-
GL_COMPRESSED_TEXTURE_FORMATS
static final int GL_COMPRESSED_TEXTURE_FORMATS
GL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_1_0
,GL_ARB_texture_compression
Alias for:GL_COMPRESSED_TEXTURE_FORMATS_ARB
Define "GL_COMPRESSED_TEXTURE_FORMATS" with expression '0x86A3
', CType: int- See Also:
- Constant Field Values
-
GL_AND
static final int GL_AND
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_AND_INVERTED
static final int GL_AND_INVERTED
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_AND_REVERSE
static final int GL_AND_REVERSE
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_BLEND_DST
static final int GL_BLEND_DST
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_BLEND_SRC
static final int GL_BLEND_SRC
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_CLEAR
static final int GL_CLEAR
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_COLOR_LOGIC_OP
static final int GL_COLOR_LOGIC_OP
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_COPY
static final int GL_COPY
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_COPY_INVERTED
static final int GL_COPY_INVERTED
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_EQUIV
static final int GL_EQUIV
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_LINE_SMOOTH
static final int GL_LINE_SMOOTH
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_LINE_SMOOTH_HINT
static final int GL_LINE_SMOOTH_HINT
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_LOGIC_OP_MODE
static final int GL_LOGIC_OP_MODE
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_MULTISAMPLE
static final int GL_MULTISAMPLE
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_NAND
static final int GL_NAND
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_NOOP
static final int GL_NOOP
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_NOR
static final int GL_NOR
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_OR
static final int GL_OR
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_OR_INVERTED
static final int GL_OR_INVERTED
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_OR_REVERSE
static final int GL_OR_REVERSE
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_POINT_FADE_THRESHOLD_SIZE
static final int GL_POINT_FADE_THRESHOLD_SIZE
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_POINT_SIZE
static final int GL_POINT_SIZE
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_SAMPLE_ALPHA_TO_ONE
static final int GL_SAMPLE_ALPHA_TO_ONE
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_SET
static final int GL_SET
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_SMOOTH_LINE_WIDTH_RANGE
static final int GL_SMOOTH_LINE_WIDTH_RANGE
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_SMOOTH_POINT_SIZE_RANGE
static final int GL_SMOOTH_POINT_SIZE_RANGE
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_XOR
static final int GL_XOR
Common in ES1, GL2 and GL3- See Also:
- Constant Field Values
-
GL_HALF_FLOAT
static final int GL_HALF_FLOAT
Part ofGL_ARB_half_float_vertex
;GL_NV_half_float
;GL_ARB_half_float_pixel
, earmarked for ES 3.0 (hence kept in GL while fixing Bug 590)- See Also:
- Constant Field Values
-
GL_FRAMEBUFFER_INCOMPLETE_FORMATS
static final int GL_FRAMEBUFFER_INCOMPLETE_FORMATS
Part ofGL_EXT_framebuffer_object
;GL_ES_VERSION_2_0
;GL_OES_framebuffer_object
- See Also:
- Constant Field Values
-
GL_UNSIGNED_INT_10F_11F_11F_REV
static final int GL_UNSIGNED_INT_10F_11F_11F_REV
Part ofGL_ES_VERSION_3_0
,GL_VERSION_3_0
;GL_EXT_packed_float
- See Also:
- Constant Field Values
-
-
Method Detail
-
glActiveTexture
void glActiveTexture(int texture)
Entry point to C language function:void glActiveTexture(GLenum texture)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_CL_CM
,GL_ARB_multitexture
Alias for:glActiveTextureARB
-
glBindBuffer
void glBindBuffer(int target, int buffer)
Entry point to C language function:void glBindBuffer(GLenum target, GLuint buffer)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glBindBufferARB
-
glBindFramebuffer
void glBindFramebuffer(int target, int framebuffer)
Entry point to C language function:void glBindFramebuffer(GLenum target, GLuint framebuffer)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glBindFramebufferOES
,glBindFramebufferEXT
-
glBindRenderbuffer
void glBindRenderbuffer(int target, int renderbuffer)
Entry point to C language function:void glBindRenderbuffer(GLenum target, GLuint renderbuffer)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glBindRenderbufferEXT
,glBindRenderbufferOES
-
glBindTexture
void glBindTexture(int target, int texture)
Entry point to C language function:void glBindTexture(GLenum target, GLuint texture)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_texture_object
Alias for:glBindTextureEXT
-
glBlendEquation
void glBlendEquation(int mode)
Entry point to C language function:void glBlendEquation(GLenum mode)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_VERSION_1_2
,GL_OES_blend_subtract
,GL_EXT_blend_minmax
Alias for:glBlendEquationOES
,glBlendEquationEXT
-
glBlendEquationSeparate
void glBlendEquationSeparate(int modeRGB, int modeAlpha)
Entry point to C language function:void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_2_0
,GL_OES_blend_equation_separate
,GL_EXT_blend_equation_separate
Alias for:glBlendEquationSeparateOES
,glBlendEquationSeparateEXT
-
glBlendFunc
void glBlendFunc(int sfactor, int dfactor)
Entry point to C language function:void glBlendFunc(GLenum sfactor, GLenum dfactor)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glBlendFuncSeparate
void glBlendFuncSeparate(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha)
Entry point to C language function:void glBlendFuncSeparate(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_1_4
,GL_INGR_blend_func_separate
,GL_OES_blend_func_separate
,GL_EXT_blend_func_separate
Alias for:glBlendFuncSeparateINGR
,glBlendFuncSeparateOES
,glBlendFuncSeparateEXT
-
glBufferData
void glBufferData(int target, long size, Buffer data, int usage)
Entry point to C language function:void glBufferData(GLenum target, GLsizeiptr size, const void * data, GLenum usage)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glBufferDataARB
- Parameters:
data
- a direct or array-backedBuffer
Throws a
GLException
if GL-function constraints are not met or the native GL-function fails.- Throws:
GLException
- if buffer is not bound to targetGLException
- if size is less-than zeroGLException
- if a native GL-Error occurs
-
glBufferSubData
void glBufferSubData(int target, long offset, long size, Buffer data)
Entry point to C language function:void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void * data)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glBufferSubDataARB
- Parameters:
data
- a direct or array-backedBuffer
-
glCheckFramebufferStatus
int glCheckFramebufferStatus(int target)
Entry point to C language function:GLenum glCheckFramebufferStatus(GLenum target)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glCheckFramebufferStatusEXT
,glCheckFramebufferStatusOES
-
glClear
void glClear(int mask)
Entry point to C language function:void glClear(GLbitfield mask)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glClearColor
void glClearColor(float red, float green, float blue, float alpha)
Entry point to C language function:void glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_0
-
glClearDepthf
void glClearDepthf(float d)
Entry point to C language function:void glClearDepthf(GLfloat d)
Part ofGL_ARB_ES2_compatibility
,GL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_4_1
,GL_OES_single_precision
Alias for:glClearDepthfOES
-
glClearStencil
void glClearStencil(int s)
Entry point to C language function:void glClearStencil(GLint s)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glColorMask
void glColorMask(boolean red, boolean green, boolean blue, boolean alpha)
Entry point to C language function:void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glCompressedTexImage2D
void glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer data)
Entry point to C language function:void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * data)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_CL_CM
,GL_ARB_texture_compression
Alias for:glCompressedTexImage2DARB
- Parameters:
data
- a direct or array-backedBuffer
-
glCompressedTexImage2D
void glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, long data_buffer_offset)
Entry point to C language function:void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * data)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_CL_CM
,GL_ARB_texture_compression
Alias for:glCompressedTexImage2DARB
-
glCompressedTexSubImage2D
void glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer data)
Entry point to C language function:void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * data)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_CL_CM
,GL_ARB_texture_compression
Alias for:glCompressedTexSubImage2DARB
- Parameters:
data
- a direct or array-backedBuffer
-
glCompressedTexSubImage2D
void glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, long data_buffer_offset)
Entry point to C language function:void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * data)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_CL_CM
,GL_ARB_texture_compression
Alias for:glCompressedTexSubImage2DARB
-
glCopyTexImage2D
void glCopyTexImage2D(int target, int level, int internalformat, int x, int y, int width, int height, int border)
Entry point to C language function:void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_copy_texture
Alias for:glCopyTexImage2DEXT
-
glCopyTexSubImage2D
void glCopyTexSubImage2D(int target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
Entry point to C language function:void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_copy_texture
Alias for:glCopyTexSubImage2DEXT
-
glCullFace
void glCullFace(int mode)
Entry point to C language function:void glCullFace(GLenum mode)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glDeleteBuffers
void glDeleteBuffers(int n, IntBuffer buffers)
Entry point to C language function:void glDeleteBuffers(GLsizei n, const GLuint * buffers)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glDeleteBuffersARB
- Parameters:
buffers
- a direct or array-backedIntBuffer
-
glDeleteBuffers
void glDeleteBuffers(int n, int[] buffers, int buffers_offset)
Entry point to C language function:void glDeleteBuffers(GLsizei n, const GLuint * buffers)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glDeleteBuffersARB
-
glDeleteFramebuffers
void glDeleteFramebuffers(int n, IntBuffer framebuffers)
Entry point to C language function:void glDeleteFramebuffers(GLsizei n, const GLuint * framebuffers)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glDeleteFramebuffersOES
,glDeleteFramebuffersEXT
- Parameters:
framebuffers
- a direct or array-backedIntBuffer
-
glDeleteFramebuffers
void glDeleteFramebuffers(int n, int[] framebuffers, int framebuffers_offset)
Entry point to C language function:void glDeleteFramebuffers(GLsizei n, const GLuint * framebuffers)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glDeleteFramebuffersOES
,glDeleteFramebuffersEXT
-
glDeleteRenderbuffers
void glDeleteRenderbuffers(int n, IntBuffer renderbuffers)
Entry point to C language function:void glDeleteRenderbuffers(GLsizei n, const GLuint * renderbuffers)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glDeleteRenderbuffersOES
,glDeleteRenderbuffersEXT
- Parameters:
renderbuffers
- a direct or array-backedIntBuffer
-
glDeleteRenderbuffers
void glDeleteRenderbuffers(int n, int[] renderbuffers, int renderbuffers_offset)
Entry point to C language function:void glDeleteRenderbuffers(GLsizei n, const GLuint * renderbuffers)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glDeleteRenderbuffersOES
,glDeleteRenderbuffersEXT
-
glDeleteTextures
void glDeleteTextures(int n, IntBuffer textures)
Entry point to C language function:void glDeleteTextures(GLsizei n, const GLuint * textures)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_texture_object
Alias for:glDeleteTexturesEXT
- Parameters:
textures
- a direct or array-backedIntBuffer
-
glDeleteTextures
void glDeleteTextures(int n, int[] textures, int textures_offset)
Entry point to C language function:void glDeleteTextures(GLsizei n, const GLuint * textures)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_texture_object
Alias for:glDeleteTexturesEXT
-
glDepthFunc
void glDepthFunc(int func)
Entry point to C language function:void glDepthFunc(GLenum func)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glDepthMask
void glDepthMask(boolean flag)
Entry point to C language function:void glDepthMask(GLboolean flag)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glDepthRangef
void glDepthRangef(float n, float f)
Entry point to C language function:void glDepthRangef(GLfloat n, GLfloat f)
Part ofGL_ARB_ES2_compatibility
,GL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_4_1
,GL_OES_single_precision
Alias for:glDepthRangefOES
-
glDisable
void glDisable(int cap)
Entry point to C language function:void glDisable(GLenum cap)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glDrawArrays
void glDrawArrays(int mode, int first, int count)
Entry point to C language function:void glDrawArrays(GLenum mode, GLint first, GLsizei count)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_vertex_array
Alias for:glDrawArraysEXT
-
glDrawElements
void glDrawElements(int mode, int count, int type, long indices_buffer_offset)
Entry point to C language function:void glDrawElements(GLenum mode, GLsizei count, GLenum type, const void * indices)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
-
glEnable
void glEnable(int cap)
Entry point to C language function:void glEnable(GLenum cap)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glFinish
void glFinish()
Entry point to C language function:void glFinish()
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glFlush
void glFlush()
Entry point to C language function:void glFlush()
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glFramebufferRenderbuffer
void glFramebufferRenderbuffer(int target, int attachment, int renderbuffertarget, int renderbuffer)
Entry point to C language function:void glFramebufferRenderbuffer(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glFramebufferRenderbufferOES
,glFramebufferRenderbufferEXT
-
glFramebufferTexture2D
void glFramebufferTexture2D(int target, int attachment, int textarget, int texture, int level)
Entry point to C language function:void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glFramebufferTexture2DEXT
,glFramebufferTexture2DOES
-
glFrontFace
void glFrontFace(int mode)
Entry point to C language function:void glFrontFace(GLenum mode)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glGenBuffers
void glGenBuffers(int n, IntBuffer buffers)
Entry point to C language function:void glGenBuffers(GLsizei n, GLuint * buffers)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glGenBuffersARB
- Parameters:
buffers
- a direct or array-backedIntBuffer
-
glGenBuffers
void glGenBuffers(int n, int[] buffers, int buffers_offset)
Entry point to C language function:void glGenBuffers(GLsizei n, GLuint * buffers)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glGenBuffersARB
-
glGenerateMipmap
void glGenerateMipmap(int target)
Entry point to C language function:void glGenerateMipmap(GLenum target)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glGenerateMipmapOES
,glGenerateMipmapEXT
-
glGenFramebuffers
void glGenFramebuffers(int n, IntBuffer framebuffers)
Entry point to C language function:void glGenFramebuffers(GLsizei n, GLuint * framebuffers)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glGenFramebuffersOES
,glGenFramebuffersEXT
- Parameters:
framebuffers
- a direct or array-backedIntBuffer
-
glGenFramebuffers
void glGenFramebuffers(int n, int[] framebuffers, int framebuffers_offset)
Entry point to C language function:void glGenFramebuffers(GLsizei n, GLuint * framebuffers)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glGenFramebuffersOES
,glGenFramebuffersEXT
-
glGenRenderbuffers
void glGenRenderbuffers(int n, IntBuffer renderbuffers)
Entry point to C language function:void glGenRenderbuffers(GLsizei n, GLuint * renderbuffers)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glGenRenderbuffersEXT
,glGenRenderbuffersOES
- Parameters:
renderbuffers
- a direct or array-backedIntBuffer
-
glGenRenderbuffers
void glGenRenderbuffers(int n, int[] renderbuffers, int renderbuffers_offset)
Entry point to C language function:void glGenRenderbuffers(GLsizei n, GLuint * renderbuffers)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glGenRenderbuffersEXT
,glGenRenderbuffersOES
-
glGenTextures
void glGenTextures(int n, IntBuffer textures)
Entry point to C language function:void glGenTextures(GLsizei n, GLuint * textures)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_texture_object
Alias for:glGenTexturesEXT
- Parameters:
textures
- a direct or array-backedIntBuffer
-
glGenTextures
void glGenTextures(int n, int[] textures, int textures_offset)
Entry point to C language function:void glGenTextures(GLsizei n, GLuint * textures)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_texture_object
Alias for:glGenTexturesEXT
-
glGetBooleanv
void glGetBooleanv(int pname, ByteBuffer data)
Entry point to C language function:void glGetBooleanv(GLenum pname, GLboolean * data)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
- Parameters:
data
- a direct or array-backedByteBuffer
-
glGetBooleanv
void glGetBooleanv(int pname, byte[] data, int data_offset)
Entry point to C language function:void glGetBooleanv(GLenum pname, GLboolean * data)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glGetBufferParameteriv
void glGetBufferParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function:void glGetBufferParameteriv(GLenum target, GLenum pname, GLint * params)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glGetBufferParameterivARB
- Parameters:
params
- a direct or array-backedIntBuffer
-
glGetBufferParameteriv
void glGetBufferParameteriv(int target, int pname, int[] params, int params_offset)
Entry point to C language function:void glGetBufferParameteriv(GLenum target, GLenum pname, GLint * params)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glGetBufferParameterivARB
-
glGetError
int glGetError()
Entry point to C language function:GLenum glGetError()
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glGetFloatv
void glGetFloatv(int pname, FloatBuffer data)
Entry point to C language function:void glGetFloatv(GLenum pname, GLfloat * data)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_0
- Parameters:
data
- a direct or array-backedFloatBuffer
-
glGetFloatv
void glGetFloatv(int pname, float[] data, int data_offset)
Entry point to C language function:void glGetFloatv(GLenum pname, GLfloat * data)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_0
-
glGetFramebufferAttachmentParameteriv
void glGetFramebufferAttachmentParameteriv(int target, int attachment, int pname, IntBuffer params)
Entry point to C language function:void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint * params)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glGetFramebufferAttachmentParameterivEXT
,glGetFramebufferAttachmentParameterivOES
- Parameters:
params
- a direct or array-backedIntBuffer
-
glGetFramebufferAttachmentParameteriv
void glGetFramebufferAttachmentParameteriv(int target, int attachment, int pname, int[] params, int params_offset)
Entry point to C language function:void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint * params)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glGetFramebufferAttachmentParameterivEXT
,glGetFramebufferAttachmentParameterivOES
-
glGetIntegerv
void glGetIntegerv(int pname, IntBuffer data)
Entry point to C language function:void glGetIntegerv(GLenum pname, GLint * data)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
- Parameters:
data
- a direct or array-backedIntBuffer
-
glGetIntegerv
void glGetIntegerv(int pname, int[] data, int data_offset)
Entry point to C language function:void glGetIntegerv(GLenum pname, GLint * data)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glGetRenderbufferParameteriv
void glGetRenderbufferParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function:void glGetRenderbufferParameteriv(GLenum target, GLenum pname, GLint * params)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glGetRenderbufferParameterivEXT
,glGetRenderbufferParameterivOES
- Parameters:
params
- a direct or array-backedIntBuffer
-
glGetRenderbufferParameteriv
void glGetRenderbufferParameteriv(int target, int pname, int[] params, int params_offset)
Entry point to C language function:void glGetRenderbufferParameteriv(GLenum target, GLenum pname, GLint * params)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glGetRenderbufferParameterivEXT
,glGetRenderbufferParameterivOES
-
glGetString
String glGetString(int name)
Entry point to C language function:const GLubyte * glGetString(GLenum name)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glGetTexParameterfv
void glGetTexParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function:void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat * params)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_0
- Parameters:
params
- a direct or array-backedFloatBuffer
-
glGetTexParameterfv
void glGetTexParameterfv(int target, int pname, float[] params, int params_offset)
Entry point to C language function:void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat * params)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_0
-
glGetTexParameteriv
void glGetTexParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function:void glGetTexParameteriv(GLenum target, GLenum pname, GLint * params)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
- Parameters:
params
- a direct or array-backedIntBuffer
-
glGetTexParameteriv
void glGetTexParameteriv(int target, int pname, int[] params, int params_offset)
Entry point to C language function:void glGetTexParameteriv(GLenum target, GLenum pname, GLint * params)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glHint
void glHint(int target, int mode)
Entry point to C language function:void glHint(GLenum target, GLenum mode)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
,GL_PGI_misc_hints
Alias for:glHintPGI
-
glIsBuffer
boolean glIsBuffer(int buffer)
Entry point to C language function:GLboolean glIsBuffer(GLuint buffer)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_ARB_vertex_buffer_object
Alias for:glIsBufferARB
-
glIsEnabled
boolean glIsEnabled(int cap)
Entry point to C language function:GLboolean glIsEnabled(GLenum cap)
Part ofGL_NV_vertex_buffer_unified_memory
,GL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glIsFramebuffer
boolean glIsFramebuffer(int framebuffer)
Entry point to C language function:GLboolean glIsFramebuffer(GLuint framebuffer)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glIsFramebufferEXT
,glIsFramebufferOES
-
glIsRenderbuffer
boolean glIsRenderbuffer(int renderbuffer)
Entry point to C language function:GLboolean glIsRenderbuffer(GLuint renderbuffer)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_OES_framebuffer_object
,GL_EXT_framebuffer_object
Alias for:glIsRenderbufferOES
,glIsRenderbufferEXT
-
glIsTexture
boolean glIsTexture(int texture)
Entry point to C language function:GLboolean glIsTexture(GLuint texture)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_texture_object
Alias for:glIsTextureEXT
-
glLineWidth
void glLineWidth(float width)
Entry point to C language function:void glLineWidth(GLfloat width)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_0
-
glPixelStorei
void glPixelStorei(int pname, int param)
Entry point to C language function:void glPixelStorei(GLenum pname, GLint param)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glPolygonOffset
void glPolygonOffset(float factor, float units)
Entry point to C language function:void glPolygonOffset(GLfloat factor, GLfloat units)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_1
,GL_VERSION_1_0
,GL_EXT_polygon_offset
Alias for:glPolygonOffsetEXT
-
glReadPixels
void glReadPixels(int x, int y, int width, int height, int format, int type, Buffer pixels)
Entry point to C language function:void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void * pixels)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
- Parameters:
pixels
- a direct or array-backedBuffer
-
glReadPixels
void glReadPixels(int x, int y, int width, int height, int format, int type, long pixels_buffer_offset)
Entry point to C language function:void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void * pixels)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glRenderbufferStorage
void glRenderbufferStorage(int target, int internalformat, int width, int height)
Entry point to C language function:void glRenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
Part ofGL_ES_VERSION_2_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_EXT_framebuffer_object
,GL_OES_framebuffer_object
Alias for:glRenderbufferStorageEXT
,glRenderbufferStorageOES
-
glSampleCoverage
void glSampleCoverage(float value, boolean invert)
Entry point to C language function:void glSampleCoverage(GLfloat value, GLboolean invert)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_1_3
,GL_VERSION_ES_CL_CM
,GL_ARB_multisample
,GL_OES_fixed_point
Alias for:glSampleCoverageARB
,glSampleCoverageOES
-
glScissor
void glScissor(int x, int y, int width, int height)
Entry point to C language function:void glScissor(GLint x, GLint y, GLsizei width, GLsizei height)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glStencilFunc
void glStencilFunc(int func, int ref, int mask)
Entry point to C language function:void glStencilFunc(GLenum func, GLint ref, GLuint mask)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glStencilMask
void glStencilMask(int mask)
Entry point to C language function:void glStencilMask(GLuint mask)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glStencilOp
void glStencilOp(int fail, int zfail, int zpass)
Entry point to C language function:void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glTexImage2D
void glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels)
Entry point to C language function:void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
- Parameters:
pixels
- a direct or array-backedBuffer
-
glTexImage2D
void glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, long pixels_buffer_offset)
Entry point to C language function:void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glTexParameterf
void glTexParameterf(int target, int pname, float param)
Entry point to C language function:void glTexParameterf(GLenum target, GLenum pname, GLfloat param)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_0
-
glTexParameterfv
void glTexParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function:void glTexParameterfv(GLenum target, GLenum pname, const GLfloat * params)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_0
- Parameters:
params
- a direct or array-backedFloatBuffer
-
glTexParameterfv
void glTexParameterfv(int target, int pname, float[] params, int params_offset)
Entry point to C language function:void glTexParameterfv(GLenum target, GLenum pname, const GLfloat * params)
Part ofGL_VERSION_ES_CM
,GL_ES_VERSION_2_0
,GL_VERSION_1_0
-
glTexParameteri
void glTexParameteri(int target, int pname, int param)
Entry point to C language function:void glTexParameteri(GLenum target, GLenum pname, GLint param)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glTexParameteriv
void glTexParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function:void glTexParameteriv(GLenum target, GLenum pname, const GLint * params)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
- Parameters:
params
- a direct or array-backedIntBuffer
-
glTexParameteriv
void glTexParameteriv(int target, int pname, int[] params, int params_offset)
Entry point to C language function:void glTexParameteriv(GLenum target, GLenum pname, const GLint * params)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glTexSubImage2D
void glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels)
Entry point to C language function:void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_subtexture
Alias for:glTexSubImage2DEXT
- Parameters:
pixels
- a direct or array-backedBuffer
-
glTexSubImage2D
void glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, long pixels_buffer_offset)
Entry point to C language function:void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_1
,GL_EXT_subtexture
Alias for:glTexSubImage2DEXT
-
glViewport
void glViewport(int x, int y, int width, int height)
Entry point to C language function:void glViewport(GLint x, GLint y, GLsizei width, GLsizei height)
Part ofGL_ES_VERSION_2_0
,GL_VERSION_ES_CL_CM
,GL_VERSION_1_0
-
glTexStorage1D
void glTexStorage1D(int target, int levels, int internalformat, int width)
Entry point to C language function:void glTexStorage1D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Part ofGL_ARB_texture_storage
,GL_VERSION_4_2
,GL_EXT_texture_storage
Alias for:glTexStorage1DEXT
-
glTexStorage2D
void glTexStorage2D(int target, int levels, int internalformat, int width, int height)
Entry point to C language function:void glTexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Part ofGL_ARB_texture_storage
,GL_VERSION_4_2
,GL_ES_VERSION_3_0
,GL_EXT_texture_storage
Alias for:glTexStorage2DEXT
-
glTexStorage3D
void glTexStorage3D(int target, int levels, int internalformat, int width, int height, int depth)
Entry point to C language function:void glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Part ofGL_ARB_texture_storage
,GL_VERSION_4_2
,GL_ES_VERSION_3_0
,GL_EXT_texture_storage
Alias for:glTexStorage3DEXT
-
glTextureStorage1DEXT
void glTextureStorage1DEXT(int texture, int target, int levels, int internalformat, int width)
Entry point to C language function:void glTextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
Part ofGL_EXT_texture_storage
,GL_ARB_texture_storage
,GL_EXT_direct_state_access
-
glTextureStorage2DEXT
void glTextureStorage2DEXT(int texture, int target, int levels, int internalformat, int width, int height)
Entry point to C language function:void glTextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Part ofGL_EXT_texture_storage
,GL_ARB_texture_storage
,GL_EXT_direct_state_access
-
glTextureStorage3DEXT
void glTextureStorage3DEXT(int texture, int target, int levels, int internalformat, int width, int height, int depth)
Entry point to C language function:void glTextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Part ofGL_EXT_texture_storage
,GL_ARB_texture_storage
,GL_EXT_direct_state_access
-
glMapBuffer
ByteBuffer glMapBuffer(int target, int access)
Entry point to C language function:void * glMapBuffer(GLenum target, GLenum access)
Part ofGL_VERSION_1_5
,GL_OES_mapbuffer
,GL_ARB_vertex_buffer_object
Alias for:glMapBufferOES
,glMapBufferARB
Throws a
GLException
if GL-function constraints are not met.Returns
GLBase.mapBuffer(int, int)
'sGLBufferStorage.getMappedBuffer()
.- Throws:
GLException
- if buffer is not bound to targetGLException
- if buffer is not trackedGLException
- if buffer is already mappedGLException
- if buffer has invalid store size, i.e. less-than zero
-
glUnmapBuffer
boolean glUnmapBuffer(int target)
Entry point to C language function:GLboolean glUnmapBuffer(GLenum target)
Part ofGL_VERSION_1_5
,GL_ES_VERSION_3_0
,GL_OES_mapbuffer
,GL_ARB_vertex_buffer_object
Alias for:glUnmapBufferOES
,glUnmapBufferARB
-
glRenderbufferStorageMultisample
void glRenderbufferStorageMultisample(int target, int samples, int internalformat, int width, int height)
Entry point to C language function:void glRenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part ofGL_ES_VERSION_3_0
,GL_ARB_framebuffer_object
,GL_VERSION_3_0
,GL_APPLE_framebuffer_multisample
,GL_EXT_multisampled_render_to_texture
,GL_EXT_framebuffer_multisample
,GL_ANGLE_framebuffer_multisample
,GL_IMG_multisampled_render_to_texture
,GL_NV_framebuffer_multisample
Alias for:glRenderbufferStorageMultisampleAPPLE
,glRenderbufferStorageMultisampleEXT
,glRenderbufferStorageMultisampleANGLE
,glRenderbufferStorageMultisampleIMG
,glRenderbufferStorageMultisampleNV
-
glMapBufferRange
ByteBuffer glMapBufferRange(int target, long offset, long length, int access)
Entry point to C language function:void * glMapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
Part ofGL_ARB_map_buffer_range
,GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_map_buffer_range
Alias for:glMapBufferRangeEXT
Throws a
GLException
if GL-function constraints are not met.Returns
GLBase.mapBufferRange(int, long, long, int)
'sGLBufferStorage.getMappedBuffer()
.- Throws:
GLException
- if buffer is not bound to targetGLException
- if buffer is not trackedGLException
- if buffer is already mappedGLException
- if buffer has invalid store size, i.e. less-than zeroGLException
- if buffer mapping range does not fit, incl. offset
-
glFlushMappedBufferRange
void glFlushMappedBufferRange(int target, long offset, long length)
Entry point to C language function:void glFlushMappedBufferRange(GLenum target, GLintptr offset, GLsizeiptr length)
Part ofGL_ARB_map_buffer_range
,GL_ES_VERSION_3_0
,GL_VERSION_3_0
,GL_EXT_map_buffer_range
,GL_APPLE_flush_buffer_range
Alias for:glFlushMappedBufferRangeEXT
,glFlushMappedBufferRangeAPPLE
-
glGetGraphicsResetStatus
int glGetGraphicsResetStatus()
Entry point to C language function:GLenum glGetGraphicsResetStatus()
Part ofGL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_EXT_robustness
,GL_ARB_robustness
,GL_KHR_robustness
Alias for:glGetGraphicsResetStatusEXT
,glGetGraphicsResetStatusARB
,glGetGraphicsResetStatusKHR
-
glReadnPixels
void glReadnPixels(int x, int y, int width, int height, int format, int type, int bufSize, Buffer data)
Entry point to C language function:void glReadnPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
Part ofGL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_EXT_robustness
,GL_ARB_robustness
,GL_KHR_robustness
Alias for:glReadnPixelsEXT
,glReadnPixelsARB
,glReadnPixelsKHR
- Parameters:
data
- a direct or array-backedBuffer
-
glGetnUniformfv
void glGetnUniformfv(int program, int location, int bufSize, FloatBuffer params)
Entry point to C language function:void glGetnUniformfv(GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
Part ofGL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_KHR_robustness
,GL_EXT_robustness
,GL_ARB_robustness
Alias for:glGetnUniformfvKHR
,glGetnUniformfvEXT
,glGetnUniformfvARB
- Parameters:
params
- a direct or array-backedFloatBuffer
-
glGetnUniformfv
void glGetnUniformfv(int program, int location, int bufSize, float[] params, int params_offset)
Entry point to C language function:void glGetnUniformfv(GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
Part ofGL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_KHR_robustness
,GL_EXT_robustness
,GL_ARB_robustness
Alias for:glGetnUniformfvKHR
,glGetnUniformfvEXT
,glGetnUniformfvARB
-
glGetnUniformiv
void glGetnUniformiv(int program, int location, int bufSize, IntBuffer params)
Entry point to C language function:void glGetnUniformiv(GLuint program, GLint location, GLsizei bufSize, GLint * params)
Part ofGL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_EXT_robustness
,GL_ARB_robustness
,GL_KHR_robustness
Alias for:glGetnUniformivEXT
,glGetnUniformivARB
,glGetnUniformivKHR
- Parameters:
params
- a direct or array-backedIntBuffer
-
glGetnUniformiv
void glGetnUniformiv(int program, int location, int bufSize, int[] params, int params_offset)
Entry point to C language function:void glGetnUniformiv(GLuint program, GLint location, GLsizei bufSize, GLint * params)
Part ofGL_VERSION_4_5
,GL_ES_VERSION_3_2
,GL_EXT_robustness
,GL_ARB_robustness
,GL_KHR_robustness
Alias for:glGetnUniformivEXT
,glGetnUniformivARB
,glGetnUniformivKHR
-
-