4package com.jogamp.opengl;
7import com.jogamp.opengl.*;
8import com.jogamp.opengl.fixedfunc.*;
10import com.jogamp.gluegen.runtime.*;
11import com.jogamp.common.os.*;
12import com.jogamp.common.nio.*;
14import com.jogamp.common.util.*;
17import java.util.HashMap;
18import java.nio.charset.Charset;
19import java.nio.charset.StandardCharsets;
1187 public void glGetnUniformuiv(
int program,
int location,
int bufSize,
int[] params,
int params_offset);
1239 public void glMultiDrawElementsBaseVertexOES(
int mode,
int[] count,
int count_offset,
int type, PointerBuffer indices,
int primcount,
int[] basevertex,
int basevertex_offset);
1263 public void glTextureView(
int texture,
int target,
int origtexture,
int internalformat,
int minlevel,
int numlevels,
int minlayer,
int numlayers);
1286 public void glBlitFramebufferANGLE(
int srcX0,
int srcY0,
int srcX1,
int srcY1,
int dstX0,
int dstY0,
int dstX1,
int dstY1,
int mask,
int filter);
1395 public void glMultiDrawElementsBaseVertexEXT(
int mode,
int[] count,
int count_offset,
int type, PointerBuffer indices,
int primcount,
int[] basevertex,
int basevertex_offset);
1442 public void glTexPageCommitmentEXT(
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
boolean commit);
1488 public void glBlitFramebufferNV(
int srcX0,
int srcY0,
int srcX1,
int srcY1,
int dstX0,
int dstY0,
int dstX1,
int dstY1,
int mask,
int filter);
1658 public void glGetDriverControlStringQCOM(
int driverControl,
int bufSize,
int[] length,
int length_offset,
byte[] driverControlString,
int driverControlString_offset);
1672 public void glExtGetTexturesQCOM(
int[] textures,
int textures_offset,
int maxTextures,
int[] numTextures,
int numTextures_offset);
1680 public void glExtGetBuffersQCOM(
int[] buffers,
int buffers_offset,
int maxBuffers,
int[] numBuffers,
int numBuffers_offset);
1688 public void glExtGetRenderbuffersQCOM(
int[] renderbuffers,
int renderbuffers_offset,
int maxRenderbuffers,
int[] numRenderbuffers,
int numRenderbuffers_offset);
1696 public void glExtGetFramebuffersQCOM(
int[] framebuffers,
int framebuffers_offset,
int maxFramebuffers,
int[] numFramebuffers,
int numFramebuffers_offset);
1710 public void glExtGetTexSubImageQCOM(
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type, Buffer texels);
1722 public void glExtGetShadersQCOM(
int[] shaders,
int shaders_offset,
int maxShaders,
int[] numShaders,
int numShaders_offset);
1730 public void glExtGetProgramsQCOM(
int[] programs,
int programs_offset,
int maxPrograms,
int[] numPrograms,
int numPrograms_offset);
static final int GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_OES" with expression '0x92D...
static final int GL_INT_IMAGE_CUBE_MAP_ARRAY_OES
GL_OES_texture_cube_map_array Define "GL_INT_IMAGE_CUBE_MAP_ARRAY_OES" with expression '0x905F',...
void glFramebufferTexture2DMultisampleEXT(int target, int attachment, int textarget, int texture, int level, int samples)
Entry point to C language function: void {@native glFramebufferTexture2DMultisampleEXT}(GLenum targe...
static final int GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_NV
GL_NV_sRGB_formats Define "GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_NV" with expression '0x8C4D',...
static final int GL_TESS_CONTROL_OUTPUT_VERTICES_EXT
GL_EXT_tessellation_shader Define "GL_TESS_CONTROL_OUTPUT_VERTICES_EXT" with expression '0x8E75',...
void glDrawRangeElementsBaseVertexOES(int mode, int start, int end, int count, int type, Buffer indices, int basevertex)
Entry point to C language function: void {@native glDrawRangeElementsBaseVertexOES}(GLenum mode,...
void glStartTilingQCOM(int x, int y, int width, int height, int preserveMask)
Entry point to C language function: void {@native glStartTilingQCOM}(GLuint x, GLuint y,...
static final int GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT
GL_EXT_shader_image_load_store, GL_EXT_texture_cube_map_array Define "GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT...
static final int GL_COMPRESSED_RGBA_ASTC_8x5_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_RGBA_A...
void glDrawElementsInstancedNV(int mode, int count, int type, Buffer indices, int primcount)
Entry point to C language function: void {@native glDrawElementsInstancedNV}(GLenum mode,...
static final int GL_FRAGMENT_SHADER_FRAMEBUFFER_FETCH_MRT_ARM
GL_ARM_shader_framebuffer_fetch Define "GL_FRAGMENT_SHADER_FRAMEBUFFER_FETCH_MRT_ARM" with expression...
static final int GL_VIRTUAL_PAGE_SIZE_Z_EXT
GL_EXT_sparse_texture Define "GL_VIRTUAL_PAGE_SIZE_Z_EXT" with expression '0x9197',...
static final int GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_OES" with expression '0x8E8A...
static final int GL_SRG8_EXT
GL_EXT_texture_sRGB_RG8 Define "GL_SRG8_EXT" with expression '0x8FBE', CType: int
static final int GL_MAX_FRAMEBUFFER_LAYERS_EXT
GL_EXT_geometry_shader Define "GL_MAX_FRAMEBUFFER_LAYERS_EXT" with expression '0x9317',...
void glUniformMatrix4x3fvNV(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix4x3fvNV}(GLint location,...
void glUniformMatrix4x2fvNV(int location, int count, boolean transpose, float[] value, int value_offset)
Entry point to C language function: void {@native glUniformMatrix4x2fvNV}(GLint location,...
static final int GL_TEXTURE_MAX_LEVEL_APPLE
GL_APPLE_texture_max_level Define "GL_TEXTURE_MAX_LEVEL_APPLE" with expression '0x813D',...
void glEGLImageTargetTexture2DOES(int target, long image)
Entry point to C language function: void {@native glEGLImageTargetTexture2DOES}(GLenum target,...
static final int GL_READ_BUFFER_NV
GL_NV_read_buffer Define "GL_READ_BUFFER_NV" with expression '0x0C02', CType: int
static final int GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_EXT" with expression '0x92D3',...
static final int GL_INT_SAMPLER_CUBE_MAP_ARRAY_EXT
GL_EXT_texture_cube_map_array Define "GL_INT_SAMPLER_CUBE_MAP_ARRAY_EXT" with expression '0x900E',...
static final int GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_EXT" with expression '0x8E89',...
void glDisableiNV(int target, int index)
Entry point to C language function: void {@native glDisableiNV}(GLenum target, GLuint index) Part ...
void glTexBufferRangeOES(int target, int internalformat, int buffer, long offset, long size)
Entry point to C language function: void {@native glTexBufferRangeOES}(GLenum target,...
static final int GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_OES
GL_OES_geometry_shader Define "GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_OES" with expression '0x9124',...
static final int GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_NV
GL_NV_sample_locations Define "GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_NV" with expression '0x93...
static final int GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES
GL_OES_texture_storage_multisample_2d_array Define "GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES" with express...
static final int GL_TEXTURE_CUBE_MAP_ARRAY_OES
GL_OES_texture_cube_map_array Define "GL_TEXTURE_CUBE_MAP_ARRAY_OES" with expression '0x9009',...
void glUniformMatrix3x4fvNV(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix3x4fvNV}(GLint location,...
static final int GL_UNSIGNED_INT_5_9_9_9_REV_APPLE
GL_APPLE_texture_packed_float Define "GL_UNSIGNED_INT_5_9_9_9_REV_APPLE" with expression '0x8C3E',...
void glExtGetProgramBinarySourceQCOM(int program, int shadertype, byte[] source, int source_offset, int[] length, int length_offset)
Entry point to C language function: void {@native glExtGetProgramBinarySourceQCOM}(GLuint program,...
static final int GL_MULTISAMPLE_RASTERIZATION_ALLOWED_EXT
GL_EXT_raster_multisample Define "GL_MULTISAMPLE_RASTERIZATION_ALLOWED_EXT" with expression '0x932B',...
static final int GL_MAX_GEOMETRY_INPUT_COMPONENTS_OES
GL_OES_geometry_shader Define "GL_MAX_GEOMETRY_INPUT_COMPONENTS_OES" with expression '0x9123',...
static final int GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOM
GL_QCOM_binning_control Define "GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOM" with expression '0x8FB3',...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_SRGB8_...
static final int GL_MULTIPLY
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_MULTIP...
static final int GL_FRAMEBUFFER_DEFAULT_LAYERS_EXT
GL_EXT_geometry_shader Define "GL_FRAMEBUFFER_DEFAULT_LAYERS_EXT" with expression '0x9312',...
static final int GL_GEOMETRY_LINKED_INPUT_TYPE_EXT
GL_EXT_geometry_shader Define "GL_GEOMETRY_LINKED_INPUT_TYPE_EXT" with expression '0x8917',...
static final int GL_MAX_DUAL_SOURCE_DRAW_BUFFERS_EXT
GL_EXT_blend_func_extended Define "GL_MAX_DUAL_SOURCE_DRAW_BUFFERS_EXT" with expression '0x88FC',...
static final int GL_REFERENCED_BY_TESS_CONTROL_SHADER_OES
GL_OES_tessellation_shader Define "GL_REFERENCED_BY_TESS_CONTROL_SHADER_OES" with expression '0x9307'...
void glViewportIndexedfvNV(int index, float[] v, int v_offset)
Entry point to C language function: void {@native glViewportIndexedfvNV}(GLuint index,...
void glBlendEquationSeparateiEXT(int buf, int modeRGB, int modeAlpha)
Entry point to C language function: void {@native glBlendEquationSeparateiEXT}(GLuint buf,...
static final int GL_WRITEONLY_RENDERING_QCOM
GL_QCOM_writeonly_rendering Define "GL_WRITEONLY_RENDERING_QCOM" with expression '0x8823',...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x4_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x4_OES" with expression '0...
static final int GL_STENCIL_BUFFER_BIT6_QCOM
GL_QCOM_tiled_rendering Define "GL_STENCIL_BUFFER_BIT6_QCOM" with expression '0x00400000',...
static final int GL_MAX_TEXTURE_BUFFER_SIZE_OES
GL_OES_texture_buffer Define "GL_MAX_TEXTURE_BUFFER_SIZE_OES" with expression '0x8C2B',...
static final int GL_MAX_GEOMETRY_SHADER_INVOCATIONS_OES
GL_OES_geometry_shader Define "GL_MAX_GEOMETRY_SHADER_INVOCATIONS_OES" with expression '0x8E5A',...
void glScissorArrayvNV(int first, int count, int[] v, int v_offset)
Entry point to C language function: void {@native glScissorArrayvNV}(GLuint first,...
static final int GL_READ_FRAMEBUFFER_BINDING_ANGLE
GL_ANGLE_framebuffer_blit Define "GL_READ_FRAMEBUFFER_BINDING_ANGLE" with expression '0x8CAA',...
static final int GL_GEOMETRY_LINKED_INPUT_TYPE_OES
GL_OES_geometry_shader Define "GL_GEOMETRY_LINKED_INPUT_TYPE_OES" with expression '0x8917',...
void glCoverageModulationTableNV(int n, FloatBuffer v)
Entry point to C language function: void {@native glCoverageModulationTableNV}(GLsizei n,...
static final int GL_SAMPLE_ALPHA_TO_ONE_EXT
GL_EXT_multisample, GL_EXT_multisampled_compatibility Define "GL_SAMPLE_ALPHA_TO_ONE_EXT" with expres...
void glNamedFramebufferSampleLocationsfvNV(int framebuffer, int start, int count, float[] v, int v_offset)
Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvNV}(GLuint fram...
static final int GL_FRACTIONAL_EVEN_OES
GL_OES_tessellation_shader Define "GL_FRACTIONAL_EVEN_OES" with expression '0x8E7C',...
static final int GL_FRACTIONAL_EVEN_EXT
GL_EXT_tessellation_shader Define "GL_FRACTIONAL_EVEN_EXT" with expression '0x8E7C',...
static final int GL_TEXTURE_BUFFER_SIZE_OES
GL_OES_texture_buffer Define "GL_TEXTURE_BUFFER_SIZE_OES" with expression '0x919E',...
static final int GL_MAX_TESS_GEN_LEVEL_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_GEN_LEVEL_OES" with expression '0x8E7E',...
void glGetFloati_vNV(int target, int index, float[] data, int data_offset)
Entry point to C language function: void {@native glGetFloati_vNV}(GLenum target,...
static final int GL_COMPRESSED_RGBA_ASTC_8x8_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_RGBA_A...
static final int GL_PRIMITIVE_BOUNDING_BOX_EXT
GL_EXT_primitive_bounding_box Define "GL_PRIMITIVE_BOUNDING_BOX_EXT" with expression '0x92BE',...
static final int GL_RG8_SNORM
GL_EXT_render_snorm, GL_ES_VERSION_3_0, GL_VERSION_3_1 Define "GL_RG8_SNORM" with expression '0x8F95'...
static final int GL_FLOAT_MAT2x3_NV
GL_NV_non_square_matrices Define "GL_FLOAT_MAT2x3_NV" with expression '0x8B65', CType: int
static final int GL_TRIANGLES_ADJACENCY_OES
GL_OES_geometry_shader Define "GL_TRIANGLES_ADJACENCY_OES" with expression '0x000C',...
static final int GL_MAX_FRAMEBUFFER_LAYERS_OES
GL_OES_geometry_shader Define "GL_MAX_FRAMEBUFFER_LAYERS_OES" with expression '0x9317',...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x3x3_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x3x3_OES" with expression '0...
static final int GL_FRAMEBUFFER_ATTACHMENT_LAYERED_OES
GL_OES_geometry_shader Define "GL_FRAMEBUFFER_ATTACHMENT_LAYERED_OES" with expression '0x8DA7',...
static final int GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE
GL_ANGLE_texture_compression_dxt5 Define "GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE" with expression '0x83F3...
static final int GL_IS_PER_PATCH_OES
GL_OES_tessellation_shader Define "GL_IS_PER_PATCH_OES" with expression '0x92E7', CType: int
static final int GL_SMAPHS30_PROGRAM_BINARY_DMP
GL_DMP_program_binary Define "GL_SMAPHS30_PROGRAM_BINARY_DMP" with expression '0x9251',...
static final int GL_COMPRESSED_RGBA_ASTC_6x6x5_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_RGBA_ASTC_6x6x5_OES" with expression '0x93C8',...
static final int GL_BUFFER_STORAGE_FLAGS_EXT
GL_EXT_buffer_storage Define "GL_BUFFER_STORAGE_FLAGS_EXT" with expression '0x8220',...
static final int GL_CLIP_DISTANCE2_APPLE
GL_APPLE_clip_distance Define "GL_CLIP_DISTANCE2_APPLE" with expression '0x3002', CType: int
static final int GL_TEXTURE_VIEW_NUM_LAYERS
GL_VERSION_4_3, GL_ARB_texture_view, GL_EXT_texture_view, GL_OES_texture_view Alias for: GL_TEXTURE_V...
static final int GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_OES" with expression '0...
static final int GL_COMPRESSED_RGBA_ASTC_6x5x5_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_RGBA_ASTC_6x5x5_OES" with expression '0x93C7',...
static final int GL_DEPTH_BUFFER_BIT1_QCOM
GL_QCOM_tiled_rendering Define "GL_DEPTH_BUFFER_BIT1_QCOM" with expression '0x00000200',...
static final int GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG
GL_IMG_texture_compression_pvrtc Define "GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG" with expression '0x8C00'...
static final int GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES
GL_OES_EGL_image_external Define "GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES" with expression '0x8D68',...
static final int GL_FLOAT_MAT3x2_NV
GL_NV_non_square_matrices Define "GL_FLOAT_MAT3x2_NV" with expression '0x8B67', CType: int
static final int GL_CLIP_DISTANCE3_APPLE
GL_APPLE_clip_distance Define "GL_CLIP_DISTANCE3_APPLE" with expression '0x3003', CType: int
static final int GL_TEXTURE_IMAGE_VALID_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_IMAGE_VALID_QCOM" with expression '0x8BD8',...
void glUniformMatrix3x2fvNV(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix3x2fvNV}(GLint location,...
static final int GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE
GL_ANGLE_translated_shader_source Define "GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE" with expression '...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_SRGB8_...
static final int GL_COMPRESSED_RGBA_ASTC_4x4_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_RGBA_A...
void glBlendFunciOES(int buf, int src, int dst)
Entry point to C language function: void {@native glBlendFunciOES}(GLuint buf, GLenum src,...
static final int GL_SLUMINANCE_ALPHA_NV
GL_NV_sRGB_formats Define "GL_SLUMINANCE_ALPHA_NV" with expression '0x8C44', CType: int
static final int GL_TEXTURE_BUFFER_SIZE_EXT
GL_EXT_texture_buffer Define "GL_TEXTURE_BUFFER_SIZE_EXT" with expression '0x919E',...
static final int GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD
GL_AMD_compressed_ATC_texture Define "GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD" with expression '0x87EE',...
static final int GL_MULTISAMPLE_BUFFER_BIT0_QCOM
GL_QCOM_tiled_rendering Define "GL_MULTISAMPLE_BUFFER_BIT0_QCOM" with expression '0x01000000',...
static final int GL_R16_SNORM_EXT
GL_EXT_render_snorm Define "GL_R16_SNORM_EXT" with expression '0x8F98', CType: int
static final int GL_TESS_CONTROL_SHADER_OES
GL_OES_tessellation_shader Define "GL_TESS_CONTROL_SHADER_OES" with expression '0x8E88',...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_SRGB8_...
static final int GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT
GL_EXT_gpu_shader4, GL_EXT_texture_buffer Define "GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT" with expression...
static final int GL_TESS_GEN_VERTEX_ORDER_EXT
GL_EXT_tessellation_shader Define "GL_TESS_GEN_VERTEX_ORDER_EXT" with expression '0x8E78',...
static final int GL_TEXTURE_NUM_LEVELS_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_NUM_LEVELS_QCOM" with expression '0x8BD9',...
void glFramebufferSampleLocationsfvNV(int target, int start, int count, FloatBuffer v)
Entry point to C language function: void {@native glFramebufferSampleLocationsfvNV}(GLenum target,...
static final int GL_REFERENCED_BY_TESS_CONTROL_SHADER_EXT
GL_EXT_tessellation_shader Define "GL_REFERENCED_BY_TESS_CONTROL_SHADER_EXT" with expression '0x9307'...
static final int GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_OES" with expression '0...
static final int GL_FRAGMENT_COVERAGE_COLOR_NV
GL_NV_fragment_coverage_to_color Define "GL_FRAGMENT_COVERAGE_COLOR_NV" with expression '0x92DE',...
static final int GL_COLOR_BUFFER_BIT7_QCOM
GL_QCOM_tiled_rendering Define "GL_COLOR_BUFFER_BIT7_QCOM" with expression '0x00000080',...
void glBeginConditionalRender(int id, int mode)
Entry point to C language function: void {@native glBeginConditionalRender}(GLuint id,...
static final int GL_FRAMEBUFFER_DEFAULT_LAYERS_OES
GL_OES_geometry_shader Define "GL_FRAMEBUFFER_DEFAULT_LAYERS_OES" with expression '0x9312',...
void glExtGetBuffersQCOM(int[] buffers, int buffers_offset, int maxBuffers, int[] numBuffers, int numBuffers_offset)
Entry point to C language function: void {@native glExtGetBuffersQCOM}(GLuint * buffers,...
static final int GL_TEXTURE_IMMUTABLE_LEVELS
GL_OES_texture_view, GL_VERSION_4_3, GL_ES_VERSION_3_0, GL_ARB_texture_view Define "GL_TEXTURE_IMMUTA...
static final int GL_ETC1_SRGB8_NV
GL_NV_sRGB_formats Define "GL_ETC1_SRGB8_NV" with expression '0x88EE', CType: int
static final int GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_EXT" with expression '0x8...
static final int GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_OES
GL_OES_geometry_shader Define "GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_OES" with expression '0x92CF',...
static final int GL_TESS_CONTROL_SHADER_EXT
GL_EXT_tessellation_shader Define "GL_TESS_CONTROL_SHADER_EXT" with expression '0x8E88',...
static final int GL_FILL_NV
GL_NV_polygon_mode Define "GL_FILL_NV" with expression '0x1B02', CType: int
int glGetFragDataIndexEXT(int program, byte[] name, int name_offset)
Entry point to C language function: GLint {@native glGetFragDataIndexEXT}(GLuint program,...
static final int GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_EXT" with expression '0x92D...
static final int GL_TRIANGLES_ADJACENCY_EXT
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader Define "GL_TRIANGLES_ADJACEN...
static final int GL_DEPTH_EXT
GL_EXT_discard_framebuffer Define "GL_DEPTH_EXT" with expression '0x1801', CType: int
void glCopyTextureLevelsAPPLE(int destinationTexture, int sourceTexture, int sourceBaseLevel, int sourceLevelCount)
Entry point to C language function: void {@native glCopyTextureLevelsAPPLE}(GLuint destinationTextur...
static final int GL_STATE_RESTORE
GL_QCOM_extended_get Define "GL_STATE_RESTORE" with expression '0x8BDC', CType: int
static final int GL_COLOR_SAMPLES_NV
GL_NV_framebuffer_mixed_samples, GL_NV_multisample_coverage Define "GL_COLOR_SAMPLES_NV" with express...
static final int GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_EXT" with expression '0x88...
static final int GL_SUBPIXEL_PRECISION_BIAS_Y_BITS_NV
GL_NV_conservative_raster Define "GL_SUBPIXEL_PRECISION_BIAS_Y_BITS_NV" with expression '0x9348',...
static final int GL_COLOR_EXT
GL_EXT_discard_framebuffer Define "GL_COLOR_EXT" with expression '0x1800', CType: int
static final int GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_EXT" with expression '0x90CC...
static final int GL_POINT_NV
GL_NV_polygon_mode Define "GL_POINT_NV" with expression '0x1B00', CType: int
static final int GL_DEPTH_BUFFER_BIT3_QCOM
GL_QCOM_tiled_rendering Define "GL_DEPTH_BUFFER_BIT3_QCOM" with expression '0x00000800',...
static final int GL_TEXTURE_BINDING_BUFFER_OES
GL_OES_texture_buffer Define "GL_TEXTURE_BINDING_BUFFER_OES" with expression '0x8C2C',...
static final int GL_IMAGE_BUFFER_EXT
GL_EXT_shader_image_load_store, GL_EXT_texture_buffer Define "GL_IMAGE_BUFFER_EXT" with expression '0...
void glViewportArrayvNV(int first, int count, float[] v, int v_offset)
Entry point to C language function: void {@native glViewportArrayvNV}(GLuint first,...
static final int GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED
GL_EXT_tessellation_shader, GL_VERSION_4_4, GL_ES_VERSION_3_2, GL_OES_tessellation_shader Alias for: ...
static final int GL_SGX_PROGRAM_BINARY_IMG
GL_IMG_program_binary Define "GL_SGX_PROGRAM_BINARY_IMG" with expression '0x9130',...
void glGetDriverControlsQCOM(IntBuffer num, int size, IntBuffer driverControls)
Entry point to C language function: void {@native glGetDriverControlsQCOM}(GLint * num,...
void glFramebufferTextureOES(int target, int attachment, int texture, int level)
Entry point to C language function: void {@native glFramebufferTextureOES}(GLenum target,...
static final int GL_QUERY_BY_REGION_NO_WAIT
GL_VERSION_3_0, GL_NV_conditional_render Alias for: GL_QUERY_BY_REGION_NO_WAIT_NV Define "GL_QUERY_B...
void glFragmentCoverageColorNV(int color)
Entry point to C language function: void {@native glFragmentCoverageColorNV}(GLuint color) Part of...
void glDisableDriverControlQCOM(int driverControl)
Entry point to C language function: void {@native glDisableDriverControlQCOM}(GLuint driverControl) ...
static final int GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_OES" with expression '0x8E...
static final int GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV2_IMG
GL_EXT_pvrtc_sRGB Define "GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV2_IMG" with expression '0x93F0',...
static final int GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG
GL_IMG_read_format Define "GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG" with expression '0x8365',...
static final int GL_READ_FRAMEBUFFER_NV
GL_NV_framebuffer_blit Define "GL_READ_FRAMEBUFFER_NV" with expression '0x8CA8', CType: int
static final int GL_LAST_VERTEX_CONVENTION_OES
GL_OES_geometry_shader Define "GL_LAST_VERTEX_CONVENTION_OES" with expression '0x8E4E',...
static final int GL_DYNAMIC_STORAGE_BIT_EXT
GL_EXT_buffer_storage Define "GL_DYNAMIC_STORAGE_BIT_EXT" with expression '0x0100',...
static final int GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_OES
GL_OES_geometry_shader Define "GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_OES" with expression '0x8DA8',...
static final int GL_COMPRESSED_RGBA_ASTC_10x5_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_RGBA_A...
static final int GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_OES" with expression '0x8...
static final int GL_COMPRESSED_SRGB_S3TC_DXT1_NV
GL_NV_sRGB_formats Define "GL_COMPRESSED_SRGB_S3TC_DXT1_NV" with expression '0x8C4C',...
void glScissorIndexedvNV(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glScissorIndexedvNV}(GLuint index,...
static final int GL_READ_BUFFER_EXT
GL_EXT_multiview_draw_buffers Define "GL_READ_BUFFER_EXT" with expression '0x0C02',...
static final int GL_CONSERVATIVE_RASTERIZATION_NV
GL_NV_conservative_raster Define "GL_CONSERVATIVE_RASTERIZATION_NV" with expression '0x9346',...
void glVertexAttribPointer(int indx, int size, int type, boolean normalized, int stride, Buffer ptr)
Entry point to C language function: void {@native glVertexAttribPointer}(GLuint indx,...
static final int GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
GL_OES_texture_storage_multisample_2d_array Define "GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES" with express...
void glDrawElements(int mode, int count, int type, Buffer indices)
Entry point to C language function: void {@native glDrawElements}(GLenum mode, GLsizei count,...
void glGetIntegeri_vEXT(int target, int index, IntBuffer data)
Entry point to C language function: void {@native glGetIntegeri_vEXT}(GLenum target,...
void glCoverageMaskNV(boolean mask)
Entry point to C language function: void {@native glCoverageMaskNV}(GLboolean mask) Part of GL_NV_...
static final int GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_OES
GL_OES_geometry_shader Define "GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_OES" with expression '0x8A...
static final int GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT
GL_EXT_texture_buffer, GL_EXT_texture_buffer_object Define "GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT"...
static final int GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT
GL_EXT_geometry_shader4, GL_EXT_geometry_shader Define "GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT" with exp...
void glRenderbufferStorageMultisampleEXT(int target, int samples, int internalformat, int width, int height)
Entry point to C language function: void {@native glRenderbufferStorageMultisampleEXT}(GLenum target...
void glDrawElementsInstancedBaseVertexEXT(int mode, int count, int type, Buffer indices, int instancecount, int basevertex)
Entry point to C language function: void {@native glDrawElementsInstancedBaseVertexEXT}(GLenum mode,...
static final int GL_TEXTURE_BUFFER_BINDING_EXT
GL_EXT_texture_buffer Define "GL_TEXTURE_BUFFER_BINDING_EXT" with expression '0x8C2A',...
static final int GL_LIGHTEN
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_LIGHTE...
static final int GL_CONTEXT_RELEASE_BEHAVIOR
GL_VERSION_4_5, GL_KHR_context_flush_control Alias for: GL_CONTEXT_RELEASE_BEHAVIOR_KHR Define "GL_C...
void glPrimitiveBoundingBoxOES(float minX, float minY, float minZ, float minW, float maxX, float maxY, float maxZ, float maxW)
Entry point to C language function: void {@native glPrimitiveBoundingBoxOES}(GLfloat minX,...
static final int GL_MAX_RASTER_SAMPLES_EXT
GL_EXT_raster_multisample Define "GL_MAX_RASTER_SAMPLES_EXT" with expression '0x9329',...
static final int GL_SAMPLE_LOCATION_SUBPIXEL_BITS_NV
GL_NV_sample_locations Define "GL_SAMPLE_LOCATION_SUBPIXEL_BITS_NV" with expression '0x933D',...
static final int GL_COLORBURN
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_COLORB...
boolean glIsEnablediNV(int target, int index)
Entry point to C language function: GLboolean {@native glIsEnablediNV}(GLenum target,...
static final int GL_CLAMP_TO_BORDER_NV
GL_NV_texture_border_clamp Define "GL_CLAMP_TO_BORDER_NV" with expression '0x812D',...
static final int GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_OES" with expression '0x...
static final int GL_SLUMINANCE8_NV
GL_NV_sRGB_formats Define "GL_SLUMINANCE8_NV" with expression '0x8C47', CType: int
void glExtGetShadersQCOM(int[] shaders, int shaders_offset, int maxShaders, int[] numShaders, int numShaders_offset)
Entry point to C language function: void {@native glExtGetShadersQCOM}(GLuint * shaders,...
void glColorMaskiOES(int index, boolean r, boolean g, boolean b, boolean a)
Entry point to C language function: void {@native glColorMaskiOES}(GLuint index, GLboolean r,...
void glBindFragDataLocationEXT(int program, int color, ByteBuffer name)
Entry point to C language function: void {@native glBindFragDataLocationEXT}(GLuint program,...
static final int GL_CLIP_DISTANCE0_APPLE
GL_APPLE_clip_distance Define "GL_CLIP_DISTANCE0_APPLE" with expression '0x3000', CType: int
static final int GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT
GL_EXT_geometry_shader4, GL_EXT_geometry_shader Define "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT" ...
static final int GL_GEOMETRY_LINKED_OUTPUT_TYPE_OES
GL_OES_geometry_shader Define "GL_GEOMETRY_LINKED_OUTPUT_TYPE_OES" with expression '0x8918',...
static final int GL_SKIP_DECODE_EXT
GL_EXT_texture_sRGB_decode Define "GL_SKIP_DECODE_EXT" with expression '0x8A4A', CType: int
static final int GL_INT_SAMPLER_BUFFER_OES
GL_OES_texture_buffer Define "GL_INT_SAMPLER_BUFFER_OES" with expression '0x8DD0',...
static final int GL_SAMPLER_BUFFER_EXT
GL_EXT_gpu_shader4, GL_EXT_texture_buffer Define "GL_SAMPLER_BUFFER_EXT" with expression '0x8DC2',...
static final int GL_QUERY_WAIT
GL_VERSION_3_0, GL_NV_conditional_render Alias for: GL_QUERY_WAIT_NV Define "GL_QUERY_WAIT" with exp...
static final int GL_TESS_GEN_MODE_EXT
GL_EXT_tessellation_shader Define "GL_TESS_GEN_MODE_EXT" with expression '0x8E76',...
static final int GL_INT_SAMPLER_CUBE_MAP_ARRAY_OES
GL_OES_texture_cube_map_array Define "GL_INT_SAMPLER_CUBE_MAP_ARRAY_OES" with expression '0x900E',...
void glViewportIndexedfvNV(int index, FloatBuffer v)
Entry point to C language function: void {@native glViewportIndexedfvNV}(GLuint index,...
static final int GL_SHADER_BINARY_VIV
GL_VIV_shader_binary Define "GL_SHADER_BINARY_VIV" with expression '0x8FC4', CType: int
static final int GL_MIXED_DEPTH_SAMPLES_SUPPORTED_NV
GL_NV_framebuffer_mixed_samples Define "GL_MIXED_DEPTH_SAMPLES_SUPPORTED_NV" with expression '0x932F'...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4x4_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4x4_OES" with expression '0...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_SRGB8_...
static final int GL_PRIMITIVE_BOUNDING_BOX_OES
GL_OES_primitive_bounding_box Define "GL_PRIMITIVE_BOUNDING_BOX_OES" with expression '0x92BE',...
static final int GL_MAX_GEOMETRY_INPUT_COMPONENTS_EXT
GL_EXT_geometry_shader Define "GL_MAX_GEOMETRY_INPUT_COMPONENTS_EXT" with expression '0x9123',...
void glUniformMatrix3x4fvNV(int location, int count, boolean transpose, float[] value, int value_offset)
Entry point to C language function: void {@native glUniformMatrix3x4fvNV}(GLint location,...
static final int GL_SRC1_ALPHA_EXT
GL_EXT_blend_func_extended Define "GL_SRC1_ALPHA_EXT" with expression '0x8589', CType: int
void glDepthRangeIndexedfNV(int index, float n, float f)
Entry point to C language function: void {@native glDepthRangeIndexedfNV}(GLuint index,...
static final int GL_SLUMINANCE_NV
GL_NV_sRGB_formats Define "GL_SLUMINANCE_NV" with expression '0x8C46', CType: int
static final int GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT
GL_EXT_geometry_shader4, GL_EXT_geometry_shader Define "GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT" with ...
static final int GL_MIN
GL_OES_draw_buffers_indexed, GL_ARB_imaging, GL_ES_VERSION_3_0, GL_VERSION_1_4, GL_EXT_blend_minmax A...
static final int GL_TEXTURE_BUFFER_OFFSET_EXT
GL_EXT_texture_buffer Define "GL_TEXTURE_BUFFER_OFFSET_EXT" with expression '0x919D',...
static final int GL_RGB16_EXT
GL_EXT_texture, GL_EXT_texture_norm16 Define "GL_RGB16_EXT" with expression '0x8054',...
static final int GL_POLYGON_OFFSET_POINT_NV
GL_NV_polygon_mode Define "GL_POLYGON_OFFSET_POINT_NV" with expression '0x2A01', CType: int
static final int GL_PROGRAMMABLE_SAMPLE_LOCATION_NV
GL_NV_sample_locations Define "GL_PROGRAMMABLE_SAMPLE_LOCATION_NV" with expression '0x9341',...
void glCoverageModulationTableNV(int n, float[] v, int v_offset)
Entry point to C language function: void {@native glCoverageModulationTableNV}(GLsizei n,...
void glResolveDepthValuesNV()
Entry point to C language function: void {@native glResolveDepthValuesNV}() Part of GL_NV_sample_l...
void glBindFragDataLocationEXT(int program, int color, byte[] name, int name_offset)
Entry point to C language function: void {@native glBindFragDataLocationEXT}(GLuint program,...
static final int GL_FILL_RECTANGLE_NV
GL_NV_fill_rectangle Define "GL_FILL_RECTANGLE_NV" with expression '0x933C', CType: int
void glEnableiOES(int target, int index)
Entry point to C language function: void {@native glEnableiOES}(GLenum target, GLuint index) Part ...
static final int GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_OES
GL_OES_tessellation_shader Define "GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_OES" with expre...
void glAlphaFuncQCOM(int func, float ref)
Entry point to C language function: void {@native glAlphaFuncQCOM}(GLenum func, GLclampf ref) Part...
void glUniformMatrix4x3fvNV(int location, int count, boolean transpose, float[] value, int value_offset)
Entry point to C language function: void {@native glUniformMatrix4x3fvNV}(GLint location,...
void glGetDriverControlsQCOM(int[] num, int num_offset, int size, int[] driverControls, int driverControls_offset)
Entry point to C language function: void {@native glGetDriverControlsQCOM}(GLint * num,...
static final int GL_TEXTURE_2D_ARRAY
GL_ES_VERSION_3_0, GL_EXT_sparse_texture, GL_VERSION_3_0, GL_EXT_texture_array Alias for: GL_TEXTURE_...
static final int GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_OES" with expression '0x8E89',...
static final int GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_EXT" with expression '0x8E8A...
static final int GL_SR8_EXT
GL_EXT_texture_sRGB_R8 Define "GL_SR8_EXT" with expression '0x8FBD', CType: int
static final int GL_RENDERBUFFER_SAMPLES_IMG
GL_IMG_multisampled_render_to_texture Define "GL_RENDERBUFFER_SAMPLES_IMG" with expression '0x9133',...
void glDrawBuffersIndexedEXT(int n, int[] location, int location_offset, int[] indices, int indices_offset)
Entry point to C language function: void {@native glDrawBuffersIndexedEXT}(GLint n,...
static final int GL_CLIP_DISTANCE4_APPLE
GL_APPLE_clip_distance Define "GL_CLIP_DISTANCE4_APPLE" with expression '0x3004', CType: int
static final int GL_FIRST_VERTEX_CONVENTION_OES
GL_OES_geometry_shader Define "GL_FIRST_VERTEX_CONVENTION_OES" with expression '0x8E4D',...
static final int GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_EXT" with expressi...
static final int GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_OES" with expression '...
static final int GL_TESS_GEN_MODE_OES
GL_OES_tessellation_shader Define "GL_TESS_GEN_MODE_OES" with expression '0x8E76',...
static final int GL_TESS_EVALUATION_SHADER_EXT
GL_EXT_tessellation_shader Define "GL_TESS_EVALUATION_SHADER_EXT" with expression '0x8E87',...
static final int GL_DEPTH_BUFFER_BIT7_QCOM
GL_QCOM_tiled_rendering Define "GL_DEPTH_BUFFER_BIT7_QCOM" with expression '0x00008000',...
static final int GL_TESS_GEN_VERTEX_ORDER_OES
GL_OES_tessellation_shader Define "GL_TESS_GEN_VERTEX_ORDER_OES" with expression '0x8E78',...
static final int GL_GEOMETRY_LINKED_VERTICES_OUT_OES
GL_OES_geometry_shader Define "GL_GEOMETRY_LINKED_VERTICES_OUT_OES" with expression '0x8916',...
static final int GL_COMPRESSED_RGBA_ASTC_12x10_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_RGBA_A...
static final int GL_TEXTURE_DEPTH_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_DEPTH_QCOM" with expression '0x8BD4', CType: int
void glGetDriverControlStringQCOM(int driverControl, int bufSize, int[] length, int length_offset, byte[] driverControlString, int driverControlString_offset)
Entry point to C language function: void {@native glGetDriverControlStringQCOM}(GLuint driverControl...
static final int GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_NV
GL_NV_sRGB_formats Define "GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_NV" with expression '0x8C4F',...
static final int GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_EXT" with expression '0x8E...
static final int GL_INT_SAMPLER_BUFFER_EXT
GL_EXT_gpu_shader4, GL_EXT_texture_buffer Define "GL_INT_SAMPLER_BUFFER_EXT" with expression '0x8DD0'...
static final int GL_COLOR_BUFFER_BIT3_QCOM
GL_QCOM_tiled_rendering Define "GL_COLOR_BUFFER_BIT3_QCOM" with expression '0x00000008',...
static final int GL_RENDERBUFFER_SAMPLES_EXT
GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample Define "GL_RENDERBUFFER_SAMPLES...
void glGetCoverageModulationTableNV(int bufsize, float[] v, int v_offset)
Entry point to C language function: void {@native glGetCoverageModulationTableNV}(GLsizei bufsize,...
static final int GL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT
GL_EXT_pvrtc_sRGB Define "GL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT" with expression '0x8A54',...
static final int GL_MALI_PROGRAM_BINARY_ARM
GL_ARM_mali_program_binary Define "GL_MALI_PROGRAM_BINARY_ARM" with expression '0x8F61',...
static final int GL_TESS_EVALUATION_SHADER_BIT_OES
GL_OES_tessellation_shader Define "GL_TESS_EVALUATION_SHADER_BIT_OES" with expression '0x00000010',...
void glFramebufferTexture2DMultisampleIMG(int target, int attachment, int textarget, int texture, int level, int samples)
Entry point to C language function: void {@native glFramebufferTexture2DMultisampleIMG}(GLenum targe...
static final int GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_EXT
GL_EXT_geometry_shader Define "GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_EXT" with expression '0x90D7',...
static final int GL_COMPRESSED_RGBA_ASTC_12x12_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_RGBA_A...
static final int GL_POLYGON_MODE_NV
GL_NV_polygon_mode Define "GL_POLYGON_MODE_NV" with expression '0x0B40', CType: int
static final int GL_DEPTH_BUFFER_BIT2_QCOM
GL_QCOM_tiled_rendering Define "GL_DEPTH_BUFFER_BIT2_QCOM" with expression '0x00000400',...
static final int GL_COMPRESSED_RGBA_ASTC_6x5_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_RGBA_A...
static final int GL_TESS_EVALUATION_SHADER_BIT_EXT
GL_EXT_tessellation_shader Define "GL_TESS_EVALUATION_SHADER_BIT_EXT" with expression '0x00000010',...
static final int GL_STENCIL_SAMPLES_NV
GL_NV_framebuffer_mixed_samples Define "GL_STENCIL_SAMPLES_NV" with expression '0x932E',...
static final int GL_COVERAGE_AUTOMATIC_NV
GL_NV_coverage_sample Define "GL_COVERAGE_AUTOMATIC_NV" with expression '0x8ED7', CType: int
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x4_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x4_OES" with expression '0...
static final int GL_ATC_RGBA_EXPLICIT_ALPHA_AMD
GL_AMD_compressed_ATC_texture Define "GL_ATC_RGBA_EXPLICIT_ALPHA_AMD" with expression '0x8C93',...
void glDisableiEXT(int target, int index)
Entry point to C language function: void {@native glDisableiEXT}(GLenum target, GLuint index) Part...
static final int GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT_EXT
GL_EXT_buffer_storage Define "GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT_EXT" with expression '0x00004000',...
static final int GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE
GL_ANGLE_instanced_arrays Define "GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE" with expression '0x88FE',...
static final int GL_MULTISAMPLE_BUFFER_BIT4_QCOM
GL_QCOM_tiled_rendering Define "GL_MULTISAMPLE_BUFFER_BIT4_QCOM" with expression '0x10000000',...
static final int GL_VERTEX_ATTRIB_ARRAY_DIVISOR_NV
GL_NV_instanced_arrays Define "GL_VERTEX_ATTRIB_ARRAY_DIVISOR_NV" with expression '0x88FE',...
static final int GL_COMPRESSED_RGBA_ASTC_4x4x4_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_RGBA_ASTC_4x4x4_OES" with expression '0x93C3',...
void glBufferStorageEXT(int target, long size, Buffer data, int flags)
Entry point to C language function: void {@native glBufferStorageEXT}(GLenum target,...
void glMultiDrawElementsBaseVertexOES(int mode, int[] count, int count_offset, int type, PointerBuffer indices, int primcount, int[] basevertex, int basevertex_offset)
Entry point to C language function: void {@native glMultiDrawElementsBaseVertexOES}(GLenum mode,...
static final int GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_EXT" with expression...
static final int GL_LINES_ADJACENCY_EXT
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader Define "GL_LINES_ADJACENCY_E...
static final int GL_VIEWPORT_BOUNDS_RANGE_NV
GL_NV_viewport_array Define "GL_VIEWPORT_BOUNDS_RANGE_NV" with expression '0x825D',...
static final int GL_READ_FRAMEBUFFER_ANGLE
GL_ANGLE_framebuffer_blit Define "GL_READ_FRAMEBUFFER_ANGLE" with expression '0x8CA8',...
static final int GL_REFERENCED_BY_GEOMETRY_SHADER_OES
GL_OES_geometry_shader Define "GL_REFERENCED_BY_GEOMETRY_SHADER_OES" with expression '0x9309',...
static final int GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_OES" with expression '0x90CC...
static final int GL_IMAGE_CUBE_MAP_ARRAY_OES
GL_OES_texture_cube_map_array Define "GL_IMAGE_CUBE_MAP_ARRAY_OES" with expression '0x9054',...
void glViewportArrayvNV(int first, int count, FloatBuffer v)
Entry point to C language function: void {@native glViewportArrayvNV}(GLuint first,...
static final int GL_COVERAGE_MODULATION_TABLE_NV
GL_NV_framebuffer_mixed_samples Define "GL_COVERAGE_MODULATION_TABLE_NV" with expression '0x9331',...
static final int GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_EXT
GL_EXT_texture_cube_map_array Define "GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_EXT" with expression '0x900D',...
void glGenVertexArraysOES(int n, int[] arrays, int arrays_offset)
Entry point to C language function: void {@native glGenVertexArraysOES}(GLsizei n,...
static final int GL_SAMPLER_BUFFER_OES
GL_OES_texture_buffer Define "GL_SAMPLER_BUFFER_OES" with expression '0x8DC2', CType: int
void glGetnUniformuiv(int program, int location, int bufSize, IntBuffer params)
Entry point to C language function: void {@native glGetnUniformuiv}(GLuint program,...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_SRGB8_...
static final int GL_RENDERBUFFER_SAMPLES_NV
GL_NV_framebuffer_multisample Define "GL_RENDERBUFFER_SAMPLES_NV" with expression '0x8CAB',...
static final int GL_TESS_GEN_POINT_MODE_EXT
GL_EXT_tessellation_shader Define "GL_TESS_GEN_POINT_MODE_EXT" with expression '0x8E79',...
static final int GL_TEXTURE_INTERNAL_FORMAT_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_INTERNAL_FORMAT_QCOM" with expression '0x8BD5',...
void glBindVertexArrayOES(int array)
Entry point to C language function: void {@native glBindVertexArrayOES}(GLuint array) Part of GL_O...
static final int GL_R16_EXT
GL_EXT_texture_norm16 Define "GL_R16_EXT" with expression '0x822A', CType: int
static final int GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_OES" with expression '0x886C'...
static final int GL_DEPTH_BUFFER_BIT0_QCOM
GL_QCOM_tiled_rendering Define "GL_DEPTH_BUFFER_BIT0_QCOM" with expression '0x00000100',...
static final int GL_VIRTUAL_PAGE_SIZE_X_EXT
GL_EXT_sparse_texture Define "GL_VIRTUAL_PAGE_SIZE_X_EXT" with expression '0x9195',...
static final int GL_HALF_FLOAT_OES
GL_OES_texture_half_float Define "GL_HALF_FLOAT_OES" with expression '0x8D61', CType: int
static final int GL_PATCHES_EXT
GL_EXT_tessellation_shader Define "GL_PATCHES_EXT" with expression '0x000E', CType: int
static final int GL_MAX_GEOMETRY_ATOMIC_COUNTERS_OES
GL_OES_geometry_shader Define "GL_MAX_GEOMETRY_ATOMIC_COUNTERS_OES" with expression '0x92D5',...
static final int GL_BUFFER_IMMUTABLE_STORAGE_EXT
GL_EXT_buffer_storage Define "GL_BUFFER_IMMUTABLE_STORAGE_EXT" with expression '0x821F',...
static final int GL_MULTIVIEW_EXT
GL_EXT_multiview_draw_buffers Define "GL_MULTIVIEW_EXT" with expression '0x90F1', CType: int
static final int GL_CLIENT_STORAGE_BIT_EXT
GL_EXT_buffer_storage Define "GL_CLIENT_STORAGE_BIT_EXT" with expression '0x0200',...
static final int GL_COMPRESSED_RGBA_ASTC_10x6_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_RGBA_A...
static final int GL_LINE_STRIP_ADJACENCY_OES
GL_OES_geometry_shader Define "GL_LINE_STRIP_ADJACENCY_OES" with expression '0x000B',...
void glDrawElementsInstancedBaseVertexOES(int mode, int count, int type, Buffer indices, int instancecount, int basevertex)
Entry point to C language function: void {@native glDrawElementsInstancedBaseVertexOES}(GLenum mode,...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x6_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x6_OES" with expression '0...
static final int GL_DRAW_FRAMEBUFFER_NV
GL_NV_framebuffer_blit Define "GL_DRAW_FRAMEBUFFER_NV" with expression '0x8CA9', CType: int
void glMultiDrawArraysIndirectEXT(int mode, Buffer indirect, int drawcount, int stride)
Entry point to C language function: void {@native glMultiDrawArraysIndirectEXT}(GLenum mode,...
static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG
GL_IMG_multisampled_render_to_texture Define "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG" with express...
static final int GL_TEXTURE_BINDING_BUFFER_EXT
GL_EXT_texture_buffer, GL_EXT_texture_buffer_object Define "GL_TEXTURE_BINDING_BUFFER_EXT" with expre...
void glFramebufferTextureMultiviewOVR(int target, int attachment, int texture, int level, int baseViewIndex, int numViews)
Entry point to C language function: void {@native glFramebufferTextureMultiviewOVR}(GLenum target,...
static final int GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_OES
GL_OES_geometry_shader Define "GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_OES" with expression '0x90D7',...
void glBlendEquationiEXT(int buf, int mode)
Entry point to C language function: void {@native glBlendEquationiEXT}(GLuint buf,...
static final int GL_COVERAGE_ALL_FRAGMENTS_NV
GL_NV_coverage_sample Define "GL_COVERAGE_ALL_FRAGMENTS_NV" with expression '0x8ED5',...
static final int GL_PRIMITIVES_GENERATED_EXT
GL_EXT_transform_feedback, GL_EXT_geometry_shader Define "GL_PRIMITIVES_GENERATED_EXT" with expressio...
void glDiscardFramebufferEXT(int target, int numAttachments, IntBuffer attachments)
Entry point to C language function: void {@native glDiscardFramebufferEXT}(GLenum target,...
static final int GL_TEXTURE_SRGB_DECODE_EXT
GL_EXT_texture_sRGB_decode Define "GL_TEXTURE_SRGB_DECODE_EXT" with expression '0x8A48',...
static final int GL_TEXTURE_VIEW_MIN_LAYER
GL_VERSION_4_3, GL_ARB_texture_view, GL_OES_texture_view, GL_EXT_texture_view Alias for: GL_TEXTURE_V...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_SRGB8_...
void glScissorIndexedvNV(int index, IntBuffer v)
Entry point to C language function: void {@native glScissorIndexedvNV}(GLuint index,...
static final int GL_STENCIL_BUFFER_BIT4_QCOM
GL_QCOM_tiled_rendering Define "GL_STENCIL_BUFFER_BIT4_QCOM" with expression '0x00100000',...
static final int GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_EXT" with expression ...
static final int GL_STENCIL_BUFFER_BIT5_QCOM
GL_QCOM_tiled_rendering Define "GL_STENCIL_BUFFER_BIT5_QCOM" with expression '0x00200000',...
static final int GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_OES
GL_OES_geometry_shader Define "GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_OES" with expression '0x8C29',...
static final int GL_TEXTURE_SPARSE_EXT
GL_EXT_sparse_texture Define "GL_TEXTURE_SPARSE_EXT" with expression '0x91A6', CType: int
static final int GL_R11F_G11F_B10F_APPLE
GL_APPLE_texture_packed_float Define "GL_R11F_G11F_B10F_APPLE" with expression '0x8C3A',...
static final int GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
GL_OES_texture_storage_multisample_2d_array Define "GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES" with exp...
void glVertexAttribDivisorNV(int index, int divisor)
Entry point to C language function: void {@native glVertexAttribDivisorNV}(GLuint index,...
static final int GL_DEPTH_BUFFER_BIT6_QCOM
GL_QCOM_tiled_rendering Define "GL_DEPTH_BUFFER_BIT6_QCOM" with expression '0x00004000',...
static final int GL_GEOMETRY_LINKED_OUTPUT_TYPE_EXT
GL_EXT_geometry_shader Define "GL_GEOMETRY_LINKED_OUTPUT_TYPE_EXT" with expression '0x8918',...
void glGetCoverageModulationTableNV(int bufsize, FloatBuffer v)
Entry point to C language function: void {@native glGetCoverageModulationTableNV}(GLsizei bufsize,...
static final int GL_QUADS_OES
GL_OES_tessellation_shader Define "GL_QUADS_OES" with expression '0x0007', CType: int
void glDeleteVertexArraysOES(int n, IntBuffer arrays)
Entry point to C language function: void {@native glDeleteVertexArraysOES}(GLsizei n,...
static final int GL_COPY_WRITE_BUFFER_NV
GL_NV_copy_buffer Define "GL_COPY_WRITE_BUFFER_NV" with expression '0x8F37', CType: int
static final int GL_MAX_GEOMETRY_OUTPUT_VERTICES_OES
GL_OES_geometry_shader Define "GL_MAX_GEOMETRY_OUTPUT_VERTICES_OES" with expression '0x8DE0',...
static final int GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT
GL_EXT_shader_image_load_store, GL_EXT_texture_cube_map_array Define "GL_UNSIGNED_INT_IMAGE_CUBE_MAP_...
static final int GL_MULTISAMPLE_BUFFER_BIT3_QCOM
GL_QCOM_tiled_rendering Define "GL_MULTISAMPLE_BUFFER_BIT3_QCOM" with expression '0x08000000',...
void glBlendFunciEXT(int buf, int src, int dst)
Entry point to C language function: void {@native glBlendFunciEXT}(GLuint buf, GLenum src,...
static final int GL_TEXTURE_BUFFER_OFFSET_OES
GL_OES_texture_buffer Define "GL_TEXTURE_BUFFER_OFFSET_OES" with expression '0x919D',...
void glDrawElementsBaseVertexOES(int mode, int count, int type, Buffer indices, int basevertex)
Entry point to C language function: void {@native glDrawElementsBaseVertexOES}(GLenum mode,...
static final int GL_TESS_CONTROL_SHADER_BIT_OES
GL_OES_tessellation_shader Define "GL_TESS_CONTROL_SHADER_BIT_OES" with expression '0x00000008',...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_SRGB8_...
static final int GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_EXT" with expression '0...
static final int GL_UNSIGNED_INT_10F_11F_11F_REV_APPLE
GL_APPLE_texture_packed_float Define "GL_UNSIGNED_INT_10F_11F_11F_REV_APPLE" with expression '0x8C3B'...
void glDrawArraysInstancedNV(int mode, int first, int count, int primcount)
Entry point to C language function: void {@native glDrawArraysInstancedNV}(GLenum mode,...
static final int GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_EXT
GL_EXT_geometry_shader Define "GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_EXT" with expression '0x92CF',...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5x5_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5x5_OES" with expression '0...
static final int GL_SAMPLER_EXTERNAL_OES
GL_OES_EGL_image_external Define "GL_SAMPLER_EXTERNAL_OES" with expression '0x8D66',...
static final int GL_HARDLIGHT
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_HARDLI...
static final int GL_STENCIL_BUFFER_BIT7_QCOM
GL_QCOM_tiled_rendering Define "GL_STENCIL_BUFFER_BIT7_QCOM" with expression '0x00800000',...
void glGetIntegeri_vEXT(int target, int index, int[] data, int data_offset)
Entry point to C language function: void {@native glGetIntegeri_vEXT}(GLenum target,...
void glGetnUniformuiv(int program, int location, int bufSize, int[] params, int params_offset)
Entry point to C language function: void {@native glGetnUniformuiv}(GLuint program,...
void glRenderbufferStorageMultisampleNV(int target, int samples, int internalformat, int width, int height)
Entry point to C language function: void {@native glRenderbufferStorageMultisampleNV}(GLenum target,...
static final int GL_UNSIGNED_INT_SAMPLER_BUFFER_OES
GL_OES_texture_buffer Define "GL_UNSIGNED_INT_SAMPLER_BUFFER_OES" with expression '0x8DD8',...
static final int GL_MULTISAMPLE_BUFFER_BIT1_QCOM
GL_QCOM_tiled_rendering Define "GL_MULTISAMPLE_BUFFER_BIT1_QCOM" with expression '0x02000000',...
static final int GL_ALPHA_TEST_FUNC_QCOM
GL_QCOM_alpha_test Define "GL_ALPHA_TEST_FUNC_QCOM" with expression '0x0BC1', CType: int
static final int GL_EXCLUSION
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_EXCLUS...
static final int GL_HSL_COLOR
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_HSL_CO...
static final int GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV1_EXT
GL_EXT_pvrtc_sRGB Define "GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV1_EXT" with expression '0x8A57',...
static final int GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_EXT
GL_EXT_sparse_texture Define "GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_EXT" with expression '0x91A9'...
void glDrawArraysInstancedANGLE(int mode, int first, int count, int primcount)
Entry point to C language function: void {@native glDrawArraysInstancedANGLE}(GLenum mode,...
static final int GL_COMPRESSED_RGBA_PVRTC_2BPPV2_IMG
GL_IMG_texture_compression_pvrtc2 Define "GL_COMPRESSED_RGBA_PVRTC_2BPPV2_IMG" with expression '0x913...
void glExtGetTexturesQCOM(int[] textures, int textures_offset, int maxTextures, int[] numTextures, int numTextures_offset)
Entry point to C language function: void {@native glExtGetTexturesQCOM}(GLuint * textures,...
static final int GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader Define "GL_MAX_GEOMETRY_TEXT...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x5_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x5_OES" with expression '0...
static final int GL_SRC1_COLOR_EXT
GL_EXT_blend_func_extended Define "GL_SRC1_COLOR_EXT" with expression '0x88F9', CType: int
static final int GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_NV
GL_NV_sample_locations Define "GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_NV" with expression '0x9340...
static final int GL_SAMPLE_LOCATION_NV
GL_NV_sample_locations Define "GL_SAMPLE_LOCATION_NV" with expression '0x8E50', CType: int
static final int GL_TEXTURE_HEIGHT_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_HEIGHT_QCOM" with expression '0x8BD3', CType: int
static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT
GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample Define "GL_FRAMEBUFFER_INCOMPLE...
static final int GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_OES" with expression...
void glDeleteVertexArraysOES(int n, int[] arrays, int arrays_offset)
Entry point to C language function: void {@native glDeleteVertexArraysOES}(GLsizei n,...
void glDrawRangeElementsBaseVertexEXT(int mode, int start, int end, int count, int type, Buffer indices, int basevertex)
Entry point to C language function: void {@native glDrawRangeElementsBaseVertexEXT}(GLenum mode,...
static final int GL_MAX_SAMPLES_NV
GL_NV_framebuffer_multisample Define "GL_MAX_SAMPLES_NV" with expression '0x8D57',...
static final int GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE
GL_ANGLE_texture_compression_dxt3 Define "GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE" with expression '0x83F2...
static final int GL_MAX_GEOMETRY_UNIFORM_BLOCKS_EXT
GL_EXT_geometry_shader Define "GL_MAX_GEOMETRY_UNIFORM_BLOCKS_EXT" with expression '0x8A2C',...
static final int GL_UNSIGNED_INT_IMAGE_BUFFER_EXT
GL_EXT_shader_image_load_store, GL_EXT_texture_buffer Define "GL_UNSIGNED_INT_IMAGE_BUFFER_EXT" with ...
static final int GL_PRIMITIVES_GENERATED_OES
GL_OES_geometry_shader Define "GL_PRIMITIVES_GENERATED_OES" with expression '0x8C87',...
void glScissorIndexedNV(int index, int left, int bottom, int width, int height)
Entry point to C language function: void {@native glScissorIndexedNV}(GLuint index,...
static final int GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED_OES
GL_OES_tessellation_shader Define "GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED_OES" with expression '0...
static final int GL_COLOR_BUFFER_BIT0_QCOM
GL_QCOM_tiled_rendering Define "GL_COLOR_BUFFER_BIT0_QCOM" with expression '0x00000001',...
void glMultiDrawElementsBaseVertexEXT(int mode, IntBuffer count, int type, PointerBuffer indices, int primcount, IntBuffer basevertex)
Entry point to C language function: void {@native glMultiDrawElementsBaseVertexEXT}(GLenum mode,...
static final int GL_TEXTURE_TYPE_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_TYPE_QCOM" with expression '0x8BD7', CType: int
static final int GL_COMPRESSED_RGBA_PVRTC_4BPPV2_IMG
GL_IMG_texture_compression_pvrtc2 Define "GL_COMPRESSED_RGBA_PVRTC_4BPPV2_IMG" with expression '0x913...
void glViewportIndexedfNV(int index, float x, float y, float w, float h)
Entry point to C language function: void {@native glViewportIndexedfNV}(GLuint index,...
static final int GL_TESS_GEN_SPACING_EXT
GL_EXT_tessellation_shader Define "GL_TESS_GEN_SPACING_EXT" with expression '0x8E77',...
static final int GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_EXT" with expression '0x8E7...
static final int GL_COVERAGE_SAMPLES_NV
GL_NV_multisample_coverage, GL_NV_coverage_sample Define "GL_COVERAGE_SAMPLES_NV" with expression '0x...
static final int GL_TEXTURE_BUFFER_OES
GL_OES_texture_buffer Define "GL_TEXTURE_BUFFER_OES" with expression '0x8C2A', CType: int
static final int GL_COVERAGE_EDGE_FRAGMENTS_NV
GL_NV_coverage_sample Define "GL_COVERAGE_EDGE_FRAGMENTS_NV" with expression '0x8ED6',...
static final int GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_OES
GL_OES_texture_cube_map_array Define "GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_OES" with expression '0x900D',...
static final int GL_TESS_CONTROL_OUTPUT_VERTICES_OES
GL_OES_tessellation_shader Define "GL_TESS_CONTROL_OUTPUT_VERTICES_OES" with expression '0x8E75',...
void glExtGetBuffersQCOM(IntBuffer buffers, int maxBuffers, IntBuffer numBuffers)
Entry point to C language function: void {@native glExtGetBuffersQCOM}(GLuint * buffers,...
static final int GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_EXT
GL_EXT_sparse_texture Define "GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_EXT" with expression '0x919A',...
static final int GL_VIRTUAL_PAGE_SIZE_INDEX_EXT
GL_EXT_sparse_texture Define "GL_VIRTUAL_PAGE_SIZE_INDEX_EXT" with expression '0x91A7',...
static final int GL_GPU_OPTIMIZED_QCOM
GL_QCOM_binning_control Define "GL_GPU_OPTIMIZED_QCOM" with expression '0x8FB2', CType: int
void glExtTexObjectStateOverrideiQCOM(int target, int pname, int param)
Entry point to C language function: void {@native glExtTexObjectStateOverrideiQCOM}(GLenum target,...
static final int GL_RASTER_MULTISAMPLE_EXT
GL_EXT_raster_multisample Define "GL_RASTER_MULTISAMPLE_EXT" with expression '0x9327',...
static final int GL_COMPRESSED_RGBA_ASTC_3x3x3_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_RGBA_ASTC_3x3x3_OES" with expression '0x93C0',...
void glBlendEquationSeparateiOES(int buf, int modeRGB, int modeAlpha)
Entry point to C language function: void {@native glBlendEquationSeparateiOES}(GLuint buf,...
void glVertexAttribDivisorANGLE(int index, int divisor)
Entry point to C language function: void {@native glVertexAttribDivisorANGLE}(GLuint index,...
static final int GL_COVERAGE_COMPONENT4_NV
GL_NV_coverage_sample Define "GL_COVERAGE_COMPONENT4_NV" with expression '0x8ED1',...
static final int GL_ALPHA_TEST_QCOM
GL_QCOM_alpha_test Define "GL_ALPHA_TEST_QCOM" with expression '0x0BC0', CType: int
static final int GL_HSL_LUMINOSITY
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_HSL_LU...
void glGetDriverControlStringQCOM(int driverControl, int bufSize, IntBuffer length, ByteBuffer driverControlString)
Entry point to C language function: void {@native glGetDriverControlStringQCOM}(GLuint driverControl...
int glGetProgramResourceLocationIndexEXT(int program, int programInterface, ByteBuffer name)
Entry point to C language function: GLint {@native glGetProgramResourceLocationIndexEXT}(GLuint prog...
static final int GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_EXT" with expression '0x90CB',...
void glCoverageOperationNV(int operation)
Entry point to C language function: void {@native glCoverageOperationNV}(GLenum operation) Part of...
void glUniformMatrix2x3fvNV(int location, int count, boolean transpose, float[] value, int value_offset)
Entry point to C language function: void {@native glUniformMatrix2x3fvNV}(GLint location,...
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR
GL_OVR_multiview Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR" with expression '0x96...
static final int GL_LAST_VERTEX_CONVENTION_EXT
GL_EXT_provoking_vertex, GL_EXT_geometry_shader Define "GL_LAST_VERTEX_CONVENTION_EXT" with expressio...
static final int GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_EXT
GL_EXT_geometry_shader Define "GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_EXT" with expression '0x9124',...
static final int GL_COMPRESSED_RGBA_ASTC_5x5x4_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_RGBA_ASTC_5x5x4_OES" with expression '0x93C5',...
void glCopyBufferSubDataNV(int readTarget, int writeTarget, long readOffset, long writeOffset, long size)
Entry point to C language function: void {@native glCopyBufferSubDataNV}(GLenum readTarget,...
static final int GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT" with expre...
static final int GL_TEXTURE_BINDING_EXTERNAL_OES
GL_OES_EGL_image_external Define "GL_TEXTURE_BINDING_EXTERNAL_OES" with expression '0x8D67',...
static final int GL_MAP_PERSISTENT_BIT_EXT
GL_EXT_buffer_storage Define "GL_MAP_PERSISTENT_BIT_EXT" with expression '0x0040',...
void glMinSampleShadingOES(float value)
Entry point to C language function: void {@native glMinSampleShadingOES}(GLfloat value) Part of GL...
static final int GL_MAX_TESS_PATCH_COMPONENTS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_PATCH_COMPONENTS_EXT" with expression '0x8E84',...
static final int GL_STENCIL_BUFFER_BIT1_QCOM
GL_QCOM_tiled_rendering Define "GL_STENCIL_BUFFER_BIT1_QCOM" with expression '0x00020000',...
static final int GL_MALI_SHADER_BINARY_ARM
GL_ARM_mali_shader_binary Define "GL_MALI_SHADER_BINARY_ARM" with expression '0x8F60',...
static final int GL_SAMPLER_CUBE_MAP_ARRAY_OES
GL_OES_texture_cube_map_array Define "GL_SAMPLER_CUBE_MAP_ARRAY_OES" with expression '0x900C',...
void glExtGetTexSubImageQCOM(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Buffer texels)
Entry point to C language function: void {@native glExtGetTexSubImageQCOM}(GLenum target,...
static final int GL_EFFECTIVE_RASTER_SAMPLES_EXT
GL_EXT_raster_multisample Define "GL_EFFECTIVE_RASTER_SAMPLES_EXT" with expression '0x932C',...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_SRGB8_...
static final int GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES
GL_OES_texture_storage_multisample_2d_array Define "GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES" with...
void glMultiDrawElementsIndirectEXT(int mode, int type, Buffer indirect, int drawcount, int stride)
Entry point to C language function: void {@native glMultiDrawElementsIndirectEXT}(GLenum mode,...
static final int GL_TESS_CONTROL_SHADER_BIT_EXT
GL_EXT_tessellation_shader Define "GL_TESS_CONTROL_SHADER_BIT_EXT" with expression '0x00000008',...
static final int GL_INT_IMAGE_BUFFER_EXT
GL_EXT_shader_image_load_store, GL_EXT_texture_buffer Define "GL_INT_IMAGE_BUFFER_EXT" with expressio...
void glScissorArrayvNV(int first, int count, IntBuffer v)
Entry point to C language function: void {@native glScissorArrayvNV}(GLuint first,...
static final int GL_TEXTURE_BORDER_COLOR_NV
GL_NV_texture_border_clamp Define "GL_TEXTURE_BORDER_COLOR_NV" with expression '0x1004',...
static final int GL_R8_SNORM
GL_EXT_render_snorm, GL_ES_VERSION_3_0, GL_VERSION_3_1 Define "GL_R8_SNORM" with expression '0x8F94',...
void glPatchParameteriOES(int pname, int value)
Entry point to C language function: void {@native glPatchParameteriOES}(GLenum pname,...
void glExtGetShadersQCOM(IntBuffer shaders, int maxShaders, IntBuffer numShaders)
Entry point to C language function: void {@native glExtGetShadersQCOM}(GLuint * shaders,...
static final int GL_PATCH_VERTICES_EXT
GL_EXT_tessellation_shader Define "GL_PATCH_VERTICES_EXT" with expression '0x8E72',...
static final int GL_IMAGE_CUBE_MAP_ARRAY_EXT
GL_EXT_shader_image_load_store, GL_EXT_texture_cube_map_array Define "GL_IMAGE_CUBE_MAP_ARRAY_EXT" wi...
void glCoverageModulationNV(int components)
Entry point to C language function: void {@native glCoverageModulationNV}(GLenum components) Part ...
static final int GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_NV
GL_NV_sample_locations Define "GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_NV" with expression '0x9343'...
static final int GL_QUERY_BY_REGION_WAIT
GL_VERSION_3_0, GL_NV_conditional_render Alias for: GL_QUERY_BY_REGION_WAIT_NV Define "GL_QUERY_BY_R...
static final int GL_RG16_EXT
GL_EXT_texture_norm16 Define "GL_RG16_EXT" with expression '0x822C', CType: int
static final int GL_TESS_EVALUATION_SHADER_OES
GL_OES_tessellation_shader Define "GL_TESS_EVALUATION_SHADER_OES" with expression '0x8E87',...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_SRGB8_...
static final int GL_HSL_HUE
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_HSL_HU...
static final int GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG
GL_IMG_texture_compression_pvrtc Define "GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG" with expression '0x8C02...
static final int GL_MAX_GEOMETRY_IMAGE_UNIFORMS_EXT
GL_EXT_geometry_shader Define "GL_MAX_GEOMETRY_IMAGE_UNIFORMS_EXT" with expression '0x90CD',...
static final int GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_NV
GL_NV_sample_locations Define "GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_NV" with expression '0x933F',...
static final int GL_CLIP_DISTANCE5_APPLE
GL_APPLE_clip_distance Define "GL_CLIP_DISTANCE5_APPLE" with expression '0x3005', CType: int
static final int GL_CPU_OPTIMIZED_QCOM
GL_QCOM_binning_control Define "GL_CPU_OPTIMIZED_QCOM" with expression '0x8FB1', CType: int
static final int GL_MAX_CLIP_DISTANCES_APPLE
GL_APPLE_clip_distance Define "GL_MAX_CLIP_DISTANCES_APPLE" with expression '0x0D32',...
void glSubpixelPrecisionBiasNV(int xbits, int ybits)
Entry point to C language function: void {@native glSubpixelPrecisionBiasNV}(GLuint xbits,...
static final int GL_TEXTURE_TARGET_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_TARGET_QCOM" with expression '0x8BDA', CType: int
void glExtGetBufferPointervQCOM(int target, PointerBuffer params)
Entry point to C language function: void {@native glExtGetBufferPointervQCOM}(GLenum target,...
static final int GL_SRGB8_NV
GL_NV_sRGB_formats Define "GL_SRGB8_NV" with expression '0x8C41', CType: int
void glBlendEquationiOES(int buf, int mode)
Entry point to C language function: void {@native glBlendEquationiOES}(GLuint buf,...
static final int GL_MAX_VIEWS_OVR
GL_OVR_multiview Define "GL_MAX_VIEWS_OVR" with expression '0x9631', CType: int
static final int GL_CLIP_DISTANCE6_APPLE
GL_APPLE_clip_distance Define "GL_CLIP_DISTANCE6_APPLE" with expression '0x3006', CType: int
static final int GL_SOFTLIGHT
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_SOFTLI...
static final int GL_COMPRESSED_RGBA_ASTC_5x4x4_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_RGBA_ASTC_5x4x4_OES" with expression '0x93C4',...
void glUniformMatrix3x2fvNV(int location, int count, boolean transpose, float[] value, int value_offset)
Entry point to C language function: void {@native glUniformMatrix3x2fvNV}(GLint location,...
static final int GL_MAX_SPARSE_TEXTURE_SIZE_EXT
GL_EXT_sparse_texture Define "GL_MAX_SPARSE_TEXTURE_SIZE_EXT" with expression '0x9198',...
static final int GL_TEXTURE_BUFFER_DATA_STORE_BINDING_OES
GL_OES_texture_buffer Define "GL_TEXTURE_BUFFER_DATA_STORE_BINDING_OES" with expression '0x8C2D',...
void glRasterSamplesEXT(int samples, boolean fixedsamplelocations)
Entry point to C language function: void {@native glRasterSamplesEXT}(GLuint samples,...
static final int GL_COMPRESSED_RGBA_ASTC_5x4_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_RGBA_A...
static final int GL_NUM_SPARSE_LEVELS_EXT
GL_EXT_sparse_texture Define "GL_NUM_SPARSE_LEVELS_EXT" with expression '0x91AA', CType: int
static final int GL_FLOAT_MAT2x4_NV
GL_NV_non_square_matrices Define "GL_FLOAT_MAT2x4_NV" with expression '0x8B66', CType: int
static final int GL_TRIANGLE_STRIP_ADJACENCY_OES
GL_OES_geometry_shader Define "GL_TRIANGLE_STRIP_ADJACENCY_OES" with expression '0x000D',...
void glExtGetTexturesQCOM(IntBuffer textures, int maxTextures, IntBuffer numTextures)
Entry point to C language function: void {@native glExtGetTexturesQCOM}(GLuint * textures,...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_SRGB8_...
static final int GL_NVIDIA_PLATFORM_BINARY_NV
static final int GL_OVERLAY
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_OVERLA...
static final int GL_MULTISAMPLE_BUFFER_BIT5_QCOM
GL_QCOM_tiled_rendering Define "GL_MULTISAMPLE_BUFFER_BIT5_QCOM" with expression '0x20000000',...
static final int GL_VERTEX_ARRAY
GL_ES_VERSION_3_2, GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array, GL_KHR_debug Alias for: GL...
static final int GL_SAMPLER_2D_ARRAY_SHADOW_NV
GL_NV_shadow_samplers_array Define "GL_SAMPLER_2D_ARRAY_SHADOW_NV" with expression '0x8DC4',...
void glExtGetFramebuffersQCOM(IntBuffer framebuffers, int maxFramebuffers, IntBuffer numFramebuffers)
Entry point to C language function: void {@native glExtGetFramebuffersQCOM}(GLuint * framebuffers,...
static final int GL_COVERAGE_ATTACHMENT_NV
GL_NV_coverage_sample Define "GL_COVERAGE_ATTACHMENT_NV" with expression '0x8ED2',...
static final int GL_MAX_PATCH_VERTICES_OES
GL_OES_tessellation_shader Define "GL_MAX_PATCH_VERTICES_OES" with expression '0x8E7D',...
static final int GL_BGRA_IMG
GL_IMG_read_format Define "GL_BGRA_IMG" with expression '0x80E1', CType: int
static final int GL_COVERAGE_BUFFER_BIT_NV
GL_NV_coverage_sample Define "GL_COVERAGE_BUFFER_BIT_NV" with expression '0x00008000',...
static final int GL_RASTER_FIXED_SAMPLE_LOCATIONS_EXT
GL_EXT_raster_multisample Define "GL_RASTER_FIXED_SAMPLE_LOCATIONS_EXT" with expression '0x932A',...
void glEGLImageTargetRenderbufferStorageOES(int target, long image)
Entry point to C language function: void {@native glEGLImageTargetRenderbufferStorageOES}(GLenum tar...
void glExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, IntBuffer params)
Entry point to C language function: void {@native glExtGetTexLevelParameterivQCOM}(GLuint texture,...
static final int GL_GEOMETRY_SHADER_INVOCATIONS_OES
GL_OES_geometry_shader Define "GL_GEOMETRY_SHADER_INVOCATIONS_OES" with expression '0x887F',...
void glUniformMatrix2x4fvNV(int location, int count, boolean transpose, float[] value, int value_offset)
Entry point to C language function: void {@native glUniformMatrix2x4fvNV}(GLint location,...
static final int GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_OES
GL_OES_texture_cube_map_array Define "GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_OES" with expression '0x...
void glPatchParameteriEXT(int pname, int value)
Entry point to C language function: void {@native glPatchParameteriEXT}(GLenum pname,...
static final int GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_OES
GL_OES_tessellation_shader Define "GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_OES" with expressi...
void glDepthRangeArrayfvNV(int first, int count, float[] v, int v_offset)
Entry point to C language function: void {@native glDepthRangeArrayfvNV}(GLuint first,...
static final int GL_COMPRESSED_RGBA_ASTC_5x5_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_RGBA_A...
static final int GL_INT_IMAGE_BUFFER_OES
GL_OES_texture_buffer Define "GL_INT_IMAGE_BUFFER_OES" with expression '0x905C', CType: int
static final int GL_SLUMINANCE8_ALPHA8_NV
GL_NV_sRGB_formats Define "GL_SLUMINANCE8_ALPHA8_NV" with expression '0x8C45', CType: int
void glColorMaskiEXT(int index, boolean r, boolean g, boolean b, boolean a)
Entry point to C language function: void {@native glColorMaskiEXT}(GLuint index, GLboolean r,...
static final int GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_EXT" with expression '...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_SRGB8_...
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT
GL_EXT_multisampled_render_to_texture Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT" with exp...
static final int GL_FLOAT_MAT4x3_NV
GL_NV_non_square_matrices Define "GL_FLOAT_MAT4x3_NV" with expression '0x8B6A', CType: int
static final int GL_PERFMON_GLOBAL_MODE_QCOM
GL_QCOM_perfmon_global_mode Define "GL_PERFMON_GLOBAL_MODE_QCOM" with expression '0x8FA0',...
static final int GL_MAX_MULTIVIEW_BUFFERS_EXT
GL_EXT_multiview_draw_buffers Define "GL_MAX_MULTIVIEW_BUFFERS_EXT" with expression '0x90F2',...
void glEndTilingQCOM(int preserveMask)
Entry point to C language function: void {@native glEndTilingQCOM}(GLbitfield preserveMask) Part o...
static final int GL_DARKEN
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_DARKEN...
static final int GL_IMAGE_BUFFER_OES
GL_OES_texture_buffer Define "GL_IMAGE_BUFFER_OES" with expression '0x9051', CType: int
static final int GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH
GL_VERSION_4_5, GL_KHR_context_flush_control Alias for: GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_KHR Define...
static final int GL_MAX_SPARSE_3D_TEXTURE_SIZE_EXT
GL_EXT_sparse_texture Define "GL_MAX_SPARSE_3D_TEXTURE_SIZE_EXT" with expression '0x9199',...
void glReadBufferIndexedEXT(int src, int index)
Entry point to C language function: void {@native glReadBufferIndexedEXT}(GLenum src,...
static final int GL_SMAPHS_PROGRAM_BINARY_DMP
GL_DMP_program_binary Define "GL_SMAPHS_PROGRAM_BINARY_DMP" with expression '0x9252',...
void glPrimitiveBoundingBoxEXT(float minX, float minY, float minZ, float minW, float maxX, float maxY, float maxZ, float maxW)
Entry point to C language function: void {@native glPrimitiveBoundingBoxEXT}(GLfloat minX,...
static final int GL_MIN_SAMPLE_SHADING_VALUE_OES
GL_OES_sample_shading Define "GL_MIN_SAMPLE_SHADING_VALUE_OES" with expression '0x8C37',...
static final int GL_ONE_MINUS_SRC1_ALPHA_EXT
GL_EXT_blend_func_extended Define "GL_ONE_MINUS_SRC1_ALPHA_EXT" with expression '0x88FB',...
static final int GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_OES" with expression '0x92D3',...
static final int GL_COMPRESSED_RGBA_ASTC_10x10_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_RGBA_A...
static final int GL_DRAW_FRAMEBUFFER_ANGLE
GL_ANGLE_framebuffer_blit Define "GL_DRAW_FRAMEBUFFER_ANGLE" with expression '0x8CA9',...
static final int GL_DMP_PROGRAM_BINARY_DMP
GL_DMP_program_binary Define "GL_DMP_PROGRAM_BINARY_DMP" with expression '0x9253',...
static final int GL_COMPRESSED_RGBA_ASTC_4x4x3_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_RGBA_ASTC_4x4x3_OES" with expression '0x93C2',...
static final int GL_CLIP_DISTANCE1_APPLE
GL_APPLE_clip_distance Define "GL_CLIP_DISTANCE1_APPLE" with expression '0x3001', CType: int
static final int GL_MULTISAMPLE_EXT
GL_EXT_multisample, GL_EXT_multisampled_compatibility Define "GL_MULTISAMPLE_EXT" with expression '0x...
void glEndConditionalRender()
Entry point to C language function: void {@native glEndConditionalRender}() Part of GL_VERSION_3_0...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_3x3x3_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_3x3x3_OES" with expression '0...
static final int GL_TEXTURE_VIEW_MIN_LEVEL
GL_VERSION_4_3, GL_ARB_texture_view, GL_OES_texture_view, GL_EXT_texture_view Alias for: GL_TEXTURE_V...
static final int GL_REFERENCED_BY_GEOMETRY_SHADER_EXT
GL_EXT_geometry_shader Define "GL_REFERENCED_BY_GEOMETRY_SHADER_EXT" with expression '0x9309',...
static final int GL_GEOMETRY_LINKED_VERTICES_OUT_EXT
GL_EXT_geometry_shader Define "GL_GEOMETRY_LINKED_VERTICES_OUT_EXT" with expression '0x8916',...
static final int GL_UNDEFINED_VERTEX_OES
GL_OES_geometry_shader Define "GL_UNDEFINED_VERTEX_OES" with expression '0x8260', CType: int
static final int GL_DRAW_FRAMEBUFFER_BINDING_ANGLE
GL_ANGLE_framebuffer_blit Define "GL_DRAW_FRAMEBUFFER_BINDING_ANGLE" with expression '0x8CA6',...
static final int GL_RG16_SNORM_EXT
GL_EXT_render_snorm Define "GL_RG16_SNORM_EXT" with expression '0x8F99', CType: int
static final int GL_COMPRESSED_RGBA_ASTC_6x6_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_RGBA_A...
static final int GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_OES
GL_OES_texture_buffer Define "GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_OES" with expression '0x919F',...
static final int GL_QUADS_EXT
GL_EXT_tessellation_shader Define "GL_QUADS_EXT" with expression '0x0007', CType: int
static final int GL_FRAMEBUFFER_UNDEFINED_OES
GL_OES_surfaceless_context Define "GL_FRAMEBUFFER_UNDEFINED_OES" with expression '0x8219',...
void glExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glExtGetTexLevelParameterivQCOM}(GLuint texture,...
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR
GL_OVR_multiview Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR" with expression '0x9630',...
static final int GL_VERTEX_ATTRIB_ARRAY_DIVISOR
GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_NV_instanced_arrays, GL_EXT_instanced_arrays,...
static final int GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_OES
GL_OES_texture_cube_map_array Define "GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_OES" with expression '0x90...
void glExtGetRenderbuffersQCOM(IntBuffer renderbuffers, int maxRenderbuffers, IntBuffer numRenderbuffers)
Entry point to C language function: void {@native glExtGetRenderbuffersQCOM}(GLuint * renderbuffers,...
static final int GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_OES
GL_OES_texture_cube_map_array Define "GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_OES" with expression '0x900A'...
static final int GL_PATCHES_OES
GL_OES_tessellation_shader Define "GL_PATCHES_OES" with expression '0x000E', CType: int
static final int GL_QUERY_NO_WAIT
GL_VERSION_3_0, GL_NV_conditional_render Alias for: GL_QUERY_NO_WAIT_NV Define "GL_QUERY_NO_WAIT" wi...
void glDisableiOES(int target, int index)
Entry point to C language function: void {@native glDisableiOES}(GLenum target, GLuint index) Part...
static final int GL_SRC_ALPHA_SATURATE_EXT
GL_EXT_blend_func_extended Define "GL_SRC_ALPHA_SATURATE_EXT" with expression '0x0308',...
static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_NV
GL_NV_framebuffer_multisample Define "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_NV" with expression '0x8D...
static final int GL_COMPRESSED_RGBA_ASTC_8x6_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_RGBA_A...
boolean glIsVertexArrayOES(int array)
Entry point to C language function: GLboolean {@native glIsVertexArrayOES}(GLuint array) Part of G...
static final int GL_GEOMETRY_SHADER_OES
GL_OES_geometry_shader Define "GL_GEOMETRY_SHADER_OES" with expression '0x8DD9', CType: int
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x3_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x3_OES" with expression '0...
static final int GL_LAYER_PROVOKING_VERTEX_EXT
GL_EXT_geometry_shader Define "GL_LAYER_PROVOKING_VERTEX_EXT" with expression '0x825E',...
static final int GL_SAMPLER_CUBE_MAP_ARRAY_EXT
GL_EXT_texture_cube_map_array Define "GL_SAMPLER_CUBE_MAP_ARRAY_EXT" with expression '0x900C',...
static final int GL_TESS_GEN_POINT_MODE_OES
GL_OES_tessellation_shader Define "GL_TESS_GEN_POINT_MODE_OES" with expression '0x8E79',...
static final int GL_DEPTH_SAMPLES_NV
GL_NV_framebuffer_mixed_samples Define "GL_DEPTH_SAMPLES_NV" with expression '0x932D',...
void glFramebufferSampleLocationsfvNV(int target, int start, int count, float[] v, int v_offset)
Entry point to C language function: void {@native glFramebufferSampleLocationsfvNV}(GLenum target,...
static final int GL_STENCIL_EXT
GL_EXT_discard_framebuffer Define "GL_STENCIL_EXT" with expression '0x1802', CType: int
static final int GL_GEOMETRY_SHADER_BIT_EXT
GL_EXT_geometry_shader Define "GL_GEOMETRY_SHADER_BIT_EXT" with expression '0x00000004',...
static final int GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
GL_OES_texture_storage_multisample_2d_array Define "GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES"...
static final int GL_PATCH_VERTICES_OES
GL_OES_tessellation_shader Define "GL_PATCH_VERTICES_OES" with expression '0x8E72',...
static final int GL_ALPHA_TEST_REF_QCOM
GL_QCOM_alpha_test Define "GL_ALPHA_TEST_REF_QCOM" with expression '0x0BC2', CType: int
static final int GL_POLYGON_OFFSET_LINE_NV
GL_NV_polygon_mode Define "GL_POLYGON_OFFSET_LINE_NV" with expression '0x2A02', CType: int
static final int GL_FIRST_VERTEX_CONVENTION_EXT
GL_EXT_provoking_vertex, GL_EXT_geometry_shader Define "GL_FIRST_VERTEX_CONVENTION_EXT" with expressi...
static final int GL_MAX_GEOMETRY_SHADER_INVOCATIONS_EXT
GL_EXT_geometry_shader Define "GL_MAX_GEOMETRY_SHADER_INVOCATIONS_EXT" with expression '0x8E5A',...
static final int GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_OES" with expression '0x8E7...
void glExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, IntBuffer length)
Entry point to C language function: void {@native glExtGetProgramBinarySourceQCOM}(GLuint program,...
static final int GL_MAX_GEOMETRY_ATOMIC_COUNTERS_EXT
GL_EXT_geometry_shader Define "GL_MAX_GEOMETRY_ATOMIC_COUNTERS_EXT" with expression '0x92D5',...
static final int GL_STENCIL_INDEX8_OES
GL_OES_stencil8, GL_OES_texture_stencil8 Define "GL_STENCIL_INDEX8_OES" with expression '0x8D48',...
static final int GL_SUBPIXEL_PRECISION_BIAS_X_BITS_NV
GL_NV_conservative_raster Define "GL_SUBPIXEL_PRECISION_BIAS_X_BITS_NV" with expression '0x9347',...
static final int GL_TEXTURE_BUFFER_BINDING_OES
GL_OES_texture_buffer Define "GL_TEXTURE_BUFFER_BINDING_OES" with expression '0x8C2A',...
static final int GL_SHADER_PIXEL_LOCAL_STORAGE_EXT
GL_EXT_shader_pixel_local_storage Define "GL_SHADER_PIXEL_LOCAL_STORAGE_EXT" with expression '0x8F64'...
static final int GL_FLOAT_MAT3x4_NV
GL_NV_non_square_matrices Define "GL_FLOAT_MAT3x4_NV" with expression '0x8B68', CType: int
static final int GL_LOCATION_INDEX_EXT
GL_EXT_blend_func_extended Define "GL_LOCATION_INDEX_EXT" with expression '0x930F',...
static final int GL_GEOMETRY_SHADER_EXT
GL_EXT_geometry_shader4, GL_EXT_geometry_shader Define "GL_GEOMETRY_SHADER_EXT" with expression '0x8D...
static final int GL_COMPRESSED_RGBA_ASTC_6x6x6_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_RGBA_ASTC_6x6x6_OES" with expression '0x93C9',...
void glBlendBarrier()
Entry point to C language function: void {@native glBlendBarrier}() Part of GL_ES_VERSION_3_2,...
static final int GL_GEOMETRY_SHADER_INVOCATIONS_EXT
GL_EXT_geometry_shader Define "GL_GEOMETRY_SHADER_INVOCATIONS_EXT" with expression '0x887F',...
static final int GL_LINES_ADJACENCY_OES
GL_OES_geometry_shader Define "GL_LINES_ADJACENCY_OES" with expression '0x000A', CType: int
static final int GL_DECODE_EXT
GL_EXT_texture_sRGB_decode Define "GL_DECODE_EXT" with expression '0x8A49', CType: int
static final int GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_OES" with expression '0x90CB',...
static final int GL_COMPRESSED_RGBA_ASTC_10x8_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_RGBA_A...
static final int GL_MAX
GL_OES_draw_buffers_indexed, GL_ARB_imaging, GL_ES_VERSION_3_0, GL_VERSION_1_4, GL_EXT_blend_minmax A...
static final int GL_TEXTURE_USAGE_ANGLE
GL_ANGLE_texture_usage Define "GL_TEXTURE_USAGE_ANGLE" with expression '0x93A2', CType: int
void glDrawElementsBaseVertexEXT(int mode, int count, int type, Buffer indices, int basevertex)
Entry point to C language function: void {@native glDrawElementsBaseVertexEXT}(GLenum mode,...
static final int GL_FRACTIONAL_ODD_OES
GL_OES_tessellation_shader Define "GL_FRACTIONAL_ODD_OES" with expression '0x8E7B',...
static final int GL_CONTEXT_LOST
GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness Alias for: GL_CONTEXT_LOST_KHR Define "GL_CONTE...
static final int GL_SAMPLER_EXTERNAL_2D_Y2Y_EXT
GL_EXT_YUV_target Define "GL_SAMPLER_EXTERNAL_2D_Y2Y_EXT" with expression '0x8BE7',...
void glPolygonModeNV(int face, int mode)
Entry point to C language function: void {@native glPolygonModeNV}(GLenum face, GLenum mode) Part ...
void glUniformMatrix2x3fvNV(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix2x3fvNV}(GLint location,...
static final int GL_COPY_READ_BUFFER_NV
GL_NV_copy_buffer Define "GL_COPY_READ_BUFFER_NV" with expression '0x8F36', CType: int
static final int GL_GCCSO_SHADER_BINARY_FJ
GL_FJ_shader_binary_GCCSO Define "GL_GCCSO_SHADER_BINARY_FJ" with expression '0x9260',...
int glGetFragDataIndexEXT(int program, ByteBuffer name)
Entry point to C language function: GLint {@native glGetFragDataIndexEXT}(GLuint program,...
static final int GL_MAX_TEXTURE_BUFFER_SIZE_EXT
GL_EXT_texture_buffer, GL_EXT_texture_buffer_object Define "GL_MAX_TEXTURE_BUFFER_SIZE_EXT" with expr...
static final int GL_SAMPLER_CUBE_SHADOW_NV
GL_NV_shadow_samplers_cube Define "GL_SAMPLER_CUBE_SHADOW_NV" with expression '0x8DC5',...
int glGetProgramResourceLocationIndexEXT(int program, int programInterface, byte[] name, int name_offset)
Entry point to C language function: GLint {@native glGetProgramResourceLocationIndexEXT}(GLuint prog...
static final int GL_LAYER_PROVOKING_VERTEX_OES
GL_OES_geometry_shader Define "GL_LAYER_PROVOKING_VERTEX_OES" with expression '0x825E',...
static final int GL_SGX_BINARY_IMG
GL_IMG_shader_binary Define "GL_SGX_BINARY_IMG" with expression '0x8C0A', CType: int
static final int GL_Z400_BINARY_AMD
GL_AMD_program_binary_Z400 Define "GL_Z400_BINARY_AMD" with expression '0x8740', CType: int
static final int GL_ISOLINES_EXT
GL_EXT_tessellation_shader Define "GL_ISOLINES_EXT" with expression '0x8E7A', CType: int
static final int GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_OES
GL_OES_shader_multisample_interpolation Define "GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_OES" with expres...
static final int GL_SHARED_EDGE_NV
GL_NV_path_rendering_shared_edge Define "GL_SHARED_EDGE_NV" with expression '0xC0',...
static final int GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_NV
GL_NV_sRGB_formats Define "GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_NV" with expression '0x8C4E',...
static final int GL_SAMPLE_SHADING_OES
GL_OES_sample_shading Define "GL_SAMPLE_SHADING_OES" with expression '0x8C36', CType: int
static final int GL_ISOLINES_OES
GL_OES_tessellation_shader Define "GL_ISOLINES_OES" with expression '0x8E7A', CType: int
static final int GL_COLOR_ATTACHMENT_EXT
GL_EXT_multiview_draw_buffers Define "GL_COLOR_ATTACHMENT_EXT" with expression '0x90F0',...
static final int GL_REFERENCED_BY_TESS_EVALUATION_SHADER_EXT
GL_EXT_tessellation_shader Define "GL_REFERENCED_BY_TESS_EVALUATION_SHADER_EXT" with expression '0x93...
static final int GL_TRIANGLE_STRIP_ADJACENCY_EXT
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader Define "GL_TRIANGLE_STRIP_AD...
static final int GL_RGB16_SNORM_EXT
GL_EXT_texture_norm16 Define "GL_RGB16_SNORM_EXT" with expression '0x8F9A', CType: int
static final int GL_RGBA8_SNORM
GL_EXT_render_snorm, GL_ES_VERSION_3_0, GL_VERSION_3_1 Define "GL_RGBA8_SNORM" with expression '0x8F9...
static final int GL_PACK_REVERSE_ROW_ORDER_ANGLE
GL_ANGLE_pack_reverse_row_order Define "GL_PACK_REVERSE_ROW_ORDER_ANGLE" with expression '0x93A4',...
static final int GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_OES
GL_OES_geometry_shader Define "GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_OES" with expression '0x8DDF',...
static final int GL_DRAW_FRAMEBUFFER_BINDING_NV
GL_NV_framebuffer_blit Define "GL_DRAW_FRAMEBUFFER_BINDING_NV" with expression '0x8CA6',...
void glGetTranslatedShaderSourceANGLE(int shader, int bufsize, IntBuffer length, ByteBuffer source)
Entry point to C language function: void {@native glGetTranslatedShaderSourceANGLE}(GLuint shader,...
void glRenderbufferStorageMultisampleIMG(int target, int samples, int internalformat, int width, int height)
Entry point to C language function: void {@native glRenderbufferStorageMultisampleIMG}(GLenum target...
static final int GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_OES" with expression '0x...
static final int GL_COLOR_BUFFER_BIT5_QCOM
GL_QCOM_tiled_rendering Define "GL_COLOR_BUFFER_BIT5_QCOM" with expression '0x00000020',...
void glBlendFuncSeparateiOES(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)
Entry point to C language function: void {@native glBlendFuncSeparateiOES}(GLuint buf,...
static final int GL_MAX_VIEWPORTS_NV
GL_NV_viewport_array Define "GL_MAX_VIEWPORTS_NV" with expression '0x825B', CType: int
static final int GL_ATC_RGB_AMD
GL_AMD_compressed_ATC_texture Define "GL_ATC_RGB_AMD" with expression '0x8C92', CType: int
static final int GL_COLOR_BUFFER_BIT6_QCOM
GL_QCOM_tiled_rendering Define "GL_COLOR_BUFFER_BIT6_QCOM" with expression '0x00000040',...
void glExtGetRenderbuffersQCOM(int[] renderbuffers, int renderbuffers_offset, int maxRenderbuffers, int[] numRenderbuffers, int numRenderbuffers_offset)
Entry point to C language function: void {@native glExtGetRenderbuffersQCOM}(GLuint * renderbuffers,...
boolean glIsEnablediOES(int target, int index)
Entry point to C language function: GLboolean {@native glIsEnablediOES}(GLenum target,...
static final int GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_OES
GL_OES_geometry_shader Define "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_OES" with expression '0x8DE1',...
static final int GL_VIRTUAL_PAGE_SIZE_Y_EXT
GL_EXT_sparse_texture Define "GL_VIRTUAL_PAGE_SIZE_Y_EXT" with expression '0x9196',...
static final int GL_MAX_TESS_GEN_LEVEL_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_GEN_LEVEL_EXT" with expression '0x8E7E',...
void glBlitFramebufferANGLE(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter)
Entry point to C language function: void {@native glBlitFramebufferANGLE}(GLint srcX0,...
static final int GL_RASTER_SAMPLES_EXT
GL_EXT_raster_multisample Define "GL_RASTER_SAMPLES_EXT" with expression '0x9328',...
static final int GL_TEXTURE_FORMAT_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_FORMAT_QCOM" with expression '0x8BD6', CType: int
static final int GL_RGBA16_SNORM_EXT
GL_EXT_render_snorm Define "GL_RGBA16_SNORM_EXT" with expression '0x8F9B', CType: int
void glUniformMatrix2x4fvNV(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix2x4fvNV}(GLint location,...
static final int GL_STENCIL_BUFFER_BIT0_QCOM
GL_QCOM_tiled_rendering Define "GL_STENCIL_BUFFER_BIT0_QCOM" with expression '0x00010000',...
static final int GL_COLOR_BUFFER_BIT2_QCOM
GL_QCOM_tiled_rendering Define "GL_COLOR_BUFFER_BIT2_QCOM" with expression '0x00000004',...
static final int GL_DIFFERENCE
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_DIFFER...
void glEnableDriverControlQCOM(int driverControl)
Entry point to C language function: void {@native glEnableDriverControlQCOM}(GLuint driverControl) ...
static final int GL_HSL_SATURATION
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_HSL_SA...
static final int GL_MAX_SUBPIXEL_PRECISION_BIAS_BITS_NV
GL_NV_conservative_raster Define "GL_MAX_SUBPIXEL_PRECISION_BIAS_BITS_NV" with expression '0x9349',...
static final int GL_FRAMEBUFFER_ATTACHMENT_ANGLE
GL_ANGLE_texture_usage Define "GL_FRAMEBUFFER_ATTACHMENT_ANGLE" with expression '0x93A3',...
static final int GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_EXT" with expression '0x886C'...
void glBlendFuncSeparateiEXT(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)
Entry point to C language function: void {@native glBlendFuncSeparateiEXT}(GLuint buf,...
void glTexPageCommitmentEXT(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, boolean commit)
Entry point to C language function: void {@native glTexPageCommitmentEXT}(GLenum target,...
static final int GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_EXT" with expression '0x...
void glBindFragDataLocationIndexedEXT(int program, int colorNumber, int index, ByteBuffer name)
Entry point to C language function: void {@native glBindFragDataLocationIndexedEXT}(GLuint program,...
static final int GL_BINNING_CONTROL_HINT_QCOM
GL_QCOM_binning_control Define "GL_BINNING_CONTROL_HINT_QCOM" with expression '0x8FB0',...
void glReadBufferNV(int mode)
Entry point to C language function: void {@native glReadBufferNV}(GLenum mode) Part of GL_NV_read_...
static final int GL_TEXTURE_EXTERNAL_OES
GL_OES_EGL_image_external Define "GL_TEXTURE_EXTERNAL_OES" with expression '0x8D65',...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_SRGB8_...
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET
GL_OES_texture_3D, GL_EXT_framebuffer_object Alias for: GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_...
void glDepthRangeArrayfvNV(int first, int count, FloatBuffer v)
Entry point to C language function: void {@native glDepthRangeArrayfvNV}(GLuint first,...
static final int GL_MAX_TESS_PATCH_COMPONENTS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_PATCH_COMPONENTS_OES" with expression '0x8E84',...
static final int GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_EXT
GL_EXT_texture_cube_map_array Define "GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_EXT" with expression '0x...
static final int GL_MULTISAMPLE_BUFFER_BIT2_QCOM
GL_QCOM_tiled_rendering Define "GL_MULTISAMPLE_BUFFER_BIT2_QCOM" with expression '0x04000000',...
static final int GL_COLOR_BUFFER_BIT4_QCOM
GL_QCOM_tiled_rendering Define "GL_COLOR_BUFFER_BIT4_QCOM" with expression '0x00000010',...
static final int GL_3DC_XY_AMD
GL_AMD_compressed_3DC_texture Define "GL_3DC_XY_AMD" with expression '0x87FA', CType: int
void glBindFragDataLocationIndexedEXT(int program, int colorNumber, int index, byte[] name, int name_offset)
Entry point to C language function: void {@native glBindFragDataLocationIndexedEXT}(GLuint program,...
static final int GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_EXT" with expression '0...
static final int GL_3DC_X_AMD
GL_AMD_compressed_3DC_texture Define "GL_3DC_X_AMD" with expression '0x87F9', CType: int
static final int GL_LINE_STRIP_ADJACENCY_EXT
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader Define "GL_LINE_STRIP_ADJACE...
void glMultiDrawElementsBaseVertexOES(int mode, IntBuffer count, int type, PointerBuffer indices, int primcount, IntBuffer basevertex)
Entry point to C language function: void {@native glMultiDrawElementsBaseVertexOES}(GLenum mode,...
void glTexBufferOES(int target, int internalformat, int buffer)
Entry point to C language function: void {@native glTexBufferOES}(GLenum target, GLenum internalform...
static final int GL_TEXTURE_WIDTH_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_WIDTH_QCOM" with expression '0x8BD2', CType: int
void glGetFloati_vNV(int target, int index, FloatBuffer data)
Entry point to C language function: void {@native glGetFloati_vNV}(GLenum target,...
void glTexBufferEXT(int target, int internalformat, int buffer)
Entry point to C language function: void {@native glTexBufferEXT}(GLenum target, GLenum internalform...
static final int GL_MAP_COHERENT_BIT_EXT
GL_EXT_buffer_storage Define "GL_MAP_COHERENT_BIT_EXT" with expression '0x0080', CType: int
void glGenVertexArraysOES(int n, IntBuffer arrays)
Entry point to C language function: void {@native glGenVertexArraysOES}(GLsizei n,...
static final int GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_OES" with expression '0x88...
static final int GL_MAX_GEOMETRY_UNIFORM_BLOCKS_OES
GL_OES_geometry_shader Define "GL_MAX_GEOMETRY_UNIFORM_BLOCKS_OES" with expression '0x8A2C',...
static final int GL_UNSIGNED_INT_IMAGE_BUFFER_OES
GL_OES_texture_buffer Define "GL_UNSIGNED_INT_IMAGE_BUFFER_OES" with expression '0x9067',...
static final int GL_FETCH_PER_SAMPLE_ARM
GL_ARM_shader_framebuffer_fetch Define "GL_FETCH_PER_SAMPLE_ARM" with expression '0x8F65',...
static final int GL_REFERENCED_BY_TESS_EVALUATION_SHADER_OES
GL_OES_tessellation_shader Define "GL_REFERENCED_BY_TESS_EVALUATION_SHADER_OES" with expression '0x93...
static final int GL_ETC1_RGB8_OES
GL_OES_compressed_ETC1_RGB8_texture Define "GL_ETC1_RGB8_OES" with expression '0x8D64',...
static final int GL_IS_PER_PATCH_EXT
GL_EXT_tessellation_shader Define "GL_IS_PER_PATCH_EXT" with expression '0x92E7', CType: int
static final int GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT" with expression '0x...
static final int GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG
GL_IMG_texture_compression_pvrtc Define "GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG" with expression '0x8C03...
static final int GL_FRAGMENT_INTERPOLATION_OFFSET_BITS_OES
GL_OES_shader_multisample_interpolation Define "GL_FRAGMENT_INTERPOLATION_OFFSET_BITS_OES" with expre...
static final int GL_VERTEX_ARRAY_BINDING_OES
GL_OES_vertex_array_object Define "GL_VERTEX_ARRAY_BINDING_OES" with expression '0x85B5',...
static final int GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_EXT
GL_EXT_texture_cube_map_array Define "GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_EXT" with expression '0x900A'...
static final int GL_MAX_PATCH_VERTICES_EXT
GL_EXT_tessellation_shader Define "GL_MAX_PATCH_VERTICES_EXT" with expression '0x8E7D',...
static final int GL_RGBA16_EXT
GL_EXT_texture, GL_EXT_texture_norm16 Define "GL_RGBA16_EXT" with expression '0x805B',...
static final int GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG
GL_IMG_texture_compression_pvrtc Define "GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG" with expression '0x8C01'...
void glExtGetProgramsQCOM(IntBuffer programs, int maxPrograms, IntBuffer numPrograms)
Entry point to C language function: void {@native glExtGetProgramsQCOM}(GLuint * programs,...
static final int GL_MAX_SAMPLES_EXT
GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample Define "GL_MAX_SAMPLES_EXT" wit...
static final int GL_FRAGMENT_COVERAGE_TO_COLOR_NV
GL_NV_fragment_coverage_to_color Define "GL_FRAGMENT_COVERAGE_TO_COLOR_NV" with expression '0x92DD',...
static final int GL_SCREEN
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_SCREEN...
static final int GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_EXT
GL_EXT_tessellation_shader Define "GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_EXT" with expression '0x8E83...
static final int GL_STENCIL_BUFFER_BIT2_QCOM
GL_QCOM_tiled_rendering Define "GL_STENCIL_BUFFER_BIT2_QCOM" with expression '0x00040000',...
static final int GL_COMPRESSED_RGBA_ASTC_5x5x5_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_RGBA_ASTC_5x5x5_OES" with expression '0x93C6',...
static final int GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR
GL_KHR_no_error Define "GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR" with expression '0x00000008',...
static final int GL_COVERAGE_BUFFERS_NV
GL_NV_coverage_sample Define "GL_COVERAGE_BUFFERS_NV" with expression '0x8ED3', CType: int
void glExtGetProgramsQCOM(int[] programs, int programs_offset, int maxPrograms, int[] numPrograms, int numPrograms_offset)
Entry point to C language function: void {@native glExtGetProgramsQCOM}(GLuint * programs,...
static final int GL_COVERAGE_MODULATION_NV
GL_NV_framebuffer_mixed_samples Define "GL_COVERAGE_MODULATION_NV" with expression '0x9332',...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x5_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x5_OES" with expression '0...
static final int GL_DEPTH_COMPONENT16_NONLINEAR_NV
GL_NV_depth_nonlinear Define "GL_DEPTH_COMPONENT16_NONLINEAR_NV" with expression '0x8E2C',...
static final int GL_MAX_SAMPLES_IMG
GL_IMG_multisampled_render_to_texture Define "GL_MAX_SAMPLES_IMG" with expression '0x9135',...
static final int GL_DEPTH_BUFFER_BIT4_QCOM
GL_QCOM_tiled_rendering Define "GL_DEPTH_BUFFER_BIT4_QCOM" with expression '0x00001000',...
static final int GL_COVERAGE_COMPONENT_NV
GL_NV_coverage_sample Define "GL_COVERAGE_COMPONENT_NV" with expression '0x8ED0', CType: int
static final int GL_READ_FRAMEBUFFER_BINDING_NV
GL_NV_framebuffer_blit Define "GL_READ_FRAMEBUFFER_BINDING_NV" with expression '0x8CAA',...
static final long GL_MULTISAMPLE_BUFFER_BIT7_QCOM
GL_QCOM_tiled_rendering Define "GL_MULTISAMPLE_BUFFER_BIT7_QCOM" with expression '0x80000000',...
void glGetTranslatedShaderSourceANGLE(int shader, int bufsize, int[] length, int length_offset, byte[] source, int source_offset)
Entry point to C language function: void {@native glGetTranslatedShaderSourceANGLE}(GLuint shader,...
static final int GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT
GL_EXT_shader_framebuffer_fetch Define "GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT" with expression '0x8...
static final int GL_COMPRESSED_SRGB_PVRTC_4BPPV1_EXT
GL_EXT_pvrtc_sRGB Define "GL_COMPRESSED_SRGB_PVRTC_4BPPV1_EXT" with expression '0x8A55',...
void glMultiDrawElementsBaseVertexEXT(int mode, int[] count, int count_offset, int type, PointerBuffer indices, int primcount, int[] basevertex, int basevertex_offset)
Entry point to C language function: void {@native glMultiDrawElementsBaseVertexEXT}(GLenum mode,...
static final int GL_MULTISAMPLE_BUFFER_BIT6_QCOM
GL_QCOM_tiled_rendering Define "GL_MULTISAMPLE_BUFFER_BIT6_QCOM" with expression '0x40000000',...
static final int GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader Define "GL_FRAMEBUFFER_INCOM...
void glDiscardFramebufferEXT(int target, int numAttachments, int[] attachments, int attachments_offset)
Entry point to C language function: void {@native glDiscardFramebufferEXT}(GLenum target,...
static final int GL_MIXED_STENCIL_SAMPLES_SUPPORTED_NV
GL_NV_framebuffer_mixed_samples Define "GL_MIXED_STENCIL_SAMPLES_SUPPORTED_NV" with expression '0x933...
void glDrawElementsInstancedANGLE(int mode, int count, int type, Buffer indices, int primcount)
Entry point to C language function: void {@native glDrawElementsInstancedANGLE}(GLenum mode,...
static final int GL_UNDEFINED_VERTEX_EXT
GL_EXT_geometry_shader Define "GL_UNDEFINED_VERTEX_EXT" with expression '0x8260', CType: int
static final int GL_DRAW_BUFFER_EXT
GL_EXT_multiview_draw_buffers Define "GL_DRAW_BUFFER_EXT" with expression '0x0C01',...
static final int GL_TESS_GEN_SPACING_OES
GL_OES_tessellation_shader Define "GL_TESS_GEN_SPACING_OES" with expression '0x8E77',...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_SRGB8_...
static final int GL_TEXTURE_CUBE_MAP_ARRAY_EXT
GL_EXT_texture_cube_map_array Define "GL_TEXTURE_CUBE_MAP_ARRAY_EXT" with expression '0x9009',...
void glTexBufferRangeEXT(int target, int internalformat, int buffer, long offset, long size)
Entry point to C language function: void {@native glTexBufferRangeEXT}(GLenum target,...
static final int GL_CLIP_DISTANCE7_APPLE
GL_APPLE_clip_distance Define "GL_CLIP_DISTANCE7_APPLE" with expression '0x3007', CType: int
boolean glExtIsProgramBinaryQCOM(int program)
Entry point to C language function: GLboolean {@native glExtIsProgramBinaryQCOM}(GLuint program) P...
static final int GL_TEXTURE_BUFFER_EXT
GL_EXT_texture_buffer, GL_EXT_texture_buffer_object Define "GL_TEXTURE_BUFFER_EXT" with expression '0...
static final int GL_TEXTURE_SAMPLES_IMG
GL_IMG_multisampled_render_to_texture Define "GL_TEXTURE_SAMPLES_IMG" with expression '0x9136',...
void glTextureView(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers)
Entry point to C language function: void {@native glTextureView}(GLuint texture, GLenum target,...
static final int GL_VIEWPORT_SUBPIXEL_BITS_NV
GL_NV_viewport_array Define "GL_VIEWPORT_SUBPIXEL_BITS_NV" with expression '0x825C',...
static final int GL_LINE_NV
GL_NV_polygon_mode Define "GL_LINE_NV" with expression '0x1B01', CType: int
static final int GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_OES" with expression ...
static final int GL_FLOAT_MAT4x2_NV
GL_NV_non_square_matrices Define "GL_FLOAT_MAT4x2_NV" with expression '0x8B69', CType: int
static final int GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_NV
GL_NV_sample_locations Define "GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_NV" with expression '0x933E',...
static final int GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_EXT
GL_EXT_geometry_shader Define "GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_EXT" with expression '0x8A...
static final int GL_FRACTIONAL_ODD_EXT
GL_EXT_tessellation_shader Define "GL_FRACTIONAL_ODD_EXT" with expression '0x8E7B',...
static final int GL_TEXTURE_VIEW_NUM_LEVELS
GL_VERSION_4_3, GL_ARB_texture_view, GL_EXT_texture_view, GL_OES_texture_view Alias for: GL_TEXTURE_V...
static final int GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_OES
GL_OES_shader_multisample_interpolation Define "GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_OES" with expres...
void glFramebufferTextureEXT(int target, int attachment, int texture, int level)
Entry point to C language function: void {@native glFramebufferTextureEXT}(GLenum target,...
static final int GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV2_IMG
GL_EXT_pvrtc_sRGB Define "GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV2_IMG" with expression '0x93F1',...
static final int GL_MAX_GEOMETRY_IMAGE_UNIFORMS_OES
GL_OES_geometry_shader Define "GL_MAX_GEOMETRY_IMAGE_UNIFORMS_OES" with expression '0x90CD',...
void glVertexAttribDivisor(int index, int divisor)
Entry point to C language function: void {@native glVertexAttribDivisor}(GLuint index,...
static final int GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT
GL_EXT_pvrtc_sRGB Define "GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT" with expression '0x8A56',...
static final int GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_FAST_SIZE_EXT
GL_EXT_shader_pixel_local_storage Define "GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_FAST_SIZE_EXT" with expre...
void glTexStorage3DMultisampleOES(int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations)
Entry point to C language function: void {@native glTexStorage3DMultisampleOES}(GLenum target,...
void glUniformMatrix4x2fvNV(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix4x2fvNV}(GLint location,...
static final int GL_ONE_MINUS_SRC1_COLOR_EXT
GL_EXT_blend_func_extended Define "GL_ONE_MINUS_SRC1_COLOR_EXT" with expression '0x88FA',...
static final int GL_COLOR_BUFFER_BIT1_QCOM
GL_QCOM_tiled_rendering Define "GL_COLOR_BUFFER_BIT1_QCOM" with expression '0x00000002',...
void glEnableiNV(int target, int index)
Entry point to C language function: void {@native glEnableiNV}(GLenum target, GLuint index) Part o...
static final int GL_COLORDODGE
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_COLORD...
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR
GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr Define "GL_COMPRESSED_SRGB8_...
static final int GL_RGB9_E5_APPLE
GL_APPLE_texture_packed_float Define "GL_RGB9_E5_APPLE" with expression '0x8C3D', CType: int
static final int GL_GEOMETRY_SHADER_BIT_OES
GL_OES_geometry_shader Define "GL_GEOMETRY_SHADER_BIT_OES" with expression '0x00000004',...
void glBlitFramebufferNV(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter)
Entry point to C language function: void {@native glBlitFramebufferNV}(GLint srcX0,...
static final int GL_TEXTURE_OBJECT_VALID_QCOM
GL_QCOM_extended_get Define "GL_TEXTURE_OBJECT_VALID_QCOM" with expression '0x8BDB',...
static final int GL_COVERAGE_MODULATION_TABLE_SIZE_NV
GL_NV_framebuffer_mixed_samples Define "GL_COVERAGE_MODULATION_TABLE_SIZE_NV" with expression '0x9333...
void glResolveMultisampleFramebuffer()
Entry point to C language function: void {@native glResolveMultisampleFramebuffer}() Part of GL_AP...
void glNamedFramebufferSampleLocationsfvNV(int framebuffer, int start, int count, FloatBuffer v)
Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvNV}(GLuint fram...
static final int GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_EXT
GL_EXT_texture_buffer Define "GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_EXT" with expression '0x919F',...
static final int GL_STENCIL_INDEX_OES
GL_OES_texture_stencil8 Define "GL_STENCIL_INDEX_OES" with expression '0x1901', CType: int
static final int GL_PROGRAM_BINARY_ANGLE
GL_ANGLE_program_binary Define "GL_PROGRAM_BINARY_ANGLE" with expression '0x93A6',...
void glDrawBuffersIndexedEXT(int n, IntBuffer location, IntBuffer indices)
Entry point to C language function: void {@native glDrawBuffersIndexedEXT}(GLint n,...
void glEnableiEXT(int target, int index)
Entry point to C language function: void {@native glEnableiEXT}(GLenum target, GLuint index) Part ...
static final int GL_DEPTH_BUFFER_BIT5_QCOM
GL_QCOM_tiled_rendering Define "GL_DEPTH_BUFFER_BIT5_QCOM" with expression '0x00002000',...
static final int GL_NUM_VIRTUAL_PAGE_SIZES_EXT
GL_EXT_sparse_texture Define "GL_NUM_VIRTUAL_PAGE_SIZES_EXT" with expression '0x91A8',...
static final int GL_COMPRESSED_RGBA_ASTC_4x3x3_OES
GL_OES_texture_compression_astc Define "GL_COMPRESSED_RGBA_ASTC_4x3x3_OES" with expression '0x93C1',...
static final int GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_SIZE_EXT
GL_EXT_shader_pixel_local_storage Define "GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_SIZE_EXT" with expression...
boolean glIsEnablediEXT(int target, int index)
Entry point to C language function: GLboolean {@native glIsEnablediEXT}(GLenum target,...
static final int GL_STENCIL_BUFFER_BIT3_QCOM
GL_QCOM_tiled_rendering Define "GL_STENCIL_BUFFER_BIT3_QCOM" with expression '0x00080000',...
static final int GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_OES
GL_OES_tessellation_shader Define "GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_OES" with expression '0x8E83...
static final int GL_VIEWPORT_INDEX_PROVOKING_VERTEX_NV
GL_NV_viewport_array Define "GL_VIEWPORT_INDEX_PROVOKING_VERTEX_NV" with expression '0x825F',...
void glExtGetFramebuffersQCOM(int[] framebuffers, int framebuffers_offset, int maxFramebuffers, int[] numFramebuffers, int numFramebuffers_offset)
Entry point to C language function: void {@native glExtGetFramebuffersQCOM}(GLuint * framebuffers,...
static final int GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT
GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader Define "GL_FRAMEBUFFER_ATTAC...