Class DebugGL4bc

java.lang.Object
com.jogamp.opengl.DebugGL4bc
All Implemented Interfaces:
GLLightingFunc, GLMatrixFunc, GLPointerFunc, GL, GL2, GL2ES1, GL2ES2, GL2ES3, GL2GL3, GL3, GL3bc, GL3ES3, GL4, GL4bc, GL4ES3, GLBase
Direct Known Subclasses:
DebugGL2, DebugGL3, DebugGL3bc, DebugGL4

public class DebugGL4bc extends Object implements GL3bc, GL4, GL4bc

Composable pipeline which wraps an underlying GL implementation, providing error checking after each OpenGL method call. If an error occurs, causes a GLException to be thrown at exactly the point of failure.

Sample code which installs this pipeline:

   gl = drawable.setGL(new DebugGL(drawable.getGL()));
 
For automatic instantiation see GLPipelineFactory.create(String, Class, GL, Object[])

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final boolean
     

    Fields inherited from interface com.jogamp.opengl.GL

    GL_ACTIVE_TEXTURE, GL_ALIASED_LINE_WIDTH_RANGE, GL_ALIASED_POINT_SIZE_RANGE, GL_ALPHA, GL_ALPHA_BITS, GL_ALPHA16F, GL_ALPHA32F, GL_ALPHA8, GL_ALWAYS, GL_AND, GL_AND_INVERTED, GL_AND_REVERSE, GL_ARRAY_BUFFER, GL_ARRAY_BUFFER_BINDING, GL_BACK, GL_BGR, GL_BGRA, GL_BGRA8, GL_BLEND, GL_BLEND_DST, GL_BLEND_DST_ALPHA, GL_BLEND_DST_RGB, GL_BLEND_EQUATION, GL_BLEND_EQUATION_ALPHA, GL_BLEND_EQUATION_RGB, GL_BLEND_SRC, GL_BLEND_SRC_ALPHA, GL_BLEND_SRC_RGB, GL_BLUE_BITS, GL_BUFFER_ACCESS, GL_BUFFER_MAP_POINTER, GL_BUFFER_MAPPED, GL_BUFFER_SIZE, GL_BUFFER_USAGE, GL_BYTE, GL_CCW, GL_CLAMP_TO_EDGE, GL_CLEAR, GL_COLOR_ATTACHMENT0, GL_COLOR_BUFFER_BIT, GL_COLOR_CLEAR_VALUE, GL_COLOR_LOGIC_OP, GL_COLOR_WRITEMASK, GL_COMPRESSED_RGB_S3TC_DXT1_EXT, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, GL_COMPRESSED_RGBA_S3TC_DXT3_EXT, GL_COMPRESSED_RGBA_S3TC_DXT5_EXT, GL_COMPRESSED_TEXTURE_FORMATS, GL_COPY, GL_COPY_INVERTED, GL_CULL_FACE, GL_CULL_FACE_MODE, GL_CW, GL_DECR, GL_DECR_WRAP, GL_DEPTH_ATTACHMENT, GL_DEPTH_BITS, GL_DEPTH_BUFFER_BIT, GL_DEPTH_CLEAR_VALUE, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT24, GL_DEPTH_COMPONENT32, GL_DEPTH_FUNC, GL_DEPTH_RANGE, GL_DEPTH_STENCIL, GL_DEPTH_TEST, GL_DEPTH_WRITEMASK, GL_DEPTH24_STENCIL8, GL_DITHER, GL_DONT_CARE, GL_DRAW_FRAMEBUFFER, GL_DRAW_FRAMEBUFFER_BINDING, GL_DST_ALPHA, GL_DST_COLOR, GL_DYNAMIC_DRAW, GL_ELEMENT_ARRAY_BUFFER, GL_ELEMENT_ARRAY_BUFFER_BINDING, GL_EQUAL, GL_EQUIV, GL_EXTENSIONS, GL_FALSE, GL_FASTEST, GL_FIXED, GL_FLOAT, GL_FRAMEBUFFER, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL, GL_FRAMEBUFFER_BINDING, GL_FRAMEBUFFER_COMPLETE, GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS, GL_FRAMEBUFFER_INCOMPLETE_FORMATS, GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT, GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE, GL_FRAMEBUFFER_SRGB, GL_FRAMEBUFFER_UNSUPPORTED, GL_FRONT, GL_FRONT_AND_BACK, GL_FRONT_FACE, GL_FUNC_ADD, GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT, GL_GENERATE_MIPMAP_HINT, GL_GEQUAL, GL_GREATER, GL_GREEN_BITS, GL_GUILTY_CONTEXT_RESET, GL_HALF_FLOAT, GL_IMPLEMENTATION_COLOR_READ_FORMAT, GL_IMPLEMENTATION_COLOR_READ_TYPE, GL_INCR, GL_INCR_WRAP, GL_INNOCENT_CONTEXT_RESET, GL_INVALID_ENUM, GL_INVALID_FRAMEBUFFER_OPERATION, GL_INVALID_OPERATION, GL_INVALID_VALUE, GL_INVERT, GL_KEEP, GL_LEQUAL, GL_LESS, GL_LINE_LOOP, GL_LINE_SMOOTH, GL_LINE_SMOOTH_HINT, GL_LINE_STRIP, GL_LINE_WIDTH, GL_LINEAR, GL_LINEAR_MIPMAP_LINEAR, GL_LINEAR_MIPMAP_NEAREST, GL_LINES, GL_LOGIC_OP_MODE, GL_LOSE_CONTEXT_ON_RESET, GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_LUMINANCE_ALPHA16F, GL_LUMINANCE_ALPHA32F, GL_LUMINANCE16F, GL_LUMINANCE32F, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE8, GL_LUMINANCE8_ALPHA8, GL_MAP_FLUSH_EXPLICIT_BIT, GL_MAP_INVALIDATE_BUFFER_BIT, GL_MAP_INVALIDATE_RANGE_BIT, GL_MAP_READ_BIT, GL_MAP_UNSYNCHRONIZED_BIT, GL_MAP_WRITE_BIT, GL_MAX_CUBE_MAP_TEXTURE_SIZE, GL_MAX_RENDERBUFFER_SIZE, GL_MAX_SAMPLES, GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT, GL_MAX_TEXTURE_SIZE, GL_MAX_VIEWPORT_DIMS, GL_MIRRORED_REPEAT, GL_MULTISAMPLE, GL_NAND, GL_NEAREST, GL_NEAREST_MIPMAP_LINEAR, GL_NEAREST_MIPMAP_NEAREST, GL_NEVER, GL_NICEST, GL_NO_ERROR, GL_NO_RESET_NOTIFICATION, GL_NONE, GL_NOOP, GL_NOR, GL_NOTEQUAL, GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_ONE, GL_ONE_MINUS_DST_ALPHA, GL_ONE_MINUS_DST_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_ONE_MINUS_SRC_COLOR, GL_OR, GL_OR_INVERTED, GL_OR_REVERSE, GL_OUT_OF_MEMORY, GL_PACK_ALIGNMENT, GL_POINT_FADE_THRESHOLD_SIZE, GL_POINT_SIZE, GL_POINTS, GL_POLYGON_OFFSET_FACTOR, GL_POLYGON_OFFSET_FILL, GL_POLYGON_OFFSET_UNITS, GL_R16F, GL_R32F, GL_R8, GL_READ_FRAMEBUFFER, GL_READ_FRAMEBUFFER_BINDING, GL_RED_BITS, GL_RENDERBUFFER, GL_RENDERBUFFER_ALPHA_SIZE, GL_RENDERBUFFER_BINDING, GL_RENDERBUFFER_BLUE_SIZE, GL_RENDERBUFFER_DEPTH_SIZE, GL_RENDERBUFFER_GREEN_SIZE, GL_RENDERBUFFER_HEIGHT, GL_RENDERBUFFER_INTERNAL_FORMAT, GL_RENDERBUFFER_RED_SIZE, GL_RENDERBUFFER_SAMPLES, GL_RENDERBUFFER_STENCIL_SIZE, GL_RENDERBUFFER_WIDTH, GL_RENDERER, GL_REPEAT, GL_REPLACE, GL_RESET_NOTIFICATION_STRATEGY, GL_RG16F, GL_RG32F, GL_RG8, GL_RGB, GL_RGB10, GL_RGB10_A2, GL_RGB16F, GL_RGB32F, GL_RGB5_A1, GL_RGB565, GL_RGB8, GL_RGBA, GL_RGBA16F, GL_RGBA32F, GL_RGBA4, GL_RGBA8, GL_SAMPLE_ALPHA_TO_COVERAGE, GL_SAMPLE_ALPHA_TO_ONE, GL_SAMPLE_BUFFERS, GL_SAMPLE_COVERAGE, GL_SAMPLE_COVERAGE_INVERT, GL_SAMPLE_COVERAGE_VALUE, GL_SAMPLES, GL_SCISSOR_BOX, GL_SCISSOR_TEST, GL_SET, GL_SHORT, GL_SMOOTH_LINE_WIDTH_RANGE, GL_SMOOTH_POINT_SIZE_RANGE, GL_SRC_ALPHA, GL_SRC_ALPHA_SATURATE, GL_SRC_COLOR, GL_SRGB, GL_SRGB_ALPHA, GL_SRGB8_ALPHA8, GL_STATIC_DRAW, GL_STENCIL_ATTACHMENT, GL_STENCIL_BITS, GL_STENCIL_BUFFER_BIT, GL_STENCIL_CLEAR_VALUE, GL_STENCIL_FAIL, GL_STENCIL_FUNC, GL_STENCIL_INDEX1, GL_STENCIL_INDEX4, GL_STENCIL_INDEX8, GL_STENCIL_PASS_DEPTH_FAIL, GL_STENCIL_PASS_DEPTH_PASS, GL_STENCIL_REF, GL_STENCIL_TEST, GL_STENCIL_VALUE_MASK, GL_STENCIL_WRITEMASK, GL_SUBPIXEL_BITS, GL_TEXTURE, GL_TEXTURE_2D, GL_TEXTURE_BINDING_2D, GL_TEXTURE_BINDING_CUBE_MAP, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_IMMUTABLE_FORMAT, GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MAX_ANISOTROPY_EXT, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, GL_TEXTURE0, GL_TEXTURE1, GL_TEXTURE10, GL_TEXTURE11, GL_TEXTURE12, GL_TEXTURE13, GL_TEXTURE14, GL_TEXTURE15, GL_TEXTURE16, GL_TEXTURE17, GL_TEXTURE18, GL_TEXTURE19, GL_TEXTURE2, GL_TEXTURE20, GL_TEXTURE21, GL_TEXTURE22, GL_TEXTURE23, GL_TEXTURE24, GL_TEXTURE25, GL_TEXTURE26, GL_TEXTURE27, GL_TEXTURE28, GL_TEXTURE29, GL_TEXTURE3, GL_TEXTURE30, GL_TEXTURE31, GL_TEXTURE4, GL_TEXTURE5, GL_TEXTURE6, GL_TEXTURE7, GL_TEXTURE8, GL_TEXTURE9, GL_TRIANGLE_FAN, GL_TRIANGLE_STRIP, GL_TRIANGLES, GL_TRUE, GL_UNKNOWN_CONTEXT_RESET, GL_UNPACK_ALIGNMENT, GL_UNSIGNED_BYTE, GL_UNSIGNED_INT, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_24_8, GL_UNSIGNED_SHORT, GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_5_6_5, GL_VENDOR, GL_VERSION, GL_VIEWPORT, GL_WRITE_ONLY, GL_XOR, GL_ZERO

    Fields inherited from interface com.jogamp.opengl.GL2

    GL_2_BYTES, GL_2D, GL_3_BYTES, GL_3D, GL_3D_COLOR, GL_3D_COLOR_TEXTURE, GL_4_BYTES, GL_422_AVERAGE_EXT, GL_422_EXT, GL_422_REV_AVERAGE_EXT, GL_422_REV_EXT, GL_4D_COLOR_TEXTURE, GL_ABGR_EXT, GL_ACCUM, GL_ACCUM_ALPHA_BITS, GL_ACCUM_BLUE_BITS, GL_ACCUM_BUFFER_BIT, GL_ACCUM_CLEAR_VALUE, GL_ACCUM_GREEN_BITS, GL_ACCUM_RED_BITS, GL_ACTIVE_STENCIL_FACE_EXT, GL_ACTIVE_VERTEX_UNITS_ARB, GL_ALL_ATTRIB_BITS, GL_ALL_CLIENT_ATTRIB_BITS, GL_ALLOW_DRAW_FRG_HINT_PGI, GL_ALLOW_DRAW_MEM_HINT_PGI, GL_ALLOW_DRAW_OBJ_HINT_PGI, GL_ALLOW_DRAW_WIN_HINT_PGI, GL_ALPHA_BIAS, GL_ALPHA_FLOAT16_APPLE, GL_ALPHA_FLOAT16_ATI, GL_ALPHA_FLOAT32_APPLE, GL_ALPHA_FLOAT32_ATI, GL_ALPHA_INTEGER, GL_ALPHA_MAX_CLAMP_INGR, GL_ALPHA_MIN_CLAMP_INGR, GL_ALPHA_REF_COMMAND_NV, GL_ALPHA_SNORM, GL_ALPHA12, GL_ALPHA16, GL_ALPHA16_SNORM, GL_ALPHA16I, GL_ALPHA16UI, GL_ALPHA32I, GL_ALPHA32UI, GL_ALPHA4, GL_ALPHA8_SNORM, GL_ALPHA8I, GL_ALPHA8UI, GL_ALWAYS_FAST_HINT_PGI, GL_ALWAYS_SOFT_HINT_PGI, GL_ARRAY_ELEMENT_LOCK_COUNT_EXT, GL_ARRAY_ELEMENT_LOCK_FIRST_EXT, GL_ATTENUATION_EXT, GL_ATTRIB_STACK_DEPTH, GL_ATTRIBUTE_ADDRESS_COMMAND_NV, GL_AUTO_NORMAL, GL_AUX_BUFFERS, GL_AUX_DEPTH_STENCIL_APPLE, GL_AUX0, GL_AUX1, GL_AUX2, GL_AUX3, GL_AVERAGE_EXT, GL_BACK_NORMALS_HINT_PGI, GL_BITMAP, GL_BITMAP_TOKEN, GL_BLEND_COLOR_COMMAND_NV, GL_BLUE_BIAS, GL_BLUE_MAX_CLAMP_INGR, GL_BLUE_MIN_CLAMP_INGR, GL_BLUE_SCALE, GL_BOOL_ARB, GL_BOOL_VEC2_ARB, GL_BOOL_VEC3_ARB, GL_BOOL_VEC4_ARB, GL_BUFFER_FLUSHING_UNMAP, GL_BUFFER_OBJECT_APPLE, GL_BUFFER_SERIALIZED_MODIFY, GL_C3F_V3F, GL_C4F_N3F_V3F, GL_C4UB_V2F, GL_C4UB_V3F, GL_CLAMP, GL_CLAMP_FRAGMENT_COLOR, GL_CLAMP_VERTEX_COLOR, GL_CLIENT_ALL_ATTRIB_BITS, GL_CLIENT_ATTRIB_STACK_DEPTH, GL_CLIENT_PIXEL_STORE_BIT, GL_CLIENT_VERTEX_ARRAY_BIT, GL_CLIP_FAR_HINT_PGI, GL_CLIP_NEAR_HINT_PGI, GL_CLIP_VOLUME_CLIPPING_HINT_EXT, GL_CMYK_EXT, GL_CMYKA_EXT, GL_COEFF, GL_COLOR_CLEAR_UNCLAMPED_VALUE_ATI, GL_COLOR_FLOAT_APPLE, GL_COLOR_INDEX, GL_COLOR_INDEXES, GL_COLOR_MATERIAL_FACE, GL_COLOR_MATERIAL_PARAMETER, GL_COLOR_MATRIX, GL_COLOR_MATRIX_STACK_DEPTH, GL_COLOR_SAMPLES_NV, GL_COLOR_SUM, GL_COLOR_SUM_ARB, GL_COLOR_TABLE, GL_COLOR_TABLE_ALPHA_SIZE, GL_COLOR_TABLE_BIAS, GL_COLOR_TABLE_BLUE_SIZE, GL_COLOR_TABLE_FORMAT, GL_COLOR_TABLE_GREEN_SIZE, GL_COLOR_TABLE_INTENSITY_SIZE, GL_COLOR_TABLE_LUMINANCE_SIZE, GL_COLOR_TABLE_RED_SIZE, GL_COLOR_TABLE_SCALE, GL_COLOR_TABLE_WIDTH, GL_COLOR3_BIT_PGI, GL_COLOR4_BIT_PGI, GL_COLORBURN, GL_COLORDODGE, GL_COMPARE_R_TO_TEXTURE, GL_COMPARE_REF_DEPTH_TO_TEXTURE, GL_COMPILE, GL_COMPILE_AND_EXECUTE, GL_COMPLETION_STATUS_ARB, GL_COMPRESSED_ALPHA, GL_COMPRESSED_INTENSITY, GL_COMPRESSED_LUMINANCE, GL_COMPRESSED_LUMINANCE_ALPHA, GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT, GL_COMPRESSED_LUMINANCE_LATC1_EXT, GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT, GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT, GL_COMPRESSED_SLUMINANCE, GL_COMPRESSED_SLUMINANCE_ALPHA, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5, GL_COMPRESSED_SRGB_S3TC_DXT1, GL_COMPUTE_PROGRAM_NV, GL_COMPUTE_PROGRAM_PARAMETER_BUFFER_NV, GL_CONSERVATIVE_RASTER_DILATE_GRANULARITY_NV, GL_CONSERVATIVE_RASTER_DILATE_NV, GL_CONSERVATIVE_RASTER_DILATE_RANGE_NV, GL_CONSERVATIVE_RASTERIZATION_NV, GL_CONSERVE_MEMORY_HINT_PGI, GL_CONST_EYE_NV, GL_CONSTANT_BORDER, GL_CONVOLUTION_1D, GL_CONVOLUTION_2D, GL_CONVOLUTION_BORDER_COLOR, GL_CONVOLUTION_BORDER_MODE, GL_CONVOLUTION_FILTER_BIAS, GL_CONVOLUTION_FILTER_SCALE, GL_CONVOLUTION_FORMAT, GL_CONVOLUTION_HEIGHT, GL_CONVOLUTION_WIDTH, GL_COPY_PIXEL_TOKEN, GL_COUNTER_RANGE_AMD, GL_COUNTER_TYPE_AMD, GL_COVERAGE_MODULATION_NV, GL_COVERAGE_MODULATION_TABLE_NV, GL_COVERAGE_MODULATION_TABLE_SIZE_NV, GL_CUBIC_EXT, GL_CULL_FRAGMENT_NV, GL_CULL_MODES_NV, GL_CULL_VERTEX_EXT, GL_CULL_VERTEX_EYE_POSITION_EXT, GL_CULL_VERTEX_OBJECT_POSITION_EXT, GL_CURRENT_BIT, GL_CURRENT_FOG_COORD, GL_CURRENT_FOG_COORDINATE, GL_CURRENT_INDEX, GL_CURRENT_MATRIX_ARB, GL_CURRENT_MATRIX_INDEX_ARB, GL_CURRENT_MATRIX_STACK_DEPTH_ARB, GL_CURRENT_OCCLUSION_QUERY_ID_NV, GL_CURRENT_PALETTE_MATRIX_ARB, GL_CURRENT_RASTER_COLOR, GL_CURRENT_RASTER_DISTANCE, GL_CURRENT_RASTER_INDEX, GL_CURRENT_RASTER_POSITION, GL_CURRENT_RASTER_POSITION_VALID, GL_CURRENT_RASTER_SECONDARY_COLOR, GL_CURRENT_RASTER_TEXTURE_COORDS, GL_CURRENT_SECONDARY_COLOR, GL_CURRENT_VERTEX_ATTRIB_ARB, GL_CURRENT_VERTEX_EXT, GL_CURRENT_VERTEX_WEIGHT_EXT, GL_CURRENT_WEIGHT_ARB, GL_DARKEN, GL_DATA_BUFFER_AMD, GL_DEPENDENT_AR_TEXTURE_2D_NV, GL_DEPENDENT_GB_TEXTURE_2D_NV, GL_DEPENDENT_HILO_TEXTURE_2D_NV, GL_DEPENDENT_RGB_TEXTURE_3D_NV, GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV, GL_DEPTH_BIAS, GL_DEPTH_BOUNDS_EXT, GL_DEPTH_BOUNDS_TEST_EXT, GL_DEPTH_CLAMP_NV, GL_DEPTH_SAMPLES_NV, GL_DEPTH_SCALE, GL_DEPTH_STENCIL_TO_BGRA_NV, GL_DEPTH_STENCIL_TO_RGBA_NV, GL_DEPTH_TEXTURE_MODE, GL_DIFFERENCE, GL_DISPLAY_LIST, GL_DOMAIN, GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV, GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV, GL_DOT_PRODUCT_DEPTH_REPLACE_NV, GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV, GL_DOT_PRODUCT_NV, GL_DOT_PRODUCT_PASS_THROUGH_NV, GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV, GL_DOT_PRODUCT_TEXTURE_1D_NV, GL_DOT_PRODUCT_TEXTURE_2D_NV, GL_DOT_PRODUCT_TEXTURE_3D_NV, GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV, GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV, GL_DRAW_ARRAYS_COMMAND_NV, GL_DRAW_ARRAYS_INSTANCED_COMMAND_NV, GL_DRAW_ARRAYS_STRIP_COMMAND_NV, GL_DRAW_BUFFER0_ATI, GL_DRAW_BUFFER1_ATI, GL_DRAW_BUFFER10_ATI, GL_DRAW_BUFFER11_ATI, GL_DRAW_BUFFER12_ATI, GL_DRAW_BUFFER13_ATI, GL_DRAW_BUFFER14_ATI, GL_DRAW_BUFFER15_ATI, GL_DRAW_BUFFER2_ATI, GL_DRAW_BUFFER3_ATI, GL_DRAW_BUFFER4_ATI, GL_DRAW_BUFFER5_ATI, GL_DRAW_BUFFER6_ATI, GL_DRAW_BUFFER7_ATI, GL_DRAW_BUFFER8_ATI, GL_DRAW_BUFFER9_ATI, GL_DRAW_ELEMENTS_COMMAND_NV, GL_DRAW_ELEMENTS_INSTANCED_COMMAND_NV, GL_DRAW_ELEMENTS_STRIP_COMMAND_NV, GL_DRAW_PIXEL_TOKEN, GL_DS_BIAS_NV, GL_DS_SCALE_NV, GL_DSDT_MAG_INTENSITY_NV, GL_DSDT_MAG_NV, GL_DSDT_MAG_VIB_NV, GL_DSDT_NV, GL_DSDT8_MAG8_INTENSITY8_NV, GL_DSDT8_MAG8_NV, GL_DSDT8_NV, GL_DT_BIAS_NV, GL_DT_SCALE_NV, GL_EDGE_FLAG, GL_EDGE_FLAG_ARRAY, GL_EDGE_FLAG_ARRAY_BUFFER_BINDING, GL_EDGE_FLAG_ARRAY_POINTER, GL_EDGE_FLAG_ARRAY_STRIDE, GL_EDGEFLAG_BIT_PGI, GL_EFFECTIVE_RASTER_SAMPLES_EXT, GL_ELEMENT_ADDRESS_COMMAND_NV, GL_EMBOSS_CONSTANT_NV, GL_EMBOSS_LIGHT_NV, GL_EMBOSS_MAP_NV, GL_ENABLE_BIT, GL_EVAL_2D_NV, GL_EVAL_BIT, GL_EVAL_FRACTIONAL_TESSELLATION_NV, GL_EVAL_TRIANGULAR_2D_NV, GL_EVAL_VERTEX_ATTRIB0_NV, GL_EVAL_VERTEX_ATTRIB1_NV, GL_EVAL_VERTEX_ATTRIB10_NV, GL_EVAL_VERTEX_ATTRIB11_NV, GL_EVAL_VERTEX_ATTRIB12_NV, GL_EVAL_VERTEX_ATTRIB13_NV, GL_EVAL_VERTEX_ATTRIB14_NV, GL_EVAL_VERTEX_ATTRIB15_NV, GL_EVAL_VERTEX_ATTRIB2_NV, GL_EVAL_VERTEX_ATTRIB3_NV, GL_EVAL_VERTEX_ATTRIB4_NV, GL_EVAL_VERTEX_ATTRIB5_NV, GL_EVAL_VERTEX_ATTRIB6_NV, GL_EVAL_VERTEX_ATTRIB7_NV, GL_EVAL_VERTEX_ATTRIB8_NV, GL_EVAL_VERTEX_ATTRIB9_NV, GL_EXCLUSION, GL_EYE_LINEAR, GL_EYE_PLANE, GL_EYE_PLANE_ABSOLUTE_NV, GL_EYE_RADIAL_NV, GL_FAILURE_NV, GL_FEEDBACK, GL_FEEDBACK_BUFFER_POINTER, GL_FEEDBACK_BUFFER_SIZE, GL_FEEDBACK_BUFFER_TYPE, GL_FIELD_LOWER_NV, GL_FIELD_UPPER_NV, GL_FILL_RECTANGLE_NV, GL_FLOAT_CLEAR_COLOR_VALUE_NV, GL_FLOAT_MAT2_ARB, GL_FLOAT_MAT3_ARB, GL_FLOAT_MAT4_ARB, GL_FLOAT_R_NV, GL_FLOAT_R16_NV, GL_FLOAT_R32_NV, GL_FLOAT_RG_NV, GL_FLOAT_RG16_NV, GL_FLOAT_RG32_NV, GL_FLOAT_RGB_NV, GL_FLOAT_RGB16_NV, GL_FLOAT_RGB32_NV, GL_FLOAT_RGBA_MODE_NV, GL_FLOAT_RGBA_NV, GL_FLOAT_RGBA16_NV, GL_FLOAT_RGBA32_NV, GL_FLOAT_VEC2_ARB, GL_FLOAT_VEC3_ARB, GL_FLOAT_VEC4_ARB, GL_FLOAT16_NV, GL_FLOAT16_VEC2_NV, GL_FLOAT16_VEC3_NV, GL_FLOAT16_VEC4_NV, GL_FOG_BIT, GL_FOG_COORD, GL_FOG_COORD_ARRAY, GL_FOG_COORD_ARRAY_BUFFER_BINDING, GL_FOG_COORD_ARRAY_POINTER, GL_FOG_COORD_ARRAY_STRIDE, GL_FOG_COORD_ARRAY_TYPE, GL_FOG_COORD_SRC, GL_FOG_COORDINATE, GL_FOG_COORDINATE_ARRAY, GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING, GL_FOG_COORDINATE_ARRAY_POINTER, GL_FOG_COORDINATE_ARRAY_STRIDE, GL_FOG_COORDINATE_ARRAY_TYPE, GL_FOG_COORDINATE_SOURCE, GL_FOG_DISTANCE_MODE_NV, GL_FOG_INDEX, GL_FORCE_BLUE_TO_ONE_NV, GL_FORMAT_SUBSAMPLE_24_24_OML, GL_FORMAT_SUBSAMPLE_244_244_OML, GL_FRAGMENT_COLOR_EXT, GL_FRAGMENT_COVERAGE_COLOR_NV, GL_FRAGMENT_COVERAGE_TO_COLOR_NV, GL_FRAGMENT_DEPTH, GL_FRAGMENT_MATERIAL_EXT, GL_FRAGMENT_NORMAL_EXT, GL_FRAGMENT_PROGRAM_ARB, GL_FRAGMENT_PROGRAM_INTERPOLATION_OFFSET_BITS_NV, GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR, GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT, GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB, GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_NV, GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB, GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_NV, GL_FRAMEBUFFER_SRGB_CAPABLE, GL_FRONT_FACE_COMMAND_NV, GL_FULL_RANGE_EXT, GL_FULL_STIPPLE_HINT_PGI, GL_GEOMETRY_INPUT_TYPE_EXT, GL_GEOMETRY_OUTPUT_TYPE_EXT, GL_GEOMETRY_PROGRAM_NV, GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV, GL_GEOMETRY_VERTICES_OUT_EXT, GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX, GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX, GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX, GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX, GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX, GL_GREEN_BIAS, GL_GREEN_MAX_CLAMP_INGR, GL_GREEN_MIN_CLAMP_INGR, GL_GREEN_SCALE, GL_HALF_APPLE, GL_HARDLIGHT, GL_HI_BIAS_NV, GL_HI_SCALE_NV, GL_HILO_NV, GL_HILO16_NV, GL_HILO8_NV, GL_HINT_BIT, GL_HISTOGRAM, GL_HISTOGRAM_ALPHA_SIZE, GL_HISTOGRAM_BLUE_SIZE, GL_HISTOGRAM_FORMAT, GL_HISTOGRAM_GREEN_SIZE, GL_HISTOGRAM_LUMINANCE_SIZE, GL_HISTOGRAM_RED_SIZE, GL_HISTOGRAM_SINK, GL_HISTOGRAM_WIDTH, GL_HSL_COLOR, GL_HSL_HUE, GL_HSL_LUMINOSITY, GL_HSL_SATURATION, GL_INDEX, GL_INDEX_ARRAY, GL_INDEX_ARRAY_BUFFER_BINDING, GL_INDEX_ARRAY_POINTER, GL_INDEX_ARRAY_STRIDE, GL_INDEX_ARRAY_TYPE, GL_INDEX_BIT_PGI, GL_INDEX_BITS, GL_INDEX_CLEAR_VALUE, GL_INDEX_LOGIC_OP, GL_INDEX_MATERIAL_EXT, GL_INDEX_MATERIAL_FACE_EXT, GL_INDEX_MATERIAL_PARAMETER_EXT, GL_INDEX_MODE, GL_INDEX_OFFSET, GL_INDEX_SHIFT, GL_INDEX_TEST_EXT, GL_INDEX_TEST_FUNC_EXT, GL_INDEX_TEST_REF_EXT, GL_INDEX_WRITEMASK, GL_INT_SAMPLER_RENDERBUFFER_NV, GL_INT_VEC2_ARB, GL_INT_VEC3_ARB, GL_INT_VEC4_ARB, GL_INT16_NV, GL_INT16_VEC2_NV, GL_INT16_VEC3_NV, GL_INT16_VEC4_NV, GL_INT64_ARB, GL_INT64_NV, GL_INT64_VEC2_ARB, GL_INT64_VEC2_NV, GL_INT64_VEC3_ARB, GL_INT64_VEC3_NV, GL_INT64_VEC4_ARB, GL_INT64_VEC4_NV, GL_INT8_NV, GL_INT8_VEC2_NV, GL_INT8_VEC3_NV, GL_INT8_VEC4_NV, GL_INTENSITY, GL_INTENSITY_FLOAT16_APPLE, GL_INTENSITY_FLOAT16_ATI, GL_INTENSITY_FLOAT32_APPLE, GL_INTENSITY_FLOAT32_ATI, GL_INTENSITY_SNORM, GL_INTENSITY12, GL_INTENSITY16, GL_INTENSITY16_SNORM, GL_INTENSITY16F, GL_INTENSITY16I, GL_INTENSITY16UI, GL_INTENSITY32F, GL_INTENSITY32I, GL_INTENSITY32UI, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY8_SNORM, GL_INTENSITY8I, GL_INTENSITY8UI, GL_INTERLACE_OML, GL_INTERLACE_READ_INGR, GL_INTERLACE_READ_OML, GL_INVARIANT_DATATYPE_EXT, GL_INVARIANT_EXT, GL_INVARIANT_VALUE_EXT, GL_INVERTED_SCREEN_W_REND, GL_IUI_N3F_V2F_EXT, GL_IUI_N3F_V3F_EXT, GL_IUI_V2F_EXT, GL_IUI_V3F_EXT, GL_LAST_VIDEO_CAPTURE_STATUS_NV, GL_LAYOUT_DEFAULT_INTEL, GL_LAYOUT_LINEAR_CPU_CACHED_INTEL, GL_LAYOUT_LINEAR_INTEL, GL_LIGHT_MODEL_COLOR_CONTROL, GL_LIGHT_MODEL_LOCAL_VIEWER, GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE, GL_LIGHTEN, GL_LIGHTING_BIT, GL_LINE_BIT, GL_LINE_RESET_TOKEN, GL_LINE_STIPPLE, GL_LINE_STIPPLE_PATTERN, GL_LINE_STIPPLE_REPEAT, GL_LINE_TOKEN, GL_LINE_WIDTH_COMMAND_NV, GL_LIST_BASE, GL_LIST_BIT, GL_LIST_INDEX, GL_LIST_MODE, GL_LO_BIAS_NV, GL_LO_SCALE_NV, GL_LOAD, GL_LOCAL_CONSTANT_DATATYPE_EXT, GL_LOCAL_CONSTANT_EXT, GL_LOCAL_CONSTANT_VALUE_EXT, GL_LOCAL_EXT, GL_LOGIC_OP, GL_LUMINANCE_ALPHA_FLOAT16_APPLE, GL_LUMINANCE_ALPHA_FLOAT16_ATI, GL_LUMINANCE_ALPHA_FLOAT32_APPLE, GL_LUMINANCE_ALPHA_FLOAT32_ATI, GL_LUMINANCE_ALPHA_INTEGER, GL_LUMINANCE_ALPHA_SNORM, GL_LUMINANCE_ALPHA16I, GL_LUMINANCE_ALPHA16UI, GL_LUMINANCE_ALPHA32I, GL_LUMINANCE_ALPHA32UI, GL_LUMINANCE_ALPHA8I, GL_LUMINANCE_ALPHA8UI, GL_LUMINANCE_FLOAT16_APPLE, GL_LUMINANCE_FLOAT16_ATI, GL_LUMINANCE_FLOAT32_APPLE, GL_LUMINANCE_FLOAT32_ATI, GL_LUMINANCE_INTEGER, GL_LUMINANCE_SNORM, GL_LUMINANCE12, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE16, GL_LUMINANCE16_ALPHA16, GL_LUMINANCE16_ALPHA16_SNORM, GL_LUMINANCE16_SNORM, GL_LUMINANCE16I, GL_LUMINANCE16UI, GL_LUMINANCE32I, GL_LUMINANCE32UI, GL_LUMINANCE4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8_SNORM, GL_LUMINANCE8_SNORM, GL_LUMINANCE8I, GL_LUMINANCE8UI, GL_MAGNITUDE_BIAS_NV, GL_MAGNITUDE_SCALE_NV, GL_MAP_ATTRIB_U_ORDER_NV, GL_MAP_ATTRIB_V_ORDER_NV, GL_MAP_COLOR, GL_MAP_STENCIL, GL_MAP_TESSELLATION_NV, GL_MAP1_COLOR_4, GL_MAP1_GRID_DOMAIN, GL_MAP1_GRID_SEGMENTS, GL_MAP1_INDEX, GL_MAP1_NORMAL, GL_MAP1_TEXTURE_COORD_1, GL_MAP1_TEXTURE_COORD_2, GL_MAP1_TEXTURE_COORD_3, GL_MAP1_TEXTURE_COORD_4, GL_MAP1_VERTEX_3, GL_MAP1_VERTEX_4, GL_MAP2_COLOR_4, GL_MAP2_GRID_DOMAIN, GL_MAP2_GRID_SEGMENTS, GL_MAP2_INDEX, GL_MAP2_NORMAL, GL_MAP2_TEXTURE_COORD_1, GL_MAP2_TEXTURE_COORD_2, GL_MAP2_TEXTURE_COORD_3, GL_MAP2_TEXTURE_COORD_4, GL_MAP2_VERTEX_3, GL_MAP2_VERTEX_4, GL_MAT_AMBIENT_AND_DIFFUSE_BIT_PGI, GL_MAT_AMBIENT_BIT_PGI, GL_MAT_COLOR_INDEXES_BIT_PGI, GL_MAT_DIFFUSE_BIT_PGI, GL_MAT_EMISSION_BIT_PGI, GL_MAT_SHININESS_BIT_PGI, GL_MAT_SPECULAR_BIT_PGI, GL_MATERIAL_SIDE_HINT_PGI, GL_MATRIX_EXT, GL_MATRIX_INDEX_ARRAY_ARB, GL_MATRIX_INDEX_ARRAY_POINTER_ARB, GL_MATRIX_INDEX_ARRAY_SIZE_ARB, GL_MATRIX_INDEX_ARRAY_STRIDE_ARB, GL_MATRIX_INDEX_ARRAY_TYPE_ARB, GL_MATRIX_PALETTE_ARB, GL_MATRIX0_ARB, GL_MATRIX1_ARB, GL_MATRIX10_ARB, GL_MATRIX11_ARB, GL_MATRIX12_ARB, GL_MATRIX13_ARB, GL_MATRIX14_ARB, GL_MATRIX15_ARB, GL_MATRIX16_ARB, GL_MATRIX17_ARB, GL_MATRIX18_ARB, GL_MATRIX19_ARB, GL_MATRIX2_ARB, GL_MATRIX20_ARB, GL_MATRIX21_ARB, GL_MATRIX22_ARB, GL_MATRIX23_ARB, GL_MATRIX24_ARB, GL_MATRIX25_ARB, GL_MATRIX26_ARB, GL_MATRIX27_ARB, GL_MATRIX28_ARB, GL_MATRIX29_ARB, GL_MATRIX3_ARB, GL_MATRIX30_ARB, GL_MATRIX31_ARB, GL_MATRIX4_ARB, GL_MATRIX5_ARB, GL_MATRIX6_ARB, GL_MATRIX7_ARB, GL_MATRIX8_ARB, GL_MATRIX9_ARB, GL_MAX_ATTRIB_STACK_DEPTH, GL_MAX_BINDABLE_UNIFORM_SIZE_EXT, GL_MAX_CLIENT_ATTRIB_STACK_DEPTH, GL_MAX_COLOR_MATRIX_STACK_DEPTH, GL_MAX_CONVOLUTION_HEIGHT, GL_MAX_CONVOLUTION_WIDTH, GL_MAX_DEBUG_MESSAGE_LENGTH_AMD, GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV, GL_MAX_DEEP_3D_TEXTURE_WIDTH_HEIGHT_NV, GL_MAX_DRAW_BUFFERS_ATI, GL_MAX_EVAL_ORDER, GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT, GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_NV, GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT, GL_MAX_GEOMETRY_PROGRAM_INVOCATIONS_NV, GL_MAX_LIST_NESTING, GL_MAX_MAP_TESSELLATION_NV, GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB, GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV, GL_MAX_NAME_STACK_DEPTH, GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT, GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT, GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT, GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT, GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT, GL_MAX_PALETTE_MATRICES_ARB, GL_MAX_PIXEL_MAP_TABLE, GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT, GL_MAX_PN_TRIANGLES_TESSELATION_LEVEL_ATI, GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB, GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB, GL_MAX_PROGRAM_ATTRIB_COMPONENTS_NV, GL_MAX_PROGRAM_ATTRIBS_ARB, GL_MAX_PROGRAM_ENV_PARAMETERS_ARB, GL_MAX_PROGRAM_GENERIC_ATTRIBS_NV, GL_MAX_PROGRAM_GENERIC_RESULTS_NV, GL_MAX_PROGRAM_INSTRUCTIONS_ARB, GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB, GL_MAX_PROGRAM_MATRICES_ARB, GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB, GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB, GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB, GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB, GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB, GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB, GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB, GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB, GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB, GL_MAX_PROGRAM_OUTPUT_VERTICES_NV, GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV, GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV, GL_MAX_PROGRAM_PARAMETERS_ARB, GL_MAX_PROGRAM_PATCH_ATTRIBS_NV, GL_MAX_PROGRAM_RESULT_COMPONENTS_NV, GL_MAX_PROGRAM_SUBROUTINE_NUM_NV, GL_MAX_PROGRAM_SUBROUTINE_PARAMETERS_NV, GL_MAX_PROGRAM_TEMPORARIES_ARB, GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB, GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB, GL_MAX_PROGRAM_TEXEL_OFFSET_NV, GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_NV, GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV, GL_MAX_RASTER_SAMPLES_EXT, GL_MAX_RATIONAL_EVAL_ORDER_NV, GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB, GL_MAX_SAMPLE_MASK_WORDS_NV, GL_MAX_SHADER_COMPILER_THREADS_ARB, GL_MAX_SHININESS_NV, GL_MAX_SPARSE_3D_TEXTURE_SIZE_AMD, GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS, GL_MAX_SPARSE_TEXTURE_SIZE_AMD, GL_MAX_SPOT_EXPONENT_NV, GL_MAX_SUBPIXEL_PRECISION_BIAS_BITS_NV, GL_MAX_TEXTURE_COORDS, GL_MAX_TEXTURE_COORDS_ARB, GL_MAX_TEXTURE_IMAGE_UNITS_ARB, GL_MAX_VERTEX_ATTRIBS_ARB, GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT, GL_MAX_VERTEX_HINT_PGI, GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT, GL_MAX_VERTEX_SHADER_INVARIANTS_EXT, GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT, GL_MAX_VERTEX_SHADER_LOCALS_EXT, GL_MAX_VERTEX_SHADER_VARIANTS_EXT, GL_MAX_VERTEX_UNITS_ARB, GL_MAX_VIEWS_OVR, GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_NV, GL_MIN_LOD_WARNING_AMD, GL_MIN_PROGRAM_TEXEL_OFFSET_NV, GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_NV, GL_MIN_SPARSE_LEVEL_AMD, GL_MINMAX, GL_MINMAX_FORMAT, GL_MINMAX_SINK, GL_MIRROR_CLAMP_EXT, GL_MIRROR_CLAMP_TO_BORDER_EXT, GL_MIRROR_CLAMP_TO_EDGE_EXT, GL_MIXED_DEPTH_SAMPLES_SUPPORTED_NV, GL_MIXED_STENCIL_SAMPLES_SUPPORTED_NV, GL_MODELVIEW0_ARB, GL_MODELVIEW0_EXT, GL_MODELVIEW0_MATRIX_EXT, GL_MODELVIEW0_STACK_DEPTH_EXT, GL_MODELVIEW1_ARB, GL_MODELVIEW1_EXT, GL_MODELVIEW1_MATRIX_EXT, GL_MODELVIEW1_STACK_DEPTH_EXT, GL_MODELVIEW10_ARB, GL_MODELVIEW11_ARB, GL_MODELVIEW12_ARB, GL_MODELVIEW13_ARB, GL_MODELVIEW14_ARB, GL_MODELVIEW15_ARB, GL_MODELVIEW16_ARB, GL_MODELVIEW17_ARB, GL_MODELVIEW18_ARB, GL_MODELVIEW19_ARB, GL_MODELVIEW2_ARB, GL_MODELVIEW20_ARB, GL_MODELVIEW21_ARB, GL_MODELVIEW22_ARB, GL_MODELVIEW23_ARB, GL_MODELVIEW24_ARB, GL_MODELVIEW25_ARB, GL_MODELVIEW26_ARB, GL_MODELVIEW27_ARB, GL_MODELVIEW28_ARB, GL_MODELVIEW29_ARB, GL_MODELVIEW3_ARB, GL_MODELVIEW30_ARB, GL_MODELVIEW31_ARB, GL_MODELVIEW4_ARB, GL_MODELVIEW5_ARB, GL_MODELVIEW6_ARB, GL_MODELVIEW7_ARB, GL_MODELVIEW8_ARB, GL_MODELVIEW9_ARB, GL_MULT, GL_MULTIPLY, GL_MULTISAMPLE_BIT, GL_MULTISAMPLE_COVERAGE_MODES_NV, GL_MULTISAMPLE_FILTER_HINT_NV, GL_MULTISAMPLE_RASTERIZATION_ALLOWED_EXT, GL_MVP_MATRIX_EXT, GL_N3F_V3F, GL_NAME_STACK_DEPTH, GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI, GL_NATIVE_GRAPHICS_END_HINT_PGI, GL_NATIVE_GRAPHICS_HANDLE_PGI, GL_NEGATIVE_ONE_EXT, GL_NEGATIVE_W_EXT, GL_NEGATIVE_X_EXT, GL_NEGATIVE_Y_EXT, GL_NEGATIVE_Z_EXT, GL_NEXT_VIDEO_CAPTURE_BUFFER_STATUS_NV, GL_NOP_COMMAND_NV, GL_NORMAL_BIT_PGI, GL_NORMAL_MAP, GL_NORMALIZED_RANGE_EXT, GL_NUM_VIDEO_CAPTURE_STREAMS_NV, GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB, GL_OBJECT_ACTIVE_UNIFORMS_ARB, GL_OBJECT_ATTACHED_OBJECTS_ARB, GL_OBJECT_COMPILE_STATUS_ARB, GL_OBJECT_DELETE_STATUS_ARB, GL_OBJECT_INFO_LOG_LENGTH_ARB, GL_OBJECT_LINEAR, GL_OBJECT_LINK_STATUS_ARB, GL_OBJECT_PLANE, GL_OBJECT_SHADER_SOURCE_LENGTH_ARB, GL_OBJECT_SUBTYPE_ARB, GL_OBJECT_TYPE_ARB, GL_OBJECT_VALIDATE_STATUS_ARB, GL_OCCLUSION_QUERY_EVENT_MASK_AMD, GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV, GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV, GL_OFFSET_HILO_TEXTURE_2D_NV, GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV, GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV, GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV, GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV, GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV, GL_OFFSET_TEXTURE_2D_BIAS_NV, GL_OFFSET_TEXTURE_2D_MATRIX_NV, GL_OFFSET_TEXTURE_2D_NV, GL_OFFSET_TEXTURE_2D_SCALE_NV, GL_OFFSET_TEXTURE_BIAS_NV, GL_OFFSET_TEXTURE_MATRIX_NV, GL_OFFSET_TEXTURE_RECTANGLE_NV, GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV, GL_OFFSET_TEXTURE_SCALE_NV, GL_ONE_EXT, GL_OP_ADD_EXT, GL_OP_CLAMP_EXT, GL_OP_CROSS_PRODUCT_EXT, GL_OP_DOT3_EXT, GL_OP_DOT4_EXT, GL_OP_EXP_BASE_2_EXT, GL_OP_FLOOR_EXT, GL_OP_FRAC_EXT, GL_OP_INDEX_EXT, GL_OP_LOG_BASE_2_EXT, GL_OP_MADD_EXT, GL_OP_MAX_EXT, GL_OP_MIN_EXT, GL_OP_MOV_EXT, GL_OP_MUL_EXT, GL_OP_MULTIPLY_MATRIX_EXT, GL_OP_NEGATE_EXT, GL_OP_POWER_EXT, GL_OP_RECIP_EXT, GL_OP_RECIP_SQRT_EXT, GL_OP_ROUND_EXT, GL_OP_SET_GE_EXT, GL_OP_SET_LT_EXT, GL_OP_SUB_EXT, GL_ORDER, GL_OUTPUT_COLOR0_EXT, GL_OUTPUT_COLOR1_EXT, GL_OUTPUT_FOG_EXT, GL_OUTPUT_TEXTURE_COORD0_EXT, GL_OUTPUT_TEXTURE_COORD1_EXT, GL_OUTPUT_TEXTURE_COORD10_EXT, GL_OUTPUT_TEXTURE_COORD11_EXT, GL_OUTPUT_TEXTURE_COORD12_EXT, GL_OUTPUT_TEXTURE_COORD13_EXT, GL_OUTPUT_TEXTURE_COORD14_EXT, GL_OUTPUT_TEXTURE_COORD15_EXT, GL_OUTPUT_TEXTURE_COORD16_EXT, GL_OUTPUT_TEXTURE_COORD17_EXT, GL_OUTPUT_TEXTURE_COORD18_EXT, GL_OUTPUT_TEXTURE_COORD19_EXT, GL_OUTPUT_TEXTURE_COORD2_EXT, GL_OUTPUT_TEXTURE_COORD20_EXT, GL_OUTPUT_TEXTURE_COORD21_EXT, GL_OUTPUT_TEXTURE_COORD22_EXT, GL_OUTPUT_TEXTURE_COORD23_EXT, GL_OUTPUT_TEXTURE_COORD24_EXT, GL_OUTPUT_TEXTURE_COORD25_EXT, GL_OUTPUT_TEXTURE_COORD26_EXT, GL_OUTPUT_TEXTURE_COORD27_EXT, GL_OUTPUT_TEXTURE_COORD28_EXT, GL_OUTPUT_TEXTURE_COORD29_EXT, GL_OUTPUT_TEXTURE_COORD3_EXT, GL_OUTPUT_TEXTURE_COORD30_EXT, GL_OUTPUT_TEXTURE_COORD31_EXT, GL_OUTPUT_TEXTURE_COORD4_EXT, GL_OUTPUT_TEXTURE_COORD5_EXT, GL_OUTPUT_TEXTURE_COORD6_EXT, GL_OUTPUT_TEXTURE_COORD7_EXT, GL_OUTPUT_TEXTURE_COORD8_EXT, GL_OUTPUT_TEXTURE_COORD9_EXT, GL_OUTPUT_VERTEX_EXT, GL_OVERLAY, GL_PACK_CMYK_HINT_EXT, GL_PACK_RESAMPLE_OML, GL_PACK_ROW_BYTES_APPLE, GL_PARTIAL_SUCCESS_NV, GL_PASS_THROUGH_NV, GL_PASS_THROUGH_TOKEN, GL_PERCENTAGE_AMD, GL_PERFMON_RESULT_AMD, GL_PERFMON_RESULT_AVAILABLE_AMD, GL_PERFMON_RESULT_SIZE_AMD, GL_PERFORMANCE_MONITOR_AMD, GL_PERFQUERY_COUNTER_DATA_BOOL32_INTEL, GL_PERFQUERY_COUNTER_DATA_DOUBLE_INTEL, GL_PERFQUERY_COUNTER_DATA_FLOAT_INTEL, GL_PERFQUERY_COUNTER_DATA_UINT32_INTEL, GL_PERFQUERY_COUNTER_DATA_UINT64_INTEL, GL_PERFQUERY_COUNTER_DESC_LENGTH_MAX_INTEL, GL_PERFQUERY_COUNTER_DURATION_NORM_INTEL, GL_PERFQUERY_COUNTER_DURATION_RAW_INTEL, GL_PERFQUERY_COUNTER_EVENT_INTEL, GL_PERFQUERY_COUNTER_NAME_LENGTH_MAX_INTEL, GL_PERFQUERY_COUNTER_RAW_INTEL, GL_PERFQUERY_COUNTER_THROUGHPUT_INTEL, GL_PERFQUERY_COUNTER_TIMESTAMP_INTEL, GL_PERFQUERY_DONOT_FLUSH_INTEL, GL_PERFQUERY_FLUSH_INTEL, GL_PERFQUERY_GLOBAL_CONTEXT_INTEL, GL_PERFQUERY_GPA_EXTENDED_COUNTERS_INTEL, GL_PERFQUERY_QUERY_NAME_LENGTH_MAX_INTEL, GL_PERFQUERY_SINGLE_CONTEXT_INTEL, GL_PERFQUERY_WAIT_INTEL, GL_PERTURB_EXT, GL_PIXEL_COUNT_AVAILABLE_NV, GL_PIXEL_COUNT_NV, GL_PIXEL_COUNTER_BITS_NV, GL_PIXEL_CUBIC_WEIGHT_EXT, GL_PIXEL_MAG_FILTER_EXT, GL_PIXEL_MAP_A_TO_A, GL_PIXEL_MAP_A_TO_A_SIZE, GL_PIXEL_MAP_B_TO_B, GL_PIXEL_MAP_B_TO_B_SIZE, GL_PIXEL_MAP_G_TO_G, GL_PIXEL_MAP_G_TO_G_SIZE, GL_PIXEL_MAP_I_TO_A, GL_PIXEL_MAP_I_TO_A_SIZE, GL_PIXEL_MAP_I_TO_B, GL_PIXEL_MAP_I_TO_B_SIZE, GL_PIXEL_MAP_I_TO_G, GL_PIXEL_MAP_I_TO_G_SIZE, GL_PIXEL_MAP_I_TO_I, GL_PIXEL_MAP_I_TO_I_SIZE, GL_PIXEL_MAP_I_TO_R, GL_PIXEL_MAP_I_TO_R_SIZE, GL_PIXEL_MAP_R_TO_R, GL_PIXEL_MAP_R_TO_R_SIZE, GL_PIXEL_MAP_S_TO_S, GL_PIXEL_MAP_S_TO_S_SIZE, GL_PIXEL_MIN_FILTER_EXT, GL_PIXEL_MODE_BIT, GL_PIXEL_PACK_BUFFER_BINDING_EXT, GL_PIXEL_PACK_BUFFER_EXT, GL_PIXEL_TRANSFORM_2D_EXT, GL_PIXEL_TRANSFORM_2D_MATRIX_EXT, GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT, GL_PIXEL_UNPACK_BUFFER_BINDING_EXT, GL_PIXEL_UNPACK_BUFFER_EXT, GL_PN_TRIANGLES_ATI, GL_PN_TRIANGLES_NORMAL_MODE_ATI, GL_PN_TRIANGLES_NORMAL_MODE_LINEAR_ATI, GL_PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI, GL_PN_TRIANGLES_POINT_MODE_ATI, GL_PN_TRIANGLES_POINT_MODE_CUBIC_ATI, GL_PN_TRIANGLES_POINT_MODE_LINEAR_ATI, GL_PN_TRIANGLES_TESSELATION_LEVEL_ATI, GL_POINT_BIT, GL_POINT_TOKEN, GL_POLYGON, GL_POLYGON_BIT, GL_POLYGON_OFFSET_CLAMP_EXT, GL_POLYGON_OFFSET_COMMAND_NV, GL_POLYGON_STIPPLE, GL_POLYGON_STIPPLE_BIT, GL_POLYGON_TOKEN, GL_POST_COLOR_MATRIX_ALPHA_BIAS, GL_POST_COLOR_MATRIX_ALPHA_SCALE, GL_POST_COLOR_MATRIX_BLUE_BIAS, GL_POST_COLOR_MATRIX_BLUE_SCALE, GL_POST_COLOR_MATRIX_COLOR_TABLE, GL_POST_COLOR_MATRIX_GREEN_BIAS, GL_POST_COLOR_MATRIX_GREEN_SCALE, GL_POST_COLOR_MATRIX_RED_BIAS, GL_POST_COLOR_MATRIX_RED_SCALE, GL_POST_CONVOLUTION_ALPHA_BIAS, GL_POST_CONVOLUTION_ALPHA_SCALE, GL_POST_CONVOLUTION_BLUE_BIAS, GL_POST_CONVOLUTION_BLUE_SCALE, GL_POST_CONVOLUTION_COLOR_TABLE, GL_POST_CONVOLUTION_GREEN_BIAS, GL_POST_CONVOLUTION_GREEN_SCALE, GL_POST_CONVOLUTION_RED_BIAS, GL_POST_CONVOLUTION_RED_SCALE, GL_PREFER_DOUBLEBUFFER_HINT_PGI, GL_PREVIOUS_TEXTURE_INPUT_NV, GL_PRIMITIVE_RESTART_INDEX_NV, GL_PRIMITIVE_RESTART_NV, GL_PROGRAM_ADDRESS_REGISTERS_ARB, GL_PROGRAM_ALU_INSTRUCTIONS_ARB, GL_PROGRAM_ATTRIB_COMPONENTS_NV, GL_PROGRAM_ATTRIBS_ARB, GL_PROGRAM_BINDING_ARB, GL_PROGRAM_ERROR_POSITION_ARB, GL_PROGRAM_ERROR_STRING_ARB, GL_PROGRAM_FORMAT_ARB, GL_PROGRAM_FORMAT_ASCII_ARB, GL_PROGRAM_INSTRUCTIONS_ARB, GL_PROGRAM_LENGTH_ARB, GL_PROGRAM_MATRIX_EXT, GL_PROGRAM_MATRIX_STACK_DEPTH_EXT, GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB, GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB, GL_PROGRAM_NATIVE_ATTRIBS_ARB, GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB, GL_PROGRAM_NATIVE_PARAMETERS_ARB, GL_PROGRAM_NATIVE_TEMPORARIES_ARB, GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB, GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB, GL_PROGRAM_OBJECT_ARB, GL_PROGRAM_PARAMETERS_ARB, GL_PROGRAM_POINT_SIZE_EXT, GL_PROGRAM_RESULT_COMPONENTS_NV, GL_PROGRAM_STRING_ARB, GL_PROGRAM_TEMPORARIES_ARB, GL_PROGRAM_TEX_INDIRECTIONS_ARB, GL_PROGRAM_TEX_INSTRUCTIONS_ARB, GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB, GL_PROGRAMMABLE_SAMPLE_LOCATION_ARB, GL_PROGRAMMABLE_SAMPLE_LOCATION_NV, GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_ARB, GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_NV, GL_PROVOKING_VERTEX_EXT, GL_PROXY_COLOR_TABLE, GL_PROXY_HISTOGRAM, GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE, GL_PROXY_POST_CONVOLUTION_COLOR_TABLE, GL_PROXY_TEXTURE_RECTANGLE_ARB, GL_PURGEABLE_APPLE, GL_Q, GL_QUAD_STRIP, GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT, GL_QUERY_ALL_EVENT_BITS_AMD, GL_QUERY_BUFFER_AMD, GL_QUERY_BUFFER_BINDING_AMD, GL_QUERY_DEPTH_BOUNDS_FAIL_EVENT_BIT_AMD, GL_QUERY_DEPTH_FAIL_EVENT_BIT_AMD, GL_QUERY_DEPTH_PASS_EVENT_BIT_AMD, GL_QUERY_OBJECT_AMD, GL_QUERY_RESULT_NO_WAIT_AMD, GL_QUERY_STENCIL_FAIL_EVENT_BIT_AMD, GL_R, GL_RASTER_FIXED_SAMPLE_LOCATIONS_EXT, GL_RASTER_MULTISAMPLE_EXT, GL_RASTER_SAMPLES_EXT, GL_READ_PIXEL_DATA_RANGE_LENGTH_NV, GL_READ_PIXEL_DATA_RANGE_NV, GL_READ_PIXEL_DATA_RANGE_POINTER_NV, GL_RECLAIM_MEMORY_HINT_PGI, GL_RED_BIAS, GL_RED_MAX_CLAMP_INGR, GL_RED_MIN_CLAMP_INGR, GL_RED_SCALE, GL_RED_SNORM, GL_REDUCE, GL_REFLECTION_MAP, GL_RELEASED_APPLE, GL_RENDER, GL_RENDER_MODE, GL_RENDERBUFFER_COLOR_SAMPLES_NV, GL_RENDERBUFFER_COVERAGE_SAMPLES_NV, GL_RENDERBUFFER_FREE_MEMORY_ATI, GL_REPLICATE_BORDER, GL_RESAMPLE_AVERAGE_OML, GL_RESAMPLE_DECIMATE_OML, GL_RESAMPLE_REPLICATE_OML, GL_RESAMPLE_ZERO_FILL_OML, GL_RETAINED_APPLE, GL_RETURN, GL_RG_SNORM, GL_RGB_FLOAT16_APPLE, GL_RGB_FLOAT16_ATI, GL_RGB_FLOAT32_APPLE, GL_RGB_FLOAT32_ATI, GL_RGB_S3TC, GL_RGB_SNORM, GL_RGB4_S3TC, GL_RGBA_DXT5_S3TC, GL_RGBA_FLOAT_MODE, GL_RGBA_FLOAT_MODE_ATI, GL_RGBA_FLOAT16_APPLE, GL_RGBA_FLOAT16_ATI, GL_RGBA_FLOAT32_APPLE, GL_RGBA_FLOAT32_ATI, GL_RGBA_INTEGER_MODE, GL_RGBA_MODE, GL_RGBA_S3TC, GL_RGBA_SIGNED_COMPONENTS, GL_RGBA_SNORM, GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV, GL_RGBA4_DXT5_S3TC, GL_RGBA4_S3TC, GL_S, GL_SAMPLE_LOCATION_ARB, GL_SAMPLE_LOCATION_NV, GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB, GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_NV, GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_ARB, GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_NV, GL_SAMPLE_LOCATION_SUBPIXEL_BITS_ARB, GL_SAMPLE_LOCATION_SUBPIXEL_BITS_NV, GL_SAMPLE_MASK_NV, GL_SAMPLE_MASK_VALUE_NV, GL_SAMPLE_POSITION_NV, GL_SAMPLER_1D_ARB, GL_SAMPLER_1D_SHADOW_ARB, GL_SAMPLER_2D_ARB, GL_SAMPLER_2D_RECT_ARB, GL_SAMPLER_2D_RECT_SHADOW_ARB, GL_SAMPLER_2D_SHADOW_ARB, GL_SAMPLER_3D_ARB, GL_SAMPLER_CUBE_ARB, GL_SAMPLER_OBJECT_AMD, GL_SAMPLER_RENDERBUFFER_NV, GL_SCALAR_EXT, GL_SCISSOR_BIT, GL_SCISSOR_COMMAND_NV, GL_SCREEN, GL_SCREEN_COORDINATES_REND, GL_SECONDARY_COLOR_ARRAY, GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING, GL_SECONDARY_COLOR_ARRAY_POINTER, GL_SECONDARY_COLOR_ARRAY_SIZE, GL_SECONDARY_COLOR_ARRAY_STRIDE, GL_SECONDARY_COLOR_ARRAY_TYPE, GL_SELECT, GL_SELECTION_BUFFER_POINTER, GL_SELECTION_BUFFER_SIZE, GL_SEPARABLE_2D, GL_SEPARATE_SPECULAR_COLOR, GL_SHADER_CONSISTENT_NV, GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV, GL_SHADER_OBJECT_ARB, GL_SHADER_OPERATION_NV, GL_SHADING_LANGUAGE_VERSION_ARB, GL_SHADOW_ATTENUATION_EXT, GL_SHARED_EDGE_NV, GL_SHARED_TEXTURE_PALETTE_EXT, GL_SIGNED_ALPHA_NV, GL_SIGNED_ALPHA8_NV, GL_SIGNED_HILO_NV, GL_SIGNED_HILO16_NV, GL_SIGNED_HILO8_NV, GL_SIGNED_INTENSITY_NV, GL_SIGNED_INTENSITY8_NV, GL_SIGNED_LUMINANCE_ALPHA_NV, GL_SIGNED_LUMINANCE_NV, GL_SIGNED_LUMINANCE8_ALPHA8_NV, GL_SIGNED_LUMINANCE8_NV, GL_SIGNED_RGB_NV, GL_SIGNED_RGB_UNSIGNED_ALPHA_NV, GL_SIGNED_RGB8_NV, GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV, GL_SIGNED_RGBA_NV, GL_SIGNED_RGBA8_NV, GL_SINGLE_COLOR, GL_SLUMINANCE, GL_SLUMINANCE_ALPHA, GL_SLUMINANCE8, GL_SLUMINANCE8_ALPHA8, GL_SM_COUNT_NV, GL_SOFTLIGHT, GL_SOURCE0_ALPHA, GL_SOURCE0_RGB, GL_SOURCE1_ALPHA, GL_SOURCE1_RGB, GL_SOURCE2_ALPHA, GL_SOURCE2_RGB, GL_SPHERE_MAP, GL_STENCIL_CLEAR_TAG_VALUE_EXT, GL_STENCIL_REF_COMMAND_NV, GL_STENCIL_SAMPLES_NV, GL_STENCIL_TAG_BITS_EXT, GL_STENCIL_TEST_TWO_SIDE_EXT, GL_STORAGE_CACHED_APPLE, GL_STORAGE_CLIENT_APPLE, GL_STORAGE_PRIVATE_APPLE, GL_STORAGE_SHARED_APPLE, GL_STREAM_RASTERIZATION_AMD, GL_STRICT_DEPTHFUNC_HINT_PGI, GL_STRICT_LIGHTING_HINT_PGI, GL_STRICT_SCISSOR_HINT_PGI, GL_SUBPIXEL_PRECISION_BIAS_X_BITS_NV, GL_SUBPIXEL_PRECISION_BIAS_Y_BITS_NV, GL_SUCCESS_NV, GL_SURFACE_MAPPED_NV, GL_SURFACE_REGISTERED_NV, GL_SURFACE_STATE_NV, GL_T, GL_T2F_C3F_V3F, GL_T2F_C4F_N3F_V3F, GL_T2F_C4UB_V3F, GL_T2F_IUI_N3F_V2F_EXT, GL_T2F_IUI_N3F_V3F_EXT, GL_T2F_IUI_V2F_EXT, GL_T2F_IUI_V3F_EXT, GL_T2F_N3F_V3F, GL_T2F_V3F, GL_T4F_C4F_N3F_V4F, GL_T4F_V4F, GL_TABLE_TOO_LARGE, GL_TERMINATE_SEQUENCE_COMMAND_NV, GL_TESS_CONTROL_PROGRAM_NV, GL_TESS_CONTROL_PROGRAM_PARAMETER_BUFFER_NV, GL_TESS_EVALUATION_PROGRAM_NV, GL_TESS_EVALUATION_PROGRAM_PARAMETER_BUFFER_NV, GL_TEXCOORD1_BIT_PGI, GL_TEXCOORD2_BIT_PGI, GL_TEXCOORD3_BIT_PGI, GL_TEXCOORD4_BIT_PGI, GL_TEXTURE_APPLICATION_MODE_EXT, GL_TEXTURE_BINDING_RECTANGLE_ARB, GL_TEXTURE_BINDING_RENDERBUFFER_NV, GL_TEXTURE_BIT, GL_TEXTURE_BORDER, GL_TEXTURE_BORDER_VALUES_NV, GL_TEXTURE_BUFFER_FORMAT, GL_TEXTURE_COMPARE_FAIL_VALUE_ARB, GL_TEXTURE_COMPONENTS, GL_TEXTURE_CONSTANT_DATA_SUNX, GL_TEXTURE_DS_SIZE_NV, GL_TEXTURE_DT_SIZE_NV, GL_TEXTURE_FILTER_CONTROL, GL_TEXTURE_FLOAT_COMPONENTS_NV, GL_TEXTURE_FREE_MEMORY_ATI, GL_TEXTURE_GEN_MODE, GL_TEXTURE_GEN_Q, GL_TEXTURE_GEN_R, GL_TEXTURE_GEN_S, GL_TEXTURE_GEN_T, GL_TEXTURE_HI_SIZE_NV, GL_TEXTURE_INTENSITY_SIZE, GL_TEXTURE_INTENSITY_TYPE, GL_TEXTURE_LIGHT_EXT, GL_TEXTURE_LO_SIZE_NV, GL_TEXTURE_LUMINANCE_SIZE, GL_TEXTURE_LUMINANCE_TYPE, GL_TEXTURE_MAG_SIZE_NV, GL_TEXTURE_MATERIAL_FACE_EXT, GL_TEXTURE_MATERIAL_PARAMETER_EXT, GL_TEXTURE_MEMORY_LAYOUT_INTEL, GL_TEXTURE_NORMAL_EXT, GL_TEXTURE_PRIORITY, GL_TEXTURE_RANGE_LENGTH_APPLE, GL_TEXTURE_RANGE_POINTER_APPLE, GL_TEXTURE_RECTANGLE_ARB, GL_TEXTURE_REDUCTION_MODE_ARB, GL_TEXTURE_RENDERBUFFER_DATA_STORE_BINDING_NV, GL_TEXTURE_RENDERBUFFER_NV, GL_TEXTURE_RESIDENT, GL_TEXTURE_SHADER_NV, GL_TEXTURE_STORAGE_HINT_APPLE, GL_TEXTURE_STORAGE_SPARSE_BIT_AMD, GL_TEXTURE_SWIZZLE_A_EXT, GL_TEXTURE_SWIZZLE_B_EXT, GL_TEXTURE_SWIZZLE_G_EXT, GL_TEXTURE_SWIZZLE_R_EXT, GL_TEXTURE_SWIZZLE_RGBA_EXT, GL_TEXTURE_UNSIGNED_REMAP_MODE_NV, GL_TIME_ELAPSED_EXT, GL_TRANSFORM_BIT, GL_TRANSFORM_FEEDBACK_BINDING_NV, GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE_NV, GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED_NV, GL_TRANSFORM_FEEDBACK_NV, GL_TRANSFORM_HINT_APPLE, GL_TRANSPOSE_COLOR_MATRIX, GL_TRANSPOSE_CURRENT_MATRIX_ARB, GL_TRANSPOSE_MODELVIEW_MATRIX, GL_TRANSPOSE_PROGRAM_MATRIX_EXT, GL_TRANSPOSE_PROJECTION_MATRIX, GL_TRANSPOSE_TEXTURE_MATRIX, GL_UNDEFINED_APPLE, GL_UNIFORM_ADDRESS_COMMAND_NV, GL_UNIFORM_BUFFER_ADDRESS_NV, GL_UNIFORM_BUFFER_BINDING_EXT, GL_UNIFORM_BUFFER_EXT, GL_UNIFORM_BUFFER_LENGTH_NV, GL_UNIFORM_BUFFER_UNIFIED_NV, GL_UNPACK_CLIENT_STORAGE_APPLE, GL_UNPACK_CMYK_HINT_EXT, GL_UNPACK_CONSTANT_DATA_SUNX, GL_UNPACK_RESAMPLE_OML, GL_UNPACK_ROW_BYTES_APPLE, GL_UNSIGNED_INT_8_8_S8_S8_REV_NV, GL_UNSIGNED_INT_S8_S8_8_8_NV, GL_UNSIGNED_INT_SAMPLER_RENDERBUFFER_NV, GL_UNSIGNED_INT16_NV, GL_UNSIGNED_INT16_VEC2_NV, GL_UNSIGNED_INT16_VEC3_NV, GL_UNSIGNED_INT16_VEC4_NV, GL_UNSIGNED_INT64_AMD, GL_UNSIGNED_INT64_NV, GL_UNSIGNED_INT64_VEC2_ARB, GL_UNSIGNED_INT64_VEC2_NV, GL_UNSIGNED_INT64_VEC3_ARB, GL_UNSIGNED_INT64_VEC3_NV, GL_UNSIGNED_INT64_VEC4_ARB, GL_UNSIGNED_INT64_VEC4_NV, GL_UNSIGNED_INT8_NV, GL_UNSIGNED_INT8_VEC2_NV, GL_UNSIGNED_INT8_VEC3_NV, GL_UNSIGNED_INT8_VEC4_NV, GL_UNSIGNED_SHORT_8_8_APPLE, GL_UNSIGNED_SHORT_8_8_REV_APPLE, GL_V2F, GL_V3F, GL_VARIANT_ARRAY_EXT, GL_VARIANT_ARRAY_POINTER_EXT, GL_VARIANT_ARRAY_STRIDE_EXT, GL_VARIANT_ARRAY_TYPE_EXT, GL_VARIANT_DATATYPE_EXT, GL_VARIANT_EXT, GL_VARIANT_VALUE_EXT, GL_VBO_FREE_MEMORY_ATI, GL_VECTOR_EXT, GL_VERTEX_ARRAY_OBJECT_AMD, GL_VERTEX_ARRAY_RANGE_APPLE, GL_VERTEX_ARRAY_RANGE_LENGTH_APPLE, GL_VERTEX_ARRAY_RANGE_POINTER_APPLE, GL_VERTEX_ARRAY_STORAGE_HINT_APPLE, GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB, GL_VERTEX_ATTRIB_ARRAY_INTEGER_NV, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB, GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB, GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB, GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB, GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB, GL_VERTEX_ATTRIB_MAP1_APPLE, GL_VERTEX_ATTRIB_MAP1_COEFF_APPLE, GL_VERTEX_ATTRIB_MAP1_DOMAIN_APPLE, GL_VERTEX_ATTRIB_MAP1_ORDER_APPLE, GL_VERTEX_ATTRIB_MAP1_SIZE_APPLE, GL_VERTEX_ATTRIB_MAP2_APPLE, GL_VERTEX_ATTRIB_MAP2_COEFF_APPLE, GL_VERTEX_ATTRIB_MAP2_DOMAIN_APPLE, GL_VERTEX_ATTRIB_MAP2_ORDER_APPLE, GL_VERTEX_ATTRIB_MAP2_SIZE_APPLE, GL_VERTEX_BLEND_ARB, GL_VERTEX_CONSISTENT_HINT_PGI, GL_VERTEX_DATA_HINT_PGI, GL_VERTEX_ELEMENT_SWIZZLE_AMD, GL_VERTEX_ID_SWIZZLE_AMD, GL_VERTEX_PROGRAM_ARB, GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV, GL_VERTEX_PROGRAM_POINT_SIZE_ARB, GL_VERTEX_PROGRAM_TWO_SIDE, GL_VERTEX_PROGRAM_TWO_SIDE_ARB, GL_VERTEX_SHADER_BINDING_EXT, GL_VERTEX_SHADER_EXT, GL_VERTEX_SHADER_INSTRUCTIONS_EXT, GL_VERTEX_SHADER_INVARIANTS_EXT, GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT, GL_VERTEX_SHADER_LOCALS_EXT, GL_VERTEX_SHADER_OPTIMIZED_EXT, GL_VERTEX_SHADER_VARIANTS_EXT, GL_VERTEX_WEIGHT_ARRAY_EXT, GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT, GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT, GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT, GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT, GL_VERTEX_WEIGHTING_EXT, GL_VERTEX23_BIT_PGI, GL_VERTEX4_BIT_PGI, GL_VIBRANCE_BIAS_NV, GL_VIBRANCE_SCALE_NV, GL_VIDEO_BUFFER_BINDING_NV, GL_VIDEO_BUFFER_INTERNAL_FORMAT_NV, GL_VIDEO_BUFFER_NV, GL_VIDEO_BUFFER_PITCH_NV, GL_VIDEO_CAPTURE_FIELD_LOWER_HEIGHT_NV, GL_VIDEO_CAPTURE_FIELD_UPPER_HEIGHT_NV, GL_VIDEO_CAPTURE_FRAME_HEIGHT_NV, GL_VIDEO_CAPTURE_FRAME_WIDTH_NV, GL_VIDEO_CAPTURE_SURFACE_ORIGIN_NV, GL_VIDEO_CAPTURE_TO_422_SUPPORTED_NV, GL_VIDEO_COLOR_CONVERSION_MATRIX_NV, GL_VIDEO_COLOR_CONVERSION_MAX_NV, GL_VIDEO_COLOR_CONVERSION_MIN_NV, GL_VIDEO_COLOR_CONVERSION_OFFSET_NV, GL_VIEWPORT_BIT, GL_VIEWPORT_COMMAND_NV, GL_VIRTUAL_PAGE_SIZE_X_AMD, GL_VIRTUAL_PAGE_SIZE_Y_AMD, GL_VIRTUAL_PAGE_SIZE_Z_AMD, GL_VOLATILE_APPLE, GL_W_EXT, GL_WARP_SIZE_NV, GL_WARPS_PER_SM_NV, GL_WEIGHT_ARRAY_ARB, GL_WEIGHT_ARRAY_BUFFER_BINDING, GL_WEIGHT_ARRAY_POINTER_ARB, GL_WEIGHT_ARRAY_SIZE_ARB, GL_WEIGHT_ARRAY_STRIDE_ARB, GL_WEIGHT_ARRAY_TYPE_ARB, GL_WEIGHT_SUM_UNITY_ARB, GL_WEIGHTED_AVERAGE_ARB, GL_WIDE_LINE_HINT_PGI, GL_WRITE_DISCARD_NV, GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV, GL_WRITE_PIXEL_DATA_RANGE_NV, GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV, GL_X_EXT, GL_Y_EXT, GL_YCBAYCR8A_4224_NV, GL_YCBCR_422_APPLE, GL_YCBYCR8_422_NV, GL_Z_EXT, GL_Z4Y12Z4CB12Z4A12Z4Y12Z4CR12Z4A12_4224_NV, GL_Z4Y12Z4CB12Z4CR12_444_NV, GL_Z4Y12Z4CB12Z4Y12Z4CR12_422_NV, GL_Z6Y10Z6CB10Z6A10Z6Y10Z6CR10Z6A10_4224_NV, GL_Z6Y10Z6CB10Z6Y10Z6CR10_422_NV, GL_ZERO_EXT, GL_ZOOM_X, GL_ZOOM_Y

    Fields inherited from interface com.jogamp.opengl.GL2ES1

    GL_ADD, GL_ADD_SIGNED, GL_ALPHA_SCALE, GL_ALPHA_TEST, GL_ALPHA_TEST_FUNC, GL_ALPHA_TEST_REF, GL_CLIENT_ACTIVE_TEXTURE, GL_CLIP_PLANE0, GL_CLIP_PLANE1, GL_CLIP_PLANE2, GL_CLIP_PLANE3, GL_CLIP_PLANE4, GL_CLIP_PLANE5, GL_COLOR_ARRAY_BUFFER_BINDING, GL_COLOR_ARRAY_POINTER, GL_COLOR_ARRAY_SIZE, GL_COLOR_ARRAY_STRIDE, GL_COLOR_ARRAY_TYPE, GL_COMBINE, GL_COMBINE_ALPHA, GL_COMBINE_RGB, GL_CONSTANT, GL_CONTEXT_ROBUST_ACCESS, GL_COORD_REPLACE, GL_CURRENT_COLOR, GL_CURRENT_NORMAL, GL_CURRENT_TEXTURE_COORDS, GL_DECAL, GL_DOT3_RGB, GL_DOT3_RGBA, GL_EXP, GL_EXP2, GL_FOG, GL_FOG_COLOR, GL_FOG_DENSITY, GL_FOG_END, GL_FOG_HINT, GL_FOG_MODE, GL_FOG_START, GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING, GL_GENERATE_MIPMAP, GL_INTERPOLATE, GL_LIGHT_MODEL_AMBIENT, GL_LIGHT_MODEL_TWO_SIDE, GL_MAX_CLIP_PLANES, GL_MAX_LIGHTS, GL_MAX_MODELVIEW_STACK_DEPTH, GL_MAX_PROJECTION_STACK_DEPTH, GL_MAX_TEXTURE_STACK_DEPTH, GL_MAX_TEXTURE_UNITS, GL_MODELVIEW_STACK_DEPTH, GL_MODULATE, GL_NORMAL_ARRAY_BUFFER_BINDING, GL_NORMAL_ARRAY_POINTER, GL_NORMAL_ARRAY_STRIDE, GL_NORMAL_ARRAY_TYPE, GL_OPERAND0_ALPHA, GL_OPERAND0_RGB, GL_OPERAND1_ALPHA, GL_OPERAND1_RGB, GL_OPERAND2_ALPHA, GL_OPERAND2_RGB, GL_PERSPECTIVE_CORRECTION_HINT, GL_POINT_DISTANCE_ATTENUATION, GL_POINT_SIZE_MAX, GL_POINT_SIZE_MIN, GL_POINT_SMOOTH, GL_POINT_SMOOTH_HINT, GL_POINT_SPRITE, GL_PREVIOUS, GL_PRIMARY_COLOR, GL_PROJECTION_STACK_DEPTH, GL_RESCALE_NORMAL, GL_RGB_SCALE, GL_SHADE_MODEL, GL_SRC0_ALPHA, GL_SRC0_RGB, GL_SRC1_ALPHA, GL_SRC1_RGB, GL_SRC2_ALPHA, GL_SRC2_RGB, GL_STACK_OVERFLOW, GL_STACK_UNDERFLOW, GL_SUBTRACT, GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING, GL_TEXTURE_COORD_ARRAY_POINTER, GL_TEXTURE_COORD_ARRAY_SIZE, GL_TEXTURE_COORD_ARRAY_STRIDE, GL_TEXTURE_COORD_ARRAY_TYPE, GL_TEXTURE_ENV, GL_TEXTURE_ENV_COLOR, GL_TEXTURE_ENV_MODE, GL_TEXTURE_STACK_DEPTH, GL_VERTEX_ARRAY_BUFFER_BINDING, GL_VERTEX_ARRAY_POINTER, GL_VERTEX_ARRAY_SIZE, GL_VERTEX_ARRAY_STRIDE, GL_VERTEX_ARRAY_TYPE

    Fields inherited from interface com.jogamp.opengl.GL2ES2

    GL_ACTIVE_ATTRIBUTE_MAX_LENGTH, GL_ACTIVE_ATTRIBUTES, GL_ACTIVE_PROGRAM, GL_ACTIVE_UNIFORM_MAX_LENGTH, GL_ACTIVE_UNIFORMS, GL_ALL_SHADER_BITS, GL_ANY_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_ATTACHED_SHADERS, GL_BLEND_ADVANCED_COHERENT_KHR, GL_BLEND_COLOR, GL_BOOL, GL_BOOL_VEC2, GL_BOOL_VEC3, GL_BOOL_VEC4, GL_BUFFER, GL_CLAMP_TO_BORDER, GL_COLOR_ATTACHMENT1, GL_COLOR_ATTACHMENT10, GL_COLOR_ATTACHMENT11, GL_COLOR_ATTACHMENT12, GL_COLOR_ATTACHMENT13, GL_COLOR_ATTACHMENT14, GL_COLOR_ATTACHMENT15, GL_COLOR_ATTACHMENT2, GL_COLOR_ATTACHMENT3, GL_COLOR_ATTACHMENT4, GL_COLOR_ATTACHMENT5, GL_COLOR_ATTACHMENT6, GL_COLOR_ATTACHMENT7, GL_COLOR_ATTACHMENT8, GL_COLOR_ATTACHMENT9, GL_COMPARE_REF_TO_TEXTURE, GL_COMPILE_STATUS, GL_CONSTANT_ALPHA, GL_CONSTANT_COLOR, GL_CONTEXT_FLAG_DEBUG_BIT, GL_CONTEXT_ROBUST_ACCESS, GL_CURRENT_PROGRAM, GL_CURRENT_QUERY, GL_CURRENT_VERTEX_ATTRIB, GL_DEBUG_CALLBACK_FUNCTION, GL_DEBUG_CALLBACK_USER_PARAM, GL_DEBUG_GROUP_STACK_DEPTH, GL_DEBUG_LOGGED_MESSAGES, GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH, GL_DEBUG_OUTPUT, GL_DEBUG_OUTPUT_SYNCHRONOUS, GL_DEBUG_SEVERITY_HIGH, GL_DEBUG_SEVERITY_LOW, GL_DEBUG_SEVERITY_MEDIUM, GL_DEBUG_SEVERITY_NOTIFICATION, GL_DEBUG_SOURCE_API, GL_DEBUG_SOURCE_APPLICATION, GL_DEBUG_SOURCE_OTHER, GL_DEBUG_SOURCE_SHADER_COMPILER, GL_DEBUG_SOURCE_THIRD_PARTY, GL_DEBUG_SOURCE_WINDOW_SYSTEM, GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR, GL_DEBUG_TYPE_ERROR, GL_DEBUG_TYPE_MARKER, GL_DEBUG_TYPE_OTHER, GL_DEBUG_TYPE_PERFORMANCE, GL_DEBUG_TYPE_POP_GROUP, GL_DEBUG_TYPE_PORTABILITY, GL_DEBUG_TYPE_PUSH_GROUP, GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR, GL_DELETE_STATUS, GL_DEPTH_COMPONENT, GL_DRAW_BUFFER0, GL_DRAW_BUFFER1, GL_DRAW_BUFFER10, GL_DRAW_BUFFER11, GL_DRAW_BUFFER12, GL_DRAW_BUFFER13, GL_DRAW_BUFFER14, GL_DRAW_BUFFER15, GL_DRAW_BUFFER2, GL_DRAW_BUFFER3, GL_DRAW_BUFFER4, GL_DRAW_BUFFER5, GL_DRAW_BUFFER6, GL_DRAW_BUFFER7, GL_DRAW_BUFFER8, GL_DRAW_BUFFER9, GL_FLOAT_MAT2, GL_FLOAT_MAT3, GL_FLOAT_MAT4, GL_FLOAT_VEC2, GL_FLOAT_VEC3, GL_FLOAT_VEC4, GL_FRAGMENT_SHADER, GL_FRAGMENT_SHADER_BIT, GL_FRAGMENT_SHADER_DERIVATIVE_HINT, GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING, GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE, GL_GPU_DISJOINT, GL_HIGH_FLOAT, GL_HIGH_INT, GL_INFO_LOG_LENGTH, GL_INT, GL_INT_10_10_10_2, GL_INT_SAMPLER_2D_MULTISAMPLE, GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY, GL_INT_VEC2, GL_INT_VEC3, GL_INT_VEC4, GL_LINK_STATUS, GL_LOW_FLOAT, GL_LOW_INT, GL_MAX_3D_TEXTURE_SIZE, GL_MAX_COLOR_ATTACHMENTS, GL_MAX_COLOR_TEXTURE_SAMPLES, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, GL_MAX_DEBUG_GROUP_STACK_DEPTH, GL_MAX_DEBUG_LOGGED_MESSAGES, GL_MAX_DEBUG_MESSAGE_LENGTH, GL_MAX_DEPTH_TEXTURE_SAMPLES, GL_MAX_DRAW_BUFFERS, GL_MAX_FRAGMENT_UNIFORM_VECTORS, GL_MAX_INTEGER_SAMPLES, GL_MAX_LABEL_LENGTH, GL_MAX_SAMPLE_MASK_WORDS, GL_MAX_TEXTURE_IMAGE_UNITS, GL_MAX_VARYING_VECTORS, GL_MAX_VERTEX_ATTRIBS, GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS, GL_MAX_VERTEX_UNIFORM_VECTORS, GL_MEDIUM_FLOAT, GL_MEDIUM_INT, GL_NUM_PROGRAM_BINARY_FORMATS, GL_NUM_SHADER_BINARY_FORMATS, GL_ONE_MINUS_CONSTANT_ALPHA, GL_ONE_MINUS_CONSTANT_COLOR, GL_PROGRAM, GL_PROGRAM_BINARY_FORMATS, GL_PROGRAM_BINARY_LENGTH, GL_PROGRAM_PIPELINE, GL_PROGRAM_PIPELINE_BINDING, GL_PROGRAM_SEPARABLE, GL_PROXY_TEXTURE_2D_MULTISAMPLE, GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_QUERY, GL_QUERY_COUNTER_BITS, GL_QUERY_RESULT, GL_QUERY_RESULT_AVAILABLE, GL_RED, GL_RG, GL_SAMPLE_MASK, GL_SAMPLE_MASK_VALUE, GL_SAMPLE_POSITION, GL_SAMPLER, GL_SAMPLER_2D, GL_SAMPLER_2D_MULTISAMPLE, GL_SAMPLER_2D_MULTISAMPLE_ARRAY, GL_SAMPLER_2D_SHADOW, GL_SAMPLER_3D, GL_SAMPLER_CUBE, GL_SHADER, GL_SHADER_BINARY_DMP, GL_SHADER_BINARY_FORMATS, GL_SHADER_COMPILER, GL_SHADER_SOURCE_LENGTH, GL_SHADER_TYPE, GL_SHADING_LANGUAGE_VERSION, GL_STACK_OVERFLOW, GL_STACK_UNDERFLOW, GL_STENCIL_BACK_FAIL, GL_STENCIL_BACK_FUNC, GL_STENCIL_BACK_PASS_DEPTH_FAIL, GL_STENCIL_BACK_PASS_DEPTH_PASS, GL_STENCIL_BACK_REF, GL_STENCIL_BACK_VALUE_MASK, GL_STENCIL_BACK_WRITEMASK, GL_STENCIL_INDEX, GL_STREAM_DRAW, GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_3D, GL_TEXTURE_BINDING_2D_MULTISAMPLE, GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY, GL_TEXTURE_BINDING_3D, GL_TEXTURE_BORDER_COLOR, GL_TEXTURE_COMPARE_FUNC, GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_FIXED_SAMPLE_LOCATIONS, GL_TEXTURE_SAMPLES, GL_TEXTURE_WRAP_R, GL_TIME_ELAPSED, GL_TIMESTAMP, GL_UNPACK_ROW_LENGTH, GL_UNPACK_SKIP_PIXELS, GL_UNPACK_SKIP_ROWS, GL_UNSIGNED_INT_10_10_10_2, GL_UNSIGNED_INT_2_10_10_10_REV, GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE, GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY, GL_UNSIGNED_NORMALIZED, GL_VALIDATE_STATUS, GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, GL_VERTEX_ATTRIB_ARRAY_POINTER, GL_VERTEX_ATTRIB_ARRAY_SIZE, GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_VERTEX_SHADER, GL_VERTEX_SHADER_BIT

    Fields inherited from interface com.jogamp.opengl.GL2ES3

    GL_ACTIVE_ATOMIC_COUNTER_BUFFERS, GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH, GL_ACTIVE_UNIFORM_BLOCKS, GL_ALL_BARRIER_BITS, GL_ATOMIC_COUNTER_BARRIER_BIT, GL_ATOMIC_COUNTER_BUFFER, GL_ATOMIC_COUNTER_BUFFER_BINDING, GL_ATOMIC_COUNTER_BUFFER_SIZE, GL_ATOMIC_COUNTER_BUFFER_START, GL_BLUE, GL_BUFFER_ACCESS_FLAGS, GL_BUFFER_MAP_LENGTH, GL_BUFFER_MAP_OFFSET, GL_BUFFER_UPDATE_BARRIER_BIT, GL_COLOR, GL_COLOR_ATTACHMENT16, GL_COLOR_ATTACHMENT17, GL_COLOR_ATTACHMENT18, GL_COLOR_ATTACHMENT19, GL_COLOR_ATTACHMENT20, GL_COLOR_ATTACHMENT21, GL_COLOR_ATTACHMENT22, GL_COLOR_ATTACHMENT23, GL_COLOR_ATTACHMENT24, GL_COLOR_ATTACHMENT25, GL_COLOR_ATTACHMENT26, GL_COLOR_ATTACHMENT27, GL_COLOR_ATTACHMENT28, GL_COLOR_ATTACHMENT29, GL_COLOR_ATTACHMENT30, GL_COLOR_ATTACHMENT31, GL_COMMAND_BARRIER_BIT, GL_COMPRESSED_R11_EAC, GL_COMPRESSED_RG11_EAC, GL_COMPRESSED_RGB8_ETC2, GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2, GL_COMPRESSED_RGBA_ASTC_10x10_KHR, GL_COMPRESSED_RGBA_ASTC_10x5_KHR, GL_COMPRESSED_RGBA_ASTC_10x6_KHR, GL_COMPRESSED_RGBA_ASTC_10x8_KHR, GL_COMPRESSED_RGBA_ASTC_12x10_KHR, GL_COMPRESSED_RGBA_ASTC_12x12_KHR, GL_COMPRESSED_RGBA_ASTC_4x4_KHR, GL_COMPRESSED_RGBA_ASTC_5x4_KHR, GL_COMPRESSED_RGBA_ASTC_5x5_KHR, GL_COMPRESSED_RGBA_ASTC_6x5_KHR, GL_COMPRESSED_RGBA_ASTC_6x6_KHR, GL_COMPRESSED_RGBA_ASTC_8x5_KHR, GL_COMPRESSED_RGBA_ASTC_8x6_KHR, GL_COMPRESSED_RGBA_ASTC_8x8_KHR, GL_COMPRESSED_RGBA8_ETC2_EAC, GL_COMPRESSED_SIGNED_R11_EAC, GL_COMPRESSED_SIGNED_RG11_EAC, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR, GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC, GL_COMPRESSED_SRGB8_ETC2, GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2, GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT, GL_CONTEXT_FLAGS, GL_COPY_READ_BUFFER, GL_COPY_READ_BUFFER_BINDING, GL_COPY_WRITE_BUFFER, GL_COPY_WRITE_BUFFER_BINDING, GL_DEPTH, GL_DEPTH_COMPONENT32F, GL_DEPTH_STENCIL_ATTACHMENT, GL_DEPTH_STENCIL_TEXTURE_MODE, GL_DEPTH32F_STENCIL8, GL_DYNAMIC_COPY, GL_DYNAMIC_READ, GL_ELEMENT_ARRAY_BARRIER_BIT, GL_FIRST_VERTEX_CONVENTION, GL_FIRST_VERTEX_CONVENTION_EXT, GL_FLOAT_32_UNSIGNED_INT_24_8_REV, GL_FLOAT_MAT2x3, GL_FLOAT_MAT2x4, GL_FLOAT_MAT3x2, GL_FLOAT_MAT3x4, GL_FLOAT_MAT4x2, GL_FLOAT_MAT4x3, GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE, GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE, GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE, GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE, GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT, GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE, GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER, GL_FRAMEBUFFER_BARRIER_BIT, GL_FRAMEBUFFER_DEFAULT, GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS, GL_FRAMEBUFFER_DEFAULT_HEIGHT, GL_FRAMEBUFFER_DEFAULT_LAYERS, GL_FRAMEBUFFER_DEFAULT_SAMPLES, GL_FRAMEBUFFER_DEFAULT_WIDTH, GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT, GL_FRAMEBUFFER_UNDEFINED, GL_GEOMETRY_SHADER_BIT, GL_GREEN, GL_IMAGE_2D, GL_IMAGE_2D_ARRAY, GL_IMAGE_3D, GL_IMAGE_BINDING_ACCESS, GL_IMAGE_BINDING_FORMAT, GL_IMAGE_BINDING_LAYER, GL_IMAGE_BINDING_LAYERED, GL_IMAGE_BINDING_LEVEL, GL_IMAGE_BINDING_NAME, GL_IMAGE_BUFFER, GL_IMAGE_CUBE, GL_IMAGE_CUBE_MAP_ARRAY, GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS, GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE, GL_IMAGE_FORMAT_COMPATIBILITY_TYPE, GL_INT_IMAGE_2D, GL_INT_IMAGE_2D_ARRAY, GL_INT_IMAGE_3D, GL_INT_IMAGE_BUFFER, GL_INT_IMAGE_CUBE, GL_INT_IMAGE_CUBE_MAP_ARRAY, GL_INT_SAMPLER_2D, GL_INT_SAMPLER_2D_ARRAY, GL_INT_SAMPLER_3D, GL_INT_SAMPLER_BUFFER, GL_INT_SAMPLER_CUBE, GL_INT_SAMPLER_CUBE_MAP_ARRAY, GL_INTERLEAVED_ATTRIBS, GL_INVALID_INDEX, GL_LAST_VERTEX_CONVENTION, GL_LAST_VERTEX_CONVENTION_EXT, GL_LINE_STRIP_ADJACENCY_EXT, GL_LINES_ADJACENCY_EXT, GL_MAJOR_VERSION, GL_MAX, GL_MAX_ARRAY_TEXTURE_LAYERS, GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS, GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE, GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS, GL_MAX_COMBINED_ATOMIC_COUNTERS, GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS, GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS, GL_MAX_COMBINED_IMAGE_UNIFORMS, GL_MAX_COMBINED_UNIFORM_BLOCKS, GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS, GL_MAX_ELEMENT_INDEX, GL_MAX_ELEMENTS_INDICES, GL_MAX_ELEMENTS_VERTICES, GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS, GL_MAX_FRAGMENT_ATOMIC_COUNTERS, GL_MAX_FRAGMENT_IMAGE_UNIFORMS, GL_MAX_FRAGMENT_UNIFORM_BLOCKS, GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, GL_MAX_FRAMEBUFFER_HEIGHT, GL_MAX_FRAMEBUFFER_LAYERS, GL_MAX_FRAMEBUFFER_SAMPLES, GL_MAX_FRAMEBUFFER_WIDTH, GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS, GL_MAX_GEOMETRY_ATOMIC_COUNTERS, GL_MAX_GEOMETRY_IMAGE_UNIFORMS, GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT, GL_MAX_GEOMETRY_UNIFORM_BLOCKS, GL_MAX_IMAGE_UNITS, GL_MAX_PROGRAM_TEXEL_OFFSET, GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS, GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS, GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS, GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS, GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS, GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS, GL_MAX_TEXTURE_BUFFER_SIZE, GL_MAX_TEXTURE_LOD_BIAS, GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS, GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS, GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS, GL_MAX_UNIFORM_BLOCK_SIZE, GL_MAX_UNIFORM_BUFFER_BINDINGS, GL_MAX_VARYING_COMPONENTS, GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS, GL_MAX_VERTEX_ATOMIC_COUNTERS, GL_MAX_VERTEX_IMAGE_UNIFORMS, GL_MAX_VERTEX_UNIFORM_BLOCKS, GL_MAX_VERTEX_UNIFORM_COMPONENTS, GL_MIN, GL_MIN_PROGRAM_TEXEL_OFFSET, GL_MIN_SAMPLE_SHADING_VALUE, GL_MINOR_VERSION, GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY, GL_MULTISAMPLE_LINE_WIDTH_RANGE, GL_NUM_EXTENSIONS, GL_NUM_SAMPLE_COUNTS, GL_PACK_ROW_LENGTH, GL_PACK_SKIP_PIXELS, GL_PACK_SKIP_ROWS, GL_PIXEL_BUFFER_BARRIER_BIT, GL_PIXEL_PACK_BUFFER, GL_PIXEL_PACK_BUFFER_BINDING, GL_PIXEL_UNPACK_BUFFER, GL_PIXEL_UNPACK_BUFFER_BINDING, GL_PRIMITIVE_BOUNDING_BOX, GL_PRIMITIVE_RESTART_FIXED_INDEX, GL_PRIMITIVES_GENERATED, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, GL_QUADS, GL_QUERY_BY_REGION_NO_WAIT, GL_QUERY_BY_REGION_WAIT, GL_QUERY_NO_WAIT, GL_QUERY_WAIT, GL_R11F_G11F_B10F, GL_R16I, GL_R16UI, GL_R32I, GL_R32UI, GL_R8_SNORM, GL_R8I, GL_R8UI, GL_RASTERIZER_DISCARD, GL_READ_BUFFER, GL_READ_ONLY, GL_READ_WRITE, GL_RED_INTEGER, GL_RG_INTEGER, GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI, GL_RG8_SNORM, GL_RG8I, GL_RG8UI, GL_RGB_INTEGER, GL_RGB10_A2UI, GL_RGB16I, GL_RGB16UI, GL_RGB32I, GL_RGB32UI, GL_RGB8_SNORM, GL_RGB8I, GL_RGB8UI, GL_RGB9_E5, GL_RGBA_INTEGER, GL_RGBA16I, GL_RGBA16UI, GL_RGBA32I, GL_RGBA32UI, GL_RGBA8_SNORM, GL_RGBA8I, GL_RGBA8UI, GL_SAMPLE_SHADING, GL_SAMPLER_2D_ARRAY, GL_SAMPLER_2D_ARRAY_SHADOW, GL_SAMPLER_BUFFER, GL_SAMPLER_CUBE_MAP_ARRAY, GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW, GL_SAMPLER_CUBE_SHADOW, GL_SEPARATE_ATTRIBS, GL_SHADER_IMAGE_ACCESS_BARRIER_BIT, GL_SIGNED_NORMALIZED, GL_SRGB8, GL_STATIC_COPY, GL_STATIC_READ, GL_STENCIL, GL_STREAM_COPY, GL_STREAM_READ, GL_TESS_CONTROL_SHADER_BIT, GL_TESS_EVALUATION_SHADER_BIT, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_ALPHA_SIZE, GL_TEXTURE_ALPHA_TYPE, GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_BINDING_2D_ARRAY, GL_TEXTURE_BINDING_BUFFER, GL_TEXTURE_BINDING_CUBE_MAP_ARRAY, GL_TEXTURE_BLUE_SIZE, GL_TEXTURE_BLUE_TYPE, GL_TEXTURE_BUFFER, GL_TEXTURE_BUFFER_DATA_STORE_BINDING, GL_TEXTURE_COMPRESSED, GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_DEPTH, GL_TEXTURE_DEPTH_SIZE, GL_TEXTURE_DEPTH_TYPE, GL_TEXTURE_FETCH_BARRIER_BIT, GL_TEXTURE_GREEN_SIZE, GL_TEXTURE_GREEN_TYPE, GL_TEXTURE_HEIGHT, GL_TEXTURE_INTERNAL_FORMAT, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MIN_LOD, GL_TEXTURE_RED_SIZE, GL_TEXTURE_RED_TYPE, GL_TEXTURE_SHARED_SIZE, GL_TEXTURE_STENCIL_SIZE, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_R, GL_TEXTURE_UPDATE_BARRIER_BIT, GL_TEXTURE_WIDTH, GL_TIMEOUT_IGNORED, GL_TRANSFORM_FEEDBACK, GL_TRANSFORM_FEEDBACK_ACTIVE, GL_TRANSFORM_FEEDBACK_BARRIER_BIT, GL_TRANSFORM_FEEDBACK_BINDING, GL_TRANSFORM_FEEDBACK_BUFFER, GL_TRANSFORM_FEEDBACK_BUFFER_BINDING, GL_TRANSFORM_FEEDBACK_BUFFER_MODE, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE, GL_TRANSFORM_FEEDBACK_BUFFER_START, GL_TRANSFORM_FEEDBACK_PAUSED, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH, GL_TRANSFORM_FEEDBACK_VARYINGS, GL_TRIANGLE_STRIP_ADJACENCY_EXT, GL_TRIANGLES_ADJACENCY_EXT, GL_UNIFORM_ARRAY_STRIDE, GL_UNIFORM_BARRIER_BIT, GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES, GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS, GL_UNIFORM_BLOCK_BINDING, GL_UNIFORM_BLOCK_DATA_SIZE, GL_UNIFORM_BLOCK_INDEX, GL_UNIFORM_BLOCK_NAME_LENGTH, GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER, GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER, GL_UNIFORM_BUFFER, GL_UNIFORM_BUFFER_BINDING, GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT, GL_UNIFORM_BUFFER_SIZE, GL_UNIFORM_BUFFER_START, GL_UNIFORM_IS_ROW_MAJOR, GL_UNIFORM_MATRIX_STRIDE, GL_UNIFORM_NAME_LENGTH, GL_UNIFORM_OFFSET, GL_UNIFORM_SIZE, GL_UNIFORM_TYPE, GL_UNPACK_IMAGE_HEIGHT, GL_UNPACK_SKIP_IMAGES, GL_UNSIGNED_INT_5_9_9_9_REV, GL_UNSIGNED_INT_ATOMIC_COUNTER, GL_UNSIGNED_INT_IMAGE_2D, GL_UNSIGNED_INT_IMAGE_2D_ARRAY, GL_UNSIGNED_INT_IMAGE_3D, GL_UNSIGNED_INT_IMAGE_BUFFER, GL_UNSIGNED_INT_IMAGE_CUBE, GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY, GL_UNSIGNED_INT_SAMPLER_2D, GL_UNSIGNED_INT_SAMPLER_2D_ARRAY, GL_UNSIGNED_INT_SAMPLER_3D, GL_UNSIGNED_INT_SAMPLER_BUFFER, GL_UNSIGNED_INT_SAMPLER_CUBE, GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY, GL_UNSIGNED_INT_VEC2, GL_UNSIGNED_INT_VEC3, GL_UNSIGNED_INT_VEC4, GL_VERTEX_ARRAY_BINDING, GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, GL_VERTEX_ATTRIB_ARRAY_INTEGER

    Fields inherited from interface com.jogamp.opengl.GL2GL3

    GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES, GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS, GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE, GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER, GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER, GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER, GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER, GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER, GL_AUTO_GENERATE_MIPMAP, GL_BACK_LEFT, GL_BACK_RIGHT, GL_BGR_INTEGER, GL_BGRA_INTEGER, GL_BLUE_INTEGER, GL_BUFFER_GPU_ADDRESS_NV, GL_CAVEAT_SUPPORT, GL_CLAMP_READ_COLOR, GL_CLEAR_BUFFER, GL_CLIP_DISTANCE0, GL_CLIP_DISTANCE1, GL_CLIP_DISTANCE2, GL_CLIP_DISTANCE3, GL_CLIP_DISTANCE4, GL_CLIP_DISTANCE5, GL_CLIP_DISTANCE6, GL_CLIP_DISTANCE7, GL_CLIPPING_INPUT_PRIMITIVES_ARB, GL_CLIPPING_OUTPUT_PRIMITIVES_ARB, GL_COLOR_ARRAY_ADDRESS_NV, GL_COLOR_ARRAY_LENGTH_NV, GL_COLOR_COMPONENTS, GL_COLOR_ENCODING, GL_COLOR_RENDERABLE, GL_COMPRESSED_RED, GL_COMPRESSED_RED_RGTC1, GL_COMPRESSED_RG, GL_COMPRESSED_RG_RGTC2, GL_COMPRESSED_RGB, GL_COMPRESSED_RGBA, GL_COMPRESSED_SIGNED_RED_RGTC1, GL_COMPRESSED_SIGNED_RG_RGTC2, GL_COMPRESSED_SRGB, GL_COMPRESSED_SRGB_ALPHA, GL_COMPUTE_SHADER_INVOCATIONS_ARB, GL_COMPUTE_TEXTURE, GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT, GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR, GL_CONTINUOUS_AMD, GL_DEBUG_CATEGORY_API_ERROR_AMD, GL_DEBUG_CATEGORY_APPLICATION_AMD, GL_DEBUG_CATEGORY_DEPRECATION_AMD, GL_DEBUG_CATEGORY_OTHER_AMD, GL_DEBUG_CATEGORY_PERFORMANCE_AMD, GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD, GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD, GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD, GL_DEBUG_LOGGED_MESSAGES_AMD, GL_DEBUG_SEVERITY_HIGH_AMD, GL_DEBUG_SEVERITY_LOW_AMD, GL_DEBUG_SEVERITY_MEDIUM_AMD, GL_DECODE_EXT, GL_DEPTH_CLAMP_FAR_AMD, GL_DEPTH_CLAMP_NEAR_AMD, GL_DEPTH_COMPONENTS, GL_DEPTH_RENDERABLE, GL_DISCRETE_AMD, GL_DOUBLE, GL_DOUBLEBUFFER, GL_DRAW_BUFFER, GL_DRAW_INDIRECT_ADDRESS_NV, GL_DRAW_INDIRECT_LENGTH_NV, GL_DRAW_INDIRECT_UNIFIED_NV, GL_EDGE_FLAG_ARRAY_ADDRESS_NV, GL_EDGE_FLAG_ARRAY_LENGTH_NV, GL_ELEMENT_ARRAY_ADDRESS_NV, GL_ELEMENT_ARRAY_LENGTH_NV, GL_ELEMENT_ARRAY_UNIFIED_NV, GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD, GL_FACTOR_MAX_AMD, GL_FACTOR_MIN_AMD, GL_FILL, GL_FILTER, GL_FIXED_ONLY, GL_FOG_COORD_ARRAY_ADDRESS_NV, GL_FOG_COORD_ARRAY_LENGTH_NV, GL_FRAGMENT_SHADER_INVOCATIONS_ARB, GL_FRAGMENT_TEXTURE, GL_FRAMEBUFFER_BLEND, GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER, GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER, GL_FRAMEBUFFER_RENDERABLE, GL_FRAMEBUFFER_RENDERABLE_LAYERED, GL_FRONT_LEFT, GL_FRONT_RIGHT, GL_FULL_SUPPORT, GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB, GL_GEOMETRY_TEXTURE, GL_GET_TEXTURE_IMAGE_FORMAT, GL_GET_TEXTURE_IMAGE_TYPE, GL_GPU_ADDRESS_NV, GL_GREEN_INTEGER, GL_IMAGE_1D, GL_IMAGE_1D_ARRAY, GL_IMAGE_2D_MULTISAMPLE, GL_IMAGE_2D_MULTISAMPLE_ARRAY, GL_IMAGE_2D_RECT, GL_IMAGE_CLASS_1_X_16, GL_IMAGE_CLASS_1_X_32, GL_IMAGE_CLASS_1_X_8, GL_IMAGE_CLASS_10_10_10_2, GL_IMAGE_CLASS_11_11_10, GL_IMAGE_CLASS_2_X_16, GL_IMAGE_CLASS_2_X_32, GL_IMAGE_CLASS_2_X_8, GL_IMAGE_CLASS_4_X_16, GL_IMAGE_CLASS_4_X_32, GL_IMAGE_CLASS_4_X_8, GL_IMAGE_COMPATIBILITY_CLASS, GL_IMAGE_PIXEL_FORMAT, GL_IMAGE_PIXEL_TYPE, GL_IMAGE_TEXEL_SIZE, GL_INDEX_ARRAY_ADDRESS_NV, GL_INDEX_ARRAY_LENGTH_NV, GL_INT_IMAGE_1D, GL_INT_IMAGE_1D_ARRAY, GL_INT_IMAGE_2D_MULTISAMPLE, GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY, GL_INT_IMAGE_2D_RECT, GL_INT_SAMPLER_1D, GL_INT_SAMPLER_1D_ARRAY, GL_INT_SAMPLER_2D_RECT, GL_INT_SAMPLER_BUFFER_AMD, GL_INTERNALFORMAT_ALPHA_SIZE, GL_INTERNALFORMAT_ALPHA_TYPE, GL_INTERNALFORMAT_BLUE_SIZE, GL_INTERNALFORMAT_BLUE_TYPE, GL_INTERNALFORMAT_DEPTH_SIZE, GL_INTERNALFORMAT_DEPTH_TYPE, GL_INTERNALFORMAT_GREEN_SIZE, GL_INTERNALFORMAT_GREEN_TYPE, GL_INTERNALFORMAT_PREFERRED, GL_INTERNALFORMAT_RED_SIZE, GL_INTERNALFORMAT_RED_TYPE, GL_INTERNALFORMAT_SHARED_SIZE, GL_INTERNALFORMAT_STENCIL_SIZE, GL_INTERNALFORMAT_STENCIL_TYPE, GL_INTERNALFORMAT_SUPPORTED, GL_LEFT, GL_LINE, GL_LINE_WIDTH_GRANULARITY, GL_LINE_WIDTH_RANGE, GL_LOWER_LEFT, GL_MANUAL_GENERATE_MIPMAP, GL_MAX_CLIP_DISTANCES, GL_MAX_COMBINED_DIMENSIONS, GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS, GL_MAX_DEBUG_LOGGED_MESSAGES_AMD, GL_MAX_DEPTH, GL_MAX_HEIGHT, GL_MAX_IMAGE_SAMPLES, GL_MAX_LAYERS, GL_MAX_RECTANGLE_TEXTURE_SIZE, GL_MAX_SHADER_BUFFER_ADDRESS_NV, GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB, GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB, GL_MAX_SPARSE_TEXTURE_SIZE_ARB, GL_MAX_TRANSFORM_FEEDBACK_BUFFERS, GL_MAX_VARYING_FLOATS, GL_MAX_VERTEX_STREAMS, GL_MAX_WIDTH, GL_MIN_MAP_BUFFER_ALIGNMENT, GL_MIPMAP, GL_NORMAL_ARRAY_ADDRESS_NV, GL_NORMAL_ARRAY_LENGTH_NV, GL_NUM_SPARSE_LEVELS_ARB, GL_NUM_VIRTUAL_PAGE_SIZES_ARB, GL_PACK_COMPRESSED_BLOCK_DEPTH, GL_PACK_COMPRESSED_BLOCK_HEIGHT, GL_PACK_COMPRESSED_BLOCK_SIZE, GL_PACK_COMPRESSED_BLOCK_WIDTH, GL_PACK_IMAGE_HEIGHT, GL_PACK_LSB_FIRST, GL_PACK_SKIP_IMAGES, GL_PACK_SWAP_BYTES, GL_POINT, GL_POINT_SIZE_GRANULARITY, GL_POINT_SIZE_RANGE, GL_POINT_SPRITE_COORD_ORIGIN, GL_POLYGON_MODE, GL_POLYGON_OFFSET_LINE, GL_POLYGON_OFFSET_POINT, GL_POLYGON_SMOOTH, GL_POLYGON_SMOOTH_HINT, GL_PRIMITIVE_RESTART, GL_PRIMITIVE_RESTART_INDEX, GL_PRIMITIVES_SUBMITTED_ARB, GL_PROVOKING_VERTEX, GL_PROXY_TEXTURE_1D, GL_PROXY_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_2D, GL_PROXY_TEXTURE_2D_ARRAY, GL_PROXY_TEXTURE_3D, GL_PROXY_TEXTURE_CUBE_MAP, GL_PROXY_TEXTURE_CUBE_MAP_ARRAY, GL_PROXY_TEXTURE_RECTANGLE, GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION, GL_R16, GL_R16_SNORM, GL_R3_G3_B2, GL_READ_PIXELS, GL_READ_PIXELS_FORMAT, GL_READ_PIXELS_TYPE, GL_REPLACE_VALUE_AMD, GL_RG16, GL_RG16_SNORM, GL_RGB12, GL_RGB16, GL_RGB16_SNORM, GL_RGB4, GL_RGB5, GL_RGBA12, GL_RGBA16, GL_RGBA16_SNORM, GL_RGBA2, GL_RIGHT, GL_SAMPLER_1D, GL_SAMPLER_1D_ARRAY, GL_SAMPLER_1D_ARRAY_SHADOW, GL_SAMPLER_1D_SHADOW, GL_SAMPLER_2D_RECT, GL_SAMPLER_2D_RECT_SHADOW, GL_SAMPLER_BUFFER_AMD, GL_SAMPLES_PASSED, GL_SCALED_RESOLVE_FASTEST_EXT, GL_SCALED_RESOLVE_NICEST_EXT, GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV, GL_SECONDARY_COLOR_ARRAY_LENGTH_NV, GL_SET_AMD, GL_SHADER_IMAGE_ATOMIC, GL_SHADER_IMAGE_LOAD, GL_SHADER_IMAGE_STORE, GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST, GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE, GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST, GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE, GL_SKIP_DECODE_EXT, GL_SMOOTH_LINE_WIDTH_GRANULARITY, GL_SMOOTH_POINT_SIZE_GRANULARITY, GL_SPARSE_BUFFER_PAGE_SIZE_ARB, GL_SPARSE_STORAGE_BIT_ARB, GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB, GL_SRC1_ALPHA, GL_SRGB_DECODE, GL_SRGB_READ, GL_SRGB_WRITE, GL_STENCIL_BACK_OP_VALUE_AMD, GL_STENCIL_COMPONENTS, GL_STENCIL_INDEX16, GL_STENCIL_OP_VALUE_AMD, GL_STENCIL_RENDERABLE, GL_STEREO, GL_SUBSAMPLE_DISTANCE_AMD, GL_SYNC_X11_FENCE_EXT, GL_TESS_CONTROL_SHADER_PATCHES_ARB, GL_TESS_CONTROL_TEXTURE, GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB, GL_TESS_EVALUATION_TEXTURE, GL_TESSELLATION_FACTOR_AMD, GL_TESSELLATION_MODE_AMD, GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_BINDING_1D, GL_TEXTURE_BINDING_1D_ARRAY, GL_TEXTURE_BINDING_RECTANGLE, GL_TEXTURE_COLOR_SAMPLES_NV, GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT, GL_TEXTURE_COMPRESSED_BLOCK_SIZE, GL_TEXTURE_COMPRESSED_BLOCK_WIDTH, GL_TEXTURE_COMPRESSED_IMAGE_SIZE, GL_TEXTURE_COMPRESSION_HINT, GL_TEXTURE_COORD_ARRAY_ADDRESS_NV, GL_TEXTURE_COORD_ARRAY_LENGTH_NV, GL_TEXTURE_COVERAGE_SAMPLES_NV, GL_TEXTURE_CUBE_MAP_SEAMLESS, GL_TEXTURE_GATHER, GL_TEXTURE_GATHER_SHADOW, GL_TEXTURE_IMAGE_FORMAT, GL_TEXTURE_IMAGE_TYPE, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_RECTANGLE, GL_TEXTURE_SHADOW, GL_TEXTURE_SPARSE_ARB, GL_TEXTURE_SRGB_DECODE_EXT, GL_TEXTURE_SWIZZLE_RGBA, GL_TEXTURE_VIEW, GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE, GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED, GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB, GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB, GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX, GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER, GL_UNPACK_COMPRESSED_BLOCK_DEPTH, GL_UNPACK_COMPRESSED_BLOCK_HEIGHT, GL_UNPACK_COMPRESSED_BLOCK_SIZE, GL_UNPACK_COMPRESSED_BLOCK_WIDTH, GL_UNPACK_LSB_FIRST, GL_UNPACK_SWAP_BYTES, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_IMAGE_1D, GL_UNSIGNED_INT_IMAGE_1D_ARRAY, GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE, GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY, GL_UNSIGNED_INT_IMAGE_2D_RECT, GL_UNSIGNED_INT_SAMPLER_1D, GL_UNSIGNED_INT_SAMPLER_1D_ARRAY, GL_UNSIGNED_INT_SAMPLER_2D_RECT, GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UPPER_LEFT, GL_VERTEX_ARRAY_ADDRESS_NV, GL_VERTEX_ARRAY_LENGTH_NV, GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV, GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV, GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV, GL_VERTEX_PROGRAM_POINT_SIZE, GL_VERTEX_SHADER_INVOCATIONS_ARB, GL_VERTEX_TEXTURE, GL_VERTICES_SUBMITTED_ARB, GL_VIEW_CLASS_128_BITS, GL_VIEW_CLASS_16_BITS, GL_VIEW_CLASS_24_BITS, GL_VIEW_CLASS_32_BITS, GL_VIEW_CLASS_48_BITS, GL_VIEW_CLASS_64_BITS, GL_VIEW_CLASS_8_BITS, GL_VIEW_CLASS_96_BITS, GL_VIEW_CLASS_BPTC_FLOAT, GL_VIEW_CLASS_BPTC_UNORM, GL_VIEW_CLASS_RGTC1_RED, GL_VIEW_CLASS_RGTC2_RG, GL_VIEW_CLASS_S3TC_DXT1_RGB, GL_VIEW_CLASS_S3TC_DXT1_RGBA, GL_VIEW_CLASS_S3TC_DXT3_RGBA, GL_VIEW_CLASS_S3TC_DXT5_RGBA, GL_VIEW_COMPATIBILITY_CLASS, GL_VIRTUAL_PAGE_SIZE_INDEX_ARB, GL_VIRTUAL_PAGE_SIZE_X_ARB, GL_VIRTUAL_PAGE_SIZE_Y_ARB, GL_VIRTUAL_PAGE_SIZE_Z_ARB

    Fields inherited from interface com.jogamp.opengl.GL3

    GL_ACTIVE_SUBROUTINE_MAX_LENGTH, GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS, GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH, GL_ACTIVE_SUBROUTINE_UNIFORMS, GL_ACTIVE_SUBROUTINES, GL_COMPATIBLE_SUBROUTINES, GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB, GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB, GL_COMPRESSED_RGBA_BPTC_UNORM_ARB, GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB, GL_CONTEXT_COMPATIBILITY_PROFILE_BIT, GL_CONTEXT_CORE_PROFILE_BIT, GL_CONTEXT_PROFILE_MASK, GL_DEPTH_CLAMP, GL_DOUBLE_MAT2, GL_DOUBLE_MAT2x3, GL_DOUBLE_MAT2x4, GL_DOUBLE_MAT3, GL_DOUBLE_MAT3x2, GL_DOUBLE_MAT3x4, GL_DOUBLE_MAT4, GL_DOUBLE_MAT4x2, GL_DOUBLE_MAT4x3, GL_DOUBLE_VEC2, GL_DOUBLE_VEC3, GL_DOUBLE_VEC4, GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB, GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB, GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB, GL_GEOMETRY_INPUT_TYPE_ARB, GL_GEOMETRY_OUTPUT_TYPE_ARB, GL_GEOMETRY_SHADER_ARB, GL_GEOMETRY_VERTICES_OUT_ARB, GL_LINE_STRIP_ADJACENCY_ARB, GL_LINES_ADJACENCY_ARB, GL_MAX_DUAL_SOURCE_DRAW_BUFFERS, GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB, GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB, GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB, GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB, GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB, GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS, GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS, GL_MAX_SUBROUTINES, GL_MAX_VERTEX_VARYING_COMPONENTS_ARB, GL_MAX_VIEWPORTS, GL_NAMED_STRING_LENGTH_ARB, GL_NAMED_STRING_TYPE_ARB, GL_NUM_COMPATIBLE_SUBROUTINES, GL_ONE_MINUS_SRC1_ALPHA, GL_ONE_MINUS_SRC1_COLOR, GL_PATCH_DEFAULT_INNER_LEVEL, GL_PATCH_DEFAULT_OUTER_LEVEL, GL_PROGRAM_POINT_SIZE, GL_PROGRAM_POINT_SIZE_ARB, GL_SHADER_INCLUDE_ARB, GL_SRC1_COLOR, GL_SYNC_CL_EVENT_ARB, GL_SYNC_CL_EVENT_COMPLETE_ARB, GL_TRIANGLE_STRIP_ADJACENCY_ARB, GL_TRIANGLES_ADJACENCY_ARB, GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER, GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER, GL_VIEWPORT_BOUNDS_RANGE, GL_VIEWPORT_INDEX_PROVOKING_VERTEX, GL_VIEWPORT_SUBPIXEL_BITS

    Fields inherited from interface com.jogamp.opengl.GL3ES3

    GL_ACTIVE_RESOURCES, GL_ACTIVE_VARIABLES, GL_ALREADY_SIGNALED, GL_ARRAY_SIZE, GL_ARRAY_STRIDE, GL_ATOMIC_COUNTER_BUFFER_INDEX, GL_BLOCK_INDEX, GL_BUFFER_BINDING, GL_BUFFER_DATA_SIZE, GL_BUFFER_VARIABLE, GL_COLORBURN, GL_COLORDODGE, GL_COMPRESSED_RGBA_ASTC_10x10, GL_COMPRESSED_RGBA_ASTC_10x5, GL_COMPRESSED_RGBA_ASTC_10x6, GL_COMPRESSED_RGBA_ASTC_10x8, GL_COMPRESSED_RGBA_ASTC_12x10, GL_COMPRESSED_RGBA_ASTC_12x12, GL_COMPRESSED_RGBA_ASTC_4x4, GL_COMPRESSED_RGBA_ASTC_5x4, GL_COMPRESSED_RGBA_ASTC_5x5, GL_COMPRESSED_RGBA_ASTC_6x5, GL_COMPRESSED_RGBA_ASTC_6x6, GL_COMPRESSED_RGBA_ASTC_8x5, GL_COMPRESSED_RGBA_ASTC_8x6, GL_COMPRESSED_RGBA_ASTC_8x8, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8, GL_COMPUTE_SHADER, GL_COMPUTE_SHADER_BIT, GL_COMPUTE_WORK_GROUP_SIZE, GL_CONDITION_SATISFIED, GL_CONTEXT_LOST, GL_DARKEN, GL_DIFFERENCE, GL_DISPATCH_INDIRECT_BUFFER, GL_DISPATCH_INDIRECT_BUFFER_BINDING, GL_DRAW_INDIRECT_BUFFER, GL_DRAW_INDIRECT_BUFFER_BINDING, GL_EXCLUSION, GL_FRACTIONAL_EVEN, GL_FRACTIONAL_ODD, GL_FRAGMENT_INTERPOLATION_OFFSET_BITS, GL_FRAMEBUFFER_ATTACHMENT_LAYERED, GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS, GL_GEOMETRY_INPUT_TYPE, GL_GEOMETRY_OUTPUT_TYPE, GL_GEOMETRY_SHADER, GL_GEOMETRY_SHADER_INVOCATIONS, GL_GEOMETRY_VERTICES_OUT, GL_HARDLIGHT, GL_HSL_COLOR, GL_HSL_HUE, GL_HSL_LUMINOSITY, GL_HSL_SATURATION, GL_INT_2_10_10_10_REV, GL_IS_PER_PATCH, GL_IS_ROW_MAJOR, GL_ISOLINES, GL_LAYER_PROVOKING_VERTEX, GL_LIGHTEN, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_LOCATION, GL_MATRIX_STRIDE, GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS, GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES, GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS, GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS, GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS, GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS, GL_MAX_COMPUTE_ATOMIC_COUNTERS, GL_MAX_COMPUTE_IMAGE_UNIFORMS, GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS, GL_MAX_COMPUTE_SHARED_MEMORY_SIZE, GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, GL_MAX_COMPUTE_UNIFORM_BLOCKS, GL_MAX_COMPUTE_UNIFORM_COMPONENTS, GL_MAX_COMPUTE_WORK_GROUP_COUNT, GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS, GL_MAX_COMPUTE_WORK_GROUP_SIZE, GL_MAX_FRAGMENT_INPUT_COMPONENTS, GL_MAX_FRAGMENT_INTERPOLATION_OFFSET, GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS, GL_MAX_GEOMETRY_INPUT_COMPONENTS, GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, GL_MAX_GEOMETRY_OUTPUT_VERTICES, GL_MAX_GEOMETRY_SHADER_INVOCATIONS, GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS, GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS, GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, GL_MAX_GEOMETRY_UNIFORM_COMPONENTS, GL_MAX_NAME_LENGTH, GL_MAX_NUM_ACTIVE_VARIABLES, GL_MAX_PATCH_VERTICES, GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET, GL_MAX_SERVER_WAIT_TIMEOUT, GL_MAX_SHADER_STORAGE_BLOCK_SIZE, GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, GL_MAX_TESS_CONTROL_INPUT_COMPONENTS, GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS, GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS, GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS, GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS, GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS, GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS, GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS, GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS, GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS, GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS, GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS, GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS, GL_MAX_TESS_GEN_LEVEL, GL_MAX_TESS_PATCH_COMPONENTS, GL_MAX_UNIFORM_LOCATIONS, GL_MAX_VERTEX_ATTRIB_BINDINGS, GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET, GL_MAX_VERTEX_ATTRIB_STRIDE, GL_MAX_VERTEX_OUTPUT_COMPONENTS, GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS, GL_MIN_FRAGMENT_INTERPOLATION_OFFSET, GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET, GL_MULTIPLY, GL_NAME_LENGTH, GL_NUM_ACTIVE_VARIABLES, GL_OBJECT_TYPE, GL_OFFSET, GL_OVERLAY, GL_PATCH_VERTICES, GL_PATCHES, GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED, GL_PROGRAM_INPUT, GL_PROGRAM_OUTPUT, GL_REFERENCED_BY_COMPUTE_SHADER, GL_REFERENCED_BY_FRAGMENT_SHADER, GL_REFERENCED_BY_GEOMETRY_SHADER, GL_REFERENCED_BY_TESS_CONTROL_SHADER, GL_REFERENCED_BY_TESS_EVALUATION_SHADER, GL_REFERENCED_BY_VERTEX_SHADER, GL_SAMPLER_BINDING, GL_SCREEN, GL_SHADER_STORAGE_BARRIER_BIT, GL_SHADER_STORAGE_BLOCK, GL_SHADER_STORAGE_BUFFER, GL_SHADER_STORAGE_BUFFER_BINDING, GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT, GL_SHADER_STORAGE_BUFFER_SIZE, GL_SHADER_STORAGE_BUFFER_START, GL_SIGNALED, GL_SOFTLIGHT, GL_SYNC_CONDITION, GL_SYNC_FENCE, GL_SYNC_FLAGS, GL_SYNC_FLUSH_COMMANDS_BIT, GL_SYNC_GPU_COMMANDS_COMPLETE, GL_SYNC_STATUS, GL_TESS_CONTROL_OUTPUT_VERTICES, GL_TESS_CONTROL_SHADER, GL_TESS_EVALUATION_SHADER, GL_TESS_GEN_MODE, GL_TESS_GEN_POINT_MODE, GL_TESS_GEN_SPACING, GL_TESS_GEN_VERTEX_ORDER, GL_TEXTURE_BUFFER_BINDING, GL_TEXTURE_BUFFER_OFFSET, GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT, GL_TEXTURE_BUFFER_SIZE, GL_TEXTURE_IMMUTABLE_LEVELS, GL_TIMEOUT_EXPIRED, GL_TOP_LEVEL_ARRAY_SIZE, GL_TOP_LEVEL_ARRAY_STRIDE, GL_TRANSFORM_FEEDBACK_VARYING, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY, GL_TYPE, GL_UNDEFINED_VERTEX, GL_UNIFORM, GL_UNIFORM_BLOCK, GL_UNSIGNALED, GL_VERTEX_ATTRIB_BINDING, GL_VERTEX_ATTRIB_RELATIVE_OFFSET, GL_VERTEX_BINDING_BUFFER, GL_VERTEX_BINDING_DIVISOR, GL_VERTEX_BINDING_OFFSET, GL_VERTEX_BINDING_STRIDE, GL_WAIT_FAILED

    Fields inherited from interface com.jogamp.opengl.GL4

    GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER, GL_BUFFER_IMMUTABLE_STORAGE, GL_BUFFER_STORAGE_FLAGS, GL_CLEAR_TEXTURE, GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT, GL_CLIENT_STORAGE_BIT, GL_CLIP_DEPTH_MODE, GL_CLIP_ORIGIN, GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT, GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT, GL_COMPRESSED_RGBA_BPTC_UNORM, GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM, GL_COMPUTE_SUBROUTINE, GL_COMPUTE_SUBROUTINE_UNIFORM, GL_CONTEXT_RELEASE_BEHAVIOR, GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH, GL_DYNAMIC_STORAGE_BIT, GL_FRAGMENT_SUBROUTINE, GL_FRAGMENT_SUBROUTINE_UNIFORM, GL_GEOMETRY_SUBROUTINE, GL_GEOMETRY_SUBROUTINE_UNIFORM, GL_LOCATION_COMPONENT, GL_LOCATION_INDEX, GL_MAP_COHERENT_BIT, GL_MAP_PERSISTENT_BIT, GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES, GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB, GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB, GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB, GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB, GL_MAX_CULL_DISTANCES, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, GL_MIRROR_CLAMP_TO_EDGE, GL_NEGATIVE_ONE_TO_ONE, GL_NUM_SHADING_LANGUAGE_VERSIONS, GL_PARAMETER_BUFFER_ARB, GL_PARAMETER_BUFFER_BINDING_ARB, GL_QUERY_BUFFER, GL_QUERY_BUFFER_BARRIER_BIT, GL_QUERY_BUFFER_BINDING, GL_QUERY_BY_REGION_NO_WAIT_INVERTED, GL_QUERY_BY_REGION_WAIT_INVERTED, GL_QUERY_NO_WAIT_INVERTED, GL_QUERY_RESULT_NO_WAIT, GL_QUERY_TARGET, GL_QUERY_WAIT_INVERTED, GL_TESS_CONTROL_SUBROUTINE, GL_TESS_CONTROL_SUBROUTINE_UNIFORM, GL_TESS_EVALUATION_SUBROUTINE, GL_TESS_EVALUATION_SUBROUTINE_UNIFORM, GL_TEXTURE_TARGET, GL_TEXTURE_VIEW_MIN_LAYER, GL_TEXTURE_VIEW_MIN_LEVEL, GL_TEXTURE_VIEW_NUM_LAYERS, GL_TEXTURE_VIEW_NUM_LEVELS, GL_TRANSFORM_FEEDBACK_BUFFER_INDEX, GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE, GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER, GL_UNSIGNED_INT64_ARB, GL_VERTEX_ATTRIB_ARRAY_LONG, GL_VERTEX_SUBROUTINE, GL_VERTEX_SUBROUTINE_UNIFORM, GL_ZERO_TO_ONE

    Fields inherited from interface com.jogamp.opengl.fixedfunc.GLMatrixFunc

    GL_MATRIX_MODE, GL_MODELVIEW, GL_MODELVIEW_MATRIX, GL_PROJECTION, GL_PROJECTION_MATRIX, GL_TEXTURE_MATRIX

    Fields inherited from interface com.jogamp.opengl.fixedfunc.GLPointerFunc

    GL_COLOR_ARRAY, GL_NORMAL_ARRAY, GL_TEXTURE_COORD_ARRAY, GL_VERTEX_ARRAY
  • Constructor Summary

    Constructors
    Constructor
    Description
    DebugGL4bc(GL4bc downstreamGL4bc)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getBoundBuffer(int arg0)
     
    int
    Return the framebuffer name bound to this context, see GL.glBindFramebuffer(int, int).
    getBufferStorage(int arg0)
     
    Returns the GLContext associated which this GL object.
    int
    Return the default draw framebuffer name.
    int
    Returns the default color buffer within the current bound GLBase.getDefaultReadFramebuffer(), i.e.
    int
    Return the default read framebuffer name.
    final GL
    Returns the downstream GL instance in case this is a wrapping pipeline, otherwise null.
    Returns an object providing access to the specified OpenGL extension.
    Casts this object to the GL interface.
    Casts this object to the GL2 interface.
    Casts this object to the GL2ES1 interface.
    Casts this object to the GL2ES2 interface.
    Casts this object to the GL2ES3 interface.
    Casts this object to the GL2GL3 interface.
    Casts this object to the GL3 interface.
    Casts this object to the GL3bc interface.
    Casts this object to the GL3ES3 interface.
    Casts this object to the GL4 interface.
    Casts this object to the GL4bc interface.
    Casts this object to the GL4ES3 interface.
    Casts this object to the GLES1 interface.
    Casts this object to the GLES2 interface.
    Casts this object to the GLES3 interface.
    Returns the GLProfile associated with this GL object.
    int
    Returns the maximum number of FBO RENDERBUFFER samples if full FBO is supported, otherwise false.
    Returns an object through which platform-specific OpenGL extensions (EGL, GLX, WGL, etc.) may be accessed.
    Returns the implementing root instance, considering a wrapped pipelined hierarchy, see GLBase.getDownstreamGL().
    int
    Return the current swap interval.
    void
    glAccum(int arg0, float arg1)
    Entry point to C language function: void (GLenum op, GLfloat value)
    Part of GL_VERSION_1_0
    void
    glActiveShaderProgram(int arg0, int arg1)
    Entry point to C language function: void (GLuint pipeline, GLuint program)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
    Alias for: glActiveShaderProgramEXT
    void
    Entry point to C language function: void (GLenum face)
    Part of GL_EXT_stencil_two_side
    void
    glActiveTexture(int arg0)
    Entry point to C language function: void (GLenum texture)
    Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitexture
    Alias for: glActiveTextureARB
    void
    glAlphaFunc(int arg0, float arg1)
    Entry point to C language function: void (GLenum func, GLclampf ref)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0, GL_QCOM_alpha_test
    Alias for: glAlphaFuncQCOM
    void
    Entry point to C language function: void (void)
    Part of GL_INTEL_framebuffer_CMAA
    void
    Entry point to C language function: void (GLenum mode)
    Part of GL_EXT_light_texture
    boolean
    glAreTexturesResident(int arg0, int[] arg1, int arg2, byte[] arg3, int arg4)
    Entry point to C language function: GLboolean (GLsizei n, const GLuint * textures, GLboolean * residences)
    Part of GL_VERSION_1_1, GL_EXT_texture_object
    Alias for: glAreTexturesResidentEXT
    boolean
    glAreTexturesResident(int arg0, IntBuffer arg1, ByteBuffer arg2)
    Entry point to C language function: GLboolean (GLsizei n, const GLuint * textures, GLboolean * residences)
    Part of GL_VERSION_1_1, GL_EXT_texture_object
    Alias for: glAreTexturesResidentEXT
    void
    glArrayElement(int arg0)
    Entry point to C language function: void (GLint i)
    Part of GL_VERSION_1_1, GL_EXT_vertex_array
    Alias for: glArrayElementEXT
    void
    glAttachObjectARB(long arg0, long arg1)
    Entry point to C language function: void (GLhandleARB containerObj, GLhandleARB obj)
    Part of GL_ARB_shader_objects
    void
    glAttachShader(int arg0, int arg1)
    Entry point to C language function: void (GLuint program, GLuint shader)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
    void
    glBegin(int arg0)
    Entry point to C language function: void (GLenum mode)
    Part of GL_VERSION_1_0
    void
    glBeginConditionalRender(int arg0, int arg1)
    Entry point to C language function: void (GLuint id, GLenum mode)
    Part of GL_VERSION_3_0, GL_NV_conditional_render
    Alias for: glBeginConditionalRenderNV
    void
    Entry point to C language function: void (GLuint id)
    Part of GL_NVX_conditional_render
    void
    Entry point to C language function: void (GLuint id)
    Part of GL_NV_occlusion_query
    void
    Entry point to C language function: void (GLuint monitor)
    Part of GL_AMD_performance_monitor
    void
    Entry point to C language function: void (GLuint queryHandle)
    Part of GL_INTEL_performance_query
    void
    glBeginQuery(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLuint id)
    Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_occlusion_query, GL_EXT_disjoint_timer_query
    Alias for: glBeginQueryARB, glBeginQueryEXT
    void
    glBeginQueryIndexed(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLuint id)
    Part of GL_ARB_transform_feedback3, GL_VERSION_4_0
    void
    Entry point to C language function: void (GLenum primitiveMode)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_transform_feedback, GL_NV_transform_feedback
    Alias for: glBeginTransformFeedbackEXT, glBeginTransformFeedbackNV
    void
    Entry point to C language function: void (void)
    Part of GL_EXT_vertex_shader
    void
    Entry point to C language function: void (GLuint video_capture_slot)
    Part of GL_NV_video_capture
    void
    glBindAttribLocation(int arg0, int arg1, String arg2)
    Entry point to C language function: void (GLuint program, GLuint index, const GLchar * name)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shader
    Alias for: glBindAttribLocationARB
    void
    glBindBuffer(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLuint buffer)
    Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
    Alias for: glBindBufferARB
    void
    glBindBufferBase(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLuint buffer)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
    Alias for: glBindBufferBaseNV, glBindBufferBaseEXT
    void
    glBindBufferRange(int arg0, int arg1, int arg2, long arg3, long arg4)
    Entry point to C language function: void (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
    Alias for: glBindBufferRangeNV, glBindBufferRangeEXT
    void
    glBindBuffersBase(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLuint first, GLsizei count, const GLuint * buffers)
    Part of GL_VERSION_4_4
    void
    glBindBuffersBase(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum target, GLuint first, GLsizei count, const GLuint * buffers)
    Part of GL_VERSION_4_4
    void
    glBindBuffersRange(int arg0, int arg1, int arg2, int[] arg3, int arg4, com.jogamp.common.nio.PointerBuffer arg5, com.jogamp.common.nio.PointerBuffer arg6)
    Entry point to C language function: void (GLenum target, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizeiptr * sizes)
    Part of GL_VERSION_4_4
    void
    glBindBuffersRange(int arg0, int arg1, int arg2, IntBuffer arg3, com.jogamp.common.nio.PointerBuffer arg4, com.jogamp.common.nio.PointerBuffer arg5)
    Entry point to C language function: void (GLenum target, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizeiptr * sizes)
    Part of GL_VERSION_4_4
    void
    glBindFragDataLocation(int arg0, int arg1, String arg2)
    Entry point to C language function: void (GLuint program, GLuint color, const GLchar * name)
    Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_EXT_blend_func_extended
    Alias for: glBindFragDataLocationEXT
    void
    glBindFragDataLocationIndexed(int arg0, int arg1, int arg2, String arg3)
    Entry point to C language function: void (GLuint program, GLuint colorNumber, GLuint index, const GLchar * name)
    Part of GL_VERSION_3_3, GL_ARB_blend_func_extended, GL_EXT_blend_func_extended
    Alias for: glBindFragDataLocationIndexedEXT
    void
    glBindFramebuffer(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLuint framebuffer)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
    Alias for: glBindFramebufferOES, glBindFramebufferEXT
    void
    glBindImageTexture(int arg0, int arg1, int arg2, boolean arg3, int arg4, int arg5, int arg6)
    Entry point to C language function: void (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format)
    Part of GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
    Alias for: glBindImageTextureEXT
    void
    glBindImageTextures(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint first, GLsizei count, const GLuint * textures)
    Part of GL_VERSION_4_4
    void
    glBindImageTextures(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint first, GLsizei count, const GLuint * textures)
    Part of GL_VERSION_4_4
    int
    glBindLightParameterEXT(int arg0, int arg1)
    Entry point to C language function: GLuint (GLenum light, GLenum value)
    Part of GL_EXT_vertex_shader
    int
    glBindMaterialParameterEXT(int arg0, int arg1)
    Entry point to C language function: GLuint (GLenum face, GLenum value)
    Part of GL_EXT_vertex_shader
    void
    glBindMultiTextureEXT(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLuint texture)
    Part of GL_EXT_direct_state_access
    int
    Entry point to C language function: GLuint (GLenum value)
    Part of GL_EXT_vertex_shader
    void
    glBindProgramARB(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLuint program)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    Entry point to C language function: void (GLuint pipeline)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
    Alias for: glBindProgramPipelineEXT
    void
    glBindRenderbuffer(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLuint renderbuffer)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
    Alias for: glBindRenderbufferEXT, glBindRenderbufferOES
    void
    glBindSampler(int arg0, int arg1)
    Entry point to C language function: void (GLuint unit, GLuint sampler)
    Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
    void
    glBindSamplers(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint first, GLsizei count, const GLuint * samplers)
    Part of GL_VERSION_4_4
    void
    glBindSamplers(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint first, GLsizei count, const GLuint * samplers)
    Part of GL_VERSION_4_4
    int
    glBindTexGenParameterEXT(int arg0, int arg1, int arg2)
    Entry point to C language function: GLuint (GLenum unit, GLenum coord, GLenum value)
    Part of GL_EXT_vertex_shader
    void
    glBindTexture(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLuint texture)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
    Alias for: glBindTextureEXT
    void
    glBindTextures(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint first, GLsizei count, const GLuint * textures)
    Part of GL_VERSION_4_4
    void
    glBindTextures(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint first, GLsizei count, const GLuint * textures)
    Part of GL_VERSION_4_4
    void
    glBindTextureUnit(int arg0, int arg1)
    Entry point to C language function: void (GLuint unit, GLuint texture)
    Part of GL_VERSION_4_5
    int
    glBindTextureUnitParameterEXT(int arg0, int arg1)
    Entry point to C language function: GLuint (GLenum unit, GLenum value)
    Part of GL_EXT_vertex_shader
    void
    glBindTransformFeedback(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLuint id)
    Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
    Alias for: glBindTransformFeedbackNV
    void
    glBindTransformFeedbackNV(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLuint id)
    Part of GL_NV_transform_feedback2
    void
    Entry point to C language function: void (GLuint array)
    Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_object
    Alias for: glBindVertexArrayAPPLE, glBindVertexArrayOES
    void
    glBindVertexBuffer(int arg0, int arg1, long arg2, int arg3)
    Entry point to C language function: void (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
    Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding
    void
    glBindVertexBuffers(int arg0, int arg1, int[] arg2, int arg3, com.jogamp.common.nio.PointerBuffer arg4, int[] arg5, int arg6)
    Entry point to C language function: void (GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizei * strides)
    Part of GL_VERSION_4_4
    void
    glBindVertexBuffers(int arg0, int arg1, IntBuffer arg2, com.jogamp.common.nio.PointerBuffer arg3, IntBuffer arg4)
    Entry point to C language function: void (GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizei * strides)
    Part of GL_VERSION_4_4
    void
    Entry point to C language function: void (GLuint id)
    Part of GL_EXT_vertex_shader
    void
    glBindVideoCaptureStreamBufferNV(int arg0, int arg1, int arg2, long arg3)
    Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLintptrARB offset)
    Part of GL_NV_video_capture
    void
    glBindVideoCaptureStreamTextureNV(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLenum target, GLuint texture)
    Part of GL_NV_video_capture
    void
    glBitmap(int arg0, int arg1, float arg2, float arg3, float arg4, float arg5, byte[] arg6, int arg7)
    Entry point to C language function: void (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
    Part of GL_VERSION_1_0
    void
    glBitmap(int arg0, int arg1, float arg2, float arg3, float arg4, float arg5, long arg6)
    Entry point to C language function: void (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
    Part of GL_VERSION_1_0
    void
    glBitmap(int arg0, int arg1, float arg2, float arg3, float arg4, float arg5, ByteBuffer arg6)
    Entry point to C language function: void (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (void)
    Part of GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced
    Alias for: glBlendBarrierKHR, glBlendBarrierNV
    void
    glBlendColor(float arg0, float arg1, float arg2, float arg3)
    Entry point to C language function: void (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
    Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_VERSION_1_2, GL_EXT_blend_color
    Alias for: glBlendColorEXT
    void
    glBlendEquation(int arg0)
    Entry point to C language function: void (GLenum mode)
    Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_VERSION_1_2, GL_OES_blend_subtract, GL_EXT_blend_minmax
    Alias for: glBlendEquationOES, glBlendEquationEXT
    void
    glBlendEquationi(int arg0, int arg1)
    Entry point to C language function: void (GLuint buf, GLenum mode)
    Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_draw_buffers_indexed, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexed
    Alias for: glBlendEquationiOES, glBlendEquationiARB, glBlendEquationiEXT
    void
    glBlendEquationIndexedAMD(int arg0, int arg1)
    Entry point to C language function: void (GLuint buf, GLenum mode)
    Part of GL_AMD_draw_buffers_blend
    void
    glBlendEquationSeparate(int arg0, int arg1)
    Entry point to C language function: void (GLenum modeRGB, GLenum modeAlpha)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_OES_blend_equation_separate, GL_EXT_blend_equation_separate
    Alias for: glBlendEquationSeparateOES, glBlendEquationSeparateEXT
    void
    glBlendEquationSeparatei(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint buf, GLenum modeRGB, GLenum modeAlpha)
    Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexed, GL_OES_draw_buffers_indexed
    Alias for: glBlendEquationSeparateiARB, glBlendEquationSeparateiEXT, glBlendEquationSeparateiOES
    void
    glBlendEquationSeparateIndexedAMD(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint buf, GLenum modeRGB, GLenum modeAlpha)
    Part of GL_AMD_draw_buffers_blend
    void
    glBlendFunc(int arg0, int arg1)
    Entry point to C language function: void (GLenum sfactor, GLenum dfactor)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glBlendFunci(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint buf, GLenum src, GLenum dst)
    Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexed, GL_OES_draw_buffers_indexed
    Alias for: glBlendFunciARB, glBlendFunciEXT, glBlendFunciOES
    void
    glBlendFuncIndexedAMD(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint buf, GLenum src, GLenum dst)
    Part of GL_AMD_draw_buffers_blend
    void
    glBlendFuncSeparate(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
    Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_INGR_blend_func_separate, GL_OES_blend_func_separate, GL_EXT_blend_func_separate
    Alias for: glBlendFuncSeparateINGR, glBlendFuncSeparateOES, glBlendFuncSeparateEXT
    void
    glBlendFuncSeparatei(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
    Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_draw_buffers_indexed, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexed
    Alias for: glBlendFuncSeparateiOES, glBlendFuncSeparateiARB, glBlendFuncSeparateiEXT
    void
    glBlendFuncSeparateIndexedAMD(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
    Part of GL_AMD_draw_buffers_blend
    void
    glBlendFuncSeparateINGR(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
    Part of GL_INGR_blend_func_separate
    void
    glBlitFramebuffer(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9)
    Entry point to C language function: void (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
    Part of GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_framebuffer_blit, GL_EXT_framebuffer_blit, GL_ANGLE_framebuffer_blit
    Alias for: glBlitFramebufferNV, glBlitFramebufferEXT, glBlitFramebufferANGLE
    void
    glBlitNamedFramebuffer(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, int arg11)
    Entry point to C language function: void (GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
    Part of GL_VERSION_4_5
    void
    glBufferAddressRangeNV(int arg0, int arg1, long arg2, long arg3)
    Entry point to C language function: void (GLenum pname, GLuint index, GLuint64EXT address, GLsizeiptr length)
    Part of GL_NV_vertex_buffer_unified_memory
    void
    glBufferData(int arg0, long arg1, Buffer arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLsizeiptr size, const void * data, GLenum usage)
    Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
    Alias for: glBufferDataARB
    void
    glBufferPageCommitmentARB(int arg0, long arg1, long arg2, boolean arg3)
    Entry point to C language function: void (GLenum target, GLintptr offset, GLsizeiptr size, GLboolean commit)
    Part of GL_ARB_sparse_buffer
    void
    glBufferParameteri(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint param)
    Part of GL_APPLE_flush_buffer_range
    Alias for: glBufferParameteriAPPLE
    void
    glBufferStorage(int arg0, long arg1, Buffer arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLsizeiptr size, const void * data, GLbitfield flags)
    Part of GL_VERSION_4_4, GL_EXT_buffer_storage
    Alias for: glBufferStorageEXT
    void
    glBufferSubData(int arg0, long arg1, long arg2, Buffer arg3)
    Entry point to C language function: void (GLenum target, GLintptr offset, GLsizeiptr size, const void * data)
    Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
    Alias for: glBufferSubDataARB
    void
    Entry point to C language function: void (GLuint list)
    Part of GL_NV_command_list
    void
    glCallList(int arg0)
    Entry point to C language function: void (GLuint list)
    Part of GL_VERSION_1_0
    void
    glCallLists(int arg0, int arg1, Buffer arg2)
    Entry point to C language function: void (GLsizei n, GLenum type, const GLvoid * lists)
    Part of GL_VERSION_1_0
    int
    Entry point to C language function: GLenum (GLenum target)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
    Alias for: glCheckFramebufferStatusEXT, glCheckFramebufferStatusOES
    int
    glCheckNamedFramebufferStatus(int arg0, int arg1)
    Entry point to C language function: GLenum (GLuint framebuffer, GLenum target)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glCheckNamedFramebufferStatusEXT
    int
    glCheckNamedFramebufferStatusEXT(int arg0, int arg1)
    Entry point to C language function: GLenum (GLuint framebuffer, GLenum target)
    Part of GL_EXT_direct_state_access
    void
    glClampColor(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLenum clamp)
    Part of GL_VERSION_3_0, GL_ARB_color_buffer_float
    Alias for: glClampColorARB
    void
    glClear(int arg0)
    Entry point to C language function: void (GLbitfield mask)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glClearAccum(float arg0, float arg1, float arg2, float arg3)
    Entry point to C language function: void (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
    Part of GL_VERSION_1_0
    void
    glClearBufferData(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLenum format, GLenum type, const void * data)
    Part of GL_VERSION_4_3, GL_ARB_clear_buffer_object
    void
    glClearBufferfi(int arg0, int arg1, float arg2, int arg3)
    Entry point to C language function: void (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
    void
    glClearBufferfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum buffer, GLint drawbuffer, const GLfloat * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
    void
    glClearBufferfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum buffer, GLint drawbuffer, const GLfloat * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
    void
    glClearBufferiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum buffer, GLint drawbuffer, const GLint * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
    void
    glClearBufferiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum buffer, GLint drawbuffer, const GLint * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
    void
    glClearBufferSubData(int arg0, int arg1, long arg2, long arg3, int arg4, int arg5, Buffer arg6)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void * data)
    Part of GL_VERSION_4_3, GL_ARB_clear_buffer_object
    void
    glClearBufferuiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum buffer, GLint drawbuffer, const GLuint * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
    void
    glClearBufferuiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum buffer, GLint drawbuffer, const GLuint * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
    void
    glClearColor(float arg0, float arg1, float arg2, float arg3)
    Entry point to C language function: void (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
    Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
    void
    glClearColorIi(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLint red, GLint green, GLint blue, GLint alpha)
    Part of GL_EXT_texture_integer
    Alias for: glClearColorIiEXT
    void
    glClearColorIui(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint red, GLuint green, GLuint blue, GLuint alpha)
    Part of GL_EXT_texture_integer
    Alias for: glClearColorIuiEXT
    void
    glClearDepth(double arg0)
    Aliased entrypoint of void (GLclampd depth); and void (GLclampf depth); .
    void
    glClearDepthf(float arg0)
    Entry point to C language function: void (GLfloat d)
    Part of GL_ARB_ES2_compatibility, GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_4_1, GL_OES_single_precision
    Alias for: glClearDepthfOES
    void
    glClearIndex(float arg0)
    Entry point to C language function: void (GLfloat c)
    Part of GL_VERSION_1_0
    void
    glClearNamedBufferData(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
    Entry point to C language function: void (GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void * data)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access, GL_ARB_clear_buffer_object
    Alias for: glClearNamedBufferDataEXT
    void
    glClearNamedBufferSubData(int arg0, int arg1, long arg2, long arg3, int arg4, int arg5, Buffer arg6)
    Entry point to C language function: void (GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void * data)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access, GL_ARB_clear_buffer_object
    Alias for: glClearNamedBufferSubDataEXT
    void
    glClearNamedFramebufferfi(int arg0, int arg1, float arg2, int arg3)
    Entry point to C language function: void (GLuint framebuffer, GLenum buffer, const GLfloat depth, GLint stencil)
    Part of GL_VERSION_4_5
    void
    glClearNamedFramebufferfv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLfloat * value)
    Part of GL_VERSION_4_5
    void
    glClearNamedFramebufferfv(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLfloat * value)
    Part of GL_VERSION_4_5
    void
    glClearNamedFramebufferiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLint * value)
    Part of GL_VERSION_4_5
    void
    glClearNamedFramebufferiv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLint * value)
    Part of GL_VERSION_4_5
    void
    glClearNamedFramebufferuiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLuint * value)
    Part of GL_VERSION_4_5
    void
    glClearNamedFramebufferuiv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLuint * value)
    Part of GL_VERSION_4_5
    void
    glClearStencil(int arg0)
    Entry point to C language function: void (GLint s)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glClearTexImage(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
    Entry point to C language function: void (GLuint texture, GLint level, GLenum format, GLenum type, const void * data)
    Part of GL_VERSION_4_4
    void
    glClearTexSubImage(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, Buffer arg10)
    Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * data)
    Part of GL_VERSION_4_4
    void
    Entry point to C language function: void (GLenum texture)
    Part of GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitexture
    Alias for: glClientActiveTextureARB
    void
    Entry point to C language function: void (GLbitfield mask)
    Part of GL_EXT_direct_state_access
    int
    glClientWaitSync(long arg0, int arg1, long arg2)
    Entry point to C language function: GLenum (GLsync sync, GLbitfield flags, GLuint64 timeout)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
    Alias for: glClientWaitSyncAPPLE
    void
    glClipControl(int arg0, int arg1)
    Entry point to C language function: void (GLenum origin, GLenum depth)
    Part of GL_VERSION_4_5
    void
    glClipPlane(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLenum plane, const GLdouble * equation)
    Part of GL_VERSION_1_0
    void
    glClipPlane(int arg0, DoubleBuffer arg1)
    Entry point to C language function: void (GLenum plane, const GLdouble * equation)
    Part of GL_VERSION_1_0
    void
    glClipPlanef(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLenum plane, const GLfloat * equation)
    Part of GL_VERSION_ES_CM, GL_IMG_user_clip_plane, GL_OES_single_precision
    Alias for: glClipPlanefIMG, glClipPlanefOES
    void
    glClipPlanef(int arg0, FloatBuffer arg1)
    Entry point to C language function: void (GLenum plane, const GLfloat * equation)
    Part of GL_VERSION_ES_CM, GL_IMG_user_clip_plane, GL_OES_single_precision
    Alias for: glClipPlanefIMG, glClipPlanefOES
    void
    glColor3b(byte arg0, byte arg1, byte arg2)
    Entry point to C language function: void (GLbyte red, GLbyte green, GLbyte blue)
    Part of GL_VERSION_1_0
    void
    glColor3bv(byte[] arg0, int arg1)
    Entry point to C language function: void (const GLbyte * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLbyte * v)
    Part of GL_VERSION_1_0
    void
    glColor3d(double arg0, double arg1, double arg2)
    Entry point to C language function: void (GLdouble red, GLdouble green, GLdouble blue)
    Part of GL_VERSION_1_0
    void
    glColor3dv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    glColor3f(float arg0, float arg1, float arg2)
    Entry point to C language function: void (GLfloat red, GLfloat green, GLfloat blue)
    Part of GL_VERSION_1_0
    void
    glColor3fv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    glColor3h(short arg0, short arg1, short arg2)
    Entry point to C language function: void (GLhalfNV red, GLhalfNV green, GLhalfNV blue)
    Part of GL_NV_half_float
    Alias for: glColor3hNV
    void
    glColor3hv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glColor3hvNV
    void
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glColor3hvNV
    void
    glColor3i(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLint red, GLint green, GLint blue)
    Part of GL_VERSION_1_0
    void
    glColor3iv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    glColor3s(short arg0, short arg1, short arg2)
    Entry point to C language function: void (GLshort red, GLshort green, GLshort blue)
    Part of GL_VERSION_1_0
    void
    glColor3sv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    glColor3ub(byte arg0, byte arg1, byte arg2)
    Entry point to C language function: void (GLubyte red, GLubyte green, GLubyte blue)
    Part of GL_VERSION_1_0
    void
    glColor3ubv(byte[] arg0, int arg1)
    Entry point to C language function: void (const GLubyte * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLubyte * v)
    Part of GL_VERSION_1_0
    void
    glColor3ui(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint red, GLuint green, GLuint blue)
    Part of GL_VERSION_1_0
    void
    glColor3uiv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLuint * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLuint * v)
    Part of GL_VERSION_1_0
    void
    glColor3us(short arg0, short arg1, short arg2)
    Entry point to C language function: void (GLushort red, GLushort green, GLushort blue)
    Part of GL_VERSION_1_0
    void
    glColor3usv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLushort * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLushort * v)
    Part of GL_VERSION_1_0
    void
    glColor4b(byte arg0, byte arg1, byte arg2, byte arg3)
    Entry point to C language function: void (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)
    Part of GL_VERSION_1_0
    void
    glColor4bv(byte[] arg0, int arg1)
    Entry point to C language function: void (const GLbyte * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLbyte * v)
    Part of GL_VERSION_1_0
    void
    glColor4d(double arg0, double arg1, double arg2, double arg3)
    Entry point to C language function: void (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)
    Part of GL_VERSION_1_0
    void
    glColor4dv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    glColor4f(float arg0, float arg1, float arg2, float arg3)
     
    void
    glColor4fv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    glColor4h(short arg0, short arg1, short arg2, short arg3)
    Entry point to C language function: void (GLhalfNV red, GLhalfNV green, GLhalfNV blue, GLhalfNV alpha)
    Part of GL_NV_half_float
    Alias for: glColor4hNV
    void
    glColor4hv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glColor4hvNV
    void
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glColor4hvNV
    void
    glColor4i(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLint red, GLint green, GLint blue, GLint alpha)
    Part of GL_VERSION_1_0
    void
    glColor4iv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    glColor4s(short arg0, short arg1, short arg2, short arg3)
    Entry point to C language function: void (GLshort red, GLshort green, GLshort blue, GLshort alpha)
    Part of GL_VERSION_1_0
    void
    glColor4sv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    glColor4ub(byte arg0, byte arg1, byte arg2, byte arg3)
    Entry point to C language function: void (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
    Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glColor4ubv(byte[] arg0, int arg1)
    Entry point to C language function: void (const GLubyte * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLubyte * v)
    Part of GL_VERSION_1_0
    void
    glColor4ui(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint red, GLuint green, GLuint blue, GLuint alpha)
    Part of GL_VERSION_1_0
    void
    glColor4uiv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLuint * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLuint * v)
    Part of GL_VERSION_1_0
    void
    glColor4us(short arg0, short arg1, short arg2, short arg3)
    Entry point to C language function: void (GLushort red, GLushort green, GLushort blue, GLushort alpha)
    Part of GL_VERSION_1_0
    void
    glColor4usv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLushort * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLushort * v)
    Part of GL_VERSION_1_0
    void
    glColorFormatNV(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLint size, GLenum type, GLsizei stride)
    Part of GL_NV_vertex_buffer_unified_memory
    void
    glColorMask(boolean arg0, boolean arg1, boolean arg2, boolean arg3)
    Entry point to C language function: void (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glColorMaski(int arg0, boolean arg1, boolean arg2, boolean arg3, boolean arg4)
    Entry point to C language function: void (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
    Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_EXT_draw_buffers_indexed, GL_OES_draw_buffers_indexed
    Alias for: glColorMaskiEXT, glColorMaskiOES
    void
    glColorMaskIndexed(int arg0, boolean arg1, boolean arg2, boolean arg3, boolean arg4)
    Entry point to C language function: void (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
    Part of GL_EXT_draw_buffers2
    Alias for: glColorMaskIndexedEXT
    void
    glColorMaterial(int arg0, int arg1)
    Entry point to C language function: void (GLenum face, GLenum mode)
    Part of GL_VERSION_1_0
    void
    glColorP3ui(int arg0, int arg1)
    Entry point to C language function: void (GLenum type, GLuint color)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glColorP3uiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum type, const GLuint * color)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glColorP3uiv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum type, const GLuint * color)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glColorP4ui(int arg0, int arg1)
    Entry point to C language function: void (GLenum type, GLuint color)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glColorP4uiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum type, const GLuint * color)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glColorP4uiv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum type, const GLuint * color)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glColorPointer(int arg0, int arg1, int arg2, long arg3)
     
    void
    glColorPointer(int arg0, int arg1, int arg2, Buffer arg3)
     
    void
     
    void
    glColorSubTable(int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
    Entry point to C language function: void (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const void * data)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_color_subtable
    Alias for: glColorSubTableEXT
    void
    glColorSubTable(int arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5)
    Entry point to C language function: void (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const void * data)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_color_subtable
    Alias for: glColorSubTableEXT
    void
    glColorTable(int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void * table)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_paletted_texture, GL_SGI_color_table
    Alias for: glColorTableEXT, glColorTableSGI
    void
    glColorTable(int arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void * table)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_paletted_texture, GL_SGI_color_table
    Alias for: glColorTableEXT, glColorTableSGI
    void
    glColorTableParameterfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table
    Alias for: glColorTableParameterfvSGI
    void
    glColorTableParameterfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table
    Alias for: glColorTableParameterfvSGI
    void
    glColorTableParameteriv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table
    Alias for: glColorTableParameterivSGI
    void
    glColorTableParameteriv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table
    Alias for: glColorTableParameterivSGI
    void
    glCommandListSegmentsNV(int arg0, int arg1)
    Entry point to C language function: void (GLuint list, GLuint segments)
    Part of GL_NV_command_list
    void
    Entry point to C language function: void (GLuint list)
    Part of GL_NV_command_list
    void
    glCompileShader(int arg0)
    Entry point to C language function: void (GLuint shader)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glCompileShaderARB
    void
    glCompileShaderARB(long arg0)
    Entry point to C language function: void (GLhandleARB shaderObj)
    Part of GL_ARB_shader_objects
    void
    glCompileShaderIncludeARB(int arg0, int arg1, String[] arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint shader, GLsizei count, const GLchar * const * path, const GLint * length)
    Part of GL_ARB_shading_language_include
    void
    glCompileShaderIncludeARB(int arg0, int arg1, String[] arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint shader, GLsizei count, const GLchar * const * path, const GLint * length)
    Part of GL_ARB_shading_language_include
    void
    glCompressedMultiTexImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Buffer arg7)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void * bits)
    Part of GL_EXT_direct_state_access
    void
    glCompressedMultiTexImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * bits)
    Part of GL_EXT_direct_state_access
    void
    glCompressedMultiTexImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * bits)
    Part of GL_EXT_direct_state_access
    void
    glCompressedMultiTexSubImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Buffer arg7)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void * bits)
    Part of GL_EXT_direct_state_access
    void
    glCompressedMultiTexSubImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * bits)
    Part of GL_EXT_direct_state_access
    void
    glCompressedMultiTexSubImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, Buffer arg11)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void * bits)
    Part of GL_EXT_direct_state_access
    void
    glCompressedTexImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
    Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void * data)
    Part of GL_VERSION_1_3, GL_ARB_texture_compression
    Alias for: glCompressedTexImage1DARB
    void
    glCompressedTexImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Buffer arg6)
    Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void * data)
    Part of GL_VERSION_1_3, GL_ARB_texture_compression
    Alias for: glCompressedTexImage1DARB
    void
    glCompressedTexImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, long arg7)
    Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * data)
    Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compression
    Alias for: glCompressedTexImage2DARB
    void
    glCompressedTexImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Buffer arg7)
    Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * data)
    Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compression
    Alias for: glCompressedTexImage2DARB
    void
    glCompressedTexImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8)
    Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * data)
    Part of GL_ES_VERSION_3_0, GL_VERSION_1_3, GL_ARB_texture_compression, GL_OES_texture_3D
    Alias for: glCompressedTexImage3DARB, glCompressedTexImage3DOES
    void
    glCompressedTexImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
    Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * data)
    Part of GL_ES_VERSION_3_0, GL_VERSION_1_3, GL_ARB_texture_compression, GL_OES_texture_3D
    Alias for: glCompressedTexImage3DARB, glCompressedTexImage3DOES
    void
    glCompressedTexSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
    Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void * data)
    Part of GL_VERSION_1_3, GL_ARB_texture_compression
    Alias for: glCompressedTexSubImage1DARB
    void
    glCompressedTexSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Buffer arg6)
    Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void * data)
    Part of GL_VERSION_1_3, GL_ARB_texture_compression
    Alias for: glCompressedTexSubImage1DARB
    void
    glCompressedTexSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8)
    Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * data)
    Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compression
    Alias for: glCompressedTexSubImage2DARB
    void
    glCompressedTexSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
    Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * data)
    Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compression
    Alias for: glCompressedTexSubImage2DARB
    void
    glCompressedTexSubImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, long arg10)
    Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void * data)
    Part of GL_ES_VERSION_3_0, GL_VERSION_1_3, GL_ARB_texture_compression, GL_OES_texture_3D
    Alias for: glCompressedTexSubImage3DARB, glCompressedTexSubImage3DOES
    void
    glCompressedTexSubImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, Buffer arg10)
    Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void * data)
    Part of GL_ES_VERSION_3_0, GL_VERSION_1_3, GL_ARB_texture_compression, GL_OES_texture_3D
    Alias for: glCompressedTexSubImage3DARB, glCompressedTexSubImage3DOES
    void
    glCompressedTextureImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Buffer arg7)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void * bits)
    Part of GL_EXT_direct_state_access
    void
    glCompressedTextureImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * bits)
    Part of GL_EXT_direct_state_access
    void
    glCompressedTextureImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * bits)
    Part of GL_EXT_direct_state_access
    void
    glCompressedTextureSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Buffer arg6)
    Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void * data)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glCompressedTextureSubImage1DEXT
    void
    glCompressedTextureSubImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Buffer arg7)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void * bits)
    Part of GL_EXT_direct_state_access
    void
    glCompressedTextureSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
    Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * data)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glCompressedTextureSubImage2DEXT
    void
    glCompressedTextureSubImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * bits)
    Part of GL_EXT_direct_state_access
    void
    glCompressedTextureSubImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, Buffer arg10)
    Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void * data)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glCompressedTextureSubImage3DEXT
    void
    glCompressedTextureSubImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, Buffer arg11)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void * bits)
    Part of GL_EXT_direct_state_access
    void
    glConservativeRasterParameterfNV(int arg0, float arg1)
    Entry point to C language function: void (GLenum pname, GLfloat value)
    Part of GL_NV_conservative_raster_dilate
    void
    glConvolutionFilter1D(int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void * image)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glConvolutionFilter1DEXT
    void
    glConvolutionFilter1D(int arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void * image)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glConvolutionFilter1DEXT
    void
    glConvolutionFilter2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * image)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glConvolutionFilter2DEXT
    void
    glConvolutionFilter2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Buffer arg6)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * image)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glConvolutionFilter2DEXT
    void
    glConvolutionParameterf(int arg0, int arg1, float arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLfloat params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glConvolutionParameterfEXT
    void
    glConvolutionParameterfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glConvolutionParameterfvEXT
    void
    glConvolutionParameterfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glConvolutionParameterfvEXT
    void
    glConvolutionParameteri(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glConvolutionParameteriEXT
    void
    glConvolutionParameteriv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glConvolutionParameterivEXT
    void
    glConvolutionParameteriv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glConvolutionParameterivEXT
    void
    glCopyBufferSubData(int arg0, int arg1, long arg2, long arg3, long arg4)
    Entry point to C language function: void (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_copy_buffer, GL_NV_copy_buffer
    Alias for: glCopyBufferSubDataNV
    void
    glCopyColorSubTable(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_color_subtable
    Alias for: glCopyColorSubTableEXT
    void
    glCopyColorTable(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table
    Alias for: glCopyColorTableSGI
    void
    glCopyConvolutionFilter1D(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glCopyConvolutionFilter1DEXT
    void
    glCopyConvolutionFilter2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glCopyConvolutionFilter2DEXT
    void
    glCopyImageSubData(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, int arg11, int arg12, int arg13, int arg14)
    Entry point to C language function: void (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth)
    Part of GL_ARB_copy_image, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_NV_copy_image, GL_EXT_copy_image, GL_OES_copy_image
    Alias for: glCopyImageSubDataNV, glCopyImageSubDataEXT, glCopyImageSubDataOES
    void
    glCopyImageSubDataNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, int arg11, int arg12, int arg13, int arg14)
    Entry point to C language function: void (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)
    Part of GL_NV_copy_image
    void
    glCopyMultiTexImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
    Part of GL_EXT_direct_state_access
    void
    glCopyMultiTexImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
    Part of GL_EXT_direct_state_access
    void
    glCopyMultiTexSubImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
    Part of GL_EXT_direct_state_access
    void
    glCopyMultiTexSubImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
    Part of GL_EXT_direct_state_access
    void
    glCopyMultiTexSubImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
    Part of GL_EXT_direct_state_access
    void
    glCopyNamedBufferSubData(int arg0, int arg1, long arg2, long arg3, long arg4)
    Entry point to C language function: void (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
    Part of GL_VERSION_4_5
    void
    glCopyPixels(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)
    Part of GL_VERSION_1_0
    void
    glCopyTexImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
    Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
    Part of GL_VERSION_1_1, GL_EXT_copy_texture
    Alias for: glCopyTexImage1DEXT
    void
    glCopyTexImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
    Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_copy_texture
    Alias for: glCopyTexImage2DEXT
    void
    glCopyTexSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
    Part of GL_VERSION_1_1, GL_EXT_copy_texture
    Alias for: glCopyTexSubImage1DEXT
    void
    glCopyTexSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
    Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_copy_texture
    Alias for: glCopyTexSubImage2DEXT
    void
    glCopyTexSubImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8)
    Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
    Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_copy_texture, GL_OES_texture_3D
    Alias for: glCopyTexSubImage3DEXT, glCopyTexSubImage3DOES
    void
    glCopyTextureImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
    Part of GL_EXT_direct_state_access
    void
    glCopyTextureImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
    Part of GL_EXT_direct_state_access
    void
    glCopyTextureSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glCopyTextureSubImage1DEXT
    void
    glCopyTextureSubImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
    Part of GL_EXT_direct_state_access
    void
    glCopyTextureSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
    Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glCopyTextureSubImage2DEXT
    void
    glCopyTextureSubImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
    Part of GL_EXT_direct_state_access
    void
    glCopyTextureSubImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8)
    Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glCopyTextureSubImage3DEXT
    void
    glCopyTextureSubImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
    Part of GL_EXT_direct_state_access
    void
    Entry point to C language function: void (GLenum components)
    Part of GL_NV_framebuffer_mixed_samples
    void
    glCoverageModulationTableNV(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, const GLfloat * v)
    Part of GL_NV_framebuffer_mixed_samples
    void
    Entry point to C language function: void (GLsizei n, const GLfloat * v)
    Part of GL_NV_framebuffer_mixed_samples
    void
    glCreateBuffers(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * buffers)
    Part of GL_VERSION_4_5
    void
    glCreateBuffers(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei n, GLuint * buffers)
    Part of GL_VERSION_4_5
    void
    glCreateCommandListsNV(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * lists)
    Part of GL_NV_command_list
    void
    Entry point to C language function: void (GLsizei n, GLuint * lists)
    Part of GL_NV_command_list
    void
    glCreateFramebuffers(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * framebuffers)
    Part of GL_VERSION_4_5
    void
    Entry point to C language function: void (GLsizei n, GLuint * framebuffers)
    Part of GL_VERSION_4_5
    void
    glCreatePerfQueryINTEL(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint queryId, GLuint * queryHandle)
    Part of GL_INTEL_performance_query
    void
    Entry point to C language function: void (GLuint queryId, GLuint * queryHandle)
    Part of GL_INTEL_performance_query
    int
    Entry point to C language function: GLuint (void)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
    long
    Entry point to C language function: GLhandleARB (void)
    Part of GL_ARB_shader_objects
    void
    glCreateProgramPipelines(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * pipelines)
    Part of GL_VERSION_4_5
    void
    Entry point to C language function: void (GLsizei n, GLuint * pipelines)
    Part of GL_VERSION_4_5
    void
    glCreateQueries(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLsizei n, GLuint * ids)
    Part of GL_VERSION_4_5
    void
    glCreateQueries(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLsizei n, GLuint * ids)
    Part of GL_VERSION_4_5
    void
    glCreateRenderbuffers(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * renderbuffers)
    Part of GL_VERSION_4_5
    void
    Entry point to C language function: void (GLsizei n, GLuint * renderbuffers)
    Part of GL_VERSION_4_5
    void
    glCreateSamplers(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * samplers)
    Part of GL_VERSION_4_5
    void
    glCreateSamplers(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei n, GLuint * samplers)
    Part of GL_VERSION_4_5
    int
    glCreateShader(int arg0)
    Entry point to C language function: GLuint (GLenum type)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
    long
    Entry point to C language function: GLhandleARB (GLenum shaderType)
    Part of GL_ARB_shader_objects
    int
    glCreateShaderProgramv(int arg0, int arg1, String[] arg2)
    Entry point to C language function: GLuint (GLenum type, GLsizei count, const GLchar * * strings)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
    Alias for: glCreateShaderProgramvEXT
    void
    glCreateStatesNV(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * states)
    Part of GL_NV_command_list
    void
    glCreateStatesNV(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei n, GLuint * states)
    Part of GL_NV_command_list
    long
    glCreateSyncFromCLeventARB(long arg0, long arg1, int arg2)
    Entry point to C language function: GLsync (struct _cl_context * context, struct _cl_event * event, GLbitfield flags)
    Part of GL_ARB_cl_event
    void
    glCreateTextures(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLsizei n, GLuint * textures)
    Part of GL_VERSION_4_5
    void
    glCreateTextures(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLsizei n, GLuint * textures)
    Part of GL_VERSION_4_5
    void
    glCreateTransformFeedbacks(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * ids)
    Part of GL_VERSION_4_5
    void
    Entry point to C language function: void (GLsizei n, GLuint * ids)
    Part of GL_VERSION_4_5
    void
    glCreateVertexArrays(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * arrays)
    Part of GL_VERSION_4_5
    void
    Entry point to C language function: void (GLsizei n, GLuint * arrays)
    Part of GL_VERSION_4_5
    void
    glCullFace(int arg0)
    Entry point to C language function: void (GLenum mode)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glCullParameterdvEXT(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLenum pname, GLdouble * params)
    Part of GL_EXT_cull_vertex
    void
    Entry point to C language function: void (GLenum pname, GLdouble * params)
    Part of GL_EXT_cull_vertex
    void
    glCullParameterfvEXT(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLenum pname, GLfloat * params)
    Part of GL_EXT_cull_vertex
    void
    Entry point to C language function: void (GLenum pname, GLfloat * params)
    Part of GL_EXT_cull_vertex
    void
    Entry point to C language function: void (GLint index)
    Part of GL_ARB_matrix_palette
    void
    glDebugMessageControl(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5, boolean arg6)
    Entry point to C language function: void (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled)
    Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_output
    Alias for: glDebugMessageControlKHR, glDebugMessageControlARB
    void
    glDebugMessageControl(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4, boolean arg5)
    Entry point to C language function: void (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled)
    Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_output
    Alias for: glDebugMessageControlKHR, glDebugMessageControlARB
    void
    glDebugMessageEnableAMD(int arg0, int arg1, int arg2, int[] arg3, int arg4, boolean arg5)
    Entry point to C language function: void (GLenum category, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled)
    Part of GL_AMD_debug_output
    void
    glDebugMessageEnableAMD(int arg0, int arg1, int arg2, IntBuffer arg3, boolean arg4)
    Entry point to C language function: void (GLenum category, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled)
    Part of GL_AMD_debug_output
    void
    glDebugMessageInsert(int arg0, int arg1, int arg2, int arg3, int arg4, String arg5)
    Entry point to C language function: void (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf)
    Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debug, GL_AMD_debug_output
    Alias for: glDebugMessageInsertARB, glDebugMessageInsertKHR, glDebugMessageInsertAMD
    void
    glDebugMessageInsertAMD(int arg0, int arg1, int arg2, int arg3, String arg4)
    Entry point to C language function: void (GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar * buf)
    Part of GL_AMD_debug_output
    void
    glDeleteBuffers(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, const GLuint * buffers)
    Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
    Alias for: glDeleteBuffersARB
    void
    glDeleteBuffers(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei n, const GLuint * buffers)
    Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
    Alias for: glDeleteBuffersARB
    void
    glDeleteCommandListsNV(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, const GLuint * lists)
    Part of GL_NV_command_list
    void
    Entry point to C language function: void (GLsizei n, const GLuint * lists)
    Part of GL_NV_command_list
    void
    glDeleteFramebuffers(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, const GLuint * framebuffers)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
    Alias for: glDeleteFramebuffersOES, glDeleteFramebuffersEXT
    void
    Entry point to C language function: void (GLsizei n, const GLuint * framebuffers)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
    Alias for: glDeleteFramebuffersOES, glDeleteFramebuffersEXT
    void
    glDeleteLists(int arg0, int arg1)
    Entry point to C language function: void (GLuint list, GLsizei range)
    Part of GL_VERSION_1_0
    void
    glDeleteNamedStringARB(int arg0, String arg1)
    Entry point to C language function: void (GLint namelen, const GLchar * name)
    Part of GL_ARB_shading_language_include
    void
    glDeleteNamesAMD(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum identifier, GLuint num, const GLuint * names)
    Part of GL_AMD_name_gen_delete
    void
    glDeleteNamesAMD(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum identifier, GLuint num, const GLuint * names)
    Part of GL_AMD_name_gen_delete
    void
    glDeleteObjectARB(long arg0)
    Entry point to C language function: void (GLhandleARB obj)
    Part of GL_ARB_shader_objects
    void
    glDeleteOcclusionQueriesNV(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, const GLuint * ids)
    Part of GL_NV_occlusion_query
    void
    Entry point to C language function: void (GLsizei n, const GLuint * ids)
    Part of GL_NV_occlusion_query
    void
    glDeletePerfMonitorsAMD(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * monitors)
    Part of GL_AMD_performance_monitor
    void
    Entry point to C language function: void (GLsizei n, GLuint * monitors)
    Part of GL_AMD_performance_monitor
    void
    Entry point to C language function: void (GLuint queryHandle)
    Part of GL_INTEL_performance_query
    void
    glDeleteProgram(int arg0)
    Entry point to C language function: void (GLuint program)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
    void
    glDeleteProgramPipelines(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, const GLuint * pipelines)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
    Alias for: glDeleteProgramPipelinesEXT
    void
    Entry point to C language function: void (GLsizei n, const GLuint * pipelines)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
    Alias for: glDeleteProgramPipelinesEXT
    void
    glDeleteProgramsARB(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, const GLuint * programs)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glDeleteProgramsARB(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei n, const GLuint * programs)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glDeleteQueries(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, const GLuint * ids)
    Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
    Alias for: glDeleteQueriesEXT, glDeleteQueriesARB
    void
    glDeleteQueries(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei n, const GLuint * ids)
    Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
    Alias for: glDeleteQueriesEXT, glDeleteQueriesARB
    void
    glDeleteRenderbuffers(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, const GLuint * renderbuffers)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
    Alias for: glDeleteRenderbuffersOES, glDeleteRenderbuffersEXT
    void
    Entry point to C language function: void (GLsizei n, const GLuint * renderbuffers)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
    Alias for: glDeleteRenderbuffersOES, glDeleteRenderbuffersEXT
    void
    glDeleteSamplers(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei count, const GLuint * samplers)
    Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
    void
    glDeleteSamplers(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei count, const GLuint * samplers)
    Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
    void
    glDeleteShader(int arg0)
    Entry point to C language function: void (GLuint shader)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
    void
    glDeleteStatesNV(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, const GLuint * states)
    Part of GL_NV_command_list
    void
    glDeleteStatesNV(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei n, const GLuint * states)
    Part of GL_NV_command_list
    void
    glDeleteSync(long arg0)
    Entry point to C language function: void (GLsync sync)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
    Alias for: glDeleteSyncAPPLE
    void
    glDeleteTextures(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, const GLuint * textures)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
    Alias for: glDeleteTexturesEXT
    void
    glDeleteTextures(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei n, const GLuint * textures)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
    Alias for: glDeleteTexturesEXT
    void
    glDeleteTransformFeedbacks(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, const GLuint * ids)
    Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
    Alias for: glDeleteTransformFeedbacksNV
    void
    Entry point to C language function: void (GLsizei n, const GLuint * ids)
    Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
    Alias for: glDeleteTransformFeedbacksNV
    void
    glDeleteTransformFeedbacksNV(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, const GLuint * ids)
    Part of GL_NV_transform_feedback2
    void
    Entry point to C language function: void (GLsizei n, const GLuint * ids)
    Part of GL_NV_transform_feedback2
    void
    glDeleteVertexArrays(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, const GLuint * arrays)
    Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_object
    Alias for: glDeleteVertexArraysAPPLE, glDeleteVertexArraysOES
    void
    Entry point to C language function: void (GLsizei n, const GLuint * arrays)
    Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_object
    Alias for: glDeleteVertexArraysAPPLE, glDeleteVertexArraysOES
    void
    Entry point to C language function: void (GLuint id)
    Part of GL_EXT_vertex_shader
    void
    glDepthBoundsEXT(double arg0, double arg1)
    Entry point to C language function: void (GLclampd zmin, GLclampd zmax)
    Part of GL_EXT_depth_bounds_test
    void
    glDepthFunc(int arg0)
    Entry point to C language function: void (GLenum func)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glDepthMask(boolean arg0)
    Entry point to C language function: void (GLboolean flag)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glDepthRange(double arg0, double arg1)
    Aliased entrypoint of void (GLclampd depth); and void (GLclampf depth); .
    void
    glDepthRangeArrayv(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLuint first, GLsizei count, const GLdouble * v)
    Part of GL_ARB_viewport_array, GL_VERSION_4_1
    void
    glDepthRangeArrayv(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLuint first, GLsizei count, const GLdouble * v)
    Part of GL_ARB_viewport_array, GL_VERSION_4_1
    void
    glDepthRangef(float arg0, float arg1)
    Entry point to C language function: void (GLfloat n, GLfloat f)
    Part of GL_ARB_ES2_compatibility, GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_4_1, GL_OES_single_precision
    Alias for: glDepthRangefOES
    void
    glDepthRangeIndexed(int arg0, double arg1, double arg2)
    Entry point to C language function: void (GLuint index, GLdouble n, GLdouble f)
    Part of GL_ARB_viewport_array, GL_VERSION_4_1
    void
    glDetachObjectARB(long arg0, long arg1)
    Entry point to C language function: void (GLhandleARB containerObj, GLhandleARB attachedObj)
    Part of GL_ARB_shader_objects
    void
    glDetachShader(int arg0, int arg1)
    Entry point to C language function: void (GLuint program, GLuint shader)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
    void
    glDisable(int arg0)
    Entry point to C language function: void (GLenum cap)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    Entry point to C language function: void (GLenum cap)
    Part of GL_NV_vertex_buffer_unified_memory, GL_VERSION_ES_CL_CM, GL_VERSION_1_1
    void
    glDisableClientStateiEXT(int arg0, int arg1)
    Entry point to C language function: void (GLenum array, GLuint index)
    Part of GL_EXT_direct_state_access
    void
    glDisableClientStateIndexedEXT(int arg0, int arg1)
    Entry point to C language function: void (GLenum array, GLuint index)
    Part of GL_EXT_direct_state_access
    void
    glDisablei(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLuint index)
    Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_draw_buffers_indexed, GL_NV_viewport_array, GL_EXT_draw_buffers_indexed
    Alias for: glDisableiOES, glDisableiNV, glDisableiEXT
    void
    glDisableIndexed(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLuint index)
    Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
    Alias for: glDisableIndexedEXT
    void
    Entry point to C language function: void (GLuint id)
    Part of GL_EXT_vertex_shader
    void
    glDisableVertexArrayAttrib(int arg0, int arg1)
    Entry point to C language function: void (GLuint vaobj, GLuint index)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glDisableVertexArrayAttribEXT
    void
    glDisableVertexArrayAttribEXT(int arg0, int arg1)
    Entry point to C language function: void (GLuint vaobj, GLuint index)
    Part of GL_EXT_direct_state_access
    void
    glDisableVertexArrayEXT(int arg0, int arg1)
    Entry point to C language function: void (GLuint vaobj, GLenum array)
    Part of GL_EXT_direct_state_access
    void
    glDisableVertexAttribAPPLE(int arg0, int arg1)
    Entry point to C language function: void (GLuint index, GLenum pname)
    Part of GL_APPLE_vertex_program_evaluators
    void
    Entry point to C language function: void (GLuint index)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glDisableVertexAttribArrayARB
    void
    Entry point to C language function: void (GLuint index)
    Part of GL_ARB_vertex_program
    void
    glDispatchCompute(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
    Part of GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
    void
    glDispatchComputeGroupSizeARB(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_size_x, GLuint group_size_y, GLuint group_size_z)
    Part of GL_ARB_compute_variable_group_size
    void
    Entry point to C language function: void (GLintptr indirect)
    Part of GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
    void
    glDrawArrays(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum mode, GLint first, GLsizei count)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_vertex_array
    Alias for: glDrawArraysEXT
    void
    glDrawArraysIndirect(int arg0, long arg1)
    Entry point to C language function: void (GLenum mode, const void * indirect)
    Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0
    void
    glDrawArraysIndirect(int arg0, Buffer arg1)
    Entry point to C language function: void (GLenum mode, const void * indirect)
    Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0
    void
    glDrawArraysInstanced(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum mode, GLint first, GLsizei count, GLsizei instancecount)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_draw_instanced, GL_EXT_draw_instanced, GL_NV_draw_instanced, GL_ANGLE_instanced_arrays
    Alias for: glDrawArraysInstancedARB, glDrawArraysInstancedEXT, glDrawArraysInstancedNV, glDrawArraysInstancedANGLE
    void
    glDrawArraysInstancedBaseInstance(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance)
    Part of GL_ARB_base_instance, GL_VERSION_4_2, GL_EXT_base_instance
    Alias for: glDrawArraysInstancedBaseInstanceEXT
    void
    glDrawBuffer(int arg0)
    Entry point to C language function: void (GLenum mode)
    Part of GL_VERSION_1_0
    void
    glDrawBuffers(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, const GLenum * bufs)
    Part of GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_NV_draw_buffers, GL_ATI_draw_buffers
    Alias for: glDrawBuffersEXT, glDrawBuffersARB, glDrawBuffersNV, glDrawBuffersATI
    void
    glDrawBuffers(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei n, const GLenum * bufs)
    Part of GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_NV_draw_buffers, GL_ATI_draw_buffers
    Alias for: glDrawBuffersEXT, glDrawBuffersARB, glDrawBuffersNV, glDrawBuffersATI
    void
    glDrawBuffersATI(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, const GLenum * bufs)
    Part of GL_ATI_draw_buffers
    void
    glDrawBuffersATI(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei n, const GLenum * bufs)
    Part of GL_ATI_draw_buffers
    void
    glDrawCommandsAddressNV(int arg0, long[] arg1, int arg2, int[] arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum primitiveMode, const GLuint64 * indirects, const GLsizei * sizes, GLuint count)
    Part of GL_NV_command_list
    void
    glDrawCommandsAddressNV(int arg0, LongBuffer arg1, IntBuffer arg2, int arg3)
    Entry point to C language function: void (GLenum primitiveMode, const GLuint64 * indirects, const GLsizei * sizes, GLuint count)
    Part of GL_NV_command_list
    void
    glDrawCommandsNV(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2, int[] arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum primitiveMode, GLuint buffer, const GLintptr * indirects, const GLsizei * sizes, GLuint count)
    Part of GL_NV_command_list
    void
    glDrawCommandsNV(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2, IntBuffer arg3, int arg4)
    Entry point to C language function: void (GLenum primitiveMode, GLuint buffer, const GLintptr * indirects, const GLsizei * sizes, GLuint count)
    Part of GL_NV_command_list
    void
    glDrawCommandsStatesAddressNV(long[] arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5, int[] arg6, int arg7, int arg8)
    Entry point to C language function: void (const GLuint64 * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
    Part of GL_NV_command_list
    void
    Entry point to C language function: void (const GLuint64 * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
    Part of GL_NV_command_list
    void
    glDrawCommandsStatesNV(int arg0, com.jogamp.common.nio.PointerBuffer arg1, int[] arg2, int arg3, int[] arg4, int arg5, int[] arg6, int arg7, int arg8)
    Entry point to C language function: void (GLuint buffer, const GLintptr * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
    Part of GL_NV_command_list
    void
    glDrawCommandsStatesNV(int arg0, com.jogamp.common.nio.PointerBuffer arg1, IntBuffer arg2, IntBuffer arg3, IntBuffer arg4, int arg5)
    Entry point to C language function: void (GLuint buffer, const GLintptr * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
    Part of GL_NV_command_list
    void
    glDrawElements(int arg0, int arg1, int arg2, long arg3)
    Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const void * indices)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1
    void
    glDrawElements(int arg0, int arg1, int arg2, Buffer arg3)
    Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
    Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_ES_VERSION_2_0
    void
    glDrawElementsBaseVertex(int arg0, int arg1, int arg2, long arg3, int arg4)
    Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const void * indices, GLint basevertex)
    Part of GL_ARB_draw_elements_base_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_draw_elements_base_vertex, GL_OES_draw_elements_base_vertex
    Alias for: glDrawElementsBaseVertexEXT, glDrawElementsBaseVertexOES
    void
    glDrawElementsBaseVertex(int arg0, int arg1, int arg2, Buffer arg3, int arg4)
    Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex);
    Part of GL_ARB_draw_elements_base_vertex, GL_VERSION_3_2
    void
    glDrawElementsIndirect(int arg0, int arg1, long arg2)
    Entry point to C language function: void (GLenum mode, GLenum type, const void * indirect)
    Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0
    void
    glDrawElementsIndirect(int arg0, int arg1, Buffer arg2)
    Entry point to C language function: void (GLenum mode, GLenum type, const void * indirect)
    Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0
    void
    glDrawElementsInstanced(int arg0, int arg1, int arg2, long arg3, int arg4)
    Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_draw_instanced, GL_EXT_draw_instanced, GL_ANGLE_instanced_arrays, GL_NV_draw_instanced
    Alias for: glDrawElementsInstancedARB, glDrawElementsInstancedEXT, glDrawElementsInstancedANGLE, glDrawElementsInstancedNV
    void
    glDrawElementsInstanced(int arg0, int arg1, int arg2, Buffer arg3, int arg4)
    Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei instancecount);
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_1; GL_ARB_draw_instanced
    void
    glDrawElementsInstancedBaseInstance(int arg0, int arg1, int arg2, long arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLuint baseinstance)
    Part of GL_ARB_base_instance, GL_VERSION_4_2, GL_EXT_base_instance
    Alias for: glDrawElementsInstancedBaseInstanceEXT
    void
    glDrawElementsInstancedBaseInstance(int arg0, int arg1, int arg2, Buffer arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLuint baseinstance);
    Part of GL_VERSION_4_2, GL_ARB_base_instance
    void
    glDrawElementsInstancedBaseVertex(int arg0, int arg1, int arg2, long arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLint basevertex)
    Part of GL_ARB_draw_elements_base_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_draw_elements_base_vertex, GL_EXT_draw_elements_base_vertex
    Alias for: glDrawElementsInstancedBaseVertexOES, glDrawElementsInstancedBaseVertexEXT
    void
    glDrawElementsInstancedBaseVertex(int arg0, int arg1, int arg2, Buffer arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei instancecount, GLint basevertex);
    Part of GL_ARB_draw_elements_base_vertex, GL_VERSION_3_2
    void
    glDrawElementsInstancedBaseVertexBaseInstance(int arg0, int arg1, int arg2, long arg3, int arg4, int arg5, int arg6)
    Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance)
    Part of GL_ARB_base_instance, GL_VERSION_4_2, GL_EXT_base_instance
    Alias for: glDrawElementsInstancedBaseVertexBaseInstanceEXT
    void
    glDrawElementsInstancedBaseVertexBaseInstance(int arg0, int arg1, int arg2, Buffer arg3, int arg4, int arg5, int arg6)
    Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance);
    Part of GL_VERSION_4_2, GL_ARB_base_instance
    void
    glDrawPixels(int arg0, int arg1, int arg2, int arg3, long arg4)
    Entry point to C language function: void (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels)
    Part of GL_VERSION_1_0
    void
    glDrawPixels(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
    Entry point to C language function: void (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels)
    Part of GL_VERSION_1_0
    void
    glDrawRangeElements(int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
    Entry point to C language function: void (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices)
    Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_draw_range_elements
    Alias for: glDrawRangeElementsEXT
    void
    glDrawRangeElements(int arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5)
    Entry point to C language function: void (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
    Part of GL_VERSION_1_2, GL_ES_VERSION_3_0
    void
    glDrawRangeElementsBaseVertex(int arg0, int arg1, int arg2, int arg3, int arg4, long arg5, int arg6)
    Entry point to C language function: void (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices, GLint basevertex)
    Part of GL_ARB_draw_elements_base_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_draw_elements_base_vertex, GL_OES_draw_elements_base_vertex
    Alias for: glDrawRangeElementsBaseVertexEXT, glDrawRangeElementsBaseVertexOES
    void
    glDrawRangeElementsBaseVertex(int arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5, int arg6)
    Entry point to C language function: void (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex);
    Part of GL_ARB_draw_elements_base_vertex, GL_VERSION_3_2
    void
    glDrawTextureNV(int arg0, int arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7, float arg8, float arg9, float arg10)
    Entry point to C language function: void (GLuint texture, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1)
    Part of GL_NV_draw_texture
    void
    glDrawTransformFeedback(int arg0, int arg1)
    Entry point to C language function: void (GLenum mode, GLuint id)
    Part of GL_ARB_transform_feedback2, GL_VERSION_4_0, GL_NV_transform_feedback2
    Alias for: glDrawTransformFeedbackNV
    void
    glDrawTransformFeedbackInstanced(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum mode, GLuint id, GLsizei instancecount)
    Part of GL_VERSION_4_2, GL_ARB_transform_feedback_instanced
    void
    glDrawTransformFeedbackNV(int arg0, int arg1)
    Entry point to C language function: void (GLenum mode, GLuint id)
    Part of GL_NV_transform_feedback2
    void
    glDrawTransformFeedbackStream(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum mode, GLuint id, GLuint stream)
    Part of GL_ARB_transform_feedback3, GL_VERSION_4_0
    void
    glDrawTransformFeedbackStreamInstanced(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum mode, GLuint id, GLuint stream, GLsizei instancecount)
    Part of GL_VERSION_4_2, GL_ARB_transform_feedback_instanced
    void
    glEdgeFlag(boolean arg0)
    Entry point to C language function: void (GLboolean flag)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (GLsizei stride)
    Part of GL_NV_vertex_buffer_unified_memory
    void
    glEdgeFlagPointer(int arg0, long arg1)
    Entry point to C language function: void (GLsizei stride, const GLvoid * ptr)
    Part of GL_VERSION_1_1, GL_EXT_vertex_array
    Alias for: glEdgeFlagPointerEXT
    void
    glEdgeFlagPointer(int arg0, Buffer arg1)
    Entry point to C language function: void (GLsizei stride, const GLvoid * ptr)
    Part of GL_VERSION_1_1, GL_EXT_vertex_array
    Alias for: glEdgeFlagPointerEXT
    void
    glEdgeFlagv(byte[] arg0, int arg1)
    Entry point to C language function: void (const GLboolean * flag)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLboolean * flag)
    Part of GL_VERSION_1_0
    void
    glEnable(int arg0)
    Entry point to C language function: void (GLenum cap)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    Entry point to C language function: void (GLenum cap)
    Part of GL_NV_vertex_buffer_unified_memory, GL_VERSION_ES_CL_CM, GL_VERSION_1_1
    void
    glEnableClientStateiEXT(int arg0, int arg1)
    Entry point to C language function: void (GLenum array, GLuint index)
    Part of GL_EXT_direct_state_access
    void
    glEnableClientStateIndexedEXT(int arg0, int arg1)
    Entry point to C language function: void (GLenum array, GLuint index)
    Part of GL_EXT_direct_state_access
    void
    glEnablei(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLuint index)
    Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_NV_viewport_array, GL_OES_draw_buffers_indexed, GL_EXT_draw_buffers_indexed
    Alias for: glEnableiNV, glEnableiOES, glEnableiEXT
    void
    glEnableIndexed(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLuint index)
    Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
    Alias for: glEnableIndexedEXT
    void
    Entry point to C language function: void (GLuint id)
    Part of GL_EXT_vertex_shader
    void
    glEnableVertexArrayAttrib(int arg0, int arg1)
    Entry point to C language function: void (GLuint vaobj, GLuint index)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glEnableVertexArrayAttribEXT
    void
    glEnableVertexArrayAttribEXT(int arg0, int arg1)
    Entry point to C language function: void (GLuint vaobj, GLuint index)
    Part of GL_EXT_direct_state_access
    void
    glEnableVertexArrayEXT(int arg0, int arg1)
    Entry point to C language function: void (GLuint vaobj, GLenum array)
    Part of GL_EXT_direct_state_access
    void
    glEnableVertexAttribAPPLE(int arg0, int arg1)
    Entry point to C language function: void (GLuint index, GLenum pname)
    Part of GL_APPLE_vertex_program_evaluators
    void
    Entry point to C language function: void (GLuint index)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glEnableVertexAttribArrayARB
    void
    Entry point to C language function: void (GLuint index)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (void)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (void)
    Part of GL_VERSION_3_0, GL_NV_conditional_render
    Alias for: glEndConditionalRenderNV
    void
    Entry point to C language function: void (void)
    Part of GL_NVX_conditional_render
    void
    Entry point to C language function: void (void)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (void)
    Part of GL_NV_occlusion_query
    void
    Entry point to C language function: void (GLuint monitor)
    Part of GL_AMD_performance_monitor
    void
    Entry point to C language function: void (GLuint queryHandle)
    Part of GL_INTEL_performance_query
    void
    glEndQuery(int arg0)
    Entry point to C language function: void (GLenum target)
    Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
    Alias for: glEndQueryEXT, glEndQueryARB
    void
    glEndQueryIndexed(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLuint index)
    Part of GL_ARB_transform_feedback3, GL_VERSION_4_0
    void
    Entry point to C language function: void (void)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
    Alias for: glEndTransformFeedbackNV, glEndTransformFeedbackEXT
    void
    Entry point to C language function: void (void)
    Part of GL_EXT_vertex_shader
    void
    Entry point to C language function: void (GLuint video_capture_slot)
    Part of GL_NV_video_capture
    void
    glEvalCoord1d(double arg0)
    Entry point to C language function: void (GLdouble u)
    Part of GL_VERSION_1_0
    void
    glEvalCoord1dv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * u)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * u)
    Part of GL_VERSION_1_0
    void
    glEvalCoord1f(float arg0)
    Entry point to C language function: void (GLfloat u)
    Part of GL_VERSION_1_0
    void
    glEvalCoord1fv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * u)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLfloat * u)
    Part of GL_VERSION_1_0
    void
    glEvalCoord2d(double arg0, double arg1)
    Entry point to C language function: void (GLdouble u, GLdouble v)
    Part of GL_VERSION_1_0
    void
    glEvalCoord2dv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * u)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * u)
    Part of GL_VERSION_1_0
    void
    glEvalCoord2f(float arg0, float arg1)
    Entry point to C language function: void (GLfloat u, GLfloat v)
    Part of GL_VERSION_1_0
    void
    glEvalCoord2fv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * u)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLfloat * u)
    Part of GL_VERSION_1_0
    void
    glEvalMapsNV(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLenum mode)
    Part of GL_NV_evaluators
    void
    glEvalMesh1(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum mode, GLint i1, GLint i2)
    Part of GL_VERSION_1_0
    void
    glEvalMesh2(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)
    Part of GL_VERSION_1_0
    void
    glEvalPoint1(int arg0)
    Entry point to C language function: void (GLint i)
    Part of GL_VERSION_1_0
    void
    glEvalPoint2(int arg0, int arg1)
    Entry point to C language function: void (GLint i, GLint j)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (void)
    Part of GL_ARB_sample_locations
    void
    glExtractComponentEXT(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint res, GLuint src, GLuint num)
    Part of GL_EXT_vertex_shader
    void
    glFeedbackBuffer(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLsizei size, GLenum type, GLfloat * buffer)
    Part of GL_VERSION_1_0
    long
    glFenceSync(int arg0, int arg1)
    Entry point to C language function: GLsync (GLenum condition, GLbitfield flags)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
    Alias for: glFenceSyncAPPLE
    void
    Entry point to C language function: void (void)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    Entry point to C language function: void (void)
    Part of GL_SUNX_constant_data
    void
    Entry point to C language function: void (void)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glFlushMappedBufferRange(int arg0, long arg1, long arg2)
    Entry point to C language function: void (GLenum target, GLintptr offset, GLsizeiptr length)
    Part of GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range, GL_APPLE_flush_buffer_range
    Alias for: glFlushMappedBufferRangeEXT, glFlushMappedBufferRangeAPPLE
    void
    glFlushMappedNamedBufferRange(int arg0, long arg1, long arg2)
    Entry point to C language function: void (GLuint buffer, GLintptr offset, GLsizeiptr length)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glFlushMappedNamedBufferRangeEXT
    void
    glFlushMappedNamedBufferRangeEXT(int arg0, long arg1, long arg2)
    Entry point to C language function: void (GLuint buffer, GLintptr offset, GLsizeiptr length)
    Part of GL_EXT_direct_state_access
    void
    Entry point to C language function: void (GLenum target)
    Part of GL_NV_pixel_data_range
    void
    Entry point to C language function: void (GLsizei length, void * pointer)
    Part of GL_APPLE_vertex_array_range
    void
    glFogCoordd(double arg0)
    Entry point to C language function: void (GLdouble coord)
    Part of GL_VERSION_1_4, GL_EXT_fog_coord
    Alias for: glFogCoorddEXT
    void
    glFogCoorddv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * coord)
    Part of GL_VERSION_1_4, GL_EXT_fog_coord
    Alias for: glFogCoorddvEXT
    void
    Entry point to C language function: void (const GLdouble * coord)
    Part of GL_VERSION_1_4, GL_EXT_fog_coord
    Alias for: glFogCoorddvEXT
    void
    glFogCoordf(float arg0)
    Entry point to C language function: void (GLfloat coord)
    Part of GL_VERSION_1_4, GL_EXT_fog_coord
    Alias for: glFogCoordfEXT
    void
    glFogCoordFormatNV(int arg0, int arg1)
    Entry point to C language function: void (GLenum type, GLsizei stride)
    Part of GL_NV_vertex_buffer_unified_memory
    void
    glFogCoordfv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * coord)
    Part of GL_VERSION_1_4, GL_EXT_fog_coord
    Alias for: glFogCoordfvEXT
    void
    Entry point to C language function: void (const GLfloat * coord)
    Part of GL_VERSION_1_4, GL_EXT_fog_coord
    Alias for: glFogCoordfvEXT
    void
    glFogCoordh(short arg0)
    Entry point to C language function: void (GLhalfNV fog)
    Part of GL_NV_half_float
    Alias for: glFogCoordhNV
    void
    glFogCoordhv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLhalfNV * fog)
    Part of GL_NV_half_float
    Alias for: glFogCoordhvNV
    void
    Entry point to C language function: void (const GLhalfNV * fog)
    Part of GL_NV_half_float
    Alias for: glFogCoordhvNV
    void
    glFogCoordPointer(int arg0, int arg1, long arg2)
    Entry point to C language function: void (GLenum type, GLsizei stride, const void * pointer)
    Part of GL_VERSION_1_4, GL_EXT_fog_coord
    Alias for: glFogCoordPointerEXT
    void
    glFogCoordPointer(int arg0, int arg1, Buffer arg2)
    Entry point to C language function: void (GLenum type, GLsizei stride, const void * pointer)
    Part of GL_VERSION_1_4, GL_EXT_fog_coord
    Alias for: glFogCoordPointerEXT
    void
    glFogf(int arg0, float arg1)
    Entry point to C language function: void (GLenum pname, GLfloat param)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0
    void
    glFogfv(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLenum pname, const GLfloat * params)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0
    void
    glFogfv(int arg0, FloatBuffer arg1)
    Entry point to C language function: void (GLenum pname, const GLfloat * params)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0
    void
    glFogi(int arg0, int arg1)
    Entry point to C language function: void (GLenum pname, GLint param)
    Part of GL_VERSION_1_0
    void
    glFogiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum pname, const GLint * params)
    Part of GL_VERSION_1_0
    void
    glFogiv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum pname, const GLint * params)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (GLuint color)
    Part of GL_NV_fragment_coverage_to_color
    void
    glFramebufferDrawBufferEXT(int arg0, int arg1)
    Entry point to C language function: void (GLuint framebuffer, GLenum mode)
    Part of GL_EXT_direct_state_access
    void
    glFramebufferDrawBuffersEXT(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint framebuffer, GLsizei n, const GLenum * bufs)
    Part of GL_EXT_direct_state_access
    void
    glFramebufferDrawBuffersEXT(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint framebuffer, GLsizei n, const GLenum * bufs)
    Part of GL_EXT_direct_state_access
    void
    glFramebufferParameteri(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint param)
    Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3
    void
    glFramebufferReadBufferEXT(int arg0, int arg1)
    Entry point to C language function: void (GLuint framebuffer, GLenum mode)
    Part of GL_EXT_direct_state_access
    void
    glFramebufferRenderbuffer(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
    Alias for: glFramebufferRenderbufferOES, glFramebufferRenderbufferEXT
    void
    glFramebufferSampleLocationsfvARB(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLuint start, GLsizei count, const GLfloat * v)
    Part of GL_ARB_sample_locations
    void
    glFramebufferSampleLocationsfvARB(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLenum target, GLuint start, GLsizei count, const GLfloat * v)
    Part of GL_ARB_sample_locations
    void
    glFramebufferSampleLocationsfvNV(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLuint start, GLsizei count, const GLfloat * v)
    Part of GL_NV_sample_locations
    void
    glFramebufferSampleLocationsfvNV(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLenum target, GLuint start, GLsizei count, const GLfloat * v)
    Part of GL_NV_sample_locations
    void
    glFramebufferTexture(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum attachment, GLuint texture, GLint level)
    Part of GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_NV_geometry_program4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4
    Alias for: glFramebufferTextureOES, glFramebufferTextureEXT, glFramebufferTextureARB
    void
    glFramebufferTexture1D(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
    Part of GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object
    Alias for: glFramebufferTexture1DEXT
    void
    glFramebufferTexture2D(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
    Alias for: glFramebufferTexture2DEXT, glFramebufferTexture2DOES
    void
    glFramebufferTexture3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
    Part of GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_texture_3D
    Alias for: glFramebufferTexture3DEXT, glFramebufferTexture3DOES
    void
    glFramebufferTextureARB(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum attachment, GLuint texture, GLint level)
    Part of GL_ARB_geometry_shader4
    void
    glFramebufferTextureEXT(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum attachment, GLuint texture, GLint level)
    Part of GL_NV_geometry_program4, GL_EXT_geometry_shader
    void
    glFramebufferTextureFaceARB(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
    Part of GL_ARB_geometry_shader4
    void
    glFramebufferTextureFaceEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
    Part of GL_NV_geometry_program4
    void
    glFramebufferTextureLayer(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
    Part of GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_texture_array, GL_NV_geometry_program4, GL_ARB_geometry_shader4
    Alias for: glFramebufferTextureLayerEXT, glFramebufferTextureLayerARB
    void
    glFramebufferTextureLayerARB(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
    Part of GL_ARB_geometry_shader4
    void
    glFramebufferTextureMultiviewOVR(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews)
    Part of GL_OVR_multiview
    void
    Entry point to C language function: void (void)
    Part of GL_GREMEDY_frame_terminator
    void
    glFrontFace(int arg0)
    Entry point to C language function: void (GLenum mode)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glFrustum(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5)
     
    void
    glFrustumf(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5)
    Multiply the current matrix with the frustum matrix.
    void
    glGenBuffers(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * buffers)
    Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
    Alias for: glGenBuffersARB
    void
    glGenBuffers(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei n, GLuint * buffers)
    Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
    Alias for: glGenBuffersARB
    void
    glGenerateMipmap(int arg0)
    Entry point to C language function: void (GLenum target)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
    Alias for: glGenerateMipmapOES, glGenerateMipmapEXT
    void
    glGenerateMultiTexMipmapEXT(int arg0, int arg1)
    Entry point to C language function: void (GLenum texunit, GLenum target)
    Part of GL_EXT_direct_state_access
    void
    Entry point to C language function: void (GLuint texture)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGenerateTextureMipmapEXT
    void
    glGenerateTextureMipmapEXT(int arg0, int arg1)
    Entry point to C language function: void (GLuint texture, GLenum target)
    Part of GL_EXT_direct_state_access
    void
    glGenFramebuffers(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * framebuffers)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
    Alias for: glGenFramebuffersOES, glGenFramebuffersEXT
    void
    glGenFramebuffers(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei n, GLuint * framebuffers)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
    Alias for: glGenFramebuffersOES, glGenFramebuffersEXT
    int
    glGenLists(int arg0)
    Entry point to C language function: GLuint (GLsizei range)
    Part of GL_VERSION_1_0
    void
    glGenNamesAMD(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum identifier, GLuint num, GLuint * names)
    Part of GL_AMD_name_gen_delete
    void
    glGenNamesAMD(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum identifier, GLuint num, GLuint * names)
    Part of GL_AMD_name_gen_delete
    void
    glGenOcclusionQueriesNV(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * ids)
    Part of GL_NV_occlusion_query
    void
    Entry point to C language function: void (GLsizei n, GLuint * ids)
    Part of GL_NV_occlusion_query
    void
    glGenPerfMonitorsAMD(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * monitors)
    Part of GL_AMD_performance_monitor
    void
    Entry point to C language function: void (GLsizei n, GLuint * monitors)
    Part of GL_AMD_performance_monitor
    void
    glGenProgramPipelines(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * pipelines)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
    Alias for: glGenProgramPipelinesEXT
    void
    Entry point to C language function: void (GLsizei n, GLuint * pipelines)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
    Alias for: glGenProgramPipelinesEXT
    void
    glGenProgramsARB(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * programs)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glGenProgramsARB(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei n, GLuint * programs)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glGenQueries(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * ids)
    Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
    Alias for: glGenQueriesEXT, glGenQueriesARB
    void
    glGenQueries(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei n, GLuint * ids)
    Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
    Alias for: glGenQueriesEXT, glGenQueriesARB
    void
    glGenRenderbuffers(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * renderbuffers)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
    Alias for: glGenRenderbuffersEXT, glGenRenderbuffersOES
    void
    glGenRenderbuffers(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei n, GLuint * renderbuffers)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
    Alias for: glGenRenderbuffersEXT, glGenRenderbuffersOES
    void
    glGenSamplers(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei count, GLuint * samplers)
    Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
    void
    glGenSamplers(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei count, GLuint * samplers)
    Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
    int
    glGenSymbolsEXT(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: GLuint (GLenum datatype, GLenum storagetype, GLenum range, GLuint components)
    Part of GL_EXT_vertex_shader
    void
    glGenTextures(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * textures)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
    Alias for: glGenTexturesEXT
    void
    glGenTextures(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei n, GLuint * textures)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
    Alias for: glGenTexturesEXT
    void
    glGenTransformFeedbacks(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * ids)
    Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
    Alias for: glGenTransformFeedbacksNV
    void
    Entry point to C language function: void (GLsizei n, GLuint * ids)
    Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
    Alias for: glGenTransformFeedbacksNV
    void
    glGenTransformFeedbacksNV(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * ids)
    Part of GL_NV_transform_feedback2
    void
    Entry point to C language function: void (GLsizei n, GLuint * ids)
    Part of GL_NV_transform_feedback2
    void
    glGenVertexArrays(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLsizei n, GLuint * arrays)
    Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_object
    Alias for: glGenVertexArraysAPPLE, glGenVertexArraysOES
    void
    glGenVertexArrays(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei n, GLuint * arrays)
    Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_object
    Alias for: glGenVertexArraysAPPLE, glGenVertexArraysOES
    int
    Entry point to C language function: GLuint (GLuint range)
    Part of GL_EXT_vertex_shader
    void
    glGetActiveAtomicCounterBufferiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLuint bufferIndex, GLenum pname, GLint * params)
    Part of GL_ARB_shader_atomic_counters, GL_VERSION_4_2
    void
    glGetActiveAtomicCounterBufferiv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLuint bufferIndex, GLenum pname, GLint * params)
    Part of GL_ARB_shader_atomic_counters, GL_VERSION_4_2
    void
    glGetActiveAttrib(int arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6, int[] arg7, int arg8, byte[] arg9, int arg10)
    Entry point to C language function: void (GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shader
    Alias for: glGetActiveAttribARB
    void
    glGetActiveAttrib(int arg0, int arg1, int arg2, IntBuffer arg3, IntBuffer arg4, IntBuffer arg5, ByteBuffer arg6)
    Entry point to C language function: void (GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shader
    Alias for: glGetActiveAttribARB
    void
    glGetActiveSubroutineName(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5, byte[] arg6, int arg7)
    Entry point to C language function: void (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei * length, GLchar * name)
    Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
    void
    glGetActiveSubroutineName(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4, ByteBuffer arg5)
    Entry point to C language function: void (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei * length, GLchar * name)
    Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
    void
    glGetActiveSubroutineUniformiv(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint * values)
    Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
    void
    glGetActiveSubroutineUniformiv(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4)
    Entry point to C language function: void (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint * values)
    Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
    void
    glGetActiveSubroutineUniformName(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5, byte[] arg6, int arg7)
    Entry point to C language function: void (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei * length, GLchar * name)
    Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
    void
    glGetActiveSubroutineUniformName(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4, ByteBuffer arg5)
    Entry point to C language function: void (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei * length, GLchar * name)
    Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
    void
    glGetActiveUniform(int arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6, int[] arg7, int arg8, byte[] arg9, int arg10)
    Entry point to C language function: void (GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glGetActiveUniformARB
    void
    glGetActiveUniform(int arg0, int arg1, int arg2, IntBuffer arg3, IntBuffer arg4, IntBuffer arg5, ByteBuffer arg6)
    Entry point to C language function: void (GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glGetActiveUniformARB
    void
    glGetActiveUniformARB(long arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6, int[] arg7, int arg8, byte[] arg9, int arg10)
    Entry point to C language function: void (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name)
    Part of GL_ARB_shader_objects
    void
    glGetActiveUniformARB(long arg0, int arg1, int arg2, IntBuffer arg3, IntBuffer arg4, IntBuffer arg5, ByteBuffer arg6)
    Entry point to C language function: void (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name)
    Part of GL_ARB_shader_objects
    void
    glGetActiveUniformBlockiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint * params)
    Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
    void
    glGetActiveUniformBlockiv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint * params)
    Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
    void
    glGetActiveUniformBlockName(int arg0, int arg1, int arg2, int[] arg3, int arg4, byte[] arg5, int arg6)
    Entry point to C language function: void (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformBlockName)
    Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
    void
    glGetActiveUniformBlockName(int arg0, int arg1, int arg2, IntBuffer arg3, ByteBuffer arg4)
    Entry point to C language function: void (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformBlockName)
    Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
    void
    glGetActiveUniformName(int arg0, int arg1, int arg2, int[] arg3, int arg4, byte[] arg5, int arg6)
    Entry point to C language function: void (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformName)
    Part of GL_ARB_uniform_buffer_object, GL_VERSION_3_1
    void
    glGetActiveUniformName(int arg0, int arg1, int arg2, IntBuffer arg3, ByteBuffer arg4)
    Entry point to C language function: void (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformName)
    Part of GL_ARB_uniform_buffer_object, GL_VERSION_3_1
    void
    glGetActiveUniformsiv(int arg0, int arg1, int[] arg2, int arg3, int arg4, int[] arg5, int arg6)
    Entry point to C language function: void (GLuint program, GLsizei uniformCount, const GLuint * uniformIndices, GLenum pname, GLint * params)
    Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
    void
    glGetActiveUniformsiv(int arg0, int arg1, IntBuffer arg2, int arg3, IntBuffer arg4)
    Entry point to C language function: void (GLuint program, GLsizei uniformCount, const GLuint * uniformIndices, GLenum pname, GLint * params)
    Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
    void
    glGetAttachedObjectsARB(long arg0, int arg1, int[] arg2, int arg3, long[] arg4, int arg5)
    Entry point to C language function: void (GLhandleARB containerObj, GLsizei maxCount, GLsizei * count, GLhandleARB * obj)
    Part of GL_ARB_shader_objects
    void
    glGetAttachedObjectsARB(long arg0, int arg1, IntBuffer arg2, LongBuffer arg3)
    Entry point to C language function: void (GLhandleARB containerObj, GLsizei maxCount, GLsizei * count, GLhandleARB * obj)
    Part of GL_ARB_shader_objects
    void
    glGetAttachedShaders(int arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLsizei maxCount, GLsizei * count, GLuint * shaders)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
    void
    glGetAttachedShaders(int arg0, int arg1, IntBuffer arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLsizei maxCount, GLsizei * count, GLuint * shaders)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
    int
    glGetAttribLocation(int arg0, String arg1)
    Entry point to C language function: GLint (GLuint program, const GLchar * name)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shader
    Alias for: glGetAttribLocationARB
    void
    glGetBooleani_v(int arg0, int arg1, byte[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLboolean * data)
    Part of GL_ES_VERSION_3_1, GL_VERSION_3_0
    void
    glGetBooleani_v(int arg0, int arg1, ByteBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLboolean * data)
    Part of GL_ES_VERSION_3_1, GL_VERSION_3_0
    void
    glGetBooleanIndexedv(int arg0, int arg1, byte[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLboolean * data)
    Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
    Alias for: glGetBooleanIndexedvEXT
    void
    glGetBooleanIndexedv(int arg0, int arg1, ByteBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLboolean * data)
    Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
    Alias for: glGetBooleanIndexedvEXT
    void
    glGetBooleanv(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLenum pname, GLboolean * data)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glGetBooleanv(int arg0, ByteBuffer arg1)
    Entry point to C language function: void (GLenum pname, GLboolean * data)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glGetBufferParameteri64v(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint64 * params)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_2
    void
    glGetBufferParameteri64v(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint64 * params)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_2
    void
    glGetBufferParameteriv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
    Alias for: glGetBufferParameterivARB
    void
    glGetBufferParameteriv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
    Alias for: glGetBufferParameterivARB
    void
    glGetBufferParameterui64vNV(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLuint64EXT * params)
    Part of GL_NV_shader_buffer_load
    void
    glGetBufferParameterui64vNV(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLuint64EXT * params)
    Part of GL_NV_shader_buffer_load
    void
    glGetBufferSubData(int arg0, long arg1, long arg2, Buffer arg3)
    Entry point to C language function: void (GLenum target, GLintptr offset, GLsizeiptr size, void * data)
    Part of GL_VERSION_1_5, GL_ARB_vertex_buffer_object
    Alias for: glGetBufferSubDataARB
    void
    glGetClipPlane(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLenum plane, GLdouble * equation)
    Part of GL_VERSION_1_0
    void
    glGetClipPlane(int arg0, DoubleBuffer arg1)
    Entry point to C language function: void (GLenum plane, GLdouble * equation)
    Part of GL_VERSION_1_0
    void
    glGetClipPlanef(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLenum plane, GLfloat * equation)
    Part of GL_VERSION_ES_CM, GL_OES_single_precision
    Alias for: glGetClipPlanefOES
    void
    glGetClipPlanef(int arg0, FloatBuffer arg1)
    Entry point to C language function: void (GLenum plane, GLfloat * equation)
    Part of GL_VERSION_ES_CM, GL_OES_single_precision
    Alias for: glGetClipPlanefOES
    void
    glGetColorTable(int arg0, int arg1, int arg2, long arg3)
    Entry point to C language function: void (GLenum target, GLenum format, GLenum type, void * table)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table, GL_EXT_paletted_texture
    Alias for: glGetColorTableSGI, glGetColorTableEXT
    void
    glGetColorTable(int arg0, int arg1, int arg2, Buffer arg3)
    Entry point to C language function: void (GLenum target, GLenum format, GLenum type, void * table)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table, GL_EXT_paletted_texture
    Alias for: glGetColorTableSGI, glGetColorTableEXT
    void
    glGetColorTableParameterfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_paletted_texture, GL_SGI_color_table
    Alias for: glGetColorTableParameterfvEXT, glGetColorTableParameterfvSGI
    void
    glGetColorTableParameterfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_paletted_texture, GL_SGI_color_table
    Alias for: glGetColorTableParameterfvEXT, glGetColorTableParameterfvSGI
    void
    glGetColorTableParameteriv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table, GL_EXT_paletted_texture
    Alias for: glGetColorTableParameterivSGI, glGetColorTableParameterivEXT
    void
    glGetColorTableParameteriv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table, GL_EXT_paletted_texture
    Alias for: glGetColorTableParameterivSGI, glGetColorTableParameterivEXT
    int
    glGetCommandHeaderNV(int arg0, int arg1)
    Entry point to C language function: GLuint (GLenum tokenID, GLuint size)
    Part of GL_NV_command_list
    void
    glGetCompressedMultiTexImageEXT(int arg0, int arg1, int arg2, Buffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint lod, void * img)
    Part of GL_EXT_direct_state_access
    void
    glGetCompressedTexImage(int arg0, int arg1, long arg2)
    Entry point to C language function: void (GLenum target, GLint level, void * img)
    Part of GL_VERSION_1_3, GL_ARB_texture_compression
    Alias for: glGetCompressedTexImageARB
    void
    glGetCompressedTexImage(int arg0, int arg1, Buffer arg2)
    Entry point to C language function: void (GLenum target, GLint level, void * img)
    Part of GL_VERSION_1_3, GL_ARB_texture_compression
    Alias for: glGetCompressedTexImageARB
    void
    glGetCompressedTextureImage(int arg0, int arg1, int arg2, Buffer arg3)
    Entry point to C language function: void (GLuint texture, GLint level, GLsizei bufSize, void * pixels)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetCompressedTextureImageEXT
    void
    glGetCompressedTextureImageEXT(int arg0, int arg1, int arg2, Buffer arg3)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint lod, void * img)
    Part of GL_EXT_direct_state_access
    void
    glGetCompressedTextureSubImage(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
    Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei bufSize, void * pixels)
    Part of GL_VERSION_4_5
    void
    glGetConvolutionFilter(int arg0, int arg1, int arg2, long arg3)
    Entry point to C language function: void (GLenum target, GLenum format, GLenum type, void * image)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glGetConvolutionFilterEXT
    void
    glGetConvolutionFilter(int arg0, int arg1, int arg2, Buffer arg3)
    Entry point to C language function: void (GLenum target, GLenum format, GLenum type, void * image)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glGetConvolutionFilterEXT
    void
    glGetConvolutionParameterfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glGetConvolutionParameterfvEXT
    void
    glGetConvolutionParameterfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glGetConvolutionParameterfvEXT
    void
    glGetConvolutionParameteriv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glGetConvolutionParameterivEXT
    void
    glGetConvolutionParameteriv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glGetConvolutionParameterivEXT
    void
    glGetCoverageModulationTableNV(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLsizei bufsize, GLfloat * v)
    Part of GL_NV_framebuffer_mixed_samples
    void
    Entry point to C language function: void (GLsizei bufsize, GLfloat * v)
    Part of GL_NV_framebuffer_mixed_samples
    int
    glGetDebugMessageLog(int arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5, int[] arg6, int arg7, int[] arg8, int arg9, int[] arg10, int arg11, byte[] arg12, int arg13)
    Entry point to C language function: GLuint (GLuint count, GLsizei bufSize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * messageLog)
    Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_AMD_debug_output, GL_ARB_debug_output, GL_KHR_debug
    Alias for: glGetDebugMessageLogAMD, glGetDebugMessageLogARB, glGetDebugMessageLogKHR
    int
    glGetDebugMessageLog(int arg0, int arg1, IntBuffer arg2, IntBuffer arg3, IntBuffer arg4, IntBuffer arg5, IntBuffer arg6, ByteBuffer arg7)
    Entry point to C language function: GLuint (GLuint count, GLsizei bufSize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * messageLog)
    Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_AMD_debug_output, GL_ARB_debug_output, GL_KHR_debug
    Alias for: glGetDebugMessageLogAMD, glGetDebugMessageLogARB, glGetDebugMessageLogKHR
    int
    glGetDebugMessageLogAMD(int arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5, int[] arg6, int arg7, int[] arg8, int arg9, byte[] arg10, int arg11)
    Entry point to C language function: GLuint (GLuint count, GLsizei bufsize, GLenum * categories, GLuint * severities, GLuint * ids, GLsizei * lengths, GLchar * message)
    Part of GL_AMD_debug_output
    int
    glGetDebugMessageLogAMD(int arg0, int arg1, IntBuffer arg2, IntBuffer arg3, IntBuffer arg4, IntBuffer arg5, ByteBuffer arg6)
    Entry point to C language function: GLuint (GLuint count, GLsizei bufsize, GLenum * categories, GLuint * severities, GLuint * ids, GLsizei * lengths, GLchar * message)
    Part of GL_AMD_debug_output
    void
    glGetDoublei_v(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLdouble * data)
    Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glGetDoublei_vEXT
    void
    glGetDoublei_v(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLdouble * data)
    Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glGetDoublei_vEXT
    void
    glGetDoublei_vEXT(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLenum pname, GLuint index, GLdouble * params)
    Part of GL_EXT_direct_state_access
    void
    glGetDoublei_vEXT(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLenum pname, GLuint index, GLdouble * params)
    Part of GL_EXT_direct_state_access
    void
    glGetDoubleIndexedvEXT(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLdouble * data)
    Part of GL_EXT_direct_state_access
    void
    glGetDoubleIndexedvEXT(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLdouble * data)
    Part of GL_EXT_direct_state_access
    void
    glGetDoublev(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLenum pname, GLdouble * params)
    Part of GL_VERSION_1_0
    void
    glGetDoublev(int arg0, DoubleBuffer arg1)
    Entry point to C language function: void (GLenum pname, GLdouble * params)
    Part of GL_VERSION_1_0
    int
    Entry point to C language function: GLenum (void)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glGetFirstPerfQueryIdINTEL(int[] arg0, int arg1)
    Entry point to C language function: void (GLuint * queryId)
    Part of GL_INTEL_performance_query
    void
    Entry point to C language function: void (GLuint * queryId)
    Part of GL_INTEL_performance_query
    void
    glGetFloati_v(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLfloat * data)
    Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_NV_viewport_array
    Alias for: glGetFloati_vEXT, glGetFloati_vNV
    void
    glGetFloati_v(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLfloat * data)
    Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_NV_viewport_array
    Alias for: glGetFloati_vEXT, glGetFloati_vNV
    void
    glGetFloati_vEXT(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum pname, GLuint index, GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glGetFloati_vEXT(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum pname, GLuint index, GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glGetFloatIndexedvEXT(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLfloat * data)
    Part of GL_EXT_direct_state_access
    void
    glGetFloatIndexedvEXT(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLfloat * data)
    Part of GL_EXT_direct_state_access
    void
    glGetFloatv(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLenum pname, GLfloat * data)
    Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
    void
    glGetFloatv(int arg0, FloatBuffer arg1)
    Entry point to C language function: void (GLenum pname, GLfloat * data)
    Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
    int
    glGetFragDataIndex(int arg0, String arg1)
    Entry point to C language function: GLint (GLuint program, const GLchar * name)
    Part of GL_VERSION_3_3, GL_ARB_blend_func_extended, GL_EXT_blend_func_extended
    Alias for: glGetFragDataIndexEXT
    int
    glGetFragDataLocation(int arg0, String arg1)
    Entry point to C language function: GLint (GLuint program, const GLchar * name)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
    Alias for: glGetFragDataLocationEXT
    void
    glGetFramebufferAttachmentParameteriv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLenum attachment, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
    Alias for: glGetFramebufferAttachmentParameterivEXT, glGetFramebufferAttachmentParameterivOES
    void
    glGetFramebufferAttachmentParameteriv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum target, GLenum attachment, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
    Alias for: glGetFramebufferAttachmentParameterivEXT, glGetFramebufferAttachmentParameterivOES
    void
    glGetFramebufferParameteriv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_EXT_direct_state_access
    Alias for: glGetFramebufferParameterivEXT
    void
    glGetFramebufferParameteriv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_EXT_direct_state_access
    Alias for: glGetFramebufferParameterivEXT
    void
    glGetFramebufferParameterivEXT(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint framebuffer, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetFramebufferParameterivEXT(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint framebuffer, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    int
    Entry point to C language function: GLenum (void)
    Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
    Alias for: glGetGraphicsResetStatusEXT, glGetGraphicsResetStatusARB, glGetGraphicsResetStatusKHR
    long
    glGetHandleARB(int arg0)
    Entry point to C language function: GLhandleARB (GLenum pname)
    Part of GL_ARB_shader_objects
    void
    glGetHistogram(int arg0, boolean arg1, int arg2, int arg3, long arg4)
    Entry point to C language function: void (GLenum target, GLboolean reset, GLenum format, GLenum type, void * values)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
    Alias for: glGetHistogramEXT
    void
    glGetHistogram(int arg0, boolean arg1, int arg2, int arg3, Buffer arg4)
    Entry point to C language function: void (GLenum target, GLboolean reset, GLenum format, GLenum type, void * values)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
    Alias for: glGetHistogramEXT
    void
    glGetHistogramParameterfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
    Alias for: glGetHistogramParameterfvEXT
    void
    glGetHistogramParameterfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
    Alias for: glGetHistogramParameterfvEXT
    void
    glGetHistogramParameteriv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
    Alias for: glGetHistogramParameterivEXT
    void
    glGetHistogramParameteriv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
    Alias for: glGetHistogramParameterivEXT
    long
    glGetImageHandleARB(int arg0, int arg1, boolean arg2, int arg3, int arg4)
    Entry point to C language function: GLuint64 (GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum format)
    Part of GL_ARB_bindless_texture
    void
    glGetInfoLogARB(long arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
    Entry point to C language function: void (GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * infoLog)
    Part of GL_ARB_shader_objects
    void
    glGetInfoLogARB(long arg0, int arg1, IntBuffer arg2, ByteBuffer arg3)
    Entry point to C language function: void (GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * infoLog)
    Part of GL_ARB_shader_objects
    void
    glGetInteger64i_v(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLint64 * data)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_2
    void
    glGetInteger64i_v(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLint64 * data)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_2
    void
    glGetInteger64v(int arg0, long[] arg1, int arg2)
    Entry point to C language function: void (GLenum pname, GLint64 * data)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
    Alias for: glGetInteger64vAPPLE
    void
    glGetInteger64v(int arg0, LongBuffer arg1)
    Entry point to C language function: void (GLenum pname, GLint64 * data)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
    Alias for: glGetInteger64vAPPLE
    void
    glGetIntegeri_v(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLint * data)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_multiview_draw_buffers
    Alias for: glGetIntegeri_vEXT
    void
    glGetIntegeri_v(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLint * data)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_multiview_draw_buffers
    Alias for: glGetIntegeri_vEXT
    void
    glGetIntegerIndexedv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLint * data)
    Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
    Alias for: glGetIntegerIndexedvEXT
    void
    glGetIntegerIndexedv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLint * data)
    Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
    Alias for: glGetIntegerIndexedvEXT
    void
    glGetIntegerui64i_vNV(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLenum value, GLuint index, GLuint64EXT * result)
    Part of GL_NV_vertex_buffer_unified_memory
    void
    glGetIntegerui64i_vNV(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLenum value, GLuint index, GLuint64EXT * result)
    Part of GL_NV_vertex_buffer_unified_memory
    void
    glGetIntegerui64vNV(int arg0, long[] arg1, int arg2)
    Entry point to C language function: void (GLenum value, GLuint64EXT * result)
    Part of GL_NV_shader_buffer_load
    void
    Entry point to C language function: void (GLenum value, GLuint64EXT * result)
    Part of GL_NV_shader_buffer_load
    void
    glGetIntegerv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum pname, GLint * data)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glGetIntegerv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum pname, GLint * data)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glGetInternalformati64v(int arg0, int arg1, int arg2, int arg3, long[] arg4, int arg5)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 * params)
    Part of GL_ARB_internalformat_query2, GL_VERSION_4_3
    void
    glGetInternalformati64v(int arg0, int arg1, int arg2, int arg3, LongBuffer arg4)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 * params)
    Part of GL_ARB_internalformat_query2, GL_VERSION_4_3
    void
    glGetInternalformativ(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint * params)
    Part of GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_ARB_internalformat_query
    void
    glGetInternalformativ(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint * params)
    Part of GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_ARB_internalformat_query
    void
    glGetInvariantBooleanvEXT(int arg0, int arg1, byte[] arg2, int arg3)
    Entry point to C language function: void (GLuint id, GLenum value, GLboolean * data)
    Part of GL_EXT_vertex_shader
    void
    glGetInvariantBooleanvEXT(int arg0, int arg1, ByteBuffer arg2)
    Entry point to C language function: void (GLuint id, GLenum value, GLboolean * data)
    Part of GL_EXT_vertex_shader
    void
    glGetInvariantFloatvEXT(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLuint id, GLenum value, GLfloat * data)
    Part of GL_EXT_vertex_shader
    void
    glGetInvariantFloatvEXT(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLuint id, GLenum value, GLfloat * data)
    Part of GL_EXT_vertex_shader
    void
    glGetInvariantIntegervEXT(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint id, GLenum value, GLint * data)
    Part of GL_EXT_vertex_shader
    void
    glGetInvariantIntegervEXT(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint id, GLenum value, GLint * data)
    Part of GL_EXT_vertex_shader
    void
    glGetLightfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum light, GLenum pname, GLfloat * params)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0
    void
    glGetLightfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum light, GLenum pname, GLfloat * params)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0
    void
    glGetLightiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum light, GLenum pname, GLint * params)
    Part of GL_VERSION_1_0
    void
    glGetLightiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum light, GLenum pname, GLint * params)
    Part of GL_VERSION_1_0
    void
    glGetLocalConstantBooleanvEXT(int arg0, int arg1, byte[] arg2, int arg3)
    Entry point to C language function: void (GLuint id, GLenum value, GLboolean * data)
    Part of GL_EXT_vertex_shader
    void
    glGetLocalConstantBooleanvEXT(int arg0, int arg1, ByteBuffer arg2)
    Entry point to C language function: void (GLuint id, GLenum value, GLboolean * data)
    Part of GL_EXT_vertex_shader
    void
    glGetLocalConstantFloatvEXT(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLuint id, GLenum value, GLfloat * data)
    Part of GL_EXT_vertex_shader
    void
    glGetLocalConstantFloatvEXT(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLuint id, GLenum value, GLfloat * data)
    Part of GL_EXT_vertex_shader
    void
    glGetLocalConstantIntegervEXT(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint id, GLenum value, GLint * data)
    Part of GL_EXT_vertex_shader
    void
    glGetLocalConstantIntegervEXT(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint id, GLenum value, GLint * data)
    Part of GL_EXT_vertex_shader
    void
    glGetMapAttribParameterfvNV(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLuint index, GLenum pname, GLfloat * params)
    Part of GL_NV_evaluators
    void
    glGetMapAttribParameterfvNV(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLenum pname, GLfloat * params)
    Part of GL_NV_evaluators
    void
    glGetMapAttribParameterivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLuint index, GLenum pname, GLint * params)
    Part of GL_NV_evaluators
    void
    glGetMapAttribParameterivNV(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLenum pname, GLint * params)
    Part of GL_NV_evaluators
    void
    glGetMapControlPointsNV(int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5, Buffer arg6)
    Entry point to C language function: void (GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, void * points)
    Part of GL_NV_evaluators
    void
    glGetMapdv(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum query, GLdouble * v)
    Part of GL_VERSION_1_0
    void
    glGetMapdv(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum query, GLdouble * v)
    Part of GL_VERSION_1_0
    void
    glGetMapfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum query, GLfloat * v)
    Part of GL_VERSION_1_0
    void
    glGetMapfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum query, GLfloat * v)
    Part of GL_VERSION_1_0
    void
    glGetMapiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum query, GLint * v)
    Part of GL_VERSION_1_0
    void
    glGetMapiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum query, GLint * v)
    Part of GL_VERSION_1_0
    void
    glGetMapParameterfvNV(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
    Part of GL_NV_evaluators
    void
    glGetMapParameterfvNV(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
    Part of GL_NV_evaluators
    void
    glGetMapParameterivNV(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_NV_evaluators
    void
    glGetMapParameterivNV(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_NV_evaluators
    void
    glGetMaterialfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum face, GLenum pname, GLfloat * params)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0
    void
    glGetMaterialfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum face, GLenum pname, GLfloat * params)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0
    void
    glGetMaterialiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum face, GLenum pname, GLint * params)
    Part of GL_VERSION_1_0
    void
    glGetMaterialiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum face, GLenum pname, GLint * params)
    Part of GL_VERSION_1_0
    void
    glGetMinmax(int arg0, boolean arg1, int arg2, int arg3, long arg4)
    Entry point to C language function: void (GLenum target, GLboolean reset, GLenum format, GLenum type, void * values)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
    Alias for: glGetMinmaxEXT
    void
    glGetMinmax(int arg0, boolean arg1, int arg2, int arg3, Buffer arg4)
    Entry point to C language function: void (GLenum target, GLboolean reset, GLenum format, GLenum type, void * values)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
    Alias for: glGetMinmaxEXT
    void
    glGetMinmaxParameterfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
    Alias for: glGetMinmaxParameterfvEXT
    void
    glGetMinmaxParameterfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
    Alias for: glGetMinmaxParameterfvEXT
    void
    glGetMinmaxParameteriv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
    Alias for: glGetMinmaxParameterivEXT
    void
    glGetMinmaxParameteriv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
    Alias for: glGetMinmaxParameterivEXT
    void
    glGetMultisamplefv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum pname, GLuint index, GLfloat * val)
    Part of GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_NV_explicit_multisample
    Alias for: glGetMultisamplefvNV
    void
    glGetMultisamplefv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum pname, GLuint index, GLfloat * val)
    Part of GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_NV_explicit_multisample
    Alias for: glGetMultisamplefvNV
    void
    glGetMultisamplefvNV(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum pname, GLuint index, GLfloat * val)
    Part of GL_NV_explicit_multisample
    void
    glGetMultisamplefvNV(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum pname, GLuint index, GLfloat * val)
    Part of GL_NV_explicit_multisample
    void
    glGetMultiTexEnvfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexEnvfvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexEnvivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexEnvivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexGendvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, GLdouble * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexGendvEXT(int arg0, int arg1, int arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, GLdouble * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexGenfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexGenfvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexGenivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexGenivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexImageEXT(int arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum format, GLenum type, void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexLevelParameterfvEXT(int arg0, int arg1, int arg2, int arg3, float[] arg4, int arg5)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum pname, GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexLevelParameterfvEXT(int arg0, int arg1, int arg2, int arg3, FloatBuffer arg4)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum pname, GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexLevelParameterivEXT(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexLevelParameterivEXT(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexParameterfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexParameterfvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexParameterIivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexParameterIivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexParameterIuivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLuint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexParameterIuivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLuint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexParameterivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetMultiTexParameterivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedBufferParameteri64v(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLuint buffer, GLenum pname, GLint64 * params)
    Part of GL_VERSION_4_5
    void
    glGetNamedBufferParameteri64v(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLuint buffer, GLenum pname, GLint64 * params)
    Part of GL_VERSION_4_5
    void
    glGetNamedBufferParameteriv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint buffer, GLenum pname, GLint * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetNamedBufferParameterivEXT
    void
    glGetNamedBufferParameteriv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint buffer, GLenum pname, GLint * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetNamedBufferParameterivEXT
    void
    glGetNamedBufferParameterivEXT(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint buffer, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedBufferParameterivEXT(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint buffer, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedBufferParameterui64vNV(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLuint buffer, GLenum pname, GLuint64EXT * params)
    Part of GL_NV_shader_buffer_load
    void
    glGetNamedBufferParameterui64vNV(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLuint buffer, GLenum pname, GLuint64EXT * params)
    Part of GL_NV_shader_buffer_load
    void
    glGetNamedBufferPointerv(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2)
    Entry point to C language function: void (GLuint buffer, GLenum pname, void * * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetNamedBufferPointervEXT
    void
    glGetNamedBufferSubData(int arg0, long arg1, long arg2, Buffer arg3)
    Entry point to C language function: void (GLuint buffer, GLintptr offset, GLsizeiptr size, void * data)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetNamedBufferSubDataEXT
    void
    glGetNamedBufferSubDataEXT(int arg0, long arg1, long arg2, Buffer arg3)
    Entry point to C language function: void (GLuint buffer, GLintptr offset, GLsizeiptr size, void * data)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedFramebufferAttachmentParameteriv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLenum pname, GLint * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetNamedFramebufferAttachmentParameterivEXT
    void
    glGetNamedFramebufferAttachmentParameteriv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLenum pname, GLint * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetNamedFramebufferAttachmentParameterivEXT
    void
    glGetNamedFramebufferAttachmentParameterivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedFramebufferAttachmentParameterivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedFramebufferParameteriv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint framebuffer, GLenum pname, GLint * param)
    Part of GL_VERSION_4_5, GL_ARB_framebuffer_no_attachments, GL_EXT_direct_state_access
    Alias for: glGetNamedFramebufferParameterivEXT
    void
    glGetNamedFramebufferParameteriv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint framebuffer, GLenum pname, GLint * param)
    Part of GL_VERSION_4_5, GL_ARB_framebuffer_no_attachments, GL_EXT_direct_state_access
    Alias for: glGetNamedFramebufferParameterivEXT
    void
    glGetNamedProgramivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLenum target, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedProgramivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLenum target, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedProgramLocalParameterdvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLdouble * params)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedProgramLocalParameterdvEXT(int arg0, int arg1, int arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLdouble * params)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedProgramLocalParameterfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedProgramLocalParameterfvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedProgramLocalParameterIivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedProgramLocalParameterIivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedProgramLocalParameterIuivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLuint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedProgramLocalParameterIuivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLuint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedProgramStringEXT(int arg0, int arg1, int arg2, Buffer arg3)
    Entry point to C language function: void (GLuint program, GLenum target, GLenum pname, void * string)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedRenderbufferParameteriv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint renderbuffer, GLenum pname, GLint * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetNamedRenderbufferParameterivEXT
    void
    glGetNamedRenderbufferParameteriv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint renderbuffer, GLenum pname, GLint * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetNamedRenderbufferParameterivEXT
    void
    glGetNamedRenderbufferParameterivEXT(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint renderbuffer, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedRenderbufferParameterivEXT(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint renderbuffer, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetNamedStringARB(int arg0, String arg1, int arg2, int[] arg3, int arg4, byte[] arg5, int arg6)
    Entry point to C language function: void (GLint namelen, const GLchar * name, GLsizei bufSize, GLint * stringlen, GLchar * string)
    Part of GL_ARB_shading_language_include
    void
    glGetNamedStringARB(int arg0, String arg1, int arg2, IntBuffer arg3, ByteBuffer arg4)
    Entry point to C language function: void (GLint namelen, const GLchar * name, GLsizei bufSize, GLint * stringlen, GLchar * string)
    Part of GL_ARB_shading_language_include
    void
    glGetNamedStringivARB(int arg0, String arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLint namelen, const GLchar * name, GLenum pname, GLint * params)
    Part of GL_ARB_shading_language_include
    void
    glGetNamedStringivARB(int arg0, String arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLint namelen, const GLchar * name, GLenum pname, GLint * params)
    Part of GL_ARB_shading_language_include
    void
    glGetnColorTable(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
    Entry point to C language function: void (GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnColorTableARB
    void
    glGetnCompressedTexImage(int arg0, int arg1, int arg2, Buffer arg3)
    Entry point to C language function: void (GLenum target, GLint lod, GLsizei bufSize, void * pixels)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnCompressedTexImageARB
    void
    glGetnConvolutionFilter(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
    Entry point to C language function: void (GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * image)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnConvolutionFilterARB
    void
    glGetNextPerfQueryIdINTEL(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint queryId, GLuint * nextQueryId)
    Part of GL_INTEL_performance_query
    void
    Entry point to C language function: void (GLuint queryId, GLuint * nextQueryId)
    Part of GL_INTEL_performance_query
    void
    glGetnHistogram(int arg0, boolean arg1, int arg2, int arg3, int arg4, Buffer arg5)
    Entry point to C language function: void (GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void * values)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnHistogramARB
    void
    glGetnMapdv(int arg0, int arg1, int arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLenum query, GLsizei bufSize, GLdouble * v)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnMapdvARB
    void
    glGetnMapdv(int arg0, int arg1, int arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLenum target, GLenum query, GLsizei bufSize, GLdouble * v)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnMapdvARB
    void
    glGetnMapfv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLenum query, GLsizei bufSize, GLfloat * v)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnMapfvARB
    void
    glGetnMapfv(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLenum target, GLenum query, GLsizei bufSize, GLfloat * v)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnMapfvARB
    void
    glGetnMapiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLenum query, GLsizei bufSize, GLint * v)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnMapivARB
    void
    glGetnMapiv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum target, GLenum query, GLsizei bufSize, GLint * v)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnMapivARB
    void
    glGetnMinmax(int arg0, boolean arg1, int arg2, int arg3, int arg4, Buffer arg5)
    Entry point to C language function: void (GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void * values)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnMinmaxARB
    void
    glGetnPixelMapfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum map, GLsizei bufSize, GLfloat * values)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnPixelMapfvARB
    void
    glGetnPixelMapfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum map, GLsizei bufSize, GLfloat * values)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnPixelMapfvARB
    void
    glGetnPixelMapuiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum map, GLsizei bufSize, GLuint * values)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnPixelMapuivARB
    void
    glGetnPixelMapuiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum map, GLsizei bufSize, GLuint * values)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnPixelMapuivARB
    void
    glGetnPixelMapusv(int arg0, int arg1, short[] arg2, int arg3)
    Entry point to C language function: void (GLenum map, GLsizei bufSize, GLushort * values)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnPixelMapusvARB
    void
    glGetnPixelMapusv(int arg0, int arg1, ShortBuffer arg2)
    Entry point to C language function: void (GLenum map, GLsizei bufSize, GLushort * values)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnPixelMapusvARB
    void
    glGetnPolygonStipple(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLsizei bufSize, GLubyte * pattern)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnPolygonStippleARB
    void
    Entry point to C language function: void (GLsizei bufSize, GLubyte * pattern)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnPolygonStippleARB
    void
    glGetnSeparableFilter(int arg0, int arg1, int arg2, int arg3, Buffer arg4, int arg5, Buffer arg6, Buffer arg7)
    Entry point to C language function: void (GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, void * row, GLsizei columnBufSize, void * column, void * span)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnSeparableFilterARB
    void
    glGetnTexImage(int arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5)
    Entry point to C language function: void (GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * pixels)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnTexImageARB
    void
    glGetnUniformdv(int arg0, int arg1, int arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLdouble * params)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnUniformdvARB
    void
    glGetnUniformdv(int arg0, int arg1, int arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLdouble * params)
    Part of GL_VERSION_4_5, GL_ARB_robustness
    Alias for: glGetnUniformdvARB
    void
    glGetnUniformfv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
    Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_EXT_robustness, GL_ARB_robustness
    Alias for: glGetnUniformfvKHR, glGetnUniformfvEXT, glGetnUniformfvARB
    void
    glGetnUniformfv(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
    Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_EXT_robustness, GL_ARB_robustness
    Alias for: glGetnUniformfvKHR, glGetnUniformfvEXT, glGetnUniformfvARB
    void
    glGetnUniformi64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLint64 * params)
    Part of GL_ARB_gpu_shader_int64
    void
    glGetnUniformi64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLint64 * params)
    Part of GL_ARB_gpu_shader_int64
    void
    glGetnUniformiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLint * params)
    Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
    Alias for: glGetnUniformivEXT, glGetnUniformivARB, glGetnUniformivKHR
    void
    glGetnUniformiv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLint * params)
    Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
    Alias for: glGetnUniformivEXT, glGetnUniformivARB, glGetnUniformivKHR
    void
    glGetnUniformui64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLuint64 * params)
    Part of GL_ARB_gpu_shader_int64
    void
    glGetnUniformui64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLuint64 * params)
    Part of GL_ARB_gpu_shader_int64
    void
    glGetnUniformuiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLuint * params)
    Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_ARB_robustness
    Alias for: glGetnUniformuivKHR, glGetnUniformuivARB
    void
    glGetnUniformuiv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLuint * params)
    Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_ARB_robustness
    Alias for: glGetnUniformuivKHR, glGetnUniformuivARB
    void
    glGetObjectLabel(int arg0, int arg1, int arg2, int[] arg3, int arg4, byte[] arg5, int arg6)
    Entry point to C language function: void (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei * length, GLchar * label)
    Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_EXT_debug_label, GL_KHR_debug
    Alias for: glGetObjectLabelEXT, glGetObjectLabelKHR
    void
    glGetObjectLabel(int arg0, int arg1, int arg2, IntBuffer arg3, ByteBuffer arg4)
    Entry point to C language function: void (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei * length, GLchar * label)
    Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_EXT_debug_label, GL_KHR_debug
    Alias for: glGetObjectLabelEXT, glGetObjectLabelKHR
    void
    glGetObjectParameterfvARB(long arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLhandleARB obj, GLenum pname, GLfloat * params)
    Part of GL_ARB_shader_objects
    void
    glGetObjectParameterfvARB(long arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLhandleARB obj, GLenum pname, GLfloat * params)
    Part of GL_ARB_shader_objects
    void
    glGetObjectParameterivAPPLE(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum objectType, GLuint name, GLenum pname, GLint * params)
    Part of GL_APPLE_object_purgeable
    void
    glGetObjectParameterivAPPLE(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum objectType, GLuint name, GLenum pname, GLint * params)
    Part of GL_APPLE_object_purgeable
    void
    glGetObjectParameterivARB(long arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLhandleARB obj, GLenum pname, GLint * params)
    Part of GL_ARB_shader_objects
    void
    glGetObjectParameterivARB(long arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLhandleARB obj, GLenum pname, GLint * params)
    Part of GL_ARB_shader_objects
    void
    glGetObjectPtrLabel(Buffer arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
    Entry point to C language function: void (const void * ptr, GLsizei bufSize, GLsizei * length, GLchar * label)
    Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
    Alias for: glGetObjectPtrLabelKHR
    void
    glGetObjectPtrLabel(Buffer arg0, int arg1, IntBuffer arg2, ByteBuffer arg3)
    Entry point to C language function: void (const void * ptr, GLsizei bufSize, GLsizei * length, GLchar * label)
    Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
    Alias for: glGetObjectPtrLabelKHR
    void
    glGetOcclusionQueryivNV(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint id, GLenum pname, GLint * params)
    Part of GL_NV_occlusion_query
    void
    glGetOcclusionQueryivNV(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint id, GLenum pname, GLint * params)
    Part of GL_NV_occlusion_query
    void
    glGetOcclusionQueryuivNV(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint id, GLenum pname, GLuint * params)
    Part of GL_NV_occlusion_query
    void
    glGetOcclusionQueryuivNV(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint id, GLenum pname, GLuint * params)
    Part of GL_NV_occlusion_query
    void
    glGetPerfCounterInfoINTEL(int arg0, int arg1, int arg2, byte[] arg3, int arg4, int arg5, byte[] arg6, int arg7, int[] arg8, int arg9, int[] arg10, int arg11, int[] arg12, int arg13, int[] arg14, int arg15, long[] arg16, int arg17)
    Entry point to C language function: void (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counterDescLength, GLchar * counterDesc, GLuint * counterOffset, GLuint * counterDataSize, GLuint * counterTypeEnum, GLuint * counterDataTypeEnum, GLuint64 * rawCounterMaxValue)
    Part of GL_INTEL_performance_query
    void
    glGetPerfCounterInfoINTEL(int arg0, int arg1, int arg2, ByteBuffer arg3, int arg4, ByteBuffer arg5, IntBuffer arg6, IntBuffer arg7, IntBuffer arg8, IntBuffer arg9, LongBuffer arg10)
    Entry point to C language function: void (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counterDescLength, GLchar * counterDesc, GLuint * counterOffset, GLuint * counterDataSize, GLuint * counterTypeEnum, GLuint * counterDataTypeEnum, GLuint64 * rawCounterMaxValue)
    Part of GL_INTEL_performance_query
    void
    glGetPerfMonitorCounterDataAMD(int arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6)
    Entry point to C language function: void (GLuint monitor, GLenum pname, GLsizei dataSize, GLuint * data, GLint * bytesWritten)
    Part of GL_AMD_performance_monitor
    void
    glGetPerfMonitorCounterDataAMD(int arg0, int arg1, int arg2, IntBuffer arg3, IntBuffer arg4)
    Entry point to C language function: void (GLuint monitor, GLenum pname, GLsizei dataSize, GLuint * data, GLint * bytesWritten)
    Part of GL_AMD_performance_monitor
    void
    glGetPerfMonitorCounterInfoAMD(int arg0, int arg1, int arg2, Buffer arg3)
    Entry point to C language function: void (GLuint group, GLuint counter, GLenum pname, void * data)
    Part of GL_AMD_performance_monitor
    void
    glGetPerfMonitorCountersAMD(int arg0, int[] arg1, int arg2, int[] arg3, int arg4, int arg5, int[] arg6, int arg7)
    Entry point to C language function: void (GLuint group, GLint * numCounters, GLint * maxActiveCounters, GLsizei counterSize, GLuint * counters)
    Part of GL_AMD_performance_monitor
    void
    glGetPerfMonitorCountersAMD(int arg0, IntBuffer arg1, IntBuffer arg2, int arg3, IntBuffer arg4)
    Entry point to C language function: void (GLuint group, GLint * numCounters, GLint * maxActiveCounters, GLsizei counterSize, GLuint * counters)
    Part of GL_AMD_performance_monitor
    void
    glGetPerfMonitorCounterStringAMD(int arg0, int arg1, int arg2, int[] arg3, int arg4, byte[] arg5, int arg6)
    Entry point to C language function: void (GLuint group, GLuint counter, GLsizei bufSize, GLsizei * length, GLchar * counterString)
    Part of GL_AMD_performance_monitor
    void
    glGetPerfMonitorCounterStringAMD(int arg0, int arg1, int arg2, IntBuffer arg3, ByteBuffer arg4)
    Entry point to C language function: void (GLuint group, GLuint counter, GLsizei bufSize, GLsizei * length, GLchar * counterString)
    Part of GL_AMD_performance_monitor
    void
    glGetPerfMonitorGroupsAMD(int[] arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLint * numGroups, GLsizei groupsSize, GLuint * groups)
    Part of GL_AMD_performance_monitor
    void
    Entry point to C language function: void (GLint * numGroups, GLsizei groupsSize, GLuint * groups)
    Part of GL_AMD_performance_monitor
    void
    glGetPerfMonitorGroupStringAMD(int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
    Entry point to C language function: void (GLuint group, GLsizei bufSize, GLsizei * length, GLchar * groupString)
    Part of GL_AMD_performance_monitor
    void
    glGetPerfMonitorGroupStringAMD(int arg0, int arg1, IntBuffer arg2, ByteBuffer arg3)
    Entry point to C language function: void (GLuint group, GLsizei bufSize, GLsizei * length, GLchar * groupString)
    Part of GL_AMD_performance_monitor
    void
    glGetPerfQueryDataINTEL(int arg0, int arg1, int arg2, Buffer arg3, int[] arg4, int arg5)
    Entry point to C language function: void (GLuint queryHandle, GLuint flags, GLsizei dataSize, GLvoid * data, GLuint * bytesWritten)
    Part of GL_INTEL_performance_query
    void
    glGetPerfQueryDataINTEL(int arg0, int arg1, int arg2, Buffer arg3, IntBuffer arg4)
    Entry point to C language function: void (GLuint queryHandle, GLuint flags, GLsizei dataSize, GLvoid * data, GLuint * bytesWritten)
    Part of GL_INTEL_performance_query
    void
    glGetPerfQueryIdByNameINTEL(byte[] arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLchar * queryName, GLuint * queryId)
    Part of GL_INTEL_performance_query
    void
    Entry point to C language function: void (GLchar * queryName, GLuint * queryId)
    Part of GL_INTEL_performance_query
    void
    glGetPerfQueryInfoINTEL(int arg0, int arg1, byte[] arg2, int arg3, int[] arg4, int arg5, int[] arg6, int arg7, int[] arg8, int arg9, int[] arg10, int arg11)
    Entry point to C language function: void (GLuint queryId, GLuint queryNameLength, GLchar * queryName, GLuint * dataSize, GLuint * noCounters, GLuint * noInstances, GLuint * capsMask)
    Part of GL_INTEL_performance_query
    void
    glGetPerfQueryInfoINTEL(int arg0, int arg1, ByteBuffer arg2, IntBuffer arg3, IntBuffer arg4, IntBuffer arg5, IntBuffer arg6)
    Entry point to C language function: void (GLuint queryId, GLuint queryNameLength, GLchar * queryName, GLuint * dataSize, GLuint * noCounters, GLuint * noInstances, GLuint * capsMask)
    Part of GL_INTEL_performance_query
    void
    glGetPixelMapfv(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLenum map, GLfloat * values)
    Part of GL_VERSION_1_0
    void
    glGetPixelMapfv(int arg0, long arg1)
    Entry point to C language function: void (GLenum map, GLfloat * values)
    Part of GL_VERSION_1_0
    void
    glGetPixelMapfv(int arg0, FloatBuffer arg1)
    Entry point to C language function: void (GLenum map, GLfloat * values)
    Part of GL_VERSION_1_0
    void
    glGetPixelMapuiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum map, GLuint * values)
    Part of GL_VERSION_1_0
    void
    glGetPixelMapuiv(int arg0, long arg1)
    Entry point to C language function: void (GLenum map, GLuint * values)
    Part of GL_VERSION_1_0
    void
    glGetPixelMapuiv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum map, GLuint * values)
    Part of GL_VERSION_1_0
    void
    glGetPixelMapusv(int arg0, long arg1)
    Entry point to C language function: void (GLenum map, GLushort * values)
    Part of GL_VERSION_1_0
    void
    glGetPixelMapusv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLenum map, GLushort * values)
    Part of GL_VERSION_1_0
    void
    glGetPixelMapusv(int arg0, ShortBuffer arg1)
    Entry point to C language function: void (GLenum map, GLushort * values)
    Part of GL_VERSION_1_0
    void
    glGetPixelTransformParameterfvEXT(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
    Part of GL_EXT_pixel_transform
    void
    glGetPixelTransformParameterfvEXT(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
    Part of GL_EXT_pixel_transform
    void
    glGetPixelTransformParameterivEXT(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_EXT_pixel_transform
    void
    glGetPixelTransformParameterivEXT(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_EXT_pixel_transform
    void
    glGetPointeri_vEXT(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2)
    Entry point to C language function: void (GLenum pname, GLuint index, void * * params)
    Part of GL_EXT_direct_state_access
    void
    glGetPolygonStipple(byte[] arg0, int arg1)
    Entry point to C language function: void (GLubyte * mask)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (GLubyte * mask)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (GLubyte * mask)
    Part of GL_VERSION_1_0
    void
    glGetProgramBinary(int arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5, Buffer arg6)
    Entry point to C language function: void (GLuint program, GLsizei bufSize, GLsizei * length, GLenum * binaryFormat, void * binary)
    Part of GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_OES_get_program_binary
    Alias for: glGetProgramBinaryOES
    void
    glGetProgramBinary(int arg0, int arg1, IntBuffer arg2, IntBuffer arg3, Buffer arg4)
    Entry point to C language function: void (GLuint program, GLsizei bufSize, GLsizei * length, GLenum * binaryFormat, void * binary)
    Part of GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_OES_get_program_binary
    Alias for: glGetProgramBinaryOES
    void
    glGetProgramEnvParameterdvARB(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLdouble * params)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glGetProgramEnvParameterdvARB(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLdouble * params)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glGetProgramEnvParameterfvARB(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLfloat * params)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glGetProgramEnvParameterfvARB(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLfloat * params)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glGetProgramEnvParameterIivNV(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLint * params)
    Part of GL_NV_gpu_program4
    void
    glGetProgramEnvParameterIivNV(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLint * params)
    Part of GL_NV_gpu_program4
    void
    glGetProgramEnvParameterIuivNV(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLuint * params)
    Part of GL_NV_gpu_program4
    void
    glGetProgramEnvParameterIuivNV(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLuint * params)
    Part of GL_NV_gpu_program4
    void
    glGetProgramInfoLog(int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
    void
    glGetProgramInfoLog(int arg0, int arg1, IntBuffer arg2, ByteBuffer arg3)
    Entry point to C language function: void (GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
    void
    glGetProgramInterfaceiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLenum programInterface, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
    void
    glGetProgramInterfaceiv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLenum programInterface, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
    void
    glGetProgramiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint program, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_ARB_fragment_program, GL_NV_vertex_program
    Alias for: glGetProgramivARB, glGetProgramivNV
    void
    glGetProgramiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint program, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_ARB_fragment_program, GL_NV_vertex_program
    Alias for: glGetProgramivARB, glGetProgramivNV
    void
    glGetProgramivARB(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glGetProgramivARB(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glGetProgramLocalParameterdvARB(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLdouble * params)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glGetProgramLocalParameterdvARB(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLdouble * params)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glGetProgramLocalParameterfvARB(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLfloat * params)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glGetProgramLocalParameterfvARB(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLfloat * params)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glGetProgramLocalParameterIivNV(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLint * params)
    Part of GL_NV_gpu_program4
    void
    glGetProgramLocalParameterIivNV(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLint * params)
    Part of GL_NV_gpu_program4
    void
    glGetProgramLocalParameterIuivNV(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLuint * params)
    Part of GL_NV_gpu_program4
    void
    glGetProgramLocalParameterIuivNV(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLuint * params)
    Part of GL_NV_gpu_program4
    void
    glGetProgramPipelineInfoLog(int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
    Entry point to C language function: void (GLuint pipeline, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
    Alias for: glGetProgramPipelineInfoLogEXT
    void
    glGetProgramPipelineInfoLog(int arg0, int arg1, IntBuffer arg2, ByteBuffer arg3)
    Entry point to C language function: void (GLuint pipeline, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
    Alias for: glGetProgramPipelineInfoLogEXT
    void
    glGetProgramPipelineiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint pipeline, GLenum pname, GLint * params)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
    Alias for: glGetProgramPipelineivEXT
    void
    glGetProgramPipelineiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint pipeline, GLenum pname, GLint * params)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
    Alias for: glGetProgramPipelineivEXT
    int
    glGetProgramResourceIndex(int arg0, int arg1, byte[] arg2, int arg3)
    Entry point to C language function: GLuint (GLuint program, GLenum programInterface, const GLchar * name)
    Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
    int
    glGetProgramResourceIndex(int arg0, int arg1, ByteBuffer arg2)
    Entry point to C language function: GLuint (GLuint program, GLenum programInterface, const GLchar * name)
    Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
    void
    glGetProgramResourceiv(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5, int arg6, int[] arg7, int arg8, int[] arg9, int arg10)
    Entry point to C language function: void (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum * props, GLsizei bufSize, GLsizei * length, GLint * params)
    Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
    void
    glGetProgramResourceiv(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4, int arg5, IntBuffer arg6, IntBuffer arg7)
    Entry point to C language function: void (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum * props, GLsizei bufSize, GLsizei * length, GLint * params)
    Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
    int
    glGetProgramResourceLocation(int arg0, int arg1, byte[] arg2, int arg3)
    Entry point to C language function: GLint (GLuint program, GLenum programInterface, const GLchar * name)
    Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
    int
    glGetProgramResourceLocation(int arg0, int arg1, ByteBuffer arg2)
    Entry point to C language function: GLint (GLuint program, GLenum programInterface, const GLchar * name)
    Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
    int
    glGetProgramResourceLocationIndex(int arg0, int arg1, byte[] arg2, int arg3)
    Entry point to C language function: GLint (GLuint program, GLenum programInterface, const GLchar * name)
    Part of GL_VERSION_4_3, GL_ARB_program_interface_query, GL_EXT_blend_func_extended
    Alias for: glGetProgramResourceLocationIndexEXT
    int
    glGetProgramResourceLocationIndex(int arg0, int arg1, ByteBuffer arg2)
    Entry point to C language function: GLint (GLuint program, GLenum programInterface, const GLchar * name)
    Part of GL_VERSION_4_3, GL_ARB_program_interface_query, GL_EXT_blend_func_extended
    Alias for: glGetProgramResourceLocationIndexEXT
    void
    glGetProgramResourceName(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5, byte[] arg6, int arg7)
    Entry point to C language function: void (GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name)
    Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
    void
    glGetProgramResourceName(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4, ByteBuffer arg5)
    Entry point to C language function: void (GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name)
    Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
    void
    glGetProgramStageiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLenum shadertype, GLenum pname, GLint * values)
    Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
    void
    glGetProgramStageiv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLenum shadertype, GLenum pname, GLint * values)
    Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
    void
    glGetProgramStringARB(int arg0, int arg1, Buffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, void * string)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glGetProgramSubroutineParameteruivNV(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLuint * param)
    Part of GL_NV_gpu_program5
    void
    glGetProgramSubroutineParameteruivNV(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, GLuint * param)
    Part of GL_NV_gpu_program5
    void
    glGetQueryBufferObjecti64v(int arg0, int arg1, int arg2, long arg3)
    Entry point to C language function: void (GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
    Part of GL_VERSION_4_5
    void
    glGetQueryBufferObjectiv(int arg0, int arg1, int arg2, long arg3)
    Entry point to C language function: void (GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
    Part of GL_VERSION_4_5
    void
    glGetQueryBufferObjectui64v(int arg0, int arg1, int arg2, long arg3)
    Entry point to C language function: void (GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
    Part of GL_VERSION_4_5
    void
    glGetQueryBufferObjectuiv(int arg0, int arg1, int arg2, long arg3)
    Entry point to C language function: void (GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
    Part of GL_VERSION_4_5
    void
    glGetQueryIndexediv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLuint index, GLenum pname, GLint * params)
    Part of GL_ARB_transform_feedback3, GL_VERSION_4_0
    void
    glGetQueryIndexediv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLenum pname, GLint * params)
    Part of GL_ARB_transform_feedback3, GL_VERSION_4_0
    void
    glGetQueryiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
    Alias for: glGetQueryivEXT, glGetQueryivARB
    void
    glGetQueryiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
    Alias for: glGetQueryivEXT, glGetQueryivARB
    void
    glGetQueryObjecti64v(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLuint id, GLenum pname, GLint64 * params)
    Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query, GL_EXT_timer_query
    Alias for: glGetQueryObjecti64vEXT
    void
    glGetQueryObjecti64v(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLuint id, GLenum pname, GLint64 * params)
    Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query, GL_EXT_timer_query
    Alias for: glGetQueryObjecti64vEXT
    void
    glGetQueryObjecti64vEXT(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLuint id, GLenum pname, GLint64 * params)
    Part of GL_EXT_disjoint_timer_query, GL_EXT_timer_query
    void
    glGetQueryObjecti64vEXT(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLuint id, GLenum pname, GLint64 * params)
    Part of GL_EXT_disjoint_timer_query, GL_EXT_timer_query
    void
    glGetQueryObjectiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint id, GLenum pname, GLint * params)
    Part of GL_VERSION_1_5, GL_ARB_occlusion_query, GL_EXT_disjoint_timer_query
    Alias for: glGetQueryObjectivARB, glGetQueryObjectivEXT
    void
    glGetQueryObjectiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint id, GLenum pname, GLint * params)
    Part of GL_VERSION_1_5, GL_ARB_occlusion_query, GL_EXT_disjoint_timer_query
    Alias for: glGetQueryObjectivARB, glGetQueryObjectivEXT
    void
    glGetQueryObjectui64v(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLuint id, GLenum pname, GLuint64 * params)
    Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query, GL_EXT_timer_query
    Alias for: glGetQueryObjectui64vEXT
    void
    glGetQueryObjectui64v(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLuint id, GLenum pname, GLuint64 * params)
    Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query, GL_EXT_timer_query
    Alias for: glGetQueryObjectui64vEXT
    void
    glGetQueryObjectui64vEXT(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLuint id, GLenum pname, GLuint64 * params)
    Part of GL_EXT_disjoint_timer_query, GL_EXT_timer_query
    void
    glGetQueryObjectui64vEXT(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLuint id, GLenum pname, GLuint64 * params)
    Part of GL_EXT_disjoint_timer_query, GL_EXT_timer_query
    void
    glGetQueryObjectuiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint id, GLenum pname, GLuint * params)
    Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
    Alias for: glGetQueryObjectuivEXT, glGetQueryObjectuivARB
    void
    glGetQueryObjectuiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint id, GLenum pname, GLuint * params)
    Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
    Alias for: glGetQueryObjectuivEXT, glGetQueryObjectuivARB
    void
    glGetRenderbufferParameteriv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
    Alias for: glGetRenderbufferParameterivEXT, glGetRenderbufferParameterivOES
    void
    glGetRenderbufferParameteriv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
    Alias for: glGetRenderbufferParameterivEXT, glGetRenderbufferParameterivOES
    void
    glGetSamplerParameterfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLuint sampler, GLenum pname, GLfloat * params)
    Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
    void
    glGetSamplerParameterfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLuint sampler, GLenum pname, GLfloat * params)
    Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
    void
    glGetSamplerParameterIiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint sampler, GLenum pname, GLint * params)
    Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
    Alias for: glGetSamplerParameterIivEXT, glGetSamplerParameterIivOES
    void
    glGetSamplerParameterIiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint sampler, GLenum pname, GLint * params)
    Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
    Alias for: glGetSamplerParameterIivEXT, glGetSamplerParameterIivOES
    void
    glGetSamplerParameterIuiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint sampler, GLenum pname, GLuint * params)
    Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_OES_texture_border_clamp, GL_EXT_texture_border_clamp
    Alias for: glGetSamplerParameterIuivOES, glGetSamplerParameterIuivEXT
    void
    glGetSamplerParameterIuiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint sampler, GLenum pname, GLuint * params)
    Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_OES_texture_border_clamp, GL_EXT_texture_border_clamp
    Alias for: glGetSamplerParameterIuivOES, glGetSamplerParameterIuivEXT
    void
    glGetSamplerParameteriv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint sampler, GLenum pname, GLint * params)
    Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
    void
    glGetSamplerParameteriv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint sampler, GLenum pname, GLint * params)
    Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
    void
    glGetSeparableFilter(int arg0, int arg1, int arg2, long arg3, long arg4, long arg5)
    Entry point to C language function: void (GLenum target, GLenum format, GLenum type, void * row, void * column, void * span)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glGetSeparableFilterEXT
    void
    glGetSeparableFilter(int arg0, int arg1, int arg2, Buffer arg3, Buffer arg4, Buffer arg5)
    Entry point to C language function: void (GLenum target, GLenum format, GLenum type, void * row, void * column, void * span)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glGetSeparableFilterEXT
    void
    glGetShaderInfoLog(int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
    Entry point to C language function: void (GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
    void
    glGetShaderInfoLog(int arg0, int arg1, IntBuffer arg2, ByteBuffer arg3)
    Entry point to C language function: void (GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
    void
    glGetShaderiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint shader, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
    void
    glGetShaderiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint shader, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
    void
    glGetShaderPrecisionFormat(int arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5)
    Entry point to C language function: void (GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision);
    Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
    void
    glGetShaderPrecisionFormat(int arg0, int arg1, IntBuffer arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision);
    Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
    void
    glGetShaderSource(int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
    Entry point to C language function: void (GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * source)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glGetShaderSourceARB
    void
    glGetShaderSource(int arg0, int arg1, IntBuffer arg2, ByteBuffer arg3)
    Entry point to C language function: void (GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * source)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glGetShaderSourceARB
    void
    glGetShaderSourceARB(long arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
    Entry point to C language function: void (GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * source)
    Part of GL_ARB_shader_objects
    void
    glGetShaderSourceARB(long arg0, int arg1, IntBuffer arg2, ByteBuffer arg3)
    Entry point to C language function: void (GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * source)
    Part of GL_ARB_shader_objects
    short
    Entry point to C language function: GLushort (GLenum shadertype)
    Part of GL_NV_command_list
    glGetString(int arg0)
    Entry point to C language function: const GLubyte * (GLenum name)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    glGetStringi(int arg0, int arg1)
    Entry point to C language function: const GLubyte * (GLenum name, GLuint index)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
    int
    glGetSubroutineIndex(int arg0, int arg1, String arg2)
    Entry point to C language function: GLuint (GLuint program, GLenum shadertype, const GLchar * name)
    Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
    int
    glGetSubroutineUniformLocation(int arg0, int arg1, String arg2)
    Entry point to C language function: GLint (GLuint program, GLenum shadertype, const GLchar * name)
    Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
    void
    glGetSynciv(long arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6)
    Entry point to C language function: void (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
    Alias for: glGetSyncivAPPLE
    void
    glGetSynciv(long arg0, int arg1, int arg2, IntBuffer arg3, IntBuffer arg4)
    Entry point to C language function: void (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
    Alias for: glGetSyncivAPPLE
    void
    glGetTexEnvfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum tenv, GLenum pname, GLfloat * params)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0
    void
    glGetTexEnvfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum tenv, GLenum pname, GLfloat * params)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0
    void
    glGetTexEnviv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum tenv, GLenum pname, GLint * params)
    Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glGetTexEnviv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum tenv, GLenum pname, GLint * params)
    Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glGetTexGendv(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLenum coord, GLenum pname, GLdouble * params)
    Part of GL_VERSION_1_0
    void
    glGetTexGendv(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLenum coord, GLenum pname, GLdouble * params)
    Part of GL_VERSION_1_0
    void
    glGetTexGenfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum coord, GLenum pname, GLfloat * params)
    Part of GL_VERSION_1_0, GL_OES_texture_cube_map
    Alias for: glGetTexGenfvOES
    void
    glGetTexGenfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum coord, GLenum pname, GLfloat * params)
    Part of GL_VERSION_1_0, GL_OES_texture_cube_map
    Alias for: glGetTexGenfvOES
    void
    glGetTexGeniv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum coord, GLenum pname, GLint * params)
    Part of GL_VERSION_1_0, GL_OES_texture_cube_map
    Alias for: glGetTexGenivOES
    void
    glGetTexGeniv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum coord, GLenum pname, GLint * params)
    Part of GL_VERSION_1_0, GL_OES_texture_cube_map
    Alias for: glGetTexGenivOES
    void
    glGetTexImage(int arg0, int arg1, int arg2, int arg3, long arg4)
    Entry point to C language function: void (GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels)
    Part of GL_VERSION_1_0
    void
    glGetTexImage(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
    Entry point to C language function: void (GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels)
    Part of GL_VERSION_1_0
    void
    glGetTexLevelParameterfv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLint level, GLenum pname, GLfloat * params)
    Part of GL_ES_VERSION_3_1, GL_VERSION_1_0
    void
    glGetTexLevelParameterfv(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLenum target, GLint level, GLenum pname, GLfloat * params)
    Part of GL_ES_VERSION_3_1, GL_VERSION_1_0
    void
    glGetTexLevelParameteriv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLint level, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_3_1, GL_VERSION_1_0
    void
    glGetTexLevelParameteriv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum target, GLint level, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_3_1, GL_VERSION_1_0
    void
    glGetTexParameterfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
    Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
    void
    glGetTexParameterfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
    Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
    void
    glGetTexParameterIiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clamp
    Alias for: glGetTexParameterIivOES, glGetTexParameterIivEXT
    void
    glGetTexParameterIiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clamp
    Alias for: glGetTexParameterIivOES, glGetTexParameterIivEXT
    void
    glGetTexParameterIuiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLuint * params)
    Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clamp
    Alias for: glGetTexParameterIuivOES, glGetTexParameterIuivEXT
    void
    glGetTexParameterIuiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLuint * params)
    Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clamp
    Alias for: glGetTexParameterIuivOES, glGetTexParameterIuivEXT
    void
    glGetTexParameteriv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glGetTexParameteriv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    long
    Entry point to C language function: GLuint64 (GLuint texture)
    Part of GL_ARB_bindless_texture
    void
    glGetTextureImage(int arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5)
    Entry point to C language function: void (GLuint texture, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * pixels)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetTextureImageEXT
    void
    glGetTextureImageEXT(int arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum format, GLenum type, void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glGetTextureLevelParameterfv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLuint texture, GLint level, GLenum pname, GLfloat * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetTextureLevelParameterfvEXT
    void
    glGetTextureLevelParameterfv(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLuint texture, GLint level, GLenum pname, GLfloat * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetTextureLevelParameterfvEXT
    void
    glGetTextureLevelParameterfvEXT(int arg0, int arg1, int arg2, int arg3, float[] arg4, int arg5)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum pname, GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glGetTextureLevelParameterfvEXT(int arg0, int arg1, int arg2, int arg3, FloatBuffer arg4)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum pname, GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glGetTextureLevelParameteriv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint texture, GLint level, GLenum pname, GLint * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetTextureLevelParameterivEXT
    void
    glGetTextureLevelParameteriv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint texture, GLint level, GLenum pname, GLint * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetTextureLevelParameterivEXT
    void
    glGetTextureLevelParameterivEXT(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetTextureLevelParameterivEXT(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetTextureParameterfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLuint texture, GLenum pname, GLfloat * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetTextureParameterfvEXT
    void
    glGetTextureParameterfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLuint texture, GLenum pname, GLfloat * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetTextureParameterfvEXT
    void
    glGetTextureParameterfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glGetTextureParameterfvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glGetTextureParameterIiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint texture, GLenum pname, GLint * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetTextureParameterIivEXT
    void
    glGetTextureParameterIiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint texture, GLenum pname, GLint * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetTextureParameterIivEXT
    void
    glGetTextureParameterIivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetTextureParameterIivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetTextureParameterIuiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint texture, GLenum pname, GLuint * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetTextureParameterIuivEXT
    void
    glGetTextureParameterIuiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint texture, GLenum pname, GLuint * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetTextureParameterIuivEXT
    void
    glGetTextureParameterIuivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLuint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetTextureParameterIuivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLuint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetTextureParameteriv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint texture, GLenum pname, GLint * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetTextureParameterivEXT
    void
    glGetTextureParameteriv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint texture, GLenum pname, GLint * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glGetTextureParameterivEXT
    void
    glGetTextureParameterivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glGetTextureParameterivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLint * params)
    Part of GL_EXT_direct_state_access
    long
    glGetTextureSamplerHandleARB(int arg0, int arg1)
    Entry point to C language function: GLuint64 (GLuint texture, GLuint sampler)
    Part of GL_ARB_bindless_texture
    void
    glGetTextureSubImage(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, Buffer arg11)
    Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void * pixels)
    Part of GL_VERSION_4_5
    void
    glGetTransformFeedbacki_v(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint xfb, GLenum pname, GLuint index, GLint * param)
    Part of GL_VERSION_4_5
    void
    glGetTransformFeedbacki_v(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint xfb, GLenum pname, GLuint index, GLint * param)
    Part of GL_VERSION_4_5
    void
    glGetTransformFeedbacki64_v(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint xfb, GLenum pname, GLuint index, GLint64 * param)
    Part of GL_VERSION_4_5
    void
    glGetTransformFeedbacki64_v(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint xfb, GLenum pname, GLuint index, GLint64 * param)
    Part of GL_VERSION_4_5
    void
    glGetTransformFeedbackiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint xfb, GLenum pname, GLint * param)
    Part of GL_VERSION_4_5
    void
    glGetTransformFeedbackiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint xfb, GLenum pname, GLint * param)
    Part of GL_VERSION_4_5
    void
    glGetTransformFeedbackVarying(int arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6, int[] arg7, int arg8, byte[] arg9, int arg10)
    Entry point to C language function: void (GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
    Alias for: glGetTransformFeedbackVaryingNV, glGetTransformFeedbackVaryingEXT
    void
    glGetTransformFeedbackVarying(int arg0, int arg1, int arg2, IntBuffer arg3, IntBuffer arg4, IntBuffer arg5, ByteBuffer arg6)
    Entry point to C language function: void (GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
    Alias for: glGetTransformFeedbackVaryingNV, glGetTransformFeedbackVaryingEXT
    int
    glGetUniformBlockIndex(int arg0, String arg1)
    Entry point to C language function: GLuint (GLuint program, const GLchar * uniformBlockName)
    Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
    int
    glGetUniformBufferSizeEXT(int arg0, int arg1)
    Entry point to C language function: GLint (GLuint program, GLint location)
    Part of GL_EXT_bindable_uniform
    void
    glGetUniformdv(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLdouble * params)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glGetUniformdv(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLdouble * params)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glGetUniformfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLfloat * params)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glGetUniformfvARB
    void
    glGetUniformfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLfloat * params)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glGetUniformfvARB
    void
    glGetUniformfvARB(long arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLhandleARB programObj, GLint location, GLfloat * params)
    Part of GL_ARB_shader_objects
    void
    glGetUniformfvARB(long arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLhandleARB programObj, GLint location, GLfloat * params)
    Part of GL_ARB_shader_objects
    void
    glGetUniformi64vARB(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLint64 * params)
    Part of GL_ARB_gpu_shader_int64
    void
    glGetUniformi64vARB(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLint64 * params)
    Part of GL_ARB_gpu_shader_int64
    void
    glGetUniformi64vNV(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLint64EXT * params)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glGetUniformi64vNV(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLint64EXT * params)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glGetUniformIndices(int arg0, int arg1, String[] arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLsizei uniformCount, const GLchar * const * uniformNames, GLuint * uniformIndices)
    Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
    void
    glGetUniformIndices(int arg0, int arg1, String[] arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLsizei uniformCount, const GLchar * const * uniformNames, GLuint * uniformIndices)
    Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
    void
    glGetUniformiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLint * params)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glGetUniformivARB
    void
    glGetUniformiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLint * params)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glGetUniformivARB
    void
    glGetUniformivARB(long arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLhandleARB programObj, GLint location, GLint * params)
    Part of GL_ARB_shader_objects
    void
    glGetUniformivARB(long arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLhandleARB programObj, GLint location, GLint * params)
    Part of GL_ARB_shader_objects
    int
    glGetUniformLocation(int arg0, String arg1)
    Entry point to C language function: GLint (GLuint program, const GLchar * name)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glGetUniformLocationARB
    int
    glGetUniformLocationARB(long arg0, String arg1)
    Entry point to C language function: GLint (GLhandleARB programObj, const GLcharARB * name)
    Part of GL_ARB_shader_objects
    long
    glGetUniformOffsetEXT(int arg0, int arg1)
    Entry point to C language function: GLintptr (GLuint program, GLint location)
    Part of GL_EXT_bindable_uniform
    void
    glGetUniformSubroutineuiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum shadertype, GLint location, GLuint * params)
    Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
    void
    glGetUniformSubroutineuiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum shadertype, GLint location, GLuint * params)
    Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
    void
    glGetUniformui64vARB(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLuint64 * params)
    Part of GL_ARB_gpu_shader_int64
    void
    glGetUniformui64vARB(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLuint64 * params)
    Part of GL_ARB_gpu_shader_int64
    void
    glGetUniformui64vNV(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLuint64EXT * params)
    Part of GL_NV_shader_buffer_load, GL_AMD_gpu_shader_int64
    void
    glGetUniformui64vNV(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLuint64EXT * params)
    Part of GL_NV_shader_buffer_load, GL_AMD_gpu_shader_int64
    void
    glGetUniformuiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLuint * params)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
    Alias for: glGetUniformuivEXT
    void
    glGetUniformuiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLuint * params)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
    Alias for: glGetUniformuivEXT
    void
    glGetVariantBooleanvEXT(int arg0, int arg1, byte[] arg2, int arg3)
    Entry point to C language function: void (GLuint id, GLenum value, GLboolean * data)
    Part of GL_EXT_vertex_shader
    void
    glGetVariantBooleanvEXT(int arg0, int arg1, ByteBuffer arg2)
    Entry point to C language function: void (GLuint id, GLenum value, GLboolean * data)
    Part of GL_EXT_vertex_shader
    void
    glGetVariantFloatvEXT(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLuint id, GLenum value, GLfloat * data)
    Part of GL_EXT_vertex_shader
    void
    glGetVariantFloatvEXT(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLuint id, GLenum value, GLfloat * data)
    Part of GL_EXT_vertex_shader
    void
    glGetVariantIntegervEXT(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint id, GLenum value, GLint * data)
    Part of GL_EXT_vertex_shader
    void
    glGetVariantIntegervEXT(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint id, GLenum value, GLint * data)
    Part of GL_EXT_vertex_shader
    void
    glGetVertexArrayIndexed64iv(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint vaobj, GLuint index, GLenum pname, GLint64 * param)
    Part of GL_VERSION_4_5
    void
    glGetVertexArrayIndexed64iv(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint vaobj, GLuint index, GLenum pname, GLint64 * param)
    Part of GL_VERSION_4_5
    void
    glGetVertexArrayIndexediv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint vaobj, GLuint index, GLenum pname, GLint * param)
    Part of GL_VERSION_4_5
    void
    glGetVertexArrayIndexediv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint vaobj, GLuint index, GLenum pname, GLint * param)
    Part of GL_VERSION_4_5
    void
    glGetVertexArrayIntegeri_vEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint vaobj, GLuint index, GLenum pname, GLint * param)
    Part of GL_EXT_direct_state_access
    void
    glGetVertexArrayIntegeri_vEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint vaobj, GLuint index, GLenum pname, GLint * param)
    Part of GL_EXT_direct_state_access
    void
    glGetVertexArrayIntegervEXT(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint vaobj, GLenum pname, GLint * param)
    Part of GL_EXT_direct_state_access
    void
    glGetVertexArrayIntegervEXT(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint vaobj, GLenum pname, GLint * param)
    Part of GL_EXT_direct_state_access
    void
    glGetVertexArrayiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint vaobj, GLenum pname, GLint * param)
    Part of GL_VERSION_4_5
    void
    glGetVertexArrayiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint vaobj, GLenum pname, GLint * param)
    Part of GL_VERSION_4_5
    void
    glGetVertexArrayPointeri_vEXT(int arg0, int arg1, int arg2, com.jogamp.common.nio.PointerBuffer arg3)
    Entry point to C language function: void (GLuint vaobj, GLuint index, GLenum pname, void * * param)
    Part of GL_EXT_direct_state_access
    void
    glGetVertexArrayPointervEXT(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2)
    Entry point to C language function: void (GLuint vaobj, GLenum pname, void * * param)
    Part of GL_EXT_direct_state_access
    void
    glGetVertexAttribdv(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLenum pname, GLdouble * params)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glGetVertexAttribdvARB, glGetVertexAttribdvNV
    void
    glGetVertexAttribdv(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLuint index, GLenum pname, GLdouble * params)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glGetVertexAttribdvARB, glGetVertexAttribdvNV
    void
    glGetVertexAttribdvARB(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLenum pname, GLdouble * params)
    Part of GL_ARB_vertex_program
    void
    glGetVertexAttribdvARB(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLuint index, GLenum pname, GLdouble * params)
    Part of GL_ARB_vertex_program
    void
    glGetVertexAttribfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLenum pname, GLfloat * params)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glGetVertexAttribfvARB, glGetVertexAttribfvNV
    void
    glGetVertexAttribfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLuint index, GLenum pname, GLfloat * params)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glGetVertexAttribfvARB, glGetVertexAttribfvNV
    void
    glGetVertexAttribfvARB(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLenum pname, GLfloat * params)
    Part of GL_ARB_vertex_program
    void
    glGetVertexAttribfvARB(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLuint index, GLenum pname, GLfloat * params)
    Part of GL_ARB_vertex_program
    void
    glGetVertexAttribIiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glGetVertexAttribIivEXT
    void
    glGetVertexAttribIiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint index, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glGetVertexAttribIivEXT
    void
    glGetVertexAttribIivEXT(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLenum pname, GLint * params)
    Part of GL_NV_vertex_program4
    void
    glGetVertexAttribIivEXT(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint index, GLenum pname, GLint * params)
    Part of GL_NV_vertex_program4
    void
    glGetVertexAttribIuiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLenum pname, GLuint * params)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glGetVertexAttribIuivEXT
    void
    glGetVertexAttribIuiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint index, GLenum pname, GLuint * params)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glGetVertexAttribIuivEXT
    void
    glGetVertexAttribIuivEXT(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLenum pname, GLuint * params)
    Part of GL_NV_vertex_program4
    void
    glGetVertexAttribIuivEXT(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint index, GLenum pname, GLuint * params)
    Part of GL_NV_vertex_program4
    void
    glGetVertexAttribiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glGetVertexAttribivNV, glGetVertexAttribivARB
    void
    glGetVertexAttribiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint index, GLenum pname, GLint * params)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glGetVertexAttribivNV, glGetVertexAttribivARB
    void
    glGetVertexAttribivARB(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLenum pname, GLint * params)
    Part of GL_ARB_vertex_program
    void
    glGetVertexAttribivARB(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint index, GLenum pname, GLint * params)
    Part of GL_ARB_vertex_program
    void
    glGetVertexAttribLdv(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLenum pname, GLdouble * params)
    Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
    Alias for: glGetVertexAttribLdvEXT
    void
    glGetVertexAttribLdv(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLuint index, GLenum pname, GLdouble * params)
    Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
    Alias for: glGetVertexAttribLdvEXT
    void
    glGetVertexAttribLi64vNV(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLenum pname, GLint64EXT * params)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glGetVertexAttribLi64vNV(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLuint index, GLenum pname, GLint64EXT * params)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glGetVertexAttribLui64vARB(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLenum pname, GLuint64EXT * params)
    Part of GL_ARB_bindless_texture
    void
    glGetVertexAttribLui64vARB(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLuint index, GLenum pname, GLuint64EXT * params)
    Part of GL_ARB_bindless_texture
    void
    glGetVertexAttribLui64vNV(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLenum pname, GLuint64EXT * params)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glGetVertexAttribLui64vNV(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLuint index, GLenum pname, GLuint64EXT * params)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glGetVideoCaptureivNV(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint video_capture_slot, GLenum pname, GLint * params)
    Part of GL_NV_video_capture
    void
    glGetVideoCaptureivNV(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint video_capture_slot, GLenum pname, GLint * params)
    Part of GL_NV_video_capture
    void
    glGetVideoCaptureStreamdvNV(int arg0, int arg1, int arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, GLdouble * params)
    Part of GL_NV_video_capture
    void
    glGetVideoCaptureStreamdvNV(int arg0, int arg1, int arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, GLdouble * params)
    Part of GL_NV_video_capture
    void
    glGetVideoCaptureStreamfvNV(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, GLfloat * params)
    Part of GL_NV_video_capture
    void
    glGetVideoCaptureStreamfvNV(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, GLfloat * params)
    Part of GL_NV_video_capture
    void
    glGetVideoCaptureStreamivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, GLint * params)
    Part of GL_NV_video_capture
    void
    glGetVideoCaptureStreamivNV(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, GLint * params)
    Part of GL_NV_video_capture
    void
    glHint(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLenum mode)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0, GL_PGI_misc_hints
    Alias for: glHintPGI
    void
    glHintPGI(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLint mode)
    Part of GL_PGI_misc_hints
    void
    glHistogram(int arg0, int arg1, int arg2, boolean arg3)
    Entry point to C language function: void (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
    Alias for: glHistogramEXT
    long
    glImportSyncEXT(int arg0, long arg1, int arg2)
    Entry point to C language function: GLsync (GLenum external_sync_type, GLintptr external_sync, GLbitfield flags)
    Part of GL_EXT_x11_sync_object
    void
    glIndexd(double arg0)
    Entry point to C language function: void (GLdouble c)
    Part of GL_VERSION_1_0
    void
    glIndexdv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * c)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * c)
    Part of GL_VERSION_1_0
    void
    glIndexf(float arg0)
    Entry point to C language function: void (GLfloat c)
    Part of GL_VERSION_1_0
    void
    glIndexFormatNV(int arg0, int arg1)
    Entry point to C language function: void (GLenum type, GLsizei stride)
    Part of GL_NV_vertex_buffer_unified_memory
    void
    glIndexFuncEXT(int arg0, float arg1)
    Entry point to C language function: void (GLenum func, GLclampf ref)
    Part of GL_EXT_index_func
    void
    glIndexfv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * c)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLfloat * c)
    Part of GL_VERSION_1_0
    void
    glIndexi(int arg0)
    Entry point to C language function: void (GLint c)
    Part of GL_VERSION_1_0
    void
    glIndexiv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLint * c)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLint * c)
    Part of GL_VERSION_1_0
    void
    glIndexMask(int arg0)
    Entry point to C language function: void (GLuint mask)
    Part of GL_VERSION_1_0
    void
    glIndexMaterialEXT(int arg0, int arg1)
    Entry point to C language function: void (GLenum face, GLenum mode)
    Part of GL_EXT_index_material
    void
    glIndexPointer(int arg0, int arg1, Buffer arg2)
    Entry point to C language function: void (GLenum type, GLsizei stride, const GLvoid * ptr)
    Part of GL_VERSION_1_1, GL_EXT_vertex_array
    Alias for: glIndexPointerEXT
    void
    glIndexs(short arg0)
    Entry point to C language function: void (GLshort c)
    Part of GL_VERSION_1_0
    void
    glIndexsv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLshort * c)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLshort * c)
    Part of GL_VERSION_1_0
    void
    glIndexub(byte arg0)
    Entry point to C language function: void (GLubyte c)
    Part of GL_VERSION_1_1
    void
    glIndexubv(byte[] arg0, int arg1)
    Entry point to C language function: void (const GLubyte * c)
    Part of GL_VERSION_1_1
    void
    Entry point to C language function: void (const GLubyte * c)
    Part of GL_VERSION_1_1
    void
    Entry point to C language function: void (void)
    Part of GL_VERSION_1_0
    void
    glInsertComponentEXT(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint res, GLuint src, GLuint num)
    Part of GL_EXT_vertex_shader
    void
    glInterleavedArrays(int arg0, int arg1, long arg2)
    Entry point to C language function: void (GLenum format, GLsizei stride, const GLvoid * pointer)
    Part of GL_VERSION_1_1
    void
    glInterleavedArrays(int arg0, int arg1, Buffer arg2)
    Entry point to C language function: void (GLenum format, GLsizei stride, const GLvoid * pointer)
    Part of GL_VERSION_1_1
    void
    Entry point to C language function: void (GLuint buffer)
    Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3
    void
    glInvalidateBufferSubData(int arg0, long arg1, long arg2)
    Entry point to C language function: void (GLuint buffer, GLintptr offset, GLsizeiptr length)
    Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3
    void
    glInvalidateFramebuffer(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLsizei numAttachments, const GLenum * attachments)
    Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0
    void
    glInvalidateFramebuffer(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLsizei numAttachments, const GLenum * attachments)
    Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0
    void
    glInvalidateNamedFramebufferData(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint framebuffer, GLsizei numAttachments, const GLenum * attachments)
    Part of GL_VERSION_4_5
    void
    glInvalidateNamedFramebufferData(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint framebuffer, GLsizei numAttachments, const GLenum * attachments)
    Part of GL_VERSION_4_5
    void
    glInvalidateNamedFramebufferSubData(int arg0, int arg1, int[] arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
    Entry point to C language function: void (GLuint framebuffer, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height)
    Part of GL_VERSION_4_5
    void
    glInvalidateNamedFramebufferSubData(int arg0, int arg1, IntBuffer arg2, int arg3, int arg4, int arg5, int arg6)
    Entry point to C language function: void (GLuint framebuffer, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height)
    Part of GL_VERSION_4_5
    void
    glInvalidateSubFramebuffer(int arg0, int arg1, int[] arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
    Entry point to C language function: void (GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height)
    Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0
    void
    glInvalidateSubFramebuffer(int arg0, int arg1, IntBuffer arg2, int arg3, int arg4, int arg5, int arg6)
    Entry point to C language function: void (GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height)
    Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0
    void
    glInvalidateTexImage(int arg0, int arg1)
    Entry point to C language function: void (GLuint texture, GLint level)
    Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3
    void
    glInvalidateTexSubImage(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
    Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth)
    Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3
    boolean
    glIsBuffer(int arg0)
    Entry point to C language function: GLboolean (GLuint buffer)
    Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
    Alias for: glIsBufferARB
    boolean
    Entry point to C language function: GLboolean (GLenum target)
    Part of GL_NV_shader_buffer_load
    boolean
    Entry point to C language function: GLboolean (GLuint list)
    Part of GL_NV_command_list
    boolean
    glIsEnabled(int arg0)
    Entry point to C language function: GLboolean (GLenum cap)
    Part of GL_NV_vertex_buffer_unified_memory, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    boolean
    glIsEnabledi(int arg0, int arg1)
    Entry point to C language function: GLboolean (GLenum target, GLuint index)
    Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_draw_buffers_indexed, GL_NV_viewport_array, GL_EXT_draw_buffers_indexed
    Alias for: glIsEnablediOES, glIsEnablediNV, glIsEnablediEXT
    boolean
    glIsEnabledIndexed(int arg0, int arg1)
    Entry point to C language function: GLboolean (GLenum target, GLuint index)
    Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
    Alias for: glIsEnabledIndexedEXT
    boolean
    glIsFramebuffer(int arg0)
    Entry point to C language function: GLboolean (GLuint framebuffer)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
    Alias for: glIsFramebufferEXT, glIsFramebufferOES
    boolean
    Entry point to C language function: GLboolean (GLuint64 handle)
    Part of GL_ARB_bindless_texture
    boolean
    glIsList(int arg0)
    Entry point to C language function: GLboolean (GLuint list)
    Part of GL_VERSION_1_0
    boolean
    glIsNameAMD(int arg0, int arg1)
    Entry point to C language function: GLboolean (GLenum identifier, GLuint name)
    Part of GL_AMD_name_gen_delete
    boolean
    Entry point to C language function: GLboolean (GLuint buffer)
    Part of GL_NV_shader_buffer_load
    boolean
    glIsNamedStringARB(int arg0, String arg1)
    Entry point to C language function: GLboolean (GLint namelen, const GLchar * name)
    Part of GL_ARB_shading_language_include
    boolean
    Entry point to C language function: GLboolean (GLuint id)
    Part of GL_NV_occlusion_query
    boolean
    glIsProgram(int arg0)
    Entry point to C language function: GLboolean (GLuint program)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_ARB_fragment_program, GL_NV_vertex_program
    Alias for: glIsProgramARB, glIsProgramNV
    boolean
    glIsProgramARB(int arg0)
    Entry point to C language function: GLboolean (GLuint program)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    boolean
    Entry point to C language function: GLboolean (GLuint pipeline)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
    Alias for: glIsProgramPipelineEXT
    boolean
    glIsQuery(int arg0)
    Entry point to C language function: GLboolean (GLuint id)
    Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
    Alias for: glIsQueryEXT, glIsQueryARB
    boolean
    glIsRenderbuffer(int arg0)
    Entry point to C language function: GLboolean (GLuint renderbuffer)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
    Alias for: glIsRenderbufferOES, glIsRenderbufferEXT
    boolean
    glIsSampler(int arg0)
    Entry point to C language function: GLboolean (GLuint sampler)
    Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
    boolean
    glIsShader(int arg0)
    Entry point to C language function: GLboolean (GLuint shader)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
    boolean
    glIsStateNV(int arg0)
    Entry point to C language function: GLboolean (GLuint state)
    Part of GL_NV_command_list
    boolean
    glIsSync(long arg0)
    Entry point to C language function: GLboolean (GLsync sync)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
    Alias for: glIsSyncAPPLE
    boolean
    glIsTexture(int arg0)
    Entry point to C language function: GLboolean (GLuint texture)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
    Alias for: glIsTextureEXT
    boolean
    Entry point to C language function: GLboolean (GLuint64 handle)
    Part of GL_ARB_bindless_texture
    boolean
    Entry point to C language function: GLboolean (GLuint id)
    Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
    Alias for: glIsTransformFeedbackNV
    boolean
    Entry point to C language function: GLboolean (GLuint id)
    Part of GL_NV_transform_feedback2
    boolean
    glIsVariantEnabledEXT(int arg0, int arg1)
    Entry point to C language function: GLboolean (GLuint id, GLenum cap)
    Part of GL_EXT_vertex_shader
    boolean
    glIsVertexArray(int arg0)
    Entry point to C language function: GLboolean (GLuint array)
    Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_OES_vertex_array_object, GL_APPLE_vertex_array_object
    Alias for: glIsVertexArrayOES, glIsVertexArrayAPPLE
    boolean
    glIsVertexAttribEnabledAPPLE(int arg0, int arg1)
    Entry point to C language function: GLboolean (GLuint index, GLenum pname)
    Part of GL_APPLE_vertex_program_evaluators
    void
    glLightf(int arg0, int arg1, float arg2)
    Entry point to C language function: void (GLenum light, GLenum pname, GLfloat param)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0
    void
    glLightfv(int arg0, int arg1, float[] arg2, int arg3)
     
    void
    glLightfv(int arg0, int arg1, FloatBuffer arg2)
     
    void
    glLighti(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum light, GLenum pname, GLint param)
    Part of GL_VERSION_1_0
    void
    glLightiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum light, GLenum pname, const GLint * params)
    Part of GL_VERSION_1_0
    void
    glLightiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum light, GLenum pname, const GLint * params)
    Part of GL_VERSION_1_0
    void
    glLightModelf(int arg0, float arg1)
    Entry point to C language function: void (GLenum pname, GLfloat param)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0
    void
    glLightModelfv(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLenum pname, const GLfloat * params)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0
    void
    glLightModelfv(int arg0, FloatBuffer arg1)
    Entry point to C language function: void (GLenum pname, const GLfloat * params)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0
    void
    glLightModeli(int arg0, int arg1)
    Entry point to C language function: void (GLenum pname, GLint param)
    Part of GL_VERSION_1_0
    void
    glLightModeliv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum pname, const GLint * params)
    Part of GL_VERSION_1_0
    void
    glLightModeliv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum pname, const GLint * params)
    Part of GL_VERSION_1_0
    void
    glLineStipple(int arg0, short arg1)
    Entry point to C language function: void (GLint factor, GLushort pattern)
    Part of GL_VERSION_1_0
    void
    glLineWidth(float arg0)
    Entry point to C language function: void (GLfloat width)
    Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
    void
    glLinkProgram(int arg0)
    Entry point to C language function: void (GLuint program)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glLinkProgramARB
    void
    glLinkProgramARB(long arg0)
    Entry point to C language function: void (GLhandleARB programObj)
    Part of GL_ARB_shader_objects
    void
    glListBase(int arg0)
    Entry point to C language function: void (GLuint base)
    Part of GL_VERSION_1_0
    void
    glListDrawCommandsStatesClientNV(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2, int[] arg3, int arg4, int[] arg5, int arg6, int[] arg7, int arg8, int arg9)
    Entry point to C language function: void (GLuint list, GLuint segment, const void * * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
    Part of GL_NV_command_list
    void
    glListDrawCommandsStatesClientNV(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2, IntBuffer arg3, IntBuffer arg4, IntBuffer arg5, int arg6)
    Entry point to C language function: void (GLuint list, GLuint segment, const void * * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
    Part of GL_NV_command_list
    void
    Load the current matrix with the identity matrix
    void
    glLoadMatrixd(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * m)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * m)
    Part of GL_VERSION_1_0
    void
    glLoadMatrixf(float[] arg0, int arg1)
    Load the current matrix w/ the provided one.
    void
    Load the current matrix w/ the provided one.
    void
    glLoadName(int arg0)
    Entry point to C language function: void (GLuint name)
    Part of GL_VERSION_1_0
    void
    glLoadTransposeMatrixd(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * m)
    Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
    Alias for: glLoadTransposeMatrixdARB
    void
    Entry point to C language function: void (const GLdouble * m)
    Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
    Alias for: glLoadTransposeMatrixdARB
    void
    glLoadTransposeMatrixf(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * m)
    Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
    Alias for: glLoadTransposeMatrixfARB
    void
    Entry point to C language function: void (const GLfloat * m)
    Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
    Alias for: glLoadTransposeMatrixfARB
    void
    glLockArraysEXT(int arg0, int arg1)
    Entry point to C language function: void (GLint first, GLsizei count)
    Part of GL_EXT_compiled_vertex_array
    void
    glLogicOp(int arg0)
    Entry point to C language function: void (GLenum opcode)
    Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    Entry point to C language function: void (GLenum target)
    Part of GL_NV_shader_buffer_load
    void
    glMakeBufferResidentNV(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLenum access)
    Part of GL_NV_shader_buffer_load
    void
    Entry point to C language function: void (GLuint64 handle)
    Part of GL_ARB_bindless_texture
    void
    glMakeImageHandleResidentARB(long arg0, int arg1)
    Entry point to C language function: void (GLuint64 handle, GLenum access)
    Part of GL_ARB_bindless_texture
    void
    Entry point to C language function: void (GLuint buffer)
    Part of GL_NV_shader_buffer_load
    void
    glMakeNamedBufferResidentNV(int arg0, int arg1)
    Entry point to C language function: void (GLuint buffer, GLenum access)
    Part of GL_NV_shader_buffer_load
    void
    Entry point to C language function: void (GLuint64 handle)
    Part of GL_ARB_bindless_texture
    void
    Entry point to C language function: void (GLuint64 handle)
    Part of GL_ARB_bindless_texture
    void
    glMap1d(int arg0, double arg1, double arg2, int arg3, int arg4, double[] arg5, int arg6)
    Entry point to C language function: void (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
    Part of GL_VERSION_1_0
    void
    glMap1d(int arg0, double arg1, double arg2, int arg3, int arg4, DoubleBuffer arg5)
    Entry point to C language function: void (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
    Part of GL_VERSION_1_0
    void
    glMap1f(int arg0, float arg1, float arg2, int arg3, int arg4, float[] arg5, int arg6)
    Entry point to C language function: void (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
    Part of GL_VERSION_1_0
    void
    glMap1f(int arg0, float arg1, float arg2, int arg3, int arg4, FloatBuffer arg5)
    Entry point to C language function: void (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
    Part of GL_VERSION_1_0
    void
    glMap2d(int arg0, double arg1, double arg2, int arg3, int arg4, double arg5, double arg6, int arg7, int arg8, double[] arg9, int arg10)
    Entry point to C language function: void (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points)
    Part of GL_VERSION_1_0
    void
    glMap2d(int arg0, double arg1, double arg2, int arg3, int arg4, double arg5, double arg6, int arg7, int arg8, DoubleBuffer arg9)
    Entry point to C language function: void (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points)
    Part of GL_VERSION_1_0
    void
    glMap2f(int arg0, float arg1, float arg2, int arg3, int arg4, float arg5, float arg6, int arg7, int arg8, float[] arg9, int arg10)
    Entry point to C language function: void (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points)
    Part of GL_VERSION_1_0
    void
    glMap2f(int arg0, float arg1, float arg2, int arg3, int arg4, float arg5, float arg6, int arg7, int arg8, FloatBuffer arg9)
    Entry point to C language function: void (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points)
    Part of GL_VERSION_1_0
    glMapBuffer(int arg0, int arg1)
    Entry point to C language function: void * (GLenum target, GLenum access)
    Part of GL_VERSION_1_5, GL_OES_mapbuffer, GL_ARB_vertex_buffer_object
    Alias for: glMapBufferOES, glMapBufferARB
    glMapBufferRange(int arg0, long arg1, long arg2, int arg3)
    Entry point to C language function: void * (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
    Part of GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range
    Alias for: glMapBufferRangeEXT
    void
    glMapControlPointsNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, boolean arg7, Buffer arg8)
    Entry point to C language function: void (GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed, const void * points)
    Part of GL_NV_evaluators
    void
    glMapGrid1d(int arg0, double arg1, double arg2)
    Entry point to C language function: void (GLint un, GLdouble u1, GLdouble u2)
    Part of GL_VERSION_1_0
    void
    glMapGrid1f(int arg0, float arg1, float arg2)
    Entry point to C language function: void (GLint un, GLfloat u1, GLfloat u2)
    Part of GL_VERSION_1_0
    void
    glMapGrid2d(int arg0, double arg1, double arg2, int arg3, double arg4, double arg5)
    Entry point to C language function: void (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)
    Part of GL_VERSION_1_0
    void
    glMapGrid2f(int arg0, float arg1, float arg2, int arg3, float arg4, float arg5)
    Entry point to C language function: void (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)
    Part of GL_VERSION_1_0
    glMapNamedBuffer(int arg0, int arg1)
    Entry point to C language function: void * (GLuint buffer, GLenum access)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glMapNamedBufferEXT
    glMapNamedBufferEXT(int arg0, int arg1)
    Entry point to C language function: void * (GLuint buffer, GLenum access)
    Part of GL_EXT_direct_state_access
    glMapNamedBufferRange(int arg0, long arg1, long arg2, int arg3)
    Entry point to C language function: void * (GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glMapNamedBufferRangeEXT
    glMapNamedBufferRangeEXT(int arg0, long arg1, long arg2, int arg3)
    Entry point to C language function: void * (GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access)
    Part of GL_EXT_direct_state_access
    void
    glMapParameterfvNV(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
    Part of GL_NV_evaluators
    void
    glMapParameterfvNV(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
    Part of GL_NV_evaluators
    void
    glMapParameterivNV(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
    Part of GL_NV_evaluators
    void
    glMapParameterivNV(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
    Part of GL_NV_evaluators
    glMapTexture2DINTEL(int arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6)
    Entry point to C language function: void * (GLuint texture, GLint level, GLbitfield access, GLint * stride, GLenum * layout)
    Part of GL_INTEL_map_texture
    glMapTexture2DINTEL(int arg0, int arg1, int arg2, IntBuffer arg3, IntBuffer arg4)
    Entry point to C language function: void * (GLuint texture, GLint level, GLbitfield access, GLint * stride, GLenum * layout)
    Part of GL_INTEL_map_texture
    void
    glMapVertexAttrib1dAPPLE(int arg0, int arg1, double arg2, double arg3, int arg4, int arg5, double[] arg6, int arg7)
    Entry point to C language function: void (GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
    Part of GL_APPLE_vertex_program_evaluators
    void
    glMapVertexAttrib1dAPPLE(int arg0, int arg1, double arg2, double arg3, int arg4, int arg5, DoubleBuffer arg6)
    Entry point to C language function: void (GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
    Part of GL_APPLE_vertex_program_evaluators
    void
    glMapVertexAttrib1fAPPLE(int arg0, int arg1, float arg2, float arg3, int arg4, int arg5, float[] arg6, int arg7)
    Entry point to C language function: void (GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
    Part of GL_APPLE_vertex_program_evaluators
    void
    glMapVertexAttrib1fAPPLE(int arg0, int arg1, float arg2, float arg3, int arg4, int arg5, FloatBuffer arg6)
    Entry point to C language function: void (GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
    Part of GL_APPLE_vertex_program_evaluators
    void
    glMapVertexAttrib2dAPPLE(int arg0, int arg1, double arg2, double arg3, int arg4, int arg5, double arg6, double arg7, int arg8, int arg9, double[] arg10, int arg11)
    Entry point to C language function: void (GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points)
    Part of GL_APPLE_vertex_program_evaluators
    void
    glMapVertexAttrib2dAPPLE(int arg0, int arg1, double arg2, double arg3, int arg4, int arg5, double arg6, double arg7, int arg8, int arg9, DoubleBuffer arg10)
    Entry point to C language function: void (GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points)
    Part of GL_APPLE_vertex_program_evaluators
    void
    glMapVertexAttrib2fAPPLE(int arg0, int arg1, float arg2, float arg3, int arg4, int arg5, float arg6, float arg7, int arg8, int arg9, float[] arg10, int arg11)
    Entry point to C language function: void (GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points)
    Part of GL_APPLE_vertex_program_evaluators
    void
    glMapVertexAttrib2fAPPLE(int arg0, int arg1, float arg2, float arg3, int arg4, int arg5, float arg6, float arg7, int arg8, int arg9, FloatBuffer arg10)
    Entry point to C language function: void (GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points)
    Part of GL_APPLE_vertex_program_evaluators
    void
    glMaterialf(int arg0, int arg1, float arg2)
     
    void
    glMaterialfv(int arg0, int arg1, float[] arg2, int arg3)
     
    void
    glMaterialfv(int arg0, int arg1, FloatBuffer arg2)
     
    void
    glMateriali(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum face, GLenum pname, GLint param)
    Part of GL_VERSION_1_0
    void
    glMaterialiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum face, GLenum pname, const GLint * params)
    Part of GL_VERSION_1_0
    void
    glMaterialiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum face, GLenum pname, const GLint * params)
    Part of GL_VERSION_1_0
    void
    glMatrixFrustumEXT(int arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
    Entry point to C language function: void (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
    Part of GL_EXT_direct_state_access
    void
    glMatrixIndexPointerARB(int arg0, int arg1, int arg2, long arg3)
    Entry point to C language function: void (GLint size, GLenum type, GLsizei stride, const void * pointer)
    Part of GL_ARB_matrix_palette
    void
    glMatrixIndexPointerARB(int arg0, int arg1, int arg2, Buffer arg3)
    Entry point to C language function: void (GLint size, GLenum type, GLsizei stride, const void * pointer)
    Part of GL_ARB_matrix_palette
    void
    glMatrixIndexubvARB(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLint size, const GLubyte * indices)
    Part of GL_ARB_matrix_palette
    void
    Entry point to C language function: void (GLint size, const GLubyte * indices)
    Part of GL_ARB_matrix_palette
    void
    glMatrixIndexuivARB(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLint size, const GLuint * indices)
    Part of GL_ARB_matrix_palette
    void
    glMatrixIndexuivARB(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLint size, const GLuint * indices)
    Part of GL_ARB_matrix_palette
    void
    glMatrixIndexusvARB(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLint size, const GLushort * indices)
    Part of GL_ARB_matrix_palette
    void
    Entry point to C language function: void (GLint size, const GLushort * indices)
    Part of GL_ARB_matrix_palette
    void
    glMatrixLoaddEXT(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLenum mode, const GLdouble * m)
    Part of GL_EXT_direct_state_access
    void
    glMatrixLoaddEXT(int arg0, DoubleBuffer arg1)
    Entry point to C language function: void (GLenum mode, const GLdouble * m)
    Part of GL_EXT_direct_state_access
    void
    glMatrixLoadfEXT(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLenum mode, const GLfloat * m)
    Part of GL_EXT_direct_state_access
    void
    glMatrixLoadfEXT(int arg0, FloatBuffer arg1)
    Entry point to C language function: void (GLenum mode, const GLfloat * m)
    Part of GL_EXT_direct_state_access
    void
    Entry point to C language function: void (GLenum mode)
    Part of GL_EXT_direct_state_access
    void
    glMatrixLoadTransposedEXT(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLenum mode, const GLdouble * m)
    Part of GL_EXT_direct_state_access
    void
    Entry point to C language function: void (GLenum mode, const GLdouble * m)
    Part of GL_EXT_direct_state_access
    void
    glMatrixLoadTransposefEXT(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLenum mode, const GLfloat * m)
    Part of GL_EXT_direct_state_access
    void
    Entry point to C language function: void (GLenum mode, const GLfloat * m)
    Part of GL_EXT_direct_state_access
    void
    glMatrixMode(int arg0)
    Sets the current matrix mode.
    void
    glMatrixMultdEXT(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLenum mode, const GLdouble * m)
    Part of GL_EXT_direct_state_access
    void
    glMatrixMultdEXT(int arg0, DoubleBuffer arg1)
    Entry point to C language function: void (GLenum mode, const GLdouble * m)
    Part of GL_EXT_direct_state_access
    void
    glMatrixMultfEXT(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLenum mode, const GLfloat * m)
    Part of GL_EXT_direct_state_access
    void
    glMatrixMultfEXT(int arg0, FloatBuffer arg1)
    Entry point to C language function: void (GLenum mode, const GLfloat * m)
    Part of GL_EXT_direct_state_access
    void
    glMatrixMultTransposedEXT(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLenum mode, const GLdouble * m)
    Part of GL_EXT_direct_state_access
    void
    Entry point to C language function: void (GLenum mode, const GLdouble * m)
    Part of GL_EXT_direct_state_access
    void
    glMatrixMultTransposefEXT(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLenum mode, const GLfloat * m)
    Part of GL_EXT_direct_state_access
    void
    Entry point to C language function: void (GLenum mode, const GLfloat * m)
    Part of GL_EXT_direct_state_access
    void
    glMatrixOrthoEXT(int arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
    Entry point to C language function: void (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
    Part of GL_EXT_direct_state_access
    void
    glMatrixPopEXT(int arg0)
    Entry point to C language function: void (GLenum mode)
    Part of GL_EXT_direct_state_access
    void
    glMatrixPushEXT(int arg0)
    Entry point to C language function: void (GLenum mode)
    Part of GL_EXT_direct_state_access
    void
    glMatrixRotatedEXT(int arg0, double arg1, double arg2, double arg3, double arg4)
    Entry point to C language function: void (GLenum mode, GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
    Part of GL_EXT_direct_state_access
    void
    glMatrixRotatefEXT(int arg0, float arg1, float arg2, float arg3, float arg4)
    Entry point to C language function: void (GLenum mode, GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
    Part of GL_EXT_direct_state_access
    void
    glMatrixScaledEXT(int arg0, double arg1, double arg2, double arg3)
    Entry point to C language function: void (GLenum mode, GLdouble x, GLdouble y, GLdouble z)
    Part of GL_EXT_direct_state_access
    void
    glMatrixScalefEXT(int arg0, float arg1, float arg2, float arg3)
    Entry point to C language function: void (GLenum mode, GLfloat x, GLfloat y, GLfloat z)
    Part of GL_EXT_direct_state_access
    void
    glMatrixTranslatedEXT(int arg0, double arg1, double arg2, double arg3)
    Entry point to C language function: void (GLenum mode, GLdouble x, GLdouble y, GLdouble z)
    Part of GL_EXT_direct_state_access
    void
    glMatrixTranslatefEXT(int arg0, float arg1, float arg2, float arg3)
    Entry point to C language function: void (GLenum mode, GLfloat x, GLfloat y, GLfloat z)
    Part of GL_EXT_direct_state_access
    void
    Entry point to C language function: void (GLuint count)
    Part of GL_ARB_parallel_shader_compile
    void
    glMemoryBarrier(int arg0)
    Entry point to C language function: void (GLbitfield barriers)
    Part of GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
    Alias for: glMemoryBarrierEXT
    void
    Entry point to C language function: void (GLbitfield barriers)
    Part of GL_VERSION_4_5, GL_ES_VERSION_3_1
    void
    glMinmax(int arg0, int arg1, boolean arg2)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLboolean sink)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
    Alias for: glMinmaxEXT
    void
    glMinSampleShading(float arg0)
    Entry point to C language function: void (GLfloat value)
    Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_sample_shading, GL_ARB_sample_shading
    Alias for: glMinSampleShadingOES, glMinSampleShadingARB
    void
    glMultiDrawArrays(int arg0, int[] arg1, int arg2, int[] arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum mode, const GLint * first, const GLsizei * count, GLsizei drawcount)
    Part of GL_VERSION_1_4, GL_EXT_multi_draw_arrays
    Alias for: glMultiDrawArraysEXT
    void
    glMultiDrawArrays(int arg0, IntBuffer arg1, IntBuffer arg2, int arg3)
    Entry point to C language function: void (GLenum mode, const GLint * first, const GLsizei * count, GLsizei drawcount)
    Part of GL_VERSION_1_4, GL_EXT_multi_draw_arrays
    Alias for: glMultiDrawArraysEXT
    void
    glMultiDrawArraysIndirect(int arg0, long arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum mode, const void * indirect, GLsizei drawcount, GLsizei stride)
    Part of GL_ARB_multi_draw_indirect, GL_VERSION_4_3, GL_EXT_multi_draw_indirect, GL_AMD_multi_draw_indirect
    Alias for: glMultiDrawArraysIndirectEXT, glMultiDrawArraysIndirectAMD
    void
    glMultiDrawArraysIndirect(int arg0, Buffer arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum mode, const void * indirect, GLsizei drawcount, GLsizei stride);
    Part of GL_VERSION_4_3, GL_ARB_multi_draw_indirect
    void
    glMultiDrawArraysIndirectAMD(int arg0, Buffer arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum mode, const void * indirect, GLsizei primcount, GLsizei stride)
    Part of GL_AMD_multi_draw_indirect
    void
    glMultiDrawArraysIndirectBindlessCountNV(int arg0, Buffer arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum mode, const void * indirect, GLsizei drawCount, GLsizei maxDrawCount, GLsizei stride, GLint vertexBufferCount)
    Part of GL_NV_bindless_multi_draw_indirect_count
    void
    glMultiDrawArraysIndirectBindlessNV(int arg0, Buffer arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum mode, const void * indirect, GLsizei drawCount, GLsizei stride, GLint vertexBufferCount)
    Part of GL_NV_bindless_multi_draw_indirect
    void
    glMultiDrawArraysIndirectCountARB(int arg0, long arg1, long arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum mode, GLintptr indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride)
    Part of GL_ARB_indirect_parameters
    void
    glMultiDrawElements(int arg0, IntBuffer arg1, int arg2, com.jogamp.common.nio.PointerBuffer arg3, int arg4)
    Entry point to C language function: void (GLenum mode, const GLsizei * count, GLenum type, const void * const * indices, GLsizei drawcount)
    Part of GL_VERSION_1_4, GL_EXT_multi_draw_arrays
    Alias for: glMultiDrawElementsEXT
    void
    glMultiDrawElementsBaseVertex(int arg0, IntBuffer arg1, int arg2, com.jogamp.common.nio.PointerBuffer arg3, int arg4, IntBuffer arg5)
    Entry point to C language function: void (GLenum mode, const GLsizei * count, GLenum type, const void * const * indices, GLsizei drawcount, const GLint * basevertex)
    Part of GL_ARB_draw_elements_base_vertex, GL_VERSION_3_2, GL_OES_draw_elements_base_vertex, GL_EXT_draw_elements_base_vertex
    Alias for: glMultiDrawElementsBaseVertexOES, glMultiDrawElementsBaseVertexEXT
    void
    glMultiDrawElementsIndirect(int arg0, int arg1, Buffer arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum mode, GLenum type, const void * indirect, GLsizei drawcount, GLsizei stride)
    Part of GL_ARB_multi_draw_indirect, GL_VERSION_4_3, GL_AMD_multi_draw_indirect, GL_EXT_multi_draw_indirect
    Alias for: glMultiDrawElementsIndirectAMD, glMultiDrawElementsIndirectEXT
    void
    glMultiDrawElementsIndirectAMD(int arg0, int arg1, Buffer arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum mode, GLenum type, const void * indirect, GLsizei primcount, GLsizei stride)
    Part of GL_AMD_multi_draw_indirect
    void
    glMultiDrawElementsIndirectBindlessCountNV(int arg0, int arg1, Buffer arg2, int arg3, int arg4, int arg5, int arg6)
    Entry point to C language function: void (GLenum mode, GLenum type, const void * indirect, GLsizei drawCount, GLsizei maxDrawCount, GLsizei stride, GLint vertexBufferCount)
    Part of GL_NV_bindless_multi_draw_indirect_count
    void
    glMultiDrawElementsIndirectBindlessNV(int arg0, int arg1, Buffer arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum mode, GLenum type, const void * indirect, GLsizei drawCount, GLsizei stride, GLint vertexBufferCount)
    Part of GL_NV_bindless_multi_draw_indirect
    void
    glMultiDrawElementsIndirectCountARB(int arg0, int arg1, long arg2, long arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum mode, GLenum type, GLintptr indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride)
    Part of GL_ARB_indirect_parameters
    void
    glMultiTexBufferEXT(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum internalformat, GLuint buffer)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexCoord1bOES(int arg0, byte arg1)
    Entry point to C language function: void (GLenum texture, GLbyte s)
    Part of GL_OES_byte_coordinates
    void
    glMultiTexCoord1bvOES(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLenum texture, const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    Entry point to C language function: void (GLenum texture, const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    glMultiTexCoord1d(int arg0, double arg1)
    Entry point to C language function: void (GLenum target, GLdouble s)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord1dARB
    void
    glMultiTexCoord1dv(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLdouble * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord1dvARB
    void
    Entry point to C language function: void (GLenum target, const GLdouble * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord1dvARB
    void
    glMultiTexCoord1f(int arg0, float arg1)
    Entry point to C language function: void (GLenum target, GLfloat s)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord1fARB
    void
    glMultiTexCoord1fv(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLfloat * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord1fvARB
    void
    Entry point to C language function: void (GLenum target, const GLfloat * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord1fvARB
    void
    glMultiTexCoord1h(int arg0, short arg1)
    Entry point to C language function: void (GLenum target, GLhalfNV s)
    Part of GL_NV_half_float
    Alias for: glMultiTexCoord1hNV
    void
    glMultiTexCoord1hv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glMultiTexCoord1hvNV
    void
    Entry point to C language function: void (GLenum target, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glMultiTexCoord1hvNV
    void
    glMultiTexCoord1i(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLint s)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord1iARB
    void
    glMultiTexCoord1iv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLint * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord1ivARB
    void
    glMultiTexCoord1iv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum target, const GLint * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord1ivARB
    void
    glMultiTexCoord1s(int arg0, short arg1)
    Entry point to C language function: void (GLenum target, GLshort s)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord1sARB
    void
    glMultiTexCoord1sv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLshort * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord1svARB
    void
    Entry point to C language function: void (GLenum target, const GLshort * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord1svARB
    void
    glMultiTexCoord2bOES(int arg0, byte arg1, byte arg2)
    Entry point to C language function: void (GLenum texture, GLbyte s, GLbyte t)
    Part of GL_OES_byte_coordinates
    void
    glMultiTexCoord2bvOES(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLenum texture, const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    Entry point to C language function: void (GLenum texture, const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    glMultiTexCoord2d(int arg0, double arg1, double arg2)
    Entry point to C language function: void (GLenum target, GLdouble s, GLdouble t)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord2dARB
    void
    glMultiTexCoord2dv(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLdouble * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord2dvARB
    void
    Entry point to C language function: void (GLenum target, const GLdouble * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord2dvARB
    void
    glMultiTexCoord2f(int arg0, float arg1, float arg2)
    Entry point to C language function: void (GLenum target, GLfloat s, GLfloat t)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord2fARB
    void
    glMultiTexCoord2fv(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLfloat * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord2fvARB
    void
    Entry point to C language function: void (GLenum target, const GLfloat * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord2fvARB
    void
    glMultiTexCoord2h(int arg0, short arg1, short arg2)
    Entry point to C language function: void (GLenum target, GLhalfNV s, GLhalfNV t)
    Part of GL_NV_half_float
    Alias for: glMultiTexCoord2hNV
    void
    glMultiTexCoord2hv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glMultiTexCoord2hvNV
    void
    Entry point to C language function: void (GLenum target, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glMultiTexCoord2hvNV
    void
    glMultiTexCoord2i(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum target, GLint s, GLint t)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord2iARB
    void
    glMultiTexCoord2iv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLint * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord2ivARB
    void
    glMultiTexCoord2iv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum target, const GLint * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord2ivARB
    void
    glMultiTexCoord2s(int arg0, short arg1, short arg2)
    Entry point to C language function: void (GLenum target, GLshort s, GLshort t)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord2sARB
    void
    glMultiTexCoord2sv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLshort * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord2svARB
    void
    Entry point to C language function: void (GLenum target, const GLshort * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord2svARB
    void
    glMultiTexCoord3bOES(int arg0, byte arg1, byte arg2, byte arg3)
    Entry point to C language function: void (GLenum texture, GLbyte s, GLbyte t, GLbyte r)
    Part of GL_OES_byte_coordinates
    void
    glMultiTexCoord3bvOES(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLenum texture, const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    Entry point to C language function: void (GLenum texture, const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    glMultiTexCoord3d(int arg0, double arg1, double arg2, double arg3)
    Entry point to C language function: void (GLenum target, GLdouble s, GLdouble t, GLdouble r)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord3dARB
    void
    glMultiTexCoord3dv(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLdouble * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord3dvARB
    void
    Entry point to C language function: void (GLenum target, const GLdouble * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord3dvARB
    void
    glMultiTexCoord3f(int arg0, float arg1, float arg2, float arg3)
    Entry point to C language function: void (GLenum target, GLfloat s, GLfloat t, GLfloat r)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord3fARB
    void
    glMultiTexCoord3fv(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLfloat * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord3fvARB
    void
    Entry point to C language function: void (GLenum target, const GLfloat * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord3fvARB
    void
    glMultiTexCoord3h(int arg0, short arg1, short arg2, short arg3)
    Entry point to C language function: void (GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r)
    Part of GL_NV_half_float
    Alias for: glMultiTexCoord3hNV
    void
    glMultiTexCoord3hv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glMultiTexCoord3hvNV
    void
    Entry point to C language function: void (GLenum target, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glMultiTexCoord3hvNV
    void
    glMultiTexCoord3i(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLint s, GLint t, GLint r)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord3iARB
    void
    glMultiTexCoord3iv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLint * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord3ivARB
    void
    glMultiTexCoord3iv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum target, const GLint * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord3ivARB
    void
    glMultiTexCoord3s(int arg0, short arg1, short arg2, short arg3)
    Entry point to C language function: void (GLenum target, GLshort s, GLshort t, GLshort r)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord3sARB
    void
    glMultiTexCoord3sv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLshort * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord3svARB
    void
    Entry point to C language function: void (GLenum target, const GLshort * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord3svARB
    void
    glMultiTexCoord4bOES(int arg0, byte arg1, byte arg2, byte arg3, byte arg4)
    Entry point to C language function: void (GLenum texture, GLbyte s, GLbyte t, GLbyte r, GLbyte q)
    Part of GL_OES_byte_coordinates
    void
    glMultiTexCoord4bvOES(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLenum texture, const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    Entry point to C language function: void (GLenum texture, const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    glMultiTexCoord4d(int arg0, double arg1, double arg2, double arg3, double arg4)
    Entry point to C language function: void (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord4dARB
    void
    glMultiTexCoord4dv(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLdouble * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord4dvARB
    void
    Entry point to C language function: void (GLenum target, const GLdouble * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord4dvARB
    void
    glMultiTexCoord4f(int arg0, float arg1, float arg2, float arg3, float arg4)
    Entry point to C language function: void (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord4fARB
    void
    glMultiTexCoord4fv(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLfloat * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord4fvARB
    void
    Entry point to C language function: void (GLenum target, const GLfloat * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord4fvARB
    void
    glMultiTexCoord4h(int arg0, short arg1, short arg2, short arg3, short arg4)
    Entry point to C language function: void (GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q)
    Part of GL_NV_half_float
    Alias for: glMultiTexCoord4hNV
    void
    glMultiTexCoord4hv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glMultiTexCoord4hvNV
    void
    Entry point to C language function: void (GLenum target, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glMultiTexCoord4hvNV
    void
    glMultiTexCoord4i(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLint s, GLint t, GLint r, GLint q)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord4iARB
    void
    glMultiTexCoord4iv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLint * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord4ivARB
    void
    glMultiTexCoord4iv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum target, const GLint * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord4ivARB
    void
    glMultiTexCoord4s(int arg0, short arg1, short arg2, short arg3, short arg4)
    Entry point to C language function: void (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord4sARB
    void
    glMultiTexCoord4sv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLenum target, const GLshort * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord4svARB
    void
    Entry point to C language function: void (GLenum target, const GLshort * v)
    Part of GL_VERSION_1_3, GL_ARB_multitexture
    Alias for: glMultiTexCoord4svARB
    void
    glMultiTexCoordP1ui(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum texture, GLenum type, GLuint coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glMultiTexCoordP1uiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum texture, GLenum type, const GLuint * coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glMultiTexCoordP1uiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum texture, GLenum type, const GLuint * coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glMultiTexCoordP2ui(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum texture, GLenum type, GLuint coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glMultiTexCoordP2uiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum texture, GLenum type, const GLuint * coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glMultiTexCoordP2uiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum texture, GLenum type, const GLuint * coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glMultiTexCoordP3ui(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum texture, GLenum type, GLuint coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glMultiTexCoordP3uiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum texture, GLenum type, const GLuint * coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glMultiTexCoordP3uiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum texture, GLenum type, const GLuint * coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glMultiTexCoordP4ui(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum texture, GLenum type, GLuint coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glMultiTexCoordP4uiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum texture, GLenum type, const GLuint * coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glMultiTexCoordP4uiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum texture, GLenum type, const GLuint * coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glMultiTexCoordPointerEXT(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
    Entry point to C language function: void (GLenum texunit, GLint size, GLenum type, GLsizei stride, const void * pointer)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexEnvfEXT(int arg0, int arg1, int arg2, float arg3)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLfloat param)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexEnvfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexEnvfvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexEnviEXT(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLint param)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexEnvivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexEnvivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexGendEXT(int arg0, int arg1, int arg2, double arg3)
    Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, GLdouble param)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexGendvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, const GLdouble * params)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexGendvEXT(int arg0, int arg1, int arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, const GLdouble * params)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexGenfEXT(int arg0, int arg1, int arg2, float arg3)
    Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, GLfloat param)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexGenfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, const GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexGenfvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, const GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexGeniEXT(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, GLint param)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexGenivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, const GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexGenivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, const GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, Buffer arg10)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexParameterfEXT(int arg0, int arg1, int arg2, float arg3)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLfloat param)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexParameterfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexParameterfvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexParameteriEXT(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLint param)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexParameterIivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexParameterIivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexParameterIuivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLuint * params)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexParameterIuivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLuint * params)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexParameterivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexParameterivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexRenderbufferEXT(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLuint renderbuffer)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexSubImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Buffer arg7)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexSubImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glMultiTexSubImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, Buffer arg11)
    Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glMultMatrixd(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * m)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * m)
    Part of GL_VERSION_1_0
    void
    glMultMatrixf(float[] arg0, int arg1)
    Multiply the current matrix: [c] = [c] x [m]
    void
    Multiply the current matrix: [c] = [c] x [m]
    void
    glMultTransposeMatrixd(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * m)
    Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
    Alias for: glMultTransposeMatrixdARB
    void
    Entry point to C language function: void (const GLdouble * m)
    Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
    Alias for: glMultTransposeMatrixdARB
    void
    glMultTransposeMatrixf(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * m)
    Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
    Alias for: glMultTransposeMatrixfARB
    void
    Entry point to C language function: void (const GLfloat * m)
    Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
    Alias for: glMultTransposeMatrixfARB
    void
    glNamedBufferData(int arg0, long arg1, Buffer arg2, int arg3)
    Entry point to C language function: void (GLuint buffer, GLsizeiptr size, const void * data, GLenum usage)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glNamedBufferDataEXT
    void
    glNamedBufferDataEXT(int arg0, long arg1, Buffer arg2, int arg3)
    Entry point to C language function: void (GLuint buffer, GLsizeiptr size, const void * data, GLenum usage)
    Part of GL_EXT_direct_state_access
    void
    glNamedBufferPageCommitmentARB(int arg0, long arg1, long arg2, boolean arg3)
    Entry point to C language function: void (GLuint buffer, GLintptr offset, GLsizeiptr size, GLboolean commit)
    Part of GL_ARB_sparse_buffer
    void
    glNamedBufferPageCommitmentEXT(int arg0, long arg1, long arg2, boolean arg3)
    Entry point to C language function: void (GLuint buffer, GLintptr offset, GLsizeiptr size, GLboolean commit)
    Part of GL_ARB_sparse_buffer
    void
    glNamedBufferStorage(int arg0, long arg1, Buffer arg2, int arg3)
    Entry point to C language function: void (GLuint buffer, GLsizeiptr size, const void * data, GLbitfield flags)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glNamedBufferStorageEXT
    void
    glNamedBufferStorageEXT(int arg0, long arg1, Buffer arg2, int arg3)
    Entry point to C language function: void (GLuint buffer, GLsizeiptr size, const void * data, GLbitfield flags)
    Part of GL_EXT_direct_state_access
    void
    glNamedBufferSubData(int arg0, long arg1, long arg2, Buffer arg3)
    Entry point to C language function: void (GLuint buffer, GLintptr offset, GLsizeiptr size, const void * data)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glNamedBufferSubDataEXT
    void
    glNamedBufferSubDataEXT(int arg0, long arg1, long arg2, Buffer arg3)
    Entry point to C language function: void (GLuint buffer, GLintptr offset, GLsizeiptr size, const void * data)
    Part of GL_EXT_direct_state_access
    void
    glNamedCopyBufferSubDataEXT(int arg0, int arg1, long arg2, long arg3, long arg4)
    Entry point to C language function: void (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
    Part of GL_EXT_direct_state_access
    void
    glNamedFramebufferDrawBuffer(int arg0, int arg1)
    Entry point to C language function: void (GLuint framebuffer, GLenum buf)
    Part of GL_VERSION_4_5
    void
    glNamedFramebufferDrawBuffers(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint framebuffer, GLsizei n, const GLenum * bufs)
    Part of GL_VERSION_4_5
    void
    glNamedFramebufferDrawBuffers(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint framebuffer, GLsizei n, const GLenum * bufs)
    Part of GL_VERSION_4_5
    void
    glNamedFramebufferParameteri(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint framebuffer, GLenum pname, GLint param)
    Part of GL_VERSION_4_5, GL_ARB_framebuffer_no_attachments, GL_EXT_direct_state_access
    Alias for: glNamedFramebufferParameteriEXT
    void
    glNamedFramebufferReadBuffer(int arg0, int arg1)
    Entry point to C language function: void (GLuint framebuffer, GLenum src)
    Part of GL_VERSION_4_5
    void
    glNamedFramebufferRenderbuffer(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glNamedFramebufferRenderbufferEXT
    void
    glNamedFramebufferRenderbufferEXT(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
    Part of GL_EXT_direct_state_access
    void
    glNamedFramebufferSampleLocationsfvARB(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
    Part of GL_ARB_sample_locations
    void
    glNamedFramebufferSampleLocationsfvARB(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
    Part of GL_ARB_sample_locations
    void
    glNamedFramebufferSampleLocationsfvNV(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
    Part of GL_NV_sample_locations
    void
    glNamedFramebufferSampleLocationsfvNV(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
    Part of GL_NV_sample_locations
    void
    glNamedFramebufferTexture(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glNamedFramebufferTextureEXT
    void
    glNamedFramebufferTexture1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
    Part of GL_EXT_direct_state_access
    void
    glNamedFramebufferTexture2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
    Part of GL_EXT_direct_state_access
    void
    glNamedFramebufferTexture3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
    Part of GL_EXT_direct_state_access
    void
    glNamedFramebufferTextureEXT(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level)
    Part of GL_EXT_direct_state_access
    void
    glNamedFramebufferTextureFaceEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLenum face)
    Part of GL_EXT_direct_state_access
    void
    glNamedFramebufferTextureLayer(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glNamedFramebufferTextureLayerEXT
    void
    glNamedFramebufferTextureLayerEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramLocalParameter4dEXT(int arg0, int arg1, int arg2, double arg3, double arg4, double arg5, double arg6)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramLocalParameter4dvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, const GLdouble * params)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramLocalParameter4dvEXT(int arg0, int arg1, int arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, const GLdouble * params)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramLocalParameter4fEXT(int arg0, int arg1, int arg2, float arg3, float arg4, float arg5, float arg6)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramLocalParameter4fvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, const GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramLocalParameter4fvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, const GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramLocalParameterI4iEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramLocalParameterI4ivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, const GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramLocalParameterI4ivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, const GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramLocalParameterI4uiEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramLocalParameterI4uivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, const GLuint * params)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramLocalParameterI4uivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, const GLuint * params)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramLocalParameters4fvEXT(int arg0, int arg1, int arg2, int arg3, float[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramLocalParameters4fvEXT(int arg0, int arg1, int arg2, int arg3, FloatBuffer arg4)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramLocalParametersI4ivEXT(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLsizei count, const GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramLocalParametersI4ivEXT(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLsizei count, const GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramLocalParametersI4uivEXT(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLsizei count, const GLuint * params)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramLocalParametersI4uivEXT(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4)
    Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLsizei count, const GLuint * params)
    Part of GL_EXT_direct_state_access
    void
    glNamedProgramStringEXT(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
    Entry point to C language function: void (GLuint program, GLenum target, GLenum format, GLsizei len, const void * string)
    Part of GL_EXT_direct_state_access
    void
    glNamedRenderbufferStorage(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glNamedRenderbufferStorageEXT
    void
    glNamedRenderbufferStorageEXT(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height)
    Part of GL_EXT_direct_state_access
    void
    glNamedRenderbufferStorageMultisample(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glNamedRenderbufferStorageMultisampleEXT
    void
    glNamedRenderbufferStorageMultisampleCoverageEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLuint renderbuffer, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height)
    Part of GL_EXT_direct_state_access
    void
    glNamedRenderbufferStorageMultisampleEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
    Part of GL_EXT_direct_state_access
    void
    glNamedStringARB(int arg0, int arg1, String arg2, int arg3, String arg4)
    Entry point to C language function: void (GLenum type, GLint namelen, const GLchar * name, GLint stringlen, const GLchar * string)
    Part of GL_ARB_shading_language_include
    void
    glNewList(int arg0, int arg1)
    Entry point to C language function: void (GLuint list, GLenum mode)
    Part of GL_VERSION_1_0
    void
    glNormal3b(byte arg0, byte arg1, byte arg2)
    Entry point to C language function: void (GLbyte nx, GLbyte ny, GLbyte nz)
    Part of GL_VERSION_1_0
    void
    glNormal3bv(byte[] arg0, int arg1)
    Entry point to C language function: void (const GLbyte * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLbyte * v)
    Part of GL_VERSION_1_0
    void
    glNormal3d(double arg0, double arg1, double arg2)
    Entry point to C language function: void (GLdouble nx, GLdouble ny, GLdouble nz)
    Part of GL_VERSION_1_0
    void
    glNormal3dv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    glNormal3f(float arg0, float arg1, float arg2)
    Entry point to C language function: void (GLfloat nx, GLfloat ny, GLfloat nz)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0
    void
    glNormal3fv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    glNormal3h(short arg0, short arg1, short arg2)
    Entry point to C language function: void (GLhalfNV nx, GLhalfNV ny, GLhalfNV nz)
    Part of GL_NV_half_float
    Alias for: glNormal3hNV
    void
    glNormal3hv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glNormal3hvNV
    void
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glNormal3hvNV
    void
    glNormal3i(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLint nx, GLint ny, GLint nz)
    Part of GL_VERSION_1_0
    void
    glNormal3iv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    glNormal3s(short arg0, short arg1, short arg2)
    Entry point to C language function: void (GLshort nx, GLshort ny, GLshort nz)
    Part of GL_VERSION_1_0
    void
    glNormal3sv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    glNormalFormatNV(int arg0, int arg1)
    Entry point to C language function: void (GLenum type, GLsizei stride)
    Part of GL_NV_vertex_buffer_unified_memory
    void
    glNormalP3ui(int arg0, int arg1)
    Entry point to C language function: void (GLenum type, GLuint coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glNormalP3uiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum type, const GLuint * coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glNormalP3uiv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum type, const GLuint * coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glNormalPointer(int arg0, int arg1, long arg2)
     
    void
    glNormalPointer(int arg0, int arg1, Buffer arg2)
     
    void
     
    void
    glObjectLabel(int arg0, int arg1, int arg2, byte[] arg3, int arg4)
    Entry point to C language function: void (GLenum identifier, GLuint name, GLsizei length, const GLchar * label)
    Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
    Alias for: glObjectLabelKHR
    void
    glObjectLabel(int arg0, int arg1, int arg2, ByteBuffer arg3)
    Entry point to C language function: void (GLenum identifier, GLuint name, GLsizei length, const GLchar * label)
    Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
    Alias for: glObjectLabelKHR
    void
    glObjectPtrLabel(Buffer arg0, int arg1, byte[] arg2, int arg3)
    Entry point to C language function: void (const void * ptr, GLsizei length, const GLchar * label)
    Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
    Alias for: glObjectPtrLabelKHR
    void
    glObjectPtrLabel(Buffer arg0, int arg1, ByteBuffer arg2)
    Entry point to C language function: void (const void * ptr, GLsizei length, const GLchar * label)
    Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
    Alias for: glObjectPtrLabelKHR
    int
    glObjectPurgeableAPPLE(int arg0, int arg1, int arg2)
    Entry point to C language function: GLenum (GLenum objectType, GLuint name, GLenum option)
    Part of GL_APPLE_object_purgeable
    int
    glObjectUnpurgeableAPPLE(int arg0, int arg1, int arg2)
    Entry point to C language function: GLenum (GLenum objectType, GLuint name, GLenum option)
    Part of GL_APPLE_object_purgeable
    void
    glOrtho(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5)
     
    void
    glOrthof(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5)
    Multiply the current matrix with the orthogonal matrix.
    void
    glPassThrough(float arg0)
    Entry point to C language function: void (GLfloat token)
    Part of GL_VERSION_1_0
    void
    glPatchParameterfv(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLenum pname, const GLfloat * values)
    Part of GL_ARB_tessellation_shader, GL_VERSION_4_0
    void
    Entry point to C language function: void (GLenum pname, const GLfloat * values)
    Part of GL_ARB_tessellation_shader, GL_VERSION_4_0
    void
    glPatchParameteri(int arg0, int arg1)
    Entry point to C language function: void (GLenum pname, GLint value)
    Part of GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
    Alias for: glPatchParameteriOES, glPatchParameteriEXT
    void
    Entry point to C language function: void (void)
    Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
    Alias for: glPauseTransformFeedbackNV
    void
    Entry point to C language function: void (void)
    Part of GL_NV_transform_feedback2
    void
    glPixelDataRangeNV(int arg0, int arg1, Buffer arg2)
    Entry point to C language function: void (GLenum target, GLsizei length, const void * pointer)
    Part of GL_NV_pixel_data_range
    void
    glPixelMapfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum map, GLint mapsize, const GLfloat * values)
    Part of GL_VERSION_1_0
    void
    glPixelMapfv(int arg0, int arg1, long arg2)
    Entry point to C language function: void (GLenum map, GLint mapsize, const GLfloat * values)
    Part of GL_VERSION_1_0
    void
    glPixelMapfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum map, GLint mapsize, const GLfloat * values)
    Part of GL_VERSION_1_0
    void
    glPixelMapuiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum map, GLint mapsize, const GLuint * values)
    Part of GL_VERSION_1_0
    void
    glPixelMapuiv(int arg0, int arg1, long arg2)
    Entry point to C language function: void (GLenum map, GLint mapsize, const GLuint * values)
    Part of GL_VERSION_1_0
    void
    glPixelMapuiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum map, GLint mapsize, const GLuint * values)
    Part of GL_VERSION_1_0
    void
    glPixelMapusv(int arg0, int arg1, long arg2)
    Entry point to C language function: void (GLenum map, GLint mapsize, const GLushort * values)
    Part of GL_VERSION_1_0
    void
    glPixelMapusv(int arg0, int arg1, short[] arg2, int arg3)
    Entry point to C language function: void (GLenum map, GLint mapsize, const GLushort * values)
    Part of GL_VERSION_1_0
    void
    glPixelMapusv(int arg0, int arg1, ShortBuffer arg2)
    Entry point to C language function: void (GLenum map, GLint mapsize, const GLushort * values)
    Part of GL_VERSION_1_0
    void
    glPixelStoref(int arg0, float arg1)
    Entry point to C language function: void (GLenum pname, GLfloat param)
    Part of GL_VERSION_1_0
    void
    glPixelStorei(int arg0, int arg1)
    Entry point to C language function: void (GLenum pname, GLint param)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glPixelTransferf(int arg0, float arg1)
    Entry point to C language function: void (GLenum pname, GLfloat param)
    Part of GL_VERSION_1_0
    void
    glPixelTransferi(int arg0, int arg1)
    Entry point to C language function: void (GLenum pname, GLint param)
    Part of GL_VERSION_1_0
    void
    glPixelTransformParameterfEXT(int arg0, int arg1, float arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLfloat param)
    Part of GL_EXT_pixel_transform
    void
    glPixelTransformParameterfvEXT(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
    Part of GL_EXT_pixel_transform
    void
    glPixelTransformParameterfvEXT(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
    Part of GL_EXT_pixel_transform
    void
    glPixelTransformParameteriEXT(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint param)
    Part of GL_EXT_pixel_transform
    void
    glPixelTransformParameterivEXT(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
    Part of GL_EXT_pixel_transform
    void
    glPixelTransformParameterivEXT(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
    Part of GL_EXT_pixel_transform
    void
    glPixelZoom(float arg0, float arg1)
    Entry point to C language function: void (GLfloat xfactor, GLfloat yfactor)
    Part of GL_VERSION_1_0
    void
    glPNTrianglesfATI(int arg0, float arg1)
    Entry point to C language function: void (GLenum pname, GLfloat param)
    Part of GL_ATI_pn_triangles
    void
    glPNTrianglesiATI(int arg0, int arg1)
    Entry point to C language function: void (GLenum pname, GLint param)
    Part of GL_ATI_pn_triangles
    void
    glPointParameterf(int arg0, float arg1)
    Entry point to C language function: void (GLenum pname, GLfloat param)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_4, GL_EXT_point_parameters, GL_ARB_point_parameters, GL_SGIS_point_parameters
    Alias for: glPointParameterfEXT, glPointParameterfARB, glPointParameterfSGIS
    void
    glPointParameterfv(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLenum pname, const GLfloat * params)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_4, GL_SGIS_point_parameters, GL_EXT_point_parameters, GL_ARB_point_parameters
    Alias for: glPointParameterfvSGIS, glPointParameterfvEXT, glPointParameterfvARB
    void
    Entry point to C language function: void (GLenum pname, const GLfloat * params)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_4, GL_SGIS_point_parameters, GL_EXT_point_parameters, GL_ARB_point_parameters
    Alias for: glPointParameterfvSGIS, glPointParameterfvEXT, glPointParameterfvARB
    void
    glPointParameteri(int arg0, int arg1)
    Entry point to C language function: void (GLenum pname, GLint param)
    Part of GL_VERSION_1_4, GL_NV_point_sprite
    Alias for: glPointParameteriNV
    void
    glPointParameteriv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum pname, const GLint * params)
    Part of GL_VERSION_1_4, GL_NV_point_sprite
    Alias for: glPointParameterivNV
    void
    glPointParameteriv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum pname, const GLint * params)
    Part of GL_VERSION_1_4, GL_NV_point_sprite
    Alias for: glPointParameterivNV
    void
    glPointSize(float arg0)
    Entry point to C language function: void (GLfloat size)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0
    void
    glPolygonMode(int arg0, int arg1)
    Entry point to C language function: void (GLenum face, GLenum mode)
    Part of GL_VERSION_1_0, GL_NV_polygon_mode
    Alias for: glPolygonModeNV
    void
    glPolygonOffset(float arg0, float arg1)
    Entry point to C language function: void (GLfloat factor, GLfloat units)
    Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_polygon_offset
    Alias for: glPolygonOffsetEXT
    void
    glPolygonOffsetClampEXT(float arg0, float arg1, float arg2)
    Entry point to C language function: void (GLfloat factor, GLfloat units, GLfloat clamp)
    Part of GL_EXT_polygon_offset_clamp
    void
    glPolygonStipple(byte[] arg0, int arg1)
    Entry point to C language function: void (const GLubyte * mask)
    Part of GL_VERSION_1_0
    void
    glPolygonStipple(long arg0)
    Entry point to C language function: void (const GLubyte * mask)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLubyte * mask)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (void)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (void)
    Part of GL_VERSION_1_1
    void
    Entry point to C language function: void (void)
    Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
    Alias for: glPopDebugGroupKHR
    void
    Pop the current matrix from it's stack.
    void
    Entry point to C language function: void (void)
    Part of GL_VERSION_1_0
    void
    glPrimitiveBoundingBox(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
    Entry point to C language function: void (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW)
    Part of GL_ES_VERSION_3_2, GL_OES_primitive_bounding_box, GL_ARB_ES3_2_compatibility, GL_EXT_primitive_bounding_box
    Alias for: glPrimitiveBoundingBoxOES, glPrimitiveBoundingBoxARB, glPrimitiveBoundingBoxEXT
    void
    Entry point to C language function: void (GLuint index)
    Part of GL_VERSION_3_1, GL_NV_primitive_restart
    Alias for: glPrimitiveRestartIndexNV
    void
    Entry point to C language function: void (GLuint index)
    Part of GL_NV_primitive_restart
    void
    Entry point to C language function: void (void)
    Part of GL_NV_primitive_restart
    void
    glPrioritizeTextures(int arg0, int[] arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLsizei n, const GLuint * textures, const GLclampf * priorities)
    Part of GL_VERSION_1_1, GL_EXT_texture_object
    Alias for: glPrioritizeTexturesEXT
    void
    glPrioritizeTextures(int arg0, IntBuffer arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLsizei n, const GLuint * textures, const GLclampf * priorities)
    Part of GL_VERSION_1_1, GL_EXT_texture_object
    Alias for: glPrioritizeTexturesEXT
    void
    glProgramBinary(int arg0, int arg1, Buffer arg2, int arg3)
    Entry point to C language function: void (GLuint program, GLenum binaryFormat, const void * binary, GLint length)
    Part of GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_OES_get_program_binary
    Alias for: glProgramBinaryOES
    void
    glProgramBufferParametersfvNV(int arg0, int arg1, int arg2, int arg3, float[] arg4, int arg5)
    Entry point to C language function: void (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLfloat * params)
    Part of GL_NV_parameter_buffer_object
    void
    glProgramBufferParametersfvNV(int arg0, int arg1, int arg2, int arg3, FloatBuffer arg4)
    Entry point to C language function: void (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLfloat * params)
    Part of GL_NV_parameter_buffer_object
    void
    glProgramBufferParametersIivNV(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
    Entry point to C language function: void (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLint * params)
    Part of GL_NV_parameter_buffer_object
    void
    glProgramBufferParametersIivNV(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4)
    Entry point to C language function: void (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLint * params)
    Part of GL_NV_parameter_buffer_object
    void
    glProgramBufferParametersIuivNV(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
    Entry point to C language function: void (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLuint * params)
    Part of GL_NV_parameter_buffer_object
    void
    glProgramBufferParametersIuivNV(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4)
    Entry point to C language function: void (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLuint * params)
    Part of GL_NV_parameter_buffer_object
    void
    glProgramEnvParameter4dARB(int arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
    Entry point to C language function: void (GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glProgramEnvParameter4dvARB(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, const GLdouble * params)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glProgramEnvParameter4dvARB(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, const GLdouble * params)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glProgramEnvParameter4fARB(int arg0, int arg1, float arg2, float arg3, float arg4, float arg5)
    Entry point to C language function: void (GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glProgramEnvParameter4fvARB(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, const GLfloat * params)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glProgramEnvParameter4fvARB(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, const GLfloat * params)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glProgramEnvParameterI4iNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
    Part of GL_NV_gpu_program4
    void
    glProgramEnvParameterI4ivNV(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, const GLint * params)
    Part of GL_NV_gpu_program4
    void
    glProgramEnvParameterI4ivNV(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, const GLint * params)
    Part of GL_NV_gpu_program4
    void
    glProgramEnvParameterI4uiNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
    Part of GL_NV_gpu_program4
    void
    glProgramEnvParameterI4uivNV(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, const GLuint * params)
    Part of GL_NV_gpu_program4
    void
    glProgramEnvParameterI4uivNV(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, const GLuint * params)
    Part of GL_NV_gpu_program4
    void
    glProgramEnvParameters4fvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLfloat * params)
    Part of GL_EXT_gpu_program_parameters
    void
    glProgramEnvParameters4fvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLfloat * params)
    Part of GL_EXT_gpu_program_parameters
    void
    glProgramEnvParametersI4ivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLint * params)
    Part of GL_NV_gpu_program4
    void
    glProgramEnvParametersI4ivNV(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLint * params)
    Part of GL_NV_gpu_program4
    void
    glProgramEnvParametersI4uivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLuint * params)
    Part of GL_NV_gpu_program4
    void
    glProgramEnvParametersI4uivNV(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLuint * params)
    Part of GL_NV_gpu_program4
    void
    glProgramLocalParameter4dARB(int arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
    Entry point to C language function: void (GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glProgramLocalParameter4dvARB(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, const GLdouble * params)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glProgramLocalParameter4dvARB(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, const GLdouble * params)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glProgramLocalParameter4fARB(int arg0, int arg1, float arg2, float arg3, float arg4, float arg5)
    Entry point to C language function: void (GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glProgramLocalParameter4fvARB(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, const GLfloat * params)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glProgramLocalParameter4fvARB(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, const GLfloat * params)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glProgramLocalParameterI4iNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
    Part of GL_NV_gpu_program4
    void
    glProgramLocalParameterI4ivNV(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, const GLint * params)
    Part of GL_NV_gpu_program4
    void
    glProgramLocalParameterI4ivNV(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, const GLint * params)
    Part of GL_NV_gpu_program4
    void
    glProgramLocalParameterI4uiNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
    Part of GL_NV_gpu_program4
    void
    glProgramLocalParameterI4uivNV(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint index, const GLuint * params)
    Part of GL_NV_gpu_program4
    void
    glProgramLocalParameterI4uivNV(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLuint index, const GLuint * params)
    Part of GL_NV_gpu_program4
    void
    glProgramLocalParameters4fvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLfloat * params)
    Part of GL_EXT_gpu_program_parameters
    void
    glProgramLocalParameters4fvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLfloat * params)
    Part of GL_EXT_gpu_program_parameters
    void
    glProgramLocalParametersI4ivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLint * params)
    Part of GL_NV_gpu_program4
    void
    glProgramLocalParametersI4ivNV(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLint * params)
    Part of GL_NV_gpu_program4
    void
    glProgramLocalParametersI4uivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLuint * params)
    Part of GL_NV_gpu_program4
    void
    glProgramLocalParametersI4uivNV(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLuint * params)
    Part of GL_NV_gpu_program4
    void
    glProgramParameteri(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint program, GLenum pname, GLint value)
    Part of GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_EXT_geometry_shader4, GL_EXT_separate_shader_objects, GL_ARB_geometry_shader4
    Alias for: glProgramParameteriEXT, glProgramParameteriARB
    void
    glProgramParameteriARB(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint program, GLenum pname, GLint value)
    Part of GL_ARB_geometry_shader4
    void
    glProgramStringARB(int arg0, int arg1, int arg2, String arg3)
    Entry point to C language function: void (GLenum target, GLenum format, GLsizei len, const void * string)
    Part of GL_ARB_vertex_program, GL_ARB_fragment_program
    void
    glProgramSubroutineParametersuivNV(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLsizei count, const GLuint * params)
    Part of GL_NV_gpu_program5
    void
    glProgramSubroutineParametersuivNV(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLsizei count, const GLuint * params)
    Part of GL_NV_gpu_program5
    void
    glProgramUniform1d(int arg0, int arg1, double arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLdouble v0)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniform1dEXT
    void
    glProgramUniform1dEXT(int arg0, int arg1, double arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLdouble x)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniform1dv(int arg0, int arg1, int arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniform1dvEXT
    void
    glProgramUniform1dv(int arg0, int arg1, int arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniform1dvEXT
    void
    glProgramUniform1dvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniform1dvEXT(int arg0, int arg1, int arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniform1f(int arg0, int arg1, float arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLfloat v0)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform1fEXT
    void
    glProgramUniform1fv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform1fvEXT
    void
    glProgramUniform1fv(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform1fvEXT
    void
    glProgramUniform1i(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLint v0)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform1iEXT
    void
    glProgramUniform1i64ARB(int arg0, int arg1, long arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLint64 x)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform1i64NV(int arg0, int arg1, long arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLint64EXT x)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform1i64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform1i64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform1i64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform1i64vNV(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform1iv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform1ivEXT
    void
    glProgramUniform1iv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform1ivEXT
    void
    glProgramUniform1ui(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLuint v0)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform1uiEXT
    void
    glProgramUniform1ui64ARB(int arg0, int arg1, long arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLuint64 x)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform1ui64NV(int arg0, int arg1, long arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLuint64EXT x)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform1ui64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform1ui64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform1ui64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform1ui64vNV(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform1uiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform1uivEXT
    void
    glProgramUniform1uiv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform1uivEXT
    void
    glProgramUniform2d(int arg0, int arg1, double arg2, double arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLdouble v0, GLdouble v1)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniform2dEXT
    void
    glProgramUniform2dEXT(int arg0, int arg1, double arg2, double arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLdouble x, GLdouble y)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniform2dv(int arg0, int arg1, int arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniform2dvEXT
    void
    glProgramUniform2dv(int arg0, int arg1, int arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniform2dvEXT
    void
    glProgramUniform2dvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniform2dvEXT(int arg0, int arg1, int arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniform2f(int arg0, int arg1, float arg2, float arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLfloat v0, GLfloat v1)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform2fEXT
    void
    glProgramUniform2fv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform2fvEXT
    void
    glProgramUniform2fv(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform2fvEXT
    void
    glProgramUniform2i(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLint v0, GLint v1)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform2iEXT
    void
    glProgramUniform2i64ARB(int arg0, int arg1, long arg2, long arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLint64 x, GLint64 y)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform2i64NV(int arg0, int arg1, long arg2, long arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLint64EXT x, GLint64EXT y)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform2i64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform2i64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform2i64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform2i64vNV(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform2iv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform2ivEXT
    void
    glProgramUniform2iv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform2ivEXT
    void
    glProgramUniform2ui(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLuint v0, GLuint v1)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform2uiEXT
    void
    glProgramUniform2ui64ARB(int arg0, int arg1, long arg2, long arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLuint64 x, GLuint64 y)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform2ui64NV(int arg0, int arg1, long arg2, long arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform2ui64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform2ui64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform2ui64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform2ui64vNV(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform2uiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform2uivEXT
    void
    glProgramUniform2uiv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform2uivEXT
    void
    glProgramUniform3d(int arg0, int arg1, double arg2, double arg3, double arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniform3dEXT
    void
    glProgramUniform3dEXT(int arg0, int arg1, double arg2, double arg3, double arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniform3dv(int arg0, int arg1, int arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniform3dvEXT
    void
    glProgramUniform3dv(int arg0, int arg1, int arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniform3dvEXT
    void
    glProgramUniform3dvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniform3dvEXT(int arg0, int arg1, int arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniform3f(int arg0, int arg1, float arg2, float arg3, float arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform3fEXT
    void
    glProgramUniform3fv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform3fvEXT
    void
    glProgramUniform3fv(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform3fvEXT
    void
    glProgramUniform3i(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLint v0, GLint v1, GLint v2)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform3iEXT
    void
    glProgramUniform3i64ARB(int arg0, int arg1, long arg2, long arg3, long arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLint64 x, GLint64 y, GLint64 z)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform3i64NV(int arg0, int arg1, long arg2, long arg3, long arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform3i64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform3i64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform3i64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform3i64vNV(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform3iv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform3ivEXT
    void
    glProgramUniform3iv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform3ivEXT
    void
    glProgramUniform3ui(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform3uiEXT
    void
    glProgramUniform3ui64ARB(int arg0, int arg1, long arg2, long arg3, long arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLuint64 x, GLuint64 y, GLuint64 z)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform3ui64NV(int arg0, int arg1, long arg2, long arg3, long arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform3ui64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform3ui64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform3ui64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform3ui64vNV(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform3uiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform3uivEXT
    void
    glProgramUniform3uiv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform3uivEXT
    void
    glProgramUniform4d(int arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniform4dEXT
    void
    glProgramUniform4dEXT(int arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniform4dv(int arg0, int arg1, int arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniform4dvEXT
    void
    glProgramUniform4dv(int arg0, int arg1, int arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniform4dvEXT
    void
    glProgramUniform4dvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniform4dvEXT(int arg0, int arg1, int arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniform4f(int arg0, int arg1, float arg2, float arg3, float arg4, float arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform4fEXT
    void
    glProgramUniform4fv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform4fvEXT
    void
    glProgramUniform4fv(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform4fvEXT
    void
    glProgramUniform4i(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform4iEXT
    void
    glProgramUniform4i64ARB(int arg0, int arg1, long arg2, long arg3, long arg4, long arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLint64 x, GLint64 y, GLint64 z, GLint64 w)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform4i64NV(int arg0, int arg1, long arg2, long arg3, long arg4, long arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform4i64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform4i64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform4i64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform4i64vNV(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform4iv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform4ivEXT
    void
    glProgramUniform4iv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform4ivEXT
    void
    glProgramUniform4ui(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform4uiEXT
    void
    glProgramUniform4ui64ARB(int arg0, int arg1, long arg2, long arg3, long arg4, long arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLuint64 x, GLuint64 y, GLuint64 z, GLuint64 w)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform4ui64NV(int arg0, int arg1, long arg2, long arg3, long arg4, long arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform4ui64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform4ui64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glProgramUniform4ui64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform4ui64vNV(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glProgramUniform4uiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform4uivEXT
    void
    glProgramUniform4uiv(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniform4uivEXT
    void
    glProgramUniformHandleui64ARB(int arg0, int arg1, long arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLuint64 value)
    Part of GL_ARB_bindless_texture
    void
    glProgramUniformHandleui64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * values)
    Part of GL_ARB_bindless_texture
    void
    glProgramUniformHandleui64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * values)
    Part of GL_ARB_bindless_texture
    void
    glProgramUniformMatrix2dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniformMatrix2dvEXT
    void
    glProgramUniformMatrix2dv(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniformMatrix2dvEXT
    void
    glProgramUniformMatrix2dvEXT(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniformMatrix2dvEXT(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniformMatrix2fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniformMatrix2fvEXT
    void
    glProgramUniformMatrix2fv(int arg0, int arg1, int arg2, boolean arg3, FloatBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniformMatrix2fvEXT
    void
    glProgramUniformMatrix2x3dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniformMatrix2x3dvEXT
    void
    glProgramUniformMatrix2x3dv(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniformMatrix2x3dvEXT
    void
    glProgramUniformMatrix2x3dvEXT(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniformMatrix2x3dvEXT(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniformMatrix2x3fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniformMatrix2x3fvEXT
    void
    glProgramUniformMatrix2x3fv(int arg0, int arg1, int arg2, boolean arg3, FloatBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniformMatrix2x3fvEXT
    void
    glProgramUniformMatrix2x4dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniformMatrix2x4dvEXT
    void
    glProgramUniformMatrix2x4dv(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniformMatrix2x4dvEXT
    void
    glProgramUniformMatrix2x4dvEXT(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniformMatrix2x4dvEXT(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniformMatrix2x4fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniformMatrix2x4fvEXT
    void
    glProgramUniformMatrix2x4fv(int arg0, int arg1, int arg2, boolean arg3, FloatBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniformMatrix2x4fvEXT
    void
    glProgramUniformMatrix3dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniformMatrix3dvEXT
    void
    glProgramUniformMatrix3dv(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniformMatrix3dvEXT
    void
    glProgramUniformMatrix3dvEXT(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniformMatrix3dvEXT(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniformMatrix3fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniformMatrix3fvEXT
    void
    glProgramUniformMatrix3fv(int arg0, int arg1, int arg2, boolean arg3, FloatBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniformMatrix3fvEXT
    void
    glProgramUniformMatrix3x2dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniformMatrix3x2dvEXT
    void
    glProgramUniformMatrix3x2dv(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniformMatrix3x2dvEXT
    void
    glProgramUniformMatrix3x2dvEXT(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniformMatrix3x2dvEXT(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniformMatrix3x2fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniformMatrix3x2fvEXT
    void
    glProgramUniformMatrix3x2fv(int arg0, int arg1, int arg2, boolean arg3, FloatBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniformMatrix3x2fvEXT
    void
    glProgramUniformMatrix3x4dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniformMatrix3x4dvEXT
    void
    glProgramUniformMatrix3x4dv(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniformMatrix3x4dvEXT
    void
    glProgramUniformMatrix3x4dvEXT(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniformMatrix3x4dvEXT(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniformMatrix3x4fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniformMatrix3x4fvEXT
    void
    glProgramUniformMatrix3x4fv(int arg0, int arg1, int arg2, boolean arg3, FloatBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniformMatrix3x4fvEXT
    void
    glProgramUniformMatrix4dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniformMatrix4dvEXT
    void
    glProgramUniformMatrix4dv(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniformMatrix4dvEXT
    void
    glProgramUniformMatrix4dvEXT(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniformMatrix4dvEXT(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniformMatrix4fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniformMatrix4fvEXT
    void
    glProgramUniformMatrix4fv(int arg0, int arg1, int arg2, boolean arg3, FloatBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniformMatrix4fvEXT
    void
    glProgramUniformMatrix4x2dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniformMatrix4x2dvEXT
    void
    glProgramUniformMatrix4x2dv(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniformMatrix4x2dvEXT
    void
    glProgramUniformMatrix4x2dvEXT(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniformMatrix4x2dvEXT(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniformMatrix4x2fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniformMatrix4x2fvEXT
    void
    glProgramUniformMatrix4x2fv(int arg0, int arg1, int arg2, boolean arg3, FloatBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniformMatrix4x2fvEXT
    void
    glProgramUniformMatrix4x3dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniformMatrix4x3dvEXT
    void
    glProgramUniformMatrix4x3dv(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
    Alias for: glProgramUniformMatrix4x3dvEXT
    void
    glProgramUniformMatrix4x3dvEXT(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniformMatrix4x3dvEXT(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_EXT_direct_state_access
    void
    glProgramUniformMatrix4x3fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniformMatrix4x3fvEXT
    void
    glProgramUniformMatrix4x3fv(int arg0, int arg1, int arg2, boolean arg3, FloatBuffer arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
    Alias for: glProgramUniformMatrix4x3fvEXT
    void
    glProgramUniformui64NV(int arg0, int arg1, long arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLuint64EXT value)
    Part of GL_NV_shader_buffer_load
    void
    glProgramUniformui64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_shader_buffer_load
    void
    glProgramUniformui64vNV(int arg0, int arg1, int arg2, LongBuffer arg3)
    Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_shader_buffer_load
    void
    glProgramVertexLimitNV(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLint limit)
    Part of GL_NV_geometry_program4
    void
    Entry point to C language function: void (GLenum mode)
    Part of GL_ARB_provoking_vertex, GL_VERSION_3_2, GL_EXT_provoking_vertex
    Alias for: glProvokingVertexEXT
    void
    Entry point to C language function: void (GLenum mode)
    Part of GL_EXT_provoking_vertex
    void
    glPushAttrib(int arg0)
    Entry point to C language function: void (GLbitfield mask)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (GLbitfield mask)
    Part of GL_VERSION_1_1
    void
    Entry point to C language function: void (GLbitfield mask)
    Part of GL_EXT_direct_state_access
    void
    glPushDebugGroup(int arg0, int arg1, int arg2, byte[] arg3, int arg4)
    Entry point to C language function: void (GLenum source, GLuint id, GLsizei length, const GLchar * message)
    Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
    Alias for: glPushDebugGroupKHR
    void
    glPushDebugGroup(int arg0, int arg1, int arg2, ByteBuffer arg3)
    Entry point to C language function: void (GLenum source, GLuint id, GLsizei length, const GLchar * message)
    Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
    Alias for: glPushDebugGroupKHR
    void
    Push the current matrix to it's stack, while preserving it's values.
    void
    glPushName(int arg0)
    Entry point to C language function: void (GLuint name)
    Part of GL_VERSION_1_0
    void
    glQueryCounter(int arg0, int arg1)
    Entry point to C language function: void (GLuint id, GLenum target)
    Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query
    Alias for: glQueryCounterEXT
    int
    glQueryMatrixxOES(int[] arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: GLbitfield (GLfixed * mantissa, GLint * exponent)
    Part of GL_OES_query_matrix
    int
    Entry point to C language function: GLbitfield (GLfixed * mantissa, GLint * exponent)
    Part of GL_OES_query_matrix
    void
    glQueryObjectParameteruiAMD(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLuint id, GLenum pname, GLuint param)
    Part of GL_AMD_occlusion_query_event
    void
    glRasterPos2d(double arg0, double arg1)
    Entry point to C language function: void (GLdouble x, GLdouble y)
    Part of GL_VERSION_1_0
    void
    glRasterPos2dv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    glRasterPos2f(float arg0, float arg1)
    Entry point to C language function: void (GLfloat x, GLfloat y)
    Part of GL_VERSION_1_0
    void
    glRasterPos2fv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    glRasterPos2i(int arg0, int arg1)
    Entry point to C language function: void (GLint x, GLint y)
    Part of GL_VERSION_1_0
    void
    glRasterPos2iv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    glRasterPos2s(short arg0, short arg1)
    Entry point to C language function: void (GLshort x, GLshort y)
    Part of GL_VERSION_1_0
    void
    glRasterPos2sv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    glRasterPos3d(double arg0, double arg1, double arg2)
    Entry point to C language function: void (GLdouble x, GLdouble y, GLdouble z)
    Part of GL_VERSION_1_0
    void
    glRasterPos3dv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    glRasterPos3f(float arg0, float arg1, float arg2)
    Entry point to C language function: void (GLfloat x, GLfloat y, GLfloat z)
    Part of GL_VERSION_1_0
    void
    glRasterPos3fv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    glRasterPos3i(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLint x, GLint y, GLint z)
    Part of GL_VERSION_1_0
    void
    glRasterPos3iv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    glRasterPos3s(short arg0, short arg1, short arg2)
    Entry point to C language function: void (GLshort x, GLshort y, GLshort z)
    Part of GL_VERSION_1_0
    void
    glRasterPos3sv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    glRasterPos4d(double arg0, double arg1, double arg2, double arg3)
    Entry point to C language function: void (GLdouble x, GLdouble y, GLdouble z, GLdouble w)
    Part of GL_VERSION_1_0
    void
    glRasterPos4dv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    glRasterPos4f(float arg0, float arg1, float arg2, float arg3)
    Entry point to C language function: void (GLfloat x, GLfloat y, GLfloat z, GLfloat w)
    Part of GL_VERSION_1_0
    void
    glRasterPos4fv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    glRasterPos4i(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLint x, GLint y, GLint z, GLint w)
    Part of GL_VERSION_1_0
    void
    glRasterPos4iv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    glRasterPos4s(short arg0, short arg1, short arg2, short arg3)
    Entry point to C language function: void (GLshort x, GLshort y, GLshort z, GLshort w)
    Part of GL_VERSION_1_0
    void
    glRasterPos4sv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    glRasterSamplesEXT(int arg0, boolean arg1)
    Entry point to C language function: void (GLuint samples, GLboolean fixedsamplelocations)
    Part of GL_EXT_raster_multisample
    void
    glReadBuffer(int arg0)
    Entry point to C language function: void (GLenum mode)
    Part of GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_NV_read_buffer
    Alias for: glReadBufferNV
    void
    glReadnPixels(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Buffer arg7)
    Entry point to C language function: void (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
    Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
    Alias for: glReadnPixelsEXT, glReadnPixelsARB, glReadnPixelsKHR
    void
    glReadPixels(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
    Entry point to C language function: void (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void * pixels)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glReadPixels(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Buffer arg6)
    Entry point to C language function: void (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void * pixels)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glRectd(double arg0, double arg1, double arg2, double arg3)
    Entry point to C language function: void (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)
    Part of GL_VERSION_1_0
    void
    glRectdv(double[] arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (const GLdouble * v1, const GLdouble * v2)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * v1, const GLdouble * v2)
    Part of GL_VERSION_1_0
    void
    glRectf(float arg0, float arg1, float arg2, float arg3)
    Entry point to C language function: void (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)
    Part of GL_VERSION_1_0
    void
    glRectfv(float[] arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (const GLfloat * v1, const GLfloat * v2)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLfloat * v1, const GLfloat * v2)
    Part of GL_VERSION_1_0
    void
    glRecti(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLint x1, GLint y1, GLint x2, GLint y2)
    Part of GL_VERSION_1_0
    void
    glRectiv(int[] arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (const GLint * v1, const GLint * v2)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLint * v1, const GLint * v2)
    Part of GL_VERSION_1_0
    void
    glRects(short arg0, short arg1, short arg2, short arg3)
    Entry point to C language function: void (GLshort x1, GLshort y1, GLshort x2, GLshort y2)
    Part of GL_VERSION_1_0
    void
    glRectsv(short[] arg0, int arg1, short[] arg2, int arg3)
    Entry point to C language function: void (const GLshort * v1, const GLshort * v2)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLshort * v1, const GLshort * v2)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (void);
    Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
    void
    glRenderbufferStorage(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
    Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
    Alias for: glRenderbufferStorageEXT, glRenderbufferStorageOES
    void
    glRenderbufferStorageMultisample(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
    Part of GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_APPLE_framebuffer_multisample, GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample, GL_ANGLE_framebuffer_multisample, GL_IMG_multisampled_render_to_texture, GL_NV_framebuffer_multisample
    Alias for: glRenderbufferStorageMultisampleAPPLE, glRenderbufferStorageMultisampleEXT, glRenderbufferStorageMultisampleANGLE, glRenderbufferStorageMultisampleIMG, glRenderbufferStorageMultisampleNV
    void
    glRenderbufferStorageMultisampleCoverageNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height)
    Part of GL_NV_framebuffer_multisample_coverage
    int
    glRenderMode(int arg0)
    Entry point to C language function: GLint (GLenum mode)
    Part of GL_VERSION_1_0
    void
    glResetHistogram(int arg0)
    Entry point to C language function: void (GLenum target)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
    Alias for: glResetHistogramEXT
    void
    glResetMinmax(int arg0)
    Entry point to C language function: void (GLenum target)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
    Alias for: glResetMinmaxEXT
    void
    Entry point to C language function: void (void)
    Part of GL_NV_sample_locations
    void
    Entry point to C language function: void (void)
    Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
    Alias for: glResumeTransformFeedbackNV
    void
    Entry point to C language function: void (void)
    Part of GL_NV_transform_feedback2
    void
    glRotated(double arg0, double arg1, double arg2, double arg3)
    Entry point to C language function: void (GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
    Part of GL_VERSION_1_0
    void
    glRotatef(float arg0, float arg1, float arg2, float arg3)
    Rotate the current matrix.
    void
    glSampleCoverage(float arg0, boolean arg1)
    Entry point to C language function: void (GLfloat value, GLboolean invert)
    Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multisample, GL_OES_fixed_point
    Alias for: glSampleCoverageARB, glSampleCoverageOES
    void
    glSampleMaski(int arg0, int arg1)
    Entry point to C language function: void (GLuint index, GLbitfield mask)
    Part of GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2
    void
    glSampleMaskIndexedNV(int arg0, int arg1)
    Entry point to C language function: void (GLuint index, GLbitfield mask)
    Part of GL_NV_explicit_multisample
    void
    glSamplerParameterf(int arg0, int arg1, float arg2)
    Entry point to C language function: void (GLuint sampler, GLenum pname, GLfloat param)
    Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
    void
    glSamplerParameterfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLuint sampler, GLenum pname, const GLfloat * param)
    Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
    void
    glSamplerParameterfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLuint sampler, GLenum pname, const GLfloat * param)
    Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
    void
    glSamplerParameteri(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint sampler, GLenum pname, GLint param)
    Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
    void
    glSamplerParameterIiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint sampler, GLenum pname, const GLint * param)
    Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
    Alias for: glSamplerParameterIivEXT, glSamplerParameterIivOES
    void
    glSamplerParameterIiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint sampler, GLenum pname, const GLint * param)
    Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
    Alias for: glSamplerParameterIivEXT, glSamplerParameterIivOES
    void
    glSamplerParameterIuiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint sampler, GLenum pname, const GLuint * param)
    Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
    Alias for: glSamplerParameterIuivEXT, glSamplerParameterIuivOES
    void
    glSamplerParameterIuiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint sampler, GLenum pname, const GLuint * param)
    Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
    Alias for: glSamplerParameterIuivEXT, glSamplerParameterIuivOES
    void
    glSamplerParameteriv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint sampler, GLenum pname, const GLint * param)
    Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
    void
    glSamplerParameteriv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint sampler, GLenum pname, const GLint * param)
    Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
    void
    glScaled(double arg0, double arg1, double arg2)
    Entry point to C language function: void (GLdouble x, GLdouble y, GLdouble z)
    Part of GL_VERSION_1_0
    void
    glScalef(float arg0, float arg1, float arg2)
    Scale the current matrix.
    void
    glScissor(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLint x, GLint y, GLsizei width, GLsizei height)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glScissorArrayv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint first, GLsizei count, const GLint * v)
    Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
    Alias for: glScissorArrayvNV
    void
    glScissorArrayv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint first, GLsizei count, const GLint * v)
    Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
    Alias for: glScissorArrayvNV
    void
    glScissorIndexed(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height)
    Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
    Alias for: glScissorIndexedNV
    void
    glScissorIndexedv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
    Alias for: glScissorIndexedvNV
    void
    glScissorIndexedv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
    Alias for: glScissorIndexedvNV
    void
    glSecondaryColor3b(byte arg0, byte arg1, byte arg2)
    Entry point to C language function: void (GLbyte red, GLbyte green, GLbyte blue)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3bEXT
    void
    glSecondaryColor3bv(byte[] arg0, int arg1)
    Entry point to C language function: void (const GLbyte * v)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3bvEXT
    void
    Entry point to C language function: void (const GLbyte * v)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3bvEXT
    void
    glSecondaryColor3d(double arg0, double arg1, double arg2)
    Entry point to C language function: void (GLdouble red, GLdouble green, GLdouble blue)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3dEXT
    void
    glSecondaryColor3dv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3dvEXT
    void
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3dvEXT
    void
    glSecondaryColor3f(float arg0, float arg1, float arg2)
    Entry point to C language function: void (GLfloat red, GLfloat green, GLfloat blue)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3fEXT
    void
    glSecondaryColor3fv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3fvEXT
    void
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3fvEXT
    void
    glSecondaryColor3h(short arg0, short arg1, short arg2)
    Entry point to C language function: void (GLhalfNV red, GLhalfNV green, GLhalfNV blue)
    Part of GL_NV_half_float
    Alias for: glSecondaryColor3hNV
    void
    glSecondaryColor3hv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glSecondaryColor3hvNV
    void
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glSecondaryColor3hvNV
    void
    glSecondaryColor3i(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLint red, GLint green, GLint blue)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3iEXT
    void
    glSecondaryColor3iv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3ivEXT
    void
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3ivEXT
    void
    glSecondaryColor3s(short arg0, short arg1, short arg2)
    Entry point to C language function: void (GLshort red, GLshort green, GLshort blue)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3sEXT
    void
    glSecondaryColor3sv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3svEXT
    void
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3svEXT
    void
    glSecondaryColor3ub(byte arg0, byte arg1, byte arg2)
    Entry point to C language function: void (GLubyte red, GLubyte green, GLubyte blue)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3ubEXT
    void
    glSecondaryColor3ubv(byte[] arg0, int arg1)
    Entry point to C language function: void (const GLubyte * v)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3ubvEXT
    void
    Entry point to C language function: void (const GLubyte * v)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3ubvEXT
    void
    glSecondaryColor3ui(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint red, GLuint green, GLuint blue)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3uiEXT
    void
    glSecondaryColor3uiv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLuint * v)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3uivEXT
    void
    Entry point to C language function: void (const GLuint * v)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3uivEXT
    void
    glSecondaryColor3us(short arg0, short arg1, short arg2)
    Entry point to C language function: void (GLushort red, GLushort green, GLushort blue)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3usEXT
    void
    glSecondaryColor3usv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLushort * v)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3usvEXT
    void
    Entry point to C language function: void (const GLushort * v)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColor3usvEXT
    void
    glSecondaryColorFormatNV(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLint size, GLenum type, GLsizei stride)
    Part of GL_NV_vertex_buffer_unified_memory
    void
    glSecondaryColorP3ui(int arg0, int arg1)
    Entry point to C language function: void (GLenum type, GLuint color)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glSecondaryColorP3uiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum type, const GLuint * color)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    Entry point to C language function: void (GLenum type, const GLuint * color)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glSecondaryColorPointer(int arg0, int arg1, int arg2, long arg3)
    Entry point to C language function: void (GLint size, GLenum type, GLsizei stride, const void * pointer)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColorPointerEXT
    void
    glSecondaryColorPointer(int arg0, int arg1, int arg2, Buffer arg3)
    Entry point to C language function: void (GLint size, GLenum type, GLsizei stride, const void * pointer)
    Part of GL_VERSION_1_4, GL_EXT_secondary_color
    Alias for: glSecondaryColorPointerEXT
    void
    glSelectBuffer(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLsizei size, GLuint * buffer)
    Part of GL_VERSION_1_0
    void
    glSelectPerfMonitorCountersAMD(int arg0, boolean arg1, int arg2, int arg3, int[] arg4, int arg5)
    Entry point to C language function: void (GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint * counterList)
    Part of GL_AMD_performance_monitor
    void
    glSelectPerfMonitorCountersAMD(int arg0, boolean arg1, int arg2, int arg3, IntBuffer arg4)
    Entry point to C language function: void (GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint * counterList)
    Part of GL_AMD_performance_monitor
    void
    glSeparableFilter2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6, long arg7)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * row, const void * column)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glSeparableFilter2DEXT
    void
    glSeparableFilter2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Buffer arg6, Buffer arg7)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * row, const void * column)
    Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
    Alias for: glSeparableFilter2DEXT
    void
    glSetInvariantEXT(int arg0, int arg1, Buffer arg2)
    Entry point to C language function: void (GLuint id, GLenum type, const void * addr)
    Part of GL_EXT_vertex_shader
    void
    glSetLocalConstantEXT(int arg0, int arg1, Buffer arg2)
    Entry point to C language function: void (GLuint id, GLenum type, const void * addr)
    Part of GL_EXT_vertex_shader
    void
    glSetMultisamplefvAMD(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum pname, GLuint index, const GLfloat * val)
    Part of GL_AMD_sample_positions
    void
    glSetMultisamplefvAMD(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum pname, GLuint index, const GLfloat * val)
    Part of GL_AMD_sample_positions
    void
    glShadeModel(int arg0)
     
    void
    glShaderBinary(int arg0, int[] arg1, int arg2, int arg3, Buffer arg4, int arg5)
    Entry point to C language function: void (GLint n, const GLuint * shaders, GLenum binaryformat, const void * binary, GLint length);
    Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
    void
    glShaderBinary(int arg0, IntBuffer arg1, int arg2, Buffer arg3, int arg4)
    Entry point to C language function: void (GLint n, const GLuint * shaders, GLenum binaryformat, const void * binary, GLint length);
    Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
    void
    glShaderOp1EXT(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum op, GLuint res, GLuint arg1)
    Part of GL_EXT_vertex_shader
    void
    glShaderOp2EXT(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum op, GLuint res, GLuint arg1, GLuint arg2)
    Part of GL_EXT_vertex_shader
    void
    glShaderOp3EXT(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum op, GLuint res, GLuint arg1, GLuint arg2, GLuint arg3)
    Part of GL_EXT_vertex_shader
    void
    glShaderSource(int arg0, int arg1, String[] arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint shader, GLsizei count, const GLchar * const * string, const GLint * length)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glShaderSourceARB
    void
    glShaderSource(int arg0, int arg1, String[] arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint shader, GLsizei count, const GLchar * const * string, const GLint * length)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glShaderSourceARB
    void
    glShaderSourceARB(long arg0, int arg1, String[] arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLhandleARB shaderObj, GLsizei count, const GLcharARB * * string, const GLint * length)
    Part of GL_ARB_shader_objects
    void
    glShaderSourceARB(long arg0, int arg1, String[] arg2, IntBuffer arg3)
    Entry point to C language function: void (GLhandleARB shaderObj, GLsizei count, const GLcharARB * * string, const GLint * length)
    Part of GL_ARB_shader_objects
    void
    glShaderStorageBlockBinding(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding)
    Part of GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object
    void
    glStateCaptureNV(int arg0, int arg1)
    Entry point to C language function: void (GLuint state, GLenum mode)
    Part of GL_NV_command_list
    void
    glStencilClearTagEXT(int arg0, int arg1)
    Entry point to C language function: void (GLsizei stencilTagBits, GLuint stencilClearTag)
    Part of GL_EXT_stencil_clear_tag
    void
    glStencilFunc(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum func, GLint ref, GLuint mask)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glStencilFuncSeparate(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum face, GLenum func, GLint ref, GLuint mask)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_separate_stencil
    Alias for: glStencilFuncSeparateATI
    void
    glStencilMask(int arg0)
    Entry point to C language function: void (GLuint mask)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glStencilMaskSeparate(int arg0, int arg1)
    Entry point to C language function: void (GLenum face, GLuint mask)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
    void
    glStencilOp(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum fail, GLenum zfail, GLenum zpass)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glStencilOpSeparate(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_separate_stencil
    Alias for: glStencilOpSeparateATI
    void
    glStencilOpValueAMD(int arg0, int arg1)
    Entry point to C language function: void (GLenum face, GLuint value)
    Part of GL_AMD_stencil_operation_extended
    void
    glStringMarkerGREMEDY(int arg0, Buffer arg1)
    Entry point to C language function: void (GLsizei len, const void * string)
    Part of GL_GREMEDY_string_marker
    void
    glSubpixelPrecisionBiasNV(int arg0, int arg1)
    Entry point to C language function: void (GLuint xbits, GLuint ybits)
    Part of GL_NV_conservative_raster
    void
    glSwizzleEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW)
    Part of GL_EXT_vertex_shader
    void
    Entry point to C language function: void (GLuint texture)
    Part of GL_INTEL_map_texture
    void
    Entry point to C language function: void (GLfloat factor)
    Part of GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator
    void
    Entry point to C language function: void (GLenum mode)
    Part of GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator
    void
    glTexBuffer(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLuint buffer)
    Part of GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_OES_texture_buffer, GL_ARB_texture_buffer_object, GL_EXT_texture_buffer, GL_EXT_texture_buffer_object
    Alias for: glTexBufferOES, glTexBufferARB, glTexBufferEXT
    void
    glTexBufferRange(int arg0, int arg1, int arg2, long arg3, long arg4)
    Entry point to C language function: void (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
    Part of GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_texture_buffer_range, GL_OES_texture_buffer, GL_EXT_texture_buffer
    Alias for: glTexBufferRangeOES, glTexBufferRangeEXT
    void
    glTexCoord1bOES(byte arg0)
    Entry point to C language function: void (GLbyte s)
    Part of GL_OES_byte_coordinates
    void
    glTexCoord1bvOES(byte[] arg0, int arg1)
    Entry point to C language function: void (const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    Entry point to C language function: void (const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    glTexCoord1d(double arg0)
    Entry point to C language function: void (GLdouble s)
    Part of GL_VERSION_1_0
    void
    glTexCoord1dv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    glTexCoord1f(float arg0)
    Entry point to C language function: void (GLfloat s)
    Part of GL_VERSION_1_0
    void
    glTexCoord1fv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    glTexCoord1h(short arg0)
    Entry point to C language function: void (GLhalfNV s)
    Part of GL_NV_half_float
    Alias for: glTexCoord1hNV
    void
    glTexCoord1hv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glTexCoord1hvNV
    void
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glTexCoord1hvNV
    void
    glTexCoord1i(int arg0)
    Entry point to C language function: void (GLint s)
    Part of GL_VERSION_1_0
    void
    glTexCoord1iv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    glTexCoord1s(short arg0)
    Entry point to C language function: void (GLshort s)
    Part of GL_VERSION_1_0
    void
    glTexCoord1sv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    glTexCoord2bOES(byte arg0, byte arg1)
    Entry point to C language function: void (GLbyte s, GLbyte t)
    Part of GL_OES_byte_coordinates
    void
    glTexCoord2bvOES(byte[] arg0, int arg1)
    Entry point to C language function: void (const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    Entry point to C language function: void (const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    glTexCoord2d(double arg0, double arg1)
    Entry point to C language function: void (GLdouble s, GLdouble t)
    Part of GL_VERSION_1_0
    void
    glTexCoord2dv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    glTexCoord2f(float arg0, float arg1)
    Entry point to C language function: void (GLfloat s, GLfloat t)
    Part of GL_VERSION_1_0
    void
    glTexCoord2fv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    glTexCoord2h(short arg0, short arg1)
    Entry point to C language function: void (GLhalfNV s, GLhalfNV t)
    Part of GL_NV_half_float
    Alias for: glTexCoord2hNV
    void
    glTexCoord2hv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glTexCoord2hvNV
    void
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glTexCoord2hvNV
    void
    glTexCoord2i(int arg0, int arg1)
    Entry point to C language function: void (GLint s, GLint t)
    Part of GL_VERSION_1_0
    void
    glTexCoord2iv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    glTexCoord2s(short arg0, short arg1)
    Entry point to C language function: void (GLshort s, GLshort t)
    Part of GL_VERSION_1_0
    void
    glTexCoord2sv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    glTexCoord3bOES(byte arg0, byte arg1, byte arg2)
    Entry point to C language function: void (GLbyte s, GLbyte t, GLbyte r)
    Part of GL_OES_byte_coordinates
    void
    glTexCoord3bvOES(byte[] arg0, int arg1)
    Entry point to C language function: void (const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    Entry point to C language function: void (const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    glTexCoord3d(double arg0, double arg1, double arg2)
    Entry point to C language function: void (GLdouble s, GLdouble t, GLdouble r)
    Part of GL_VERSION_1_0
    void
    glTexCoord3dv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    glTexCoord3f(float arg0, float arg1, float arg2)
    Entry point to C language function: void (GLfloat s, GLfloat t, GLfloat r)
    Part of GL_VERSION_1_0
    void
    glTexCoord3fv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    glTexCoord3h(short arg0, short arg1, short arg2)
    Entry point to C language function: void (GLhalfNV s, GLhalfNV t, GLhalfNV r)
    Part of GL_NV_half_float
    Alias for: glTexCoord3hNV
    void
    glTexCoord3hv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glTexCoord3hvNV
    void
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glTexCoord3hvNV
    void
    glTexCoord3i(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLint s, GLint t, GLint r)
    Part of GL_VERSION_1_0
    void
    glTexCoord3iv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    glTexCoord3s(short arg0, short arg1, short arg2)
    Entry point to C language function: void (GLshort s, GLshort t, GLshort r)
    Part of GL_VERSION_1_0
    void
    glTexCoord3sv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    glTexCoord4bOES(byte arg0, byte arg1, byte arg2, byte arg3)
    Entry point to C language function: void (GLbyte s, GLbyte t, GLbyte r, GLbyte q)
    Part of GL_OES_byte_coordinates
    void
    glTexCoord4bvOES(byte[] arg0, int arg1)
    Entry point to C language function: void (const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    Entry point to C language function: void (const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    glTexCoord4d(double arg0, double arg1, double arg2, double arg3)
    Entry point to C language function: void (GLdouble s, GLdouble t, GLdouble r, GLdouble q)
    Part of GL_VERSION_1_0
    void
    glTexCoord4dv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    glTexCoord4f(float arg0, float arg1, float arg2, float arg3)
    Entry point to C language function: void (GLfloat s, GLfloat t, GLfloat r, GLfloat q)
    Part of GL_VERSION_1_0
    void
    glTexCoord4fv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    glTexCoord4h(short arg0, short arg1, short arg2, short arg3)
    Entry point to C language function: void (GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q)
    Part of GL_NV_half_float
    Alias for: glTexCoord4hNV
    void
    glTexCoord4hv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glTexCoord4hvNV
    void
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glTexCoord4hvNV
    void
    glTexCoord4i(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLint s, GLint t, GLint r, GLint q)
    Part of GL_VERSION_1_0
    void
    glTexCoord4iv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    glTexCoord4s(short arg0, short arg1, short arg2, short arg3)
    Entry point to C language function: void (GLshort s, GLshort t, GLshort r, GLshort q)
    Part of GL_VERSION_1_0
    void
    glTexCoord4sv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    glTexCoordFormatNV(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLint size, GLenum type, GLsizei stride)
    Part of GL_NV_vertex_buffer_unified_memory
    void
    glTexCoordP1ui(int arg0, int arg1)
    Entry point to C language function: void (GLenum type, GLuint coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glTexCoordP1uiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum type, const GLuint * coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glTexCoordP1uiv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum type, const GLuint * coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glTexCoordP2ui(int arg0, int arg1)
    Entry point to C language function: void (GLenum type, GLuint coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glTexCoordP2uiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum type, const GLuint * coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glTexCoordP2uiv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum type, const GLuint * coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glTexCoordP3ui(int arg0, int arg1)
    Entry point to C language function: void (GLenum type, GLuint coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glTexCoordP3uiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum type, const GLuint * coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glTexCoordP3uiv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum type, const GLuint * coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glTexCoordP4ui(int arg0, int arg1)
    Entry point to C language function: void (GLenum type, GLuint coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glTexCoordP4uiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum type, const GLuint * coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glTexCoordP4uiv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum type, const GLuint * coords)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glTexCoordPointer(int arg0, int arg1, int arg2, long arg3)
     
    void
    glTexCoordPointer(int arg0, int arg1, int arg2, Buffer arg3)
     
    void
     
    void
    glTexEnvf(int arg0, int arg1, float arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLfloat param)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0
    void
    glTexEnvfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0
    void
    glTexEnvfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
    Part of GL_VERSION_ES_CM, GL_VERSION_1_0
    void
    glTexEnvi(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint param)
    Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glTexEnviv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
    Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glTexEnviv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
    Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glTexGend(int arg0, int arg1, double arg2)
    Entry point to C language function: void (GLenum coord, GLenum pname, GLdouble param)
    Part of GL_VERSION_1_0
    void
    glTexGendv(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLenum coord, GLenum pname, const GLdouble * params)
    Part of GL_VERSION_1_0
    void
    glTexGendv(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLenum coord, GLenum pname, const GLdouble * params)
    Part of GL_VERSION_1_0
    void
    glTexGenf(int arg0, int arg1, float arg2)
    Entry point to C language function: void (GLenum coord, GLenum pname, GLfloat param)
    Part of GL_VERSION_1_0, GL_OES_texture_cube_map
    Alias for: glTexGenfOES
    void
    glTexGenfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum coord, GLenum pname, const GLfloat * params)
    Part of GL_VERSION_1_0, GL_OES_texture_cube_map
    Alias for: glTexGenfvOES
    void
    glTexGenfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum coord, GLenum pname, const GLfloat * params)
    Part of GL_VERSION_1_0, GL_OES_texture_cube_map
    Alias for: glTexGenfvOES
    void
    glTexGeni(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum coord, GLenum pname, GLint param)
    Part of GL_VERSION_1_0, GL_OES_texture_cube_map
    Alias for: glTexGeniOES
    void
    glTexGeniv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum coord, GLenum pname, const GLint * params)
    Part of GL_VERSION_1_0, GL_OES_texture_cube_map
    Alias for: glTexGenivOES
    void
    glTexGeniv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum coord, GLenum pname, const GLint * params)
    Part of GL_VERSION_1_0, GL_OES_texture_cube_map
    Alias for: glTexGenivOES
    void
    glTexImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, long arg7)
    Entry point to C language function: void (GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
    Part of GL_VERSION_1_0
    void
    glTexImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Buffer arg7)
    Entry point to C language function: void (GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
    Part of GL_VERSION_1_0
    void
    glTexImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8)
    Entry point to C language function: void (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glTexImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
    Entry point to C language function: void (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glTexImage2DMultisample(int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5)
    Entry point to C language function: void (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
    Part of GL_ARB_texture_multisample, GL_VERSION_3_2
    void
    glTexImage2DMultisampleCoverageNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6)
    Entry point to C language function: void (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
    Part of GL_NV_texture_multisample
    void
    glTexImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, long arg9)
    Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void * pixels)
    Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3D
    Alias for: glTexImage3DOES, glTexImage3DEXT
    void
    glTexImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
    Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void * pixels)
    Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3D
    Alias for: glTexImage3DOES, glTexImage3DEXT
    void
    glTexImage3DMultisample(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6)
    Entry point to C language function: void (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
    Part of GL_ARB_texture_multisample, GL_VERSION_3_2
    void
    glTexImage3DMultisampleCoverageNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, boolean arg7)
    Entry point to C language function: void (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
    Part of GL_NV_texture_multisample
    void
    glTexPageCommitmentARB(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, boolean arg8)
    Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit)
    Part of GL_ARB_sparse_texture
    void
    glTexParameterf(int arg0, int arg1, float arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLfloat param)
    Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
    void
    glTexParameterfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
    Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
    void
    glTexParameterfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
    Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
    void
    glTexParameteri(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, GLint param)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glTexParameterIiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
    Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clamp
    Alias for: glTexParameterIivOES, glTexParameterIivEXT
    void
    glTexParameterIiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
    Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clamp
    Alias for: glTexParameterIivOES, glTexParameterIivEXT
    void
    glTexParameterIuiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLuint * params)
    Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_EXT_texture_integer, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
    Alias for: glTexParameterIuivEXT, glTexParameterIuivOES
    void
    glTexParameterIuiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLuint * params)
    Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_EXT_texture_integer, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
    Alias for: glTexParameterIuivEXT, glTexParameterIuivOES
    void
    glTexParameteriv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glTexParameteriv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glTexRenderbufferNV(int arg0, int arg1)
    Entry point to C language function: void (GLenum target, GLuint renderbuffer)
    Part of GL_NV_explicit_multisample
    void
    glTexStorage1D(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
    Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_EXT_texture_storage
    Alias for: glTexStorage1DEXT
    void
    glTexStorage2D(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
    Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_EXT_texture_storage
    Alias for: glTexStorage2DEXT
    void
    glTexStorage2DMultisample(int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5)
    Entry point to C language function: void (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
    Part of GL_ARB_texture_storage_multisample, GL_ES_VERSION_3_1, GL_VERSION_4_3
    void
    glTexStorage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
    Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_EXT_texture_storage
    Alias for: glTexStorage3DEXT
    void
    glTexStorage3DMultisample(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6)
    Entry point to C language function: void (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
    Part of GL_ARB_texture_storage_multisample, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_OES_texture_storage_multisample_2d_array
    Alias for: glTexStorage3DMultisampleOES
    void
    glTexStorageSparseAMD(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
    Entry point to C language function: void (GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags)
    Part of GL_AMD_sparse_texture
    void
    glTexSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
    Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels)
    Part of GL_VERSION_1_1, GL_EXT_subtexture
    Alias for: glTexSubImage1DEXT
    void
    glTexSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Buffer arg6)
    Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels)
    Part of GL_VERSION_1_1, GL_EXT_subtexture
    Alias for: glTexSubImage1DEXT
    void
    glTexSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8)
    Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_subtexture
    Alias for: glTexSubImage2DEXT
    void
    glTexSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
    Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_subtexture
    Alias for: glTexSubImage2DEXT
    void
    glTexSubImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, long arg10)
    Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels)
    Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3D
    Alias for: glTexSubImage3DOES, glTexSubImage3DEXT
    void
    glTexSubImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, Buffer arg10)
    Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels)
    Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3D
    Alias for: glTexSubImage3DOES, glTexSubImage3DEXT
    void
    Entry point to C language function: void (void)
    Part of GL_VERSION_4_5, GL_NV_texture_barrier
    Alias for: glTextureBarrierNV
    void
    Entry point to C language function: void (void)
    Part of GL_NV_texture_barrier
    void
    glTextureBuffer(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint texture, GLenum internalformat, GLuint buffer)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glTextureBufferEXT
    void
    glTextureBufferEXT(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum internalformat, GLuint buffer)
    Part of GL_EXT_direct_state_access
    void
    glTextureBufferRange(int arg0, int arg1, int arg2, long arg3, long arg4)
    Entry point to C language function: void (GLuint texture, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access, GL_ARB_texture_buffer_range
    Alias for: glTextureBufferRangeEXT
    void
    glTextureBufferRangeEXT(int arg0, int arg1, int arg2, int arg3, long arg4, long arg5)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
    Part of GL_EXT_direct_state_access, GL_ARB_texture_buffer_range
    void
    glTextureImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glTextureImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glTextureImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, long arg9)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glTextureImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glTextureImage2DMultisampleCoverageNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, boolean arg7)
    Entry point to C language function: void (GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
    Part of GL_NV_texture_multisample
    void
    glTextureImage2DMultisampleNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6)
    Entry point to C language function: void (GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
    Part of GL_NV_texture_multisample
    void
    glTextureImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, long arg10)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glTextureImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, Buffer arg10)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glTextureImage3DMultisampleCoverageNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, boolean arg8)
    Entry point to C language function: void (GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
    Part of GL_NV_texture_multisample
    void
    glTextureImage3DMultisampleNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, boolean arg7)
    Entry point to C language function: void (GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
    Part of GL_NV_texture_multisample
    void
    Entry point to C language function: void (GLenum pname)
    Part of GL_EXT_light_texture
    void
    glTextureMaterialEXT(int arg0, int arg1)
    Entry point to C language function: void (GLenum face, GLenum mode)
    Part of GL_EXT_light_texture
    void
    Entry point to C language function: void (GLenum mode)
    Part of GL_EXT_texture_perturb_normal
    void
    glTexturePageCommitmentEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, boolean arg8)
    Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit)
    Part of GL_EXT_direct_state_access
    void
    glTextureParameterf(int arg0, int arg1, float arg2)
    Entry point to C language function: void (GLuint texture, GLenum pname, GLfloat param)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glTextureParameterfEXT
    void
    glTextureParameterfEXT(int arg0, int arg1, int arg2, float arg3)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLfloat param)
    Part of GL_EXT_direct_state_access
    void
    glTextureParameterfv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLuint texture, GLenum pname, const GLfloat * param)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glTextureParameterfvEXT
    void
    glTextureParameterfv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLuint texture, GLenum pname, const GLfloat * param)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glTextureParameterfvEXT
    void
    glTextureParameterfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, const GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glTextureParameterfvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, const GLfloat * params)
    Part of GL_EXT_direct_state_access
    void
    glTextureParameteri(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint texture, GLenum pname, GLint param)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glTextureParameteriEXT
    void
    glTextureParameteriEXT(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLint param)
    Part of GL_EXT_direct_state_access
    void
    glTextureParameterIiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint texture, GLenum pname, const GLint * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glTextureParameterIivEXT
    void
    glTextureParameterIiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint texture, GLenum pname, const GLint * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glTextureParameterIivEXT
    void
    glTextureParameterIivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, const GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glTextureParameterIivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, const GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glTextureParameterIuiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint texture, GLenum pname, const GLuint * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glTextureParameterIuivEXT
    void
    glTextureParameterIuiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint texture, GLenum pname, const GLuint * params)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glTextureParameterIuivEXT
    void
    glTextureParameterIuivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, const GLuint * params)
    Part of GL_EXT_direct_state_access
    void
    glTextureParameterIuivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, const GLuint * params)
    Part of GL_EXT_direct_state_access
    void
    glTextureParameteriv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLuint texture, GLenum pname, const GLint * param)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glTextureParameterivEXT
    void
    glTextureParameteriv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLuint texture, GLenum pname, const GLint * param)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glTextureParameterivEXT
    void
    glTextureParameterivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, const GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glTextureParameterivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, const GLint * params)
    Part of GL_EXT_direct_state_access
    void
    glTextureRangeAPPLE(int arg0, int arg1, Buffer arg2)
    Entry point to C language function: void (GLenum target, GLsizei length, const void * pointer)
    Part of GL_APPLE_texture_range
    void
    glTextureRenderbufferEXT(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint texture, GLenum target, GLuint renderbuffer)
    Part of GL_EXT_direct_state_access
    void
    glTextureStorage1D(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width)
    Part of GL_VERSION_4_5, GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access
    Alias for: glTextureStorage1DEXT
    void
    glTextureStorage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
    Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access
    void
    glTextureStorage2D(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
    Part of GL_VERSION_4_5, GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access
    Alias for: glTextureStorage2DEXT
    void
    glTextureStorage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
    Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access
    void
    glTextureStorage2DMultisample(int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5)
    Entry point to C language function: void (GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
    Part of GL_VERSION_4_5, GL_ARB_texture_storage_multisample, GL_EXT_direct_state_access
    Alias for: glTextureStorage2DMultisampleEXT
    void
    glTextureStorage2DMultisampleEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6)
    Entry point to C language function: void (GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
    Part of GL_ARB_texture_storage_multisample, GL_EXT_direct_state_access
    void
    glTextureStorage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
    Part of GL_VERSION_4_5, GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access
    Alias for: glTextureStorage3DEXT
    void
    glTextureStorage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
    Entry point to C language function: void (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
    Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access
    void
    glTextureStorage3DMultisample(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6)
    Entry point to C language function: void (GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
    Part of GL_VERSION_4_5, GL_ARB_texture_storage_multisample, GL_EXT_direct_state_access
    Alias for: glTextureStorage3DMultisampleEXT
    void
    glTextureStorage3DMultisampleEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, boolean arg7)
    Entry point to C language function: void (GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
    Part of GL_ARB_texture_storage_multisample, GL_EXT_direct_state_access
    void
    glTextureStorageSparseAMD(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
    Entry point to C language function: void (GLuint texture, GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags)
    Part of GL_AMD_sparse_texture
    void
    glTextureSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
    Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void * pixels)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glTextureSubImage1DEXT
    void
    glTextureSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Buffer arg6)
    Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void * pixels)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glTextureSubImage1DEXT
    void
    glTextureSubImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, long arg7)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glTextureSubImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Buffer arg7)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glTextureSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8)
    Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glTextureSubImage2DEXT
    void
    glTextureSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
    Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glTextureSubImage2DEXT
    void
    glTextureSubImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, long arg9)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glTextureSubImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glTextureSubImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, long arg10)
    Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glTextureSubImage3DEXT
    void
    glTextureSubImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, Buffer arg10)
    Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glTextureSubImage3DEXT
    void
    glTextureSubImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, long arg11)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glTextureSubImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, Buffer arg11)
    Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels)
    Part of GL_EXT_direct_state_access
    void
    glTextureView(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
    Entry point to C language function: void (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers)
    Part of GL_VERSION_4_3, GL_ARB_texture_view, GL_OES_texture_view, GL_EXT_texture_view
    Alias for: glTextureViewOES, glTextureViewEXT
    void
    glTransformFeedbackBufferBase(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint xfb, GLuint index, GLuint buffer)
    Part of GL_VERSION_4_5
    void
    glTransformFeedbackBufferRange(int arg0, int arg1, int arg2, long arg3, long arg4)
    Entry point to C language function: void (GLuint xfb, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
    Part of GL_VERSION_4_5
    void
    glTransformFeedbackVaryings(int arg0, int arg1, String[] arg2, int arg3)
    Entry point to C language function: void (GLuint program, GLsizei count, const GLchar * const * varyings, GLenum bufferMode)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_transform_feedback, GL_NV_transform_feedback
    Alias for: glTransformFeedbackVaryingsEXT, glTransformFeedbackVaryingsNV
    void
    glTranslated(double arg0, double arg1, double arg2)
    Entry point to C language function: void (GLdouble x, GLdouble y, GLdouble z)
    Part of GL_VERSION_1_0
    void
    glTranslatef(float arg0, float arg1, float arg2)
    Translate the current matrix.
    void
     
    void
    glUniform1d(int arg0, double arg1)
    Entry point to C language function: void (GLint location, GLdouble x)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniform1dv(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniform1dv(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniform1f(int arg0, float arg1)
    Entry point to C language function: void (GLint location, GLfloat v0)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform1fARB
    void
    glUniform1fARB(int arg0, float arg1)
    Entry point to C language function: void (GLint location, GLfloat v0)
    Part of GL_ARB_shader_objects
    void
    glUniform1fv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform1fvARB
    void
    glUniform1fv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform1fvARB
    void
    glUniform1fvARB(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ARB_shader_objects
    void
    glUniform1fvARB(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ARB_shader_objects
    void
    glUniform1i(int arg0, int arg1)
    Entry point to C language function: void (GLint location, GLint v0)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform1iARB
    void
    glUniform1i64ARB(int arg0, long arg1)
    Entry point to C language function: void (GLint location, GLint64 x)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform1i64NV(int arg0, long arg1)
    Entry point to C language function: void (GLint location, GLint64EXT x)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform1i64vARB(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform1i64vARB(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform1i64vNV(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform1i64vNV(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform1iARB(int arg0, int arg1)
    Entry point to C language function: void (GLint location, GLint v0)
    Part of GL_ARB_shader_objects
    void
    glUniform1iv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform1ivARB
    void
    glUniform1iv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform1ivARB
    void
    glUniform1ivARB(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
    Part of GL_ARB_shader_objects
    void
    glUniform1ivARB(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
    Part of GL_ARB_shader_objects
    void
    glUniform1ui(int arg0, int arg1)
    Entry point to C language function: void (GLint location, GLuint v0)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
    Alias for: glUniform1uiEXT
    void
    glUniform1ui64ARB(int arg0, long arg1)
    Entry point to C language function: void (GLint location, GLuint64 x)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform1ui64NV(int arg0, long arg1)
    Entry point to C language function: void (GLint location, GLuint64EXT x)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform1ui64vARB(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform1ui64vARB(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform1ui64vNV(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform1ui64vNV(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform1uiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
    Alias for: glUniform1uivEXT
    void
    glUniform1uiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
    Alias for: glUniform1uivEXT
    void
    glUniform2d(int arg0, double arg1, double arg2)
    Entry point to C language function: void (GLint location, GLdouble x, GLdouble y)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniform2dv(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniform2dv(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniform2f(int arg0, float arg1, float arg2)
    Entry point to C language function: void (GLint location, GLfloat v0, GLfloat v1)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform2fARB
    void
    glUniform2fARB(int arg0, float arg1, float arg2)
    Entry point to C language function: void (GLint location, GLfloat v0, GLfloat v1)
    Part of GL_ARB_shader_objects
    void
    glUniform2fv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform2fvARB
    void
    glUniform2fv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform2fvARB
    void
    glUniform2fvARB(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ARB_shader_objects
    void
    glUniform2fvARB(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ARB_shader_objects
    void
    glUniform2i(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLint location, GLint v0, GLint v1)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform2iARB
    void
    glUniform2i64ARB(int arg0, long arg1, long arg2)
    Entry point to C language function: void (GLint location, GLint64 x, GLint64 y)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform2i64NV(int arg0, long arg1, long arg2)
    Entry point to C language function: void (GLint location, GLint64EXT x, GLint64EXT y)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform2i64vARB(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform2i64vARB(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform2i64vNV(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform2i64vNV(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform2iARB(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLint location, GLint v0, GLint v1)
    Part of GL_ARB_shader_objects
    void
    glUniform2iv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform2ivARB
    void
    glUniform2iv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform2ivARB
    void
    glUniform2ivARB(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
    Part of GL_ARB_shader_objects
    void
    glUniform2ivARB(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
    Part of GL_ARB_shader_objects
    void
    glUniform2ui(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLint location, GLuint v0, GLuint v1)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
    Alias for: glUniform2uiEXT
    void
    glUniform2ui64ARB(int arg0, long arg1, long arg2)
    Entry point to C language function: void (GLint location, GLuint64 x, GLuint64 y)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform2ui64NV(int arg0, long arg1, long arg2)
    Entry point to C language function: void (GLint location, GLuint64EXT x, GLuint64EXT y)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform2ui64vARB(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform2ui64vARB(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform2ui64vNV(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform2ui64vNV(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform2uiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
    Alias for: glUniform2uivEXT
    void
    glUniform2uiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
    Alias for: glUniform2uivEXT
    void
    glUniform3d(int arg0, double arg1, double arg2, double arg3)
    Entry point to C language function: void (GLint location, GLdouble x, GLdouble y, GLdouble z)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniform3dv(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniform3dv(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniform3f(int arg0, float arg1, float arg2, float arg3)
    Entry point to C language function: void (GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform3fARB
    void
    glUniform3fARB(int arg0, float arg1, float arg2, float arg3)
    Entry point to C language function: void (GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
    Part of GL_ARB_shader_objects
    void
    glUniform3fv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform3fvARB
    void
    glUniform3fv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform3fvARB
    void
    glUniform3fvARB(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ARB_shader_objects
    void
    glUniform3fvARB(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ARB_shader_objects
    void
    glUniform3i(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLint location, GLint v0, GLint v1, GLint v2)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform3iARB
    void
    glUniform3i64ARB(int arg0, long arg1, long arg2, long arg3)
    Entry point to C language function: void (GLint location, GLint64 x, GLint64 y, GLint64 z)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform3i64NV(int arg0, long arg1, long arg2, long arg3)
    Entry point to C language function: void (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform3i64vARB(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform3i64vARB(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform3i64vNV(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform3i64vNV(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform3iARB(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLint location, GLint v0, GLint v1, GLint v2)
    Part of GL_ARB_shader_objects
    void
    glUniform3iv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform3ivARB
    void
    glUniform3iv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform3ivARB
    void
    glUniform3ivARB(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
    Part of GL_ARB_shader_objects
    void
    glUniform3ivARB(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
    Part of GL_ARB_shader_objects
    void
    glUniform3ui(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLint location, GLuint v0, GLuint v1, GLuint v2)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
    Alias for: glUniform3uiEXT
    void
    glUniform3ui64ARB(int arg0, long arg1, long arg2, long arg3)
    Entry point to C language function: void (GLint location, GLuint64 x, GLuint64 y, GLuint64 z)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform3ui64NV(int arg0, long arg1, long arg2, long arg3)
    Entry point to C language function: void (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform3ui64vARB(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform3ui64vARB(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform3ui64vNV(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform3ui64vNV(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform3uiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
    Alias for: glUniform3uivEXT
    void
    glUniform3uiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
    Alias for: glUniform3uivEXT
    void
    glUniform4d(int arg0, double arg1, double arg2, double arg3, double arg4)
    Entry point to C language function: void (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniform4dv(int arg0, int arg1, double[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniform4dv(int arg0, int arg1, DoubleBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniform4f(int arg0, float arg1, float arg2, float arg3, float arg4)
    Entry point to C language function: void (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform4fARB
    void
    glUniform4fARB(int arg0, float arg1, float arg2, float arg3, float arg4)
    Entry point to C language function: void (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
    Part of GL_ARB_shader_objects
    void
    glUniform4fv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform4fvARB
    void
    glUniform4fv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform4fvARB
    void
    glUniform4fvARB(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ARB_shader_objects
    void
    glUniform4fvARB(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
    Part of GL_ARB_shader_objects
    void
    glUniform4i(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform4iARB
    void
    glUniform4i64ARB(int arg0, long arg1, long arg2, long arg3, long arg4)
    Entry point to C language function: void (GLint location, GLint64 x, GLint64 y, GLint64 z, GLint64 w)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform4i64NV(int arg0, long arg1, long arg2, long arg3, long arg4)
    Entry point to C language function: void (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform4i64vARB(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform4i64vARB(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform4i64vNV(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform4i64vNV(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform4iARB(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
    Part of GL_ARB_shader_objects
    void
    glUniform4iv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform4ivARB
    void
    glUniform4iv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniform4ivARB
    void
    glUniform4ivARB(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
    Part of GL_ARB_shader_objects
    void
    glUniform4ivARB(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
    Part of GL_ARB_shader_objects
    void
    glUniform4ui(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
    Alias for: glUniform4uiEXT
    void
    glUniform4ui64ARB(int arg0, long arg1, long arg2, long arg3, long arg4)
    Entry point to C language function: void (GLint location, GLuint64 x, GLuint64 y, GLuint64 z, GLuint64 w)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform4ui64NV(int arg0, long arg1, long arg2, long arg3, long arg4)
    Entry point to C language function: void (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform4ui64vARB(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform4ui64vARB(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
    Part of GL_ARB_gpu_shader_int64
    void
    glUniform4ui64vNV(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform4ui64vNV(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
    void
    glUniform4uiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
    Alias for: glUniform4uivEXT
    void
    glUniform4uiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
    Alias for: glUniform4uivEXT
    void
    glUniformBlockBinding(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)
    Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
    void
    glUniformBufferEXT(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint program, GLint location, GLuint buffer)
    Part of GL_EXT_bindable_uniform
    void
    glUniformHandleui64ARB(int arg0, long arg1)
    Entry point to C language function: void (GLint location, GLuint64 value)
    Part of GL_ARB_bindless_texture
    void
    glUniformHandleui64vARB(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
    Part of GL_ARB_bindless_texture
    void
    glUniformHandleui64vARB(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
    Part of GL_ARB_bindless_texture
    void
    glUniformMatrix2dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniformMatrix2dv(int arg0, int arg1, boolean arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniformMatrix2fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniformMatrix2fvARB
    void
    glUniformMatrix2fv(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniformMatrix2fvARB
    void
    glUniformMatrix2fvARB(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_shader_objects
    void
    glUniformMatrix2fvARB(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_shader_objects
    void
    glUniformMatrix2x3dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniformMatrix2x3dv(int arg0, int arg1, boolean arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniformMatrix2x3fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
    Alias for: glUniformMatrix2x3fvNV
    void
    glUniformMatrix2x3fv(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
    Alias for: glUniformMatrix2x3fvNV
    void
    glUniformMatrix2x4dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniformMatrix2x4dv(int arg0, int arg1, boolean arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniformMatrix2x4fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
    Alias for: glUniformMatrix2x4fvNV
    void
    glUniformMatrix2x4fv(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
    Alias for: glUniformMatrix2x4fvNV
    void
    glUniformMatrix3dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniformMatrix3dv(int arg0, int arg1, boolean arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniformMatrix3fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniformMatrix3fvARB
    void
    glUniformMatrix3fv(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniformMatrix3fvARB
    void
    glUniformMatrix3fvARB(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_shader_objects
    void
    glUniformMatrix3fvARB(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_shader_objects
    void
    glUniformMatrix3x2dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniformMatrix3x2dv(int arg0, int arg1, boolean arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniformMatrix3x2fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
    Alias for: glUniformMatrix3x2fvNV
    void
    glUniformMatrix3x2fv(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
    Alias for: glUniformMatrix3x2fvNV
    void
    glUniformMatrix3x4dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniformMatrix3x4dv(int arg0, int arg1, boolean arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniformMatrix3x4fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
    Alias for: glUniformMatrix3x4fvNV
    void
    glUniformMatrix3x4fv(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
    Alias for: glUniformMatrix3x4fvNV
    void
    glUniformMatrix4dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniformMatrix4dv(int arg0, int arg1, boolean arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniformMatrix4fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniformMatrix4fvARB
    void
    glUniformMatrix4fv(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glUniformMatrix4fvARB
    void
    glUniformMatrix4fvARB(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_shader_objects
    void
    glUniformMatrix4fvARB(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ARB_shader_objects
    void
    glUniformMatrix4x2dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniformMatrix4x2dv(int arg0, int arg1, boolean arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniformMatrix4x2fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
    Alias for: glUniformMatrix4x2fvNV
    void
    glUniformMatrix4x2fv(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
    Alias for: glUniformMatrix4x2fvNV
    void
    glUniformMatrix4x3dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniformMatrix4x3dv(int arg0, int arg1, boolean arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
    Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
    void
    glUniformMatrix4x3fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
    Alias for: glUniformMatrix4x3fvNV
    void
    glUniformMatrix4x3fv(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
    Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
    Alias for: glUniformMatrix4x3fvNV
    void
    glUniformSubroutinesuiv(int arg0, int arg1, int[] arg2, int arg3)
    Entry point to C language function: void (GLenum shadertype, GLsizei count, const GLuint * indices)
    Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
    void
    glUniformSubroutinesuiv(int arg0, int arg1, IntBuffer arg2)
    Entry point to C language function: void (GLenum shadertype, GLsizei count, const GLuint * indices)
    Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
    void
    glUniformui64NV(int arg0, long arg1)
    Entry point to C language function: void (GLint location, GLuint64EXT value)
    Part of GL_NV_shader_buffer_load
    void
    glUniformui64vNV(int arg0, int arg1, long[] arg2, int arg3)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_shader_buffer_load
    void
    glUniformui64vNV(int arg0, int arg1, LongBuffer arg2)
    Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
    Part of GL_NV_shader_buffer_load
    void
    Entry point to C language function: void (void)
    Part of GL_EXT_compiled_vertex_array
    boolean
    glUnmapBuffer(int arg0)
    Entry point to C language function: GLboolean (GLenum target)
    Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_OES_mapbuffer, GL_ARB_vertex_buffer_object
    Alias for: glUnmapBufferOES, glUnmapBufferARB
    boolean
    Entry point to C language function: GLboolean (GLuint buffer)
    Part of GL_VERSION_4_5, GL_EXT_direct_state_access
    Alias for: glUnmapNamedBufferEXT
    boolean
    Entry point to C language function: GLboolean (GLuint buffer)
    Part of GL_EXT_direct_state_access
    void
    glUnmapTexture2DINTEL(int arg0, int arg1)
    Entry point to C language function: void (GLuint texture, GLint level)
    Part of GL_INTEL_map_texture
    void
    glUseProgram(int arg0)
    Entry point to C language function: void (GLuint program)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
    void
    Entry point to C language function: void (GLhandleARB programObj)
    Part of GL_ARB_shader_objects
    void
    glUseProgramStages(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint pipeline, GLbitfield stages, GLuint program)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
    Alias for: glUseProgramStagesEXT
    void
    Entry point to C language function: void (GLuint program)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
    Alias for: glValidateProgramARB
    void
    Entry point to C language function: void (GLhandleARB programObj)
    Part of GL_ARB_shader_objects
    void
    Entry point to C language function: void (GLuint pipeline)
    Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
    Alias for: glValidateProgramPipelineEXT
    void
    glVariantbvEXT(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLuint id, const GLbyte * addr)
    Part of GL_EXT_vertex_shader
    void
    glVariantbvEXT(int arg0, ByteBuffer arg1)
    Entry point to C language function: void (GLuint id, const GLbyte * addr)
    Part of GL_EXT_vertex_shader
    void
    glVariantdvEXT(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLuint id, const GLdouble * addr)
    Part of GL_EXT_vertex_shader
    void
    glVariantdvEXT(int arg0, DoubleBuffer arg1)
    Entry point to C language function: void (GLuint id, const GLdouble * addr)
    Part of GL_EXT_vertex_shader
    void
    glVariantfvEXT(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLuint id, const GLfloat * addr)
    Part of GL_EXT_vertex_shader
    void
    glVariantfvEXT(int arg0, FloatBuffer arg1)
    Entry point to C language function: void (GLuint id, const GLfloat * addr)
    Part of GL_EXT_vertex_shader
    void
    glVariantivEXT(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint id, const GLint * addr)
    Part of GL_EXT_vertex_shader
    void
    glVariantivEXT(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLuint id, const GLint * addr)
    Part of GL_EXT_vertex_shader
    void
    glVariantPointerEXT(int arg0, int arg1, int arg2, long arg3)
    Entry point to C language function: void (GLuint id, GLenum type, GLuint stride, const void * addr)
    Part of GL_EXT_vertex_shader
    void
    glVariantPointerEXT(int arg0, int arg1, int arg2, Buffer arg3)
    Entry point to C language function: void (GLuint id, GLenum type, GLuint stride, const void * addr)
    Part of GL_EXT_vertex_shader
    void
    glVariantsvEXT(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint id, const GLshort * addr)
    Part of GL_EXT_vertex_shader
    void
    glVariantsvEXT(int arg0, ShortBuffer arg1)
    Entry point to C language function: void (GLuint id, const GLshort * addr)
    Part of GL_EXT_vertex_shader
    void
    glVariantubvEXT(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLuint id, const GLubyte * addr)
    Part of GL_EXT_vertex_shader
    void
    glVariantubvEXT(int arg0, ByteBuffer arg1)
    Entry point to C language function: void (GLuint id, const GLubyte * addr)
    Part of GL_EXT_vertex_shader
    void
    glVariantuivEXT(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint id, const GLuint * addr)
    Part of GL_EXT_vertex_shader
    void
    glVariantuivEXT(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLuint id, const GLuint * addr)
    Part of GL_EXT_vertex_shader
    void
    glVariantusvEXT(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint id, const GLushort * addr)
    Part of GL_EXT_vertex_shader
    void
    glVariantusvEXT(int arg0, ShortBuffer arg1)
    Entry point to C language function: void (GLuint id, const GLushort * addr)
    Part of GL_EXT_vertex_shader
    void
    Entry point to C language function: void (void)
    Part of GL_NV_vdpau_interop
    void
    glVDPAUGetSurfaceivNV(long arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6)
    Entry point to C language function: void (GLvdpauSurfaceNV surface, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values)
    Part of GL_NV_vdpau_interop
    void
    glVDPAUGetSurfaceivNV(long arg0, int arg1, int arg2, IntBuffer arg3, IntBuffer arg4)
    Entry point to C language function: void (GLvdpauSurfaceNV surface, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values)
    Part of GL_NV_vdpau_interop
    void
    Entry point to C language function: void (const void * vdpDevice, const void * getProcAddress)
    Part of GL_NV_vdpau_interop
    boolean
    glVDPAUIsSurfaceNV(long arg0)
    Entry point to C language function: GLboolean (GLvdpauSurfaceNV surface)
    Part of GL_NV_vdpau_interop
    void
    glVDPAUMapSurfacesNV(int arg0, com.jogamp.common.nio.PointerBuffer arg1)
    Entry point to C language function: void (GLsizei numSurfaces, const GLvdpauSurfaceNV * surfaces)
    Part of GL_NV_vdpau_interop
    long
    glVDPAURegisterOutputSurfaceNV(Buffer arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: GLvdpauSurfaceNV (const void * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames)
    Part of GL_NV_vdpau_interop
    long
    glVDPAURegisterOutputSurfaceNV(Buffer arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: GLvdpauSurfaceNV (const void * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames)
    Part of GL_NV_vdpau_interop
    long
    glVDPAURegisterVideoSurfaceNV(Buffer arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: GLvdpauSurfaceNV (const void * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames)
    Part of GL_NV_vdpau_interop
    long
    glVDPAURegisterVideoSurfaceNV(Buffer arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: GLvdpauSurfaceNV (const void * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames)
    Part of GL_NV_vdpau_interop
    void
    glVDPAUSurfaceAccessNV(long arg0, int arg1)
    Entry point to C language function: void (GLvdpauSurfaceNV surface, GLenum access)
    Part of GL_NV_vdpau_interop
    void
    glVDPAUUnmapSurfacesNV(int arg0, com.jogamp.common.nio.PointerBuffer arg1)
    Entry point to C language function: void (GLsizei numSurface, const GLvdpauSurfaceNV * surfaces)
    Part of GL_NV_vdpau_interop
    void
    Entry point to C language function: void (GLvdpauSurfaceNV surface)
    Part of GL_NV_vdpau_interop
    void
    glVertex2bOES(byte arg0, byte arg1)
    Entry point to C language function: void (GLbyte x, GLbyte y)
    Part of GL_OES_byte_coordinates
    void
    glVertex2bvOES(byte[] arg0, int arg1)
    Entry point to C language function: void (const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    Entry point to C language function: void (const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    glVertex2d(double arg0, double arg1)
    Entry point to C language function: void (GLdouble x, GLdouble y)
    Part of GL_VERSION_1_0
    void
    glVertex2dv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    glVertex2f(float arg0, float arg1)
    Entry point to C language function: void (GLfloat x, GLfloat y)
    Part of GL_VERSION_1_0
    void
    glVertex2fv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    glVertex2h(short arg0, short arg1)
    Entry point to C language function: void (GLhalfNV x, GLhalfNV y)
    Part of GL_NV_half_float
    Alias for: glVertex2hNV
    void
    glVertex2hv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertex2hvNV
    void
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertex2hvNV
    void
    glVertex2i(int arg0, int arg1)
    Entry point to C language function: void (GLint x, GLint y)
    Part of GL_VERSION_1_0
    void
    glVertex2iv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    glVertex2s(short arg0, short arg1)
    Entry point to C language function: void (GLshort x, GLshort y)
    Part of GL_VERSION_1_0
    void
    glVertex2sv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    glVertex3bOES(byte arg0, byte arg1, byte arg2)
    Entry point to C language function: void (GLbyte x, GLbyte y, GLbyte z)
    Part of GL_OES_byte_coordinates
    void
    glVertex3bvOES(byte[] arg0, int arg1)
    Entry point to C language function: void (const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    Entry point to C language function: void (const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    glVertex3d(double arg0, double arg1, double arg2)
    Entry point to C language function: void (GLdouble x, GLdouble y, GLdouble z)
    Part of GL_VERSION_1_0
    void
    glVertex3dv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    glVertex3f(float arg0, float arg1, float arg2)
    Entry point to C language function: void (GLfloat x, GLfloat y, GLfloat z)
    Part of GL_VERSION_1_0
    void
    glVertex3fv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    glVertex3h(short arg0, short arg1, short arg2)
    Entry point to C language function: void (GLhalfNV x, GLhalfNV y, GLhalfNV z)
    Part of GL_NV_half_float
    Alias for: glVertex3hNV
    void
    glVertex3hv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertex3hvNV
    void
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertex3hvNV
    void
    glVertex3i(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLint x, GLint y, GLint z)
    Part of GL_VERSION_1_0
    void
    glVertex3iv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    glVertex3s(short arg0, short arg1, short arg2)
    Entry point to C language function: void (GLshort x, GLshort y, GLshort z)
    Part of GL_VERSION_1_0
    void
    glVertex3sv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    glVertex4bOES(byte arg0, byte arg1, byte arg2, byte arg3)
    Entry point to C language function: void (GLbyte x, GLbyte y, GLbyte z, GLbyte w)
    Part of GL_OES_byte_coordinates
    void
    glVertex4bvOES(byte[] arg0, int arg1)
    Entry point to C language function: void (const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    Entry point to C language function: void (const GLbyte * coords)
    Part of GL_OES_byte_coordinates
    void
    glVertex4d(double arg0, double arg1, double arg2, double arg3)
    Entry point to C language function: void (GLdouble x, GLdouble y, GLdouble z, GLdouble w)
    Part of GL_VERSION_1_0
    void
    glVertex4dv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_0
    void
    glVertex4f(float arg0, float arg1, float arg2, float arg3)
    Entry point to C language function: void (GLfloat x, GLfloat y, GLfloat z, GLfloat w)
    Part of GL_VERSION_1_0
    void
    glVertex4fv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_0
    void
    glVertex4h(short arg0, short arg1, short arg2, short arg3)
    Entry point to C language function: void (GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w)
    Part of GL_NV_half_float
    Alias for: glVertex4hNV
    void
    glVertex4hv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertex4hvNV
    void
    Entry point to C language function: void (const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertex4hvNV
    void
    glVertex4i(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLint x, GLint y, GLint z, GLint w)
    Part of GL_VERSION_1_0
    void
    glVertex4iv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_0
    void
    glVertex4s(short arg0, short arg1, short arg2, short arg3)
    Entry point to C language function: void (GLshort x, GLshort y, GLshort z, GLshort w)
    Part of GL_VERSION_1_0
    void
    glVertex4sv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_0
    void
    glVertexArrayAttribBinding(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint vaobj, GLuint attribindex, GLuint bindingindex)
    Part of GL_VERSION_4_5
    void
    glVertexArrayAttribFormat(int arg0, int arg1, int arg2, int arg3, boolean arg4, int arg5)
    Entry point to C language function: void (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
    Part of GL_VERSION_4_5
    void
    glVertexArrayAttribIFormat(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
    Part of GL_VERSION_4_5
    void
    glVertexArrayAttribLFormat(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
    Part of GL_VERSION_4_5
    void
    glVertexArrayBindingDivisor(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint vaobj, GLuint bindingindex, GLuint divisor)
    Part of GL_VERSION_4_5
    void
    glVertexArrayBindVertexBufferEXT(int arg0, int arg1, int arg2, long arg3, int arg4)
    Entry point to C language function: void (GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
    Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding
    void
    glVertexArrayColorOffsetEXT(int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
    Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
    Part of GL_EXT_direct_state_access
    void
    glVertexArrayEdgeFlagOffsetEXT(int arg0, int arg1, int arg2, long arg3)
    Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLsizei stride, GLintptr offset)
    Part of GL_EXT_direct_state_access
    void
    glVertexArrayElementBuffer(int arg0, int arg1)
    Entry point to C language function: void (GLuint vaobj, GLuint buffer)
    Part of GL_VERSION_4_5
    void
    glVertexArrayFogCoordOffsetEXT(int arg0, int arg1, int arg2, int arg3, long arg4)
    Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset)
    Part of GL_EXT_direct_state_access
    void
    glVertexArrayIndexOffsetEXT(int arg0, int arg1, int arg2, int arg3, long arg4)
    Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset)
    Part of GL_EXT_direct_state_access
    void
    glVertexArrayMultiTexCoordOffsetEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
    Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLenum texunit, GLint size, GLenum type, GLsizei stride, GLintptr offset)
    Part of GL_EXT_direct_state_access
    void
    glVertexArrayNormalOffsetEXT(int arg0, int arg1, int arg2, int arg3, long arg4)
    Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset)
    Part of GL_EXT_direct_state_access
    void
    glVertexArrayParameteriAPPLE(int arg0, int arg1)
    Entry point to C language function: void (GLenum pname, GLint param)
    Part of GL_APPLE_vertex_array_range
    void
    Entry point to C language function: void (GLsizei length, void * pointer)
    Part of GL_APPLE_vertex_array_range
    void
    glVertexArraySecondaryColorOffsetEXT(int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
    Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
    Part of GL_EXT_direct_state_access
    void
    glVertexArrayTexCoordOffsetEXT(int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
    Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
    Part of GL_EXT_direct_state_access
    void
    glVertexArrayVertexAttribBindingEXT(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint vaobj, GLuint attribindex, GLuint bindingindex)
    Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding
    void
    glVertexArrayVertexAttribDivisorEXT(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint vaobj, GLuint index, GLuint divisor)
    Part of GL_EXT_direct_state_access
    void
    glVertexArrayVertexAttribFormatEXT(int arg0, int arg1, int arg2, int arg3, boolean arg4, int arg5)
    Entry point to C language function: void (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
    Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding
    void
    glVertexArrayVertexAttribIFormatEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
    Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding
    void
    glVertexArrayVertexAttribIOffsetEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
    Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLsizei stride, GLintptr offset)
    Part of GL_EXT_direct_state_access
    void
    glVertexArrayVertexAttribLFormatEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
    Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding
    void
    glVertexArrayVertexAttribLOffsetEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
    Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLsizei stride, GLintptr offset)
    Part of GL_EXT_vertex_attrib_64bit, GL_EXT_direct_state_access
    void
    glVertexArrayVertexAttribOffsetEXT(int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5, int arg6, long arg7)
    Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLintptr offset)
    Part of GL_EXT_direct_state_access
    void
    glVertexArrayVertexBindingDivisorEXT(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint vaobj, GLuint bindingindex, GLuint divisor)
    Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding
    void
    glVertexArrayVertexBuffer(int arg0, int arg1, int arg2, long arg3, int arg4)
    Entry point to C language function: void (GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
    Part of GL_VERSION_4_5
    void
    glVertexArrayVertexBuffers(int arg0, int arg1, int arg2, int[] arg3, int arg4, com.jogamp.common.nio.PointerBuffer arg5, int[] arg6, int arg7)
    Entry point to C language function: void (GLuint vaobj, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizei * strides)
    Part of GL_VERSION_4_5
    void
    glVertexArrayVertexBuffers(int arg0, int arg1, int arg2, IntBuffer arg3, com.jogamp.common.nio.PointerBuffer arg4, IntBuffer arg5)
    Entry point to C language function: void (GLuint vaobj, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizei * strides)
    Part of GL_VERSION_4_5
    void
    glVertexArrayVertexOffsetEXT(int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
    Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
    Part of GL_EXT_direct_state_access
    void
    glVertexAttrib1d(int arg0, double arg1)
    Entry point to C language function: void (GLuint index, GLdouble x)
    Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib1dNV, glVertexAttrib1dARB
    void
    glVertexAttrib1dARB(int arg0, double arg1)
    Entry point to C language function: void (GLuint index, GLdouble x)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib1dv(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glVertexAttrib1dvARB, glVertexAttrib1dvNV
    void
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glVertexAttrib1dvARB, glVertexAttrib1dvNV
    void
    glVertexAttrib1dvARB(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib1f(int arg0, float arg1)
    Entry point to C language function: void (GLuint index, GLfloat x)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glVertexAttrib1fARB, glVertexAttrib1fNV
    void
    glVertexAttrib1fARB(int arg0, float arg1)
    Entry point to C language function: void (GLuint index, GLfloat x)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib1fv(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLfloat * v)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib1fvNV, glVertexAttrib1fvARB
    void
    glVertexAttrib1fv(int arg0, FloatBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLfloat * v)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib1fvNV, glVertexAttrib1fvARB
    void
    glVertexAttrib1fvARB(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLfloat * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLfloat * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib1h(int arg0, short arg1)
    Entry point to C language function: void (GLuint index, GLhalfNV x)
    Part of GL_NV_half_float
    Alias for: glVertexAttrib1hNV
    void
    glVertexAttrib1hv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertexAttrib1hvNV
    void
    glVertexAttrib1hv(int arg0, ShortBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertexAttrib1hvNV
    void
    glVertexAttrib1s(int arg0, short arg1)
    Entry point to C language function: void (GLuint index, GLshort x)
    Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib1sNV, glVertexAttrib1sARB
    void
    glVertexAttrib1sARB(int arg0, short arg1)
    Entry point to C language function: void (GLuint index, GLshort x)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib1sv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glVertexAttrib1svARB, glVertexAttrib1svNV
    void
    glVertexAttrib1sv(int arg0, ShortBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glVertexAttrib1svARB, glVertexAttrib1svNV
    void
    glVertexAttrib1svARB(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib2d(int arg0, double arg1, double arg2)
    Entry point to C language function: void (GLuint index, GLdouble x, GLdouble y)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glVertexAttrib2dARB, glVertexAttrib2dNV
    void
    glVertexAttrib2dARB(int arg0, double arg1, double arg2)
    Entry point to C language function: void (GLuint index, GLdouble x, GLdouble y)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib2dv(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib2dvNV, glVertexAttrib2dvARB
    void
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib2dvNV, glVertexAttrib2dvARB
    void
    glVertexAttrib2dvARB(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib2f(int arg0, float arg1, float arg2)
    Entry point to C language function: void (GLuint index, GLfloat x, GLfloat y)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glVertexAttrib2fARB, glVertexAttrib2fNV
    void
    glVertexAttrib2fARB(int arg0, float arg1, float arg2)
    Entry point to C language function: void (GLuint index, GLfloat x, GLfloat y)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib2fv(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLfloat * v)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glVertexAttrib2fvARB, glVertexAttrib2fvNV
    void
    glVertexAttrib2fv(int arg0, FloatBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLfloat * v)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glVertexAttrib2fvARB, glVertexAttrib2fvNV
    void
    glVertexAttrib2fvARB(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLfloat * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLfloat * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib2h(int arg0, short arg1, short arg2)
    Entry point to C language function: void (GLuint index, GLhalfNV x, GLhalfNV y)
    Part of GL_NV_half_float
    Alias for: glVertexAttrib2hNV
    void
    glVertexAttrib2hv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertexAttrib2hvNV
    void
    glVertexAttrib2hv(int arg0, ShortBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertexAttrib2hvNV
    void
    glVertexAttrib2s(int arg0, short arg1, short arg2)
    Entry point to C language function: void (GLuint index, GLshort x, GLshort y)
    Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib2sNV, glVertexAttrib2sARB
    void
    glVertexAttrib2sARB(int arg0, short arg1, short arg2)
    Entry point to C language function: void (GLuint index, GLshort x, GLshort y)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib2sv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glVertexAttrib2svARB, glVertexAttrib2svNV
    void
    glVertexAttrib2sv(int arg0, ShortBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glVertexAttrib2svARB, glVertexAttrib2svNV
    void
    glVertexAttrib2svARB(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib3d(int arg0, double arg1, double arg2, double arg3)
    Entry point to C language function: void (GLuint index, GLdouble x, GLdouble y, GLdouble z)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glVertexAttrib3dARB, glVertexAttrib3dNV
    void
    glVertexAttrib3dARB(int arg0, double arg1, double arg2, double arg3)
    Entry point to C language function: void (GLuint index, GLdouble x, GLdouble y, GLdouble z)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib3dv(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib3dvNV, glVertexAttrib3dvARB
    void
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib3dvNV, glVertexAttrib3dvARB
    void
    glVertexAttrib3dvARB(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib3f(int arg0, float arg1, float arg2, float arg3)
    Entry point to C language function: void (GLuint index, GLfloat x, GLfloat y, GLfloat z)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glVertexAttrib3fARB, glVertexAttrib3fNV
    void
    glVertexAttrib3fARB(int arg0, float arg1, float arg2, float arg3)
    Entry point to C language function: void (GLuint index, GLfloat x, GLfloat y, GLfloat z)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib3fv(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLfloat * v)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib3fvNV, glVertexAttrib3fvARB
    void
    glVertexAttrib3fv(int arg0, FloatBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLfloat * v)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib3fvNV, glVertexAttrib3fvARB
    void
    glVertexAttrib3fvARB(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLfloat * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLfloat * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib3h(int arg0, short arg1, short arg2, short arg3)
    Entry point to C language function: void (GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z)
    Part of GL_NV_half_float
    Alias for: glVertexAttrib3hNV
    void
    glVertexAttrib3hv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertexAttrib3hvNV
    void
    glVertexAttrib3hv(int arg0, ShortBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertexAttrib3hvNV
    void
    glVertexAttrib3s(int arg0, short arg1, short arg2, short arg3)
    Entry point to C language function: void (GLuint index, GLshort x, GLshort y, GLshort z)
    Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib3sNV, glVertexAttrib3sARB
    void
    glVertexAttrib3sARB(int arg0, short arg1, short arg2, short arg3)
    Entry point to C language function: void (GLuint index, GLshort x, GLshort y, GLshort z)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib3sv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glVertexAttrib3svARB, glVertexAttrib3svNV
    void
    glVertexAttrib3sv(int arg0, ShortBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glVertexAttrib3svARB, glVertexAttrib3svNV
    void
    glVertexAttrib3svARB(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib4bv(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLbyte * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4bvARB
    void
    glVertexAttrib4bv(int arg0, ByteBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLbyte * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4bvARB
    void
    glVertexAttrib4bvARB(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLbyte * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLbyte * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib4d(int arg0, double arg1, double arg2, double arg3, double arg4)
    Entry point to C language function: void (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
    Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib4dNV, glVertexAttrib4dARB
    void
    glVertexAttrib4dARB(int arg0, double arg1, double arg2, double arg3, double arg4)
    Entry point to C language function: void (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib4dv(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib4dvNV, glVertexAttrib4dvARB
    void
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib4dvNV, glVertexAttrib4dvARB
    void
    glVertexAttrib4dvARB(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib4f(int arg0, float arg1, float arg2, float arg3, float arg4)
    Entry point to C language function: void (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib4fNV, glVertexAttrib4fARB
    void
    glVertexAttrib4fARB(int arg0, float arg1, float arg2, float arg3, float arg4)
    Entry point to C language function: void (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib4fv(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLfloat * v)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib4fvNV, glVertexAttrib4fvARB
    void
    glVertexAttrib4fv(int arg0, FloatBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLfloat * v)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib4fvNV, glVertexAttrib4fvARB
    void
    glVertexAttrib4fvARB(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLfloat * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLfloat * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib4h(int arg0, short arg1, short arg2, short arg3, short arg4)
    Entry point to C language function: void (GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w)
    Part of GL_NV_half_float
    Alias for: glVertexAttrib4hNV
    void
    glVertexAttrib4hv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertexAttrib4hvNV
    void
    glVertexAttrib4hv(int arg0, ShortBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertexAttrib4hvNV
    void
    glVertexAttrib4iv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4ivARB
    void
    glVertexAttrib4iv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4ivARB
    void
    glVertexAttrib4ivARB(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib4Nbv(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLbyte * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4NbvARB
    void
    glVertexAttrib4Nbv(int arg0, ByteBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLbyte * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4NbvARB
    void
    glVertexAttrib4NbvARB(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLbyte * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLbyte * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib4Niv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4NivARB
    void
    glVertexAttrib4Niv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4NivARB
    void
    glVertexAttrib4NivARB(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib4Nsv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4NsvARB
    void
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4NsvARB
    void
    glVertexAttrib4NsvARB(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib4Nub(int arg0, byte arg1, byte arg2, byte arg3, byte arg4)
    Entry point to C language function: void (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4NubARB
    void
    glVertexAttrib4NubARB(int arg0, byte arg1, byte arg2, byte arg3, byte arg4)
    Entry point to C language function: void (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib4Nubv(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLubyte * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4NubvARB
    void
    Entry point to C language function: void (GLuint index, const GLubyte * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4NubvARB
    void
    glVertexAttrib4NubvARB(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLubyte * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLubyte * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib4Nuiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4NuivARB
    void
    glVertexAttrib4Nuiv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4NuivARB
    void
    glVertexAttrib4NuivARB(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib4Nusv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLushort * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4NusvARB
    void
    Entry point to C language function: void (GLuint index, const GLushort * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4NusvARB
    void
    glVertexAttrib4NusvARB(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLushort * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLushort * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib4s(int arg0, short arg1, short arg2, short arg3, short arg4)
    Entry point to C language function: void (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
    Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib4sNV, glVertexAttrib4sARB
    void
    glVertexAttrib4sARB(int arg0, short arg1, short arg2, short arg3, short arg4)
    Entry point to C language function: void (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib4sv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib4svNV, glVertexAttrib4svARB
    void
    glVertexAttrib4sv(int arg0, ShortBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib4svNV, glVertexAttrib4svARB
    void
    glVertexAttrib4svARB(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib4ubv(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLubyte * v)
    Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib4ubvNV, glVertexAttrib4ubvARB
    void
    glVertexAttrib4ubv(int arg0, ByteBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLubyte * v)
    Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
    Alias for: glVertexAttrib4ubvNV, glVertexAttrib4ubvARB
    void
    glVertexAttrib4ubvARB(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLubyte * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLubyte * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib4uiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4uivARB
    void
    glVertexAttrib4uiv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4uivARB
    void
    glVertexAttrib4uivARB(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttrib4usv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLushort * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4usvARB
    void
    Entry point to C language function: void (GLuint index, const GLushort * v)
    Part of GL_VERSION_2_0, GL_ARB_vertex_program
    Alias for: glVertexAttrib4usvARB
    void
    glVertexAttrib4usvARB(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLushort * v)
    Part of GL_ARB_vertex_program
    void
    Entry point to C language function: void (GLuint index, const GLushort * v)
    Part of GL_ARB_vertex_program
    void
    glVertexAttribBinding(int arg0, int arg1)
    Entry point to C language function: void (GLuint attribindex, GLuint bindingindex)
    Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding
    void
    glVertexAttribDivisor(int arg0, int arg1)
    Entry point to C language function: void (GLuint index, GLuint divisor)
    Part of GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_NV_instanced_arrays, GL_ANGLE_instanced_arrays, GL_ARB_instanced_arrays, GL_EXT_instanced_arrays
    Alias for: glVertexAttribDivisorNV, glVertexAttribDivisorANGLE, glVertexAttribDivisorARB, glVertexAttribDivisorEXT
    void
    glVertexAttribFormat(int arg0, int arg1, int arg2, boolean arg3, int arg4)
    Entry point to C language function: void (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
    Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding, GL_NV_vertex_buffer_unified_memory
    Alias for: glVertexAttribFormatNV
    void
    glVertexAttribFormatNV(int arg0, int arg1, int arg2, boolean arg3, int arg4)
    Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride)
    Part of GL_NV_vertex_buffer_unified_memory
    void
    glVertexAttribI1i(int arg0, int arg1)
    Entry point to C language function: void (GLuint index, GLint x)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI1iEXT
    void
    glVertexAttribI1iEXT(int arg0, int arg1)
    Entry point to C language function: void (GLuint index, GLint x)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI1iv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI1ivEXT
    void
    glVertexAttribI1iv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI1ivEXT
    void
    glVertexAttribI1ivEXT(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_NV_vertex_program4
    void
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI1ui(int arg0, int arg1)
    Entry point to C language function: void (GLuint index, GLuint x)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI1uiEXT
    void
    glVertexAttribI1uiEXT(int arg0, int arg1)
    Entry point to C language function: void (GLuint index, GLuint x)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI1uiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI1uivEXT
    void
    glVertexAttribI1uiv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI1uivEXT
    void
    glVertexAttribI1uivEXT(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_NV_vertex_program4
    void
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI2i(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint index, GLint x, GLint y)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI2iEXT
    void
    glVertexAttribI2iEXT(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint index, GLint x, GLint y)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI2iv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI2ivEXT
    void
    glVertexAttribI2iv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI2ivEXT
    void
    glVertexAttribI2ivEXT(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_NV_vertex_program4
    void
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI2ui(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint index, GLuint x, GLuint y)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI2uiEXT
    void
    glVertexAttribI2uiEXT(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint index, GLuint x, GLuint y)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI2uiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI2uivEXT
    void
    glVertexAttribI2uiv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI2uivEXT
    void
    glVertexAttribI2uivEXT(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_NV_vertex_program4
    void
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI3i(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLint x, GLint y, GLint z)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI3iEXT
    void
    glVertexAttribI3iEXT(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLint x, GLint y, GLint z)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI3iv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI3ivEXT
    void
    glVertexAttribI3iv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI3ivEXT
    void
    glVertexAttribI3ivEXT(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_NV_vertex_program4
    void
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI3ui(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLuint x, GLuint y, GLuint z)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI3uiEXT
    void
    glVertexAttribI3uiEXT(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLuint x, GLuint y, GLuint z)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI3uiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI3uivEXT
    void
    glVertexAttribI3uiv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI3uivEXT
    void
    glVertexAttribI3uivEXT(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_NV_vertex_program4
    void
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI4bv(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLbyte * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI4bvEXT
    void
    glVertexAttribI4bv(int arg0, ByteBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLbyte * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI4bvEXT
    void
    glVertexAttribI4bvEXT(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLbyte * v)
    Part of GL_NV_vertex_program4
    void
    Entry point to C language function: void (GLuint index, const GLbyte * v)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI4i(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint index, GLint x, GLint y, GLint z, GLint w)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI4iEXT
    void
    glVertexAttribI4iEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint index, GLint x, GLint y, GLint z, GLint w)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI4iv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI4ivEXT
    void
    glVertexAttribI4iv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI4ivEXT
    void
    glVertexAttribI4ivEXT(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_NV_vertex_program4
    void
    Entry point to C language function: void (GLuint index, const GLint * v)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI4sv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI4svEXT
    void
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI4svEXT
    void
    glVertexAttribI4svEXT(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_NV_vertex_program4
    void
    Entry point to C language function: void (GLuint index, const GLshort * v)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI4ubv(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLubyte * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI4ubvEXT
    void
    Entry point to C language function: void (GLuint index, const GLubyte * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI4ubvEXT
    void
    glVertexAttribI4ubvEXT(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLubyte * v)
    Part of GL_NV_vertex_program4
    void
    Entry point to C language function: void (GLuint index, const GLubyte * v)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI4ui(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI4uiEXT
    void
    glVertexAttribI4uiEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
    Entry point to C language function: void (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI4uiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI4uivEXT
    void
    glVertexAttribI4uiv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI4uivEXT
    void
    glVertexAttribI4uivEXT(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_NV_vertex_program4
    void
    Entry point to C language function: void (GLuint index, const GLuint * v)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribI4usv(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLushort * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI4usvEXT
    void
    Entry point to C language function: void (GLuint index, const GLushort * v)
    Part of GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribI4usvEXT
    void
    glVertexAttribI4usvEXT(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLushort * v)
    Part of GL_NV_vertex_program4
    void
    Entry point to C language function: void (GLuint index, const GLushort * v)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribIFormat(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
    Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding, GL_NV_vertex_buffer_unified_memory
    Alias for: glVertexAttribIFormatNV
    void
    glVertexAttribIFormatNV(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLsizei stride)
    Part of GL_NV_vertex_buffer_unified_memory
    void
    glVertexAttribIPointer(int arg0, int arg1, int arg2, int arg3, long arg4)
    Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLsizei stride, const void * pointer)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
    Alias for: glVertexAttribIPointerEXT
    void
    glVertexAttribIPointer(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
    Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
    void
    glVertexAttribIPointerEXT(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
    Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLsizei stride, const void * pointer)
    Part of GL_NV_vertex_program4
    void
    glVertexAttribL1d(int arg0, double arg1)
    Entry point to C language function: void (GLuint index, GLdouble x)
    Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
    Alias for: glVertexAttribL1dEXT
    void
    glVertexAttribL1dv(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
    Alias for: glVertexAttribL1dvEXT
    void
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
    Alias for: glVertexAttribL1dvEXT
    void
    glVertexAttribL1i64NV(int arg0, long arg1)
    Entry point to C language function: void (GLuint index, GLint64EXT x)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glVertexAttribL1i64vNV(int arg0, long[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLint64EXT * v)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    Entry point to C language function: void (GLuint index, const GLint64EXT * v)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glVertexAttribL1ui64ARB(int arg0, long arg1)
    Entry point to C language function: void (GLuint index, GLuint64EXT x)
    Part of GL_ARB_bindless_texture
    void
    glVertexAttribL1ui64NV(int arg0, long arg1)
    Entry point to C language function: void (GLuint index, GLuint64EXT x)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glVertexAttribL1ui64vARB(int arg0, long[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
    Part of GL_ARB_bindless_texture
    void
    Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
    Part of GL_ARB_bindless_texture
    void
    glVertexAttribL1ui64vNV(int arg0, long[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glVertexAttribL2d(int arg0, double arg1, double arg2)
    Entry point to C language function: void (GLuint index, GLdouble x, GLdouble y)
    Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
    Alias for: glVertexAttribL2dEXT
    void
    glVertexAttribL2dv(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
    Alias for: glVertexAttribL2dvEXT
    void
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
    Alias for: glVertexAttribL2dvEXT
    void
    glVertexAttribL2i64NV(int arg0, long arg1, long arg2)
    Entry point to C language function: void (GLuint index, GLint64EXT x, GLint64EXT y)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glVertexAttribL2i64vNV(int arg0, long[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLint64EXT * v)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    Entry point to C language function: void (GLuint index, const GLint64EXT * v)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glVertexAttribL2ui64NV(int arg0, long arg1, long arg2)
    Entry point to C language function: void (GLuint index, GLuint64EXT x, GLuint64EXT y)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glVertexAttribL2ui64vNV(int arg0, long[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glVertexAttribL3d(int arg0, double arg1, double arg2, double arg3)
    Entry point to C language function: void (GLuint index, GLdouble x, GLdouble y, GLdouble z)
    Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
    Alias for: glVertexAttribL3dEXT
    void
    glVertexAttribL3dv(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
    Alias for: glVertexAttribL3dvEXT
    void
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
    Alias for: glVertexAttribL3dvEXT
    void
    glVertexAttribL3i64NV(int arg0, long arg1, long arg2, long arg3)
    Entry point to C language function: void (GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glVertexAttribL3i64vNV(int arg0, long[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLint64EXT * v)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    Entry point to C language function: void (GLuint index, const GLint64EXT * v)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glVertexAttribL3ui64NV(int arg0, long arg1, long arg2, long arg3)
    Entry point to C language function: void (GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glVertexAttribL3ui64vNV(int arg0, long[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glVertexAttribL4d(int arg0, double arg1, double arg2, double arg3, double arg4)
    Entry point to C language function: void (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
    Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
    Alias for: glVertexAttribL4dEXT
    void
    glVertexAttribL4dv(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
    Alias for: glVertexAttribL4dvEXT
    void
    Entry point to C language function: void (GLuint index, const GLdouble * v)
    Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
    Alias for: glVertexAttribL4dvEXT
    void
    glVertexAttribL4i64NV(int arg0, long arg1, long arg2, long arg3, long arg4)
    Entry point to C language function: void (GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glVertexAttribL4i64vNV(int arg0, long[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLint64EXT * v)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    Entry point to C language function: void (GLuint index, const GLint64EXT * v)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glVertexAttribL4ui64NV(int arg0, long arg1, long arg2, long arg3, long arg4)
    Entry point to C language function: void (GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glVertexAttribL4ui64vNV(int arg0, long[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glVertexAttribLFormat(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
    Part of GL_VERSION_4_3, GL_ARB_vertex_attrib_binding, GL_NV_vertex_attrib_integer_64bit
    Alias for: glVertexAttribLFormatNV
    void
    glVertexAttribLFormatNV(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLsizei stride)
    Part of GL_NV_vertex_attrib_integer_64bit
    void
    glVertexAttribLPointer(int arg0, int arg1, int arg2, int arg3, long arg4)
    Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLsizei stride, const void * pointer)
    Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
    Alias for: glVertexAttribLPointerEXT
    void
    glVertexAttribLPointer(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
    Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
    Part of GL_VERSION_4_1, GL_ARB_vertex_attrib_64bit
    void
    glVertexAttribP1ui(int arg0, int arg1, boolean arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, GLuint value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexAttribP1uiv(int arg0, int arg1, boolean arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexAttribP1uiv(int arg0, int arg1, boolean arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexAttribP2ui(int arg0, int arg1, boolean arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, GLuint value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexAttribP2uiv(int arg0, int arg1, boolean arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexAttribP2uiv(int arg0, int arg1, boolean arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexAttribP3ui(int arg0, int arg1, boolean arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, GLuint value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexAttribP3uiv(int arg0, int arg1, boolean arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexAttribP3uiv(int arg0, int arg1, boolean arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexAttribP4ui(int arg0, int arg1, boolean arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, GLuint value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexAttribP4uiv(int arg0, int arg1, boolean arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexAttribP4uiv(int arg0, int arg1, boolean arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexAttribParameteriAMD(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLuint index, GLenum pname, GLint param)
    Part of GL_AMD_interleaved_elements
    void
    glVertexAttribPointer(int arg0, int arg1, int arg2, boolean arg3, int arg4, long arg5)
    Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void * pointer)
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
    Alias for: glVertexAttribPointerARB, glVertexAttribPointerNV
    void
    glVertexAttribPointer(int arg0, int arg1, int arg2, boolean arg3, int arg4, Buffer arg5)
    Entry point to C language function: void (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * ptr);
    Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
    void
     
    void
    glVertexAttribPointerARB(int arg0, int arg1, int arg2, boolean arg3, int arg4, long arg5)
    Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void * pointer)
    Part of GL_ARB_vertex_program
    void
    glVertexAttribPointerARB(int arg0, int arg1, int arg2, boolean arg3, int arg4, Buffer arg5)
    Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void * pointer)
    Part of GL_ARB_vertex_program
    void
    glVertexAttribs1hv(int arg0, int arg1, short[] arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLsizei n, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertexAttribs1hvNV
    void
    glVertexAttribs1hv(int arg0, int arg1, ShortBuffer arg2)
    Entry point to C language function: void (GLuint index, GLsizei n, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertexAttribs1hvNV
    void
    glVertexAttribs2hv(int arg0, int arg1, short[] arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLsizei n, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertexAttribs2hvNV
    void
    glVertexAttribs2hv(int arg0, int arg1, ShortBuffer arg2)
    Entry point to C language function: void (GLuint index, GLsizei n, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertexAttribs2hvNV
    void
    glVertexAttribs3hv(int arg0, int arg1, short[] arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLsizei n, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertexAttribs3hvNV
    void
    glVertexAttribs3hv(int arg0, int arg1, ShortBuffer arg2)
    Entry point to C language function: void (GLuint index, GLsizei n, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertexAttribs3hvNV
    void
    glVertexAttribs4hv(int arg0, int arg1, short[] arg2, int arg3)
    Entry point to C language function: void (GLuint index, GLsizei n, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertexAttribs4hvNV
    void
    glVertexAttribs4hv(int arg0, int arg1, ShortBuffer arg2)
    Entry point to C language function: void (GLuint index, GLsizei n, const GLhalfNV * v)
    Part of GL_NV_half_float
    Alias for: glVertexAttribs4hvNV
    void
    glVertexBindingDivisor(int arg0, int arg1)
    Entry point to C language function: void (GLuint bindingindex, GLuint divisor)
    Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding
    void
    glVertexBlendARB(int arg0)
    Entry point to C language function: void (GLint count)
    Part of GL_ARB_vertex_blend
    void
    glVertexFormatNV(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLint size, GLenum type, GLsizei stride)
    Part of GL_NV_vertex_buffer_unified_memory
    void
    glVertexP2ui(int arg0, int arg1)
    Entry point to C language function: void (GLenum type, GLuint value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexP2uiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum type, const GLuint * value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexP2uiv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum type, const GLuint * value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexP3ui(int arg0, int arg1)
    Entry point to C language function: void (GLenum type, GLuint value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexP3uiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum type, const GLuint * value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexP3uiv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum type, const GLuint * value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexP4ui(int arg0, int arg1)
    Entry point to C language function: void (GLenum type, GLuint value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexP4uiv(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLenum type, const GLuint * value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexP4uiv(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLenum type, const GLuint * value)
    Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
    void
    glVertexPointer(int arg0, int arg1, int arg2, long arg3)
     
    void
    glVertexPointer(int arg0, int arg1, int arg2, Buffer arg3)
     
    void
     
    void
    glVertexWeightfEXT(float arg0)
    Entry point to C language function: void (GLfloat weight)
    Part of GL_EXT_vertex_weighting
    void
    glVertexWeightfvEXT(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * weight)
    Part of GL_EXT_vertex_weighting
    void
    Entry point to C language function: void (const GLfloat * weight)
    Part of GL_EXT_vertex_weighting
    void
    glVertexWeighth(short arg0)
    Entry point to C language function: void (GLhalfNV weight)
    Part of GL_NV_half_float
    Alias for: glVertexWeighthNV
    void
    glVertexWeighthv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLhalfNV * weight)
    Part of GL_NV_half_float
    Alias for: glVertexWeighthvNV
    void
    Entry point to C language function: void (const GLhalfNV * weight)
    Part of GL_NV_half_float
    Alias for: glVertexWeighthvNV
    void
    glVertexWeightPointerEXT(int arg0, int arg1, int arg2, long arg3)
    Entry point to C language function: void (GLint size, GLenum type, GLsizei stride, const void * pointer)
    Part of GL_EXT_vertex_weighting
    void
    glVertexWeightPointerEXT(int arg0, int arg1, int arg2, Buffer arg3)
    Entry point to C language function: void (GLint size, GLenum type, GLsizei stride, const void * pointer)
    Part of GL_EXT_vertex_weighting
    int
    glVideoCaptureNV(int arg0, int[] arg1, int arg2, long[] arg3, int arg4)
    Entry point to C language function: GLenum (GLuint video_capture_slot, GLuint * sequence_num, GLuint64EXT * capture_time)
    Part of GL_NV_video_capture
    int
    glVideoCaptureNV(int arg0, IntBuffer arg1, LongBuffer arg2)
    Entry point to C language function: GLenum (GLuint video_capture_slot, GLuint * sequence_num, GLuint64EXT * capture_time)
    Part of GL_NV_video_capture
    void
    glVideoCaptureStreamParameterdvNV(int arg0, int arg1, int arg2, double[] arg3, int arg4)
    Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLdouble * params)
    Part of GL_NV_video_capture
    void
    glVideoCaptureStreamParameterdvNV(int arg0, int arg1, int arg2, DoubleBuffer arg3)
    Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLdouble * params)
    Part of GL_NV_video_capture
    void
    glVideoCaptureStreamParameterfvNV(int arg0, int arg1, int arg2, float[] arg3, int arg4)
    Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLfloat * params)
    Part of GL_NV_video_capture
    void
    glVideoCaptureStreamParameterfvNV(int arg0, int arg1, int arg2, FloatBuffer arg3)
    Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLfloat * params)
    Part of GL_NV_video_capture
    void
    glVideoCaptureStreamParameterivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
    Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLint * params)
    Part of GL_NV_video_capture
    void
    glVideoCaptureStreamParameterivNV(int arg0, int arg1, int arg2, IntBuffer arg3)
    Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLint * params)
    Part of GL_NV_video_capture
    void
    glViewport(int arg0, int arg1, int arg2, int arg3)
    Entry point to C language function: void (GLint x, GLint y, GLsizei width, GLsizei height)
    Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
    void
    glViewportArrayv(int arg0, int arg1, float[] arg2, int arg3)
    Entry point to C language function: void (GLuint first, GLsizei count, const GLfloat * v)
    Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
    Alias for: glViewportArrayvNV
    void
    glViewportArrayv(int arg0, int arg1, FloatBuffer arg2)
    Entry point to C language function: void (GLuint first, GLsizei count, const GLfloat * v)
    Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
    Alias for: glViewportArrayvNV
    void
    glViewportIndexedf(int arg0, float arg1, float arg2, float arg3, float arg4)
    Entry point to C language function: void (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)
    Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
    Alias for: glViewportIndexedfNV
    void
    glViewportIndexedfv(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLuint index, const GLfloat * v)
    Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
    Alias for: glViewportIndexedfvNV
    void
    Entry point to C language function: void (GLuint index, const GLfloat * v)
    Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
    Alias for: glViewportIndexedfvNV
    void
    glWaitSync(long arg0, int arg1, long arg2)
    Entry point to C language function: void (GLsync sync, GLbitfield flags, GLuint64 timeout)
    Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
    Alias for: glWaitSyncAPPLE
    void
    glWeightbvARB(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLint size, const GLbyte * weights)
    Part of GL_ARB_vertex_blend
    void
    glWeightbvARB(int arg0, ByteBuffer arg1)
    Entry point to C language function: void (GLint size, const GLbyte * weights)
    Part of GL_ARB_vertex_blend
    void
    glWeightdvARB(int arg0, double[] arg1, int arg2)
    Entry point to C language function: void (GLint size, const GLdouble * weights)
    Part of GL_ARB_vertex_blend
    void
    glWeightdvARB(int arg0, DoubleBuffer arg1)
    Entry point to C language function: void (GLint size, const GLdouble * weights)
    Part of GL_ARB_vertex_blend
    void
    glWeightfvARB(int arg0, float[] arg1, int arg2)
    Entry point to C language function: void (GLint size, const GLfloat * weights)
    Part of GL_ARB_vertex_blend
    void
    glWeightfvARB(int arg0, FloatBuffer arg1)
    Entry point to C language function: void (GLint size, const GLfloat * weights)
    Part of GL_ARB_vertex_blend
    void
    glWeightivARB(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLint size, const GLint * weights)
    Part of GL_ARB_vertex_blend
    void
    glWeightivARB(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLint size, const GLint * weights)
    Part of GL_ARB_vertex_blend
    void
    glWeightPointerARB(int arg0, int arg1, int arg2, long arg3)
    Entry point to C language function: void (GLint size, GLenum type, GLsizei stride, const void * pointer)
    Part of GL_ARB_vertex_blend
    void
    glWeightPointerARB(int arg0, int arg1, int arg2, Buffer arg3)
    Entry point to C language function: void (GLint size, GLenum type, GLsizei stride, const void * pointer)
    Part of GL_ARB_vertex_blend
    void
    glWeightsvARB(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLint size, const GLshort * weights)
    Part of GL_ARB_vertex_blend
    void
    glWeightsvARB(int arg0, ShortBuffer arg1)
    Entry point to C language function: void (GLint size, const GLshort * weights)
    Part of GL_ARB_vertex_blend
    void
    glWeightubvARB(int arg0, byte[] arg1, int arg2)
    Entry point to C language function: void (GLint size, const GLubyte * weights)
    Part of GL_ARB_vertex_blend
    void
    glWeightubvARB(int arg0, ByteBuffer arg1)
    Entry point to C language function: void (GLint size, const GLubyte * weights)
    Part of GL_ARB_vertex_blend
    void
    glWeightuivARB(int arg0, int[] arg1, int arg2)
    Entry point to C language function: void (GLint size, const GLuint * weights)
    Part of GL_ARB_vertex_blend
    void
    glWeightuivARB(int arg0, IntBuffer arg1)
    Entry point to C language function: void (GLint size, const GLuint * weights)
    Part of GL_ARB_vertex_blend
    void
    glWeightusvARB(int arg0, short[] arg1, int arg2)
    Entry point to C language function: void (GLint size, const GLushort * weights)
    Part of GL_ARB_vertex_blend
    void
    glWeightusvARB(int arg0, ShortBuffer arg1)
    Entry point to C language function: void (GLint size, const GLushort * weights)
    Part of GL_ARB_vertex_blend
    void
    glWindowPos2d(double arg0, double arg1)
    Entry point to C language function: void (GLdouble x, GLdouble y)
    Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
    Alias for: glWindowPos2dMESA, glWindowPos2dARB
    void
    glWindowPos2dv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
    Alias for: glWindowPos2dvMESA, glWindowPos2dvARB
    void
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
    Alias for: glWindowPos2dvMESA, glWindowPos2dvARB
    void
    glWindowPos2f(float arg0, float arg1)
    Entry point to C language function: void (GLfloat x, GLfloat y)
    Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
    Alias for: glWindowPos2fARB, glWindowPos2fMESA
    void
    glWindowPos2fv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
    Alias for: glWindowPos2fvMESA, glWindowPos2fvARB
    void
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
    Alias for: glWindowPos2fvMESA, glWindowPos2fvARB
    void
    glWindowPos2i(int arg0, int arg1)
    Entry point to C language function: void (GLint x, GLint y)
    Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
    Alias for: glWindowPos2iMESA, glWindowPos2iARB
    void
    glWindowPos2iv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
    Alias for: glWindowPos2ivARB, glWindowPos2ivMESA
    void
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
    Alias for: glWindowPos2ivARB, glWindowPos2ivMESA
    void
    glWindowPos2s(short arg0, short arg1)
    Entry point to C language function: void (GLshort x, GLshort y)
    Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
    Alias for: glWindowPos2sMESA, glWindowPos2sARB
    void
    glWindowPos2sv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
    Alias for: glWindowPos2svARB, glWindowPos2svMESA
    void
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
    Alias for: glWindowPos2svARB, glWindowPos2svMESA
    void
    glWindowPos3d(double arg0, double arg1, double arg2)
    Entry point to C language function: void (GLdouble x, GLdouble y, GLdouble z)
    Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
    Alias for: glWindowPos3dMESA, glWindowPos3dARB
    void
    glWindowPos3dv(double[] arg0, int arg1)
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
    Alias for: glWindowPos3dvARB, glWindowPos3dvMESA
    void
    Entry point to C language function: void (const GLdouble * v)
    Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
    Alias for: glWindowPos3dvARB, glWindowPos3dvMESA
    void
    glWindowPos3f(float arg0, float arg1, float arg2)
    Entry point to C language function: void (GLfloat x, GLfloat y, GLfloat z)
    Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
    Alias for: glWindowPos3fARB, glWindowPos3fMESA
    void
    glWindowPos3fv(float[] arg0, int arg1)
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
    Alias for: glWindowPos3fvMESA, glWindowPos3fvARB
    void
    Entry point to C language function: void (const GLfloat * v)
    Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
    Alias for: glWindowPos3fvMESA, glWindowPos3fvARB
    void
    glWindowPos3i(int arg0, int arg1, int arg2)
    Entry point to C language function: void (GLint x, GLint y, GLint z)
    Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
    Alias for: glWindowPos3iARB, glWindowPos3iMESA
    void
    glWindowPos3iv(int[] arg0, int arg1)
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
    Alias for: glWindowPos3ivARB, glWindowPos3ivMESA
    void
    Entry point to C language function: void (const GLint * v)
    Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
    Alias for: glWindowPos3ivARB, glWindowPos3ivMESA
    void
    glWindowPos3s(short arg0, short arg1, short arg2)
    Entry point to C language function: void (GLshort x, GLshort y, GLshort z)
    Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
    Alias for: glWindowPos3sARB, glWindowPos3sMESA
    void
    glWindowPos3sv(short[] arg0, int arg1)
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
    Alias for: glWindowPos3svARB, glWindowPos3svMESA
    void
    Entry point to C language function: void (const GLshort * v)
    Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
    Alias for: glWindowPos3svARB, glWindowPos3svMESA
    void
    glWriteMaskEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
    Entry point to C language function: void (GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW)
    Part of GL_EXT_vertex_shader
    boolean
    Returns true if basic FBO support is available, otherwise false.
    boolean
    Returns true if full FBO support is available, otherwise false.
    boolean
    Indicates whether this GL object supports GLSL.
    boolean
    Returns true if the specified OpenGL extension can be used successfully through this GL instance given the current host (OpenGL client) and display (OpenGL server) configuration.
    boolean
    Returns true if the specified OpenGL core- or extension-function can be used successfully through this GL instance given the current host (OpenGL client) and display (OpenGL server) configuration.
    boolean
    Indicates whether this GL object conforms to any of the OpenGL profiles.
    boolean
    Indicates whether this GL object conforms to the OpenGL ≤ 3.0 profile.
    boolean
    Indicates whether this GL object conforms to a GL2ES1 compatible profile.
    boolean
    Indicates whether this GL object conforms to a GL2ES2 compatible profile.
    boolean
    Indicates whether this GL object conforms to a either a GL2GL3 or GL3ES3 compatible profile.
    boolean
    Indicates whether this GL object conforms to a GL2GL3 compatible profile.
    boolean
    Indicates whether this GL object conforms to the OpenGL ≥ 3.1 core profile.
    boolean
    Indicates whether this GL object conforms to the OpenGL ≥ 3.1 compatibility profile.
    boolean
    Indicates whether this GL object uses a GL3 core profile.
    boolean
    Indicates whether this GL object conforms to a GL3ES3 compatible profile.
    boolean
    Indicates whether this GL object conforms to the OpenGL ≥ 4.0 core profile.
    boolean
    Indicates whether this GL object conforms to the OpenGL ≥ 4.0 compatibility profile.
    boolean
    Indicates whether this GL object uses a GL4 core profile.
    boolean
    Returns true if this GL object conforms to a GL4ES3 compatible profile, i.e.
    boolean
    Indicates whether this GL object uses a GL core profile.
    boolean
    Indicates whether this GL object conforms to one of the OpenGL ES profiles, see GLBase.isGLES1(), GLBase.isGLES2() and GLBase.isGLES3().
    boolean
    Indicates whether this GL object conforms to the OpenGL ES ≥ 1.0 profile.
    boolean
    Indicates whether this GL object conforms to the OpenGL ES ≥ 2.0 profile.
    boolean
    Indicates whether this GL object is compatible with the core OpenGL ES2 functionality.
    boolean
    Indicates whether this GL object conforms to the OpenGL ES ≥ 3.0 profile.
    boolean
    Indicates whether this GL object is compatible with the core OpenGL ES3.1 functionality.
    boolean
    Indicates whether this GL object is compatible with the core OpenGL ES3.2 functionality.
    boolean
    Indicates whether this GL object is compatible with the core OpenGL ES3 functionality.
    boolean
    Returns true if the GL context supports non power of two (NPOT) textures, otherwise false.
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    mapBuffer(int arg0, int arg1)
    Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBuffer(..) implementation.
    mapBufferRange(int arg0, long arg1, long arg2, int arg3)
    Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBufferRange(..) implementation.
    mapNamedBuffer(int arg0, int arg1)
    Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBuffer(..) implementation.
    mapNamedBufferEXT(int arg0, int arg1)
    Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferEXT(..) implementation.
    mapNamedBufferRange(int arg0, long arg1, long arg2, int arg3)
    Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferRange(..) implementation.
    mapNamedBufferRangeEXT(int arg0, long arg1, long arg2, int arg3)
    Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferRangeEXT(..) implementation.
    void
    setSwapInterval(int arg0)
    Set the swap interval of the current context and attached onscreen GLDrawable.
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • DEBUG

      public static final boolean DEBUG
  • Constructor Details

    • DebugGL4bc

      public DebugGL4bc(GL4bc downstreamGL4bc)
  • Method Details

    • getDownstreamGL

      public final GL getDownstreamGL() throws GLException
      Description copied from interface: GLBase
      Returns the downstream GL instance in case this is a wrapping pipeline, otherwise null.

      See GLBase.getRootGL() for retrieving the implementing root instance.

      Specified by:
      getDownstreamGL in interface GLBase
      Throws:
      GLException - if the downstream instance is not null and not a GL implementation
      See Also:
    • getBoundBuffer

      public int getBoundBuffer(int arg0)
      Specified by:
      getBoundBuffer in interface GLBase
      Parameters:
      arg0 - a GL buffer (VBO) target as used in GL.glBindBuffer(int, int), ie GL.GL_ELEMENT_ARRAY_BUFFER, GL.GL_ARRAY_BUFFER, ..
      Returns:
      the GL buffer name bound to a target via GL.glBindBuffer(int, int) or 0 if unbound.
      See Also:
    • getBoundFramebuffer

      public int getBoundFramebuffer(int arg0)
      Description copied from interface: GLBase
      Return the framebuffer name bound to this context, see GL.glBindFramebuffer(int, int).

      Calls GLContext.getBoundFramebuffer(int).

      Specified by:
      getBoundFramebuffer in interface GLBase
    • getBufferStorage

      public GLBufferStorage getBufferStorage(int arg0)
      Specified by:
      getBufferStorage in interface GLBase
      Parameters:
      arg0 - a GL buffer name, generated with e.g. GL.glGenBuffers(int, int[], int) and used in GL.glBindBuffer(int, int), GL.glBufferData(int, long, java.nio.Buffer, int) or GL2.glNamedBufferDataEXT(int, long, java.nio.Buffer, int).
      Returns:
      the size of the given GL buffer storage, see GLBufferStorage
      See Also:
    • getContext

      public GLContext getContext()
      Description copied from interface: GLBase
      Returns the GLContext associated which this GL object.
      Specified by:
      getContext in interface GLBase
    • getDefaultDrawFramebuffer

      public int getDefaultDrawFramebuffer()
      Description copied from interface: GLBase
      Return the default draw framebuffer name.

      May differ from it's default zero in case an framebuffer object (FBObject) based drawable is being used.

      Calls GLContext.getDefaultDrawFramebuffer().

      Specified by:
      getDefaultDrawFramebuffer in interface GLBase
    • getDefaultReadBuffer

      public int getDefaultReadBuffer()
      Description copied from interface: GLBase
      Returns the default color buffer within the current bound GLBase.getDefaultReadFramebuffer(), i.e. GL_READ_FRAMEBUFFER, which will be used as the source for pixel reading commands, like glReadPixels etc.

      For offscreen framebuffer objects this is GL.GL_COLOR_ATTACHMENT0, otherwise this is GL.GL_FRONT for single buffer configurations and GL.GL_BACK for double buffer configurations.

      Note-1: Neither ES1 nor ES2 supports selecting the read buffer via glReadBuffer and GL.GL_BACK is the default.

      Note-2: ES3 only supports GL.GL_BACK, GL.GL_NONE or GL.GL_COLOR_ATTACHMENT0+i

      Note-3: See swapBuffersBeforeRead for read-pixels and swap-buffers implications.

      Calls GLContext.getDefaultReadBuffer().

      Specified by:
      getDefaultReadBuffer in interface GLBase
    • getDefaultReadFramebuffer

      public int getDefaultReadFramebuffer()
      Description copied from interface: GLBase
      Return the default read framebuffer name.

      May differ from it's default zero in case an framebuffer object (FBObject) based drawable is being used.

      Calls GLContext.getDefaultReadFramebuffer().

      Specified by:
      getDefaultReadFramebuffer in interface GLBase
    • getExtension

      public Object getExtension(String arg0)
      Description copied from interface: GLBase
      Returns an object providing access to the specified OpenGL extension. This is intended to provide a mechanism for vendors who wish to provide access to new OpenGL extensions without changing the public API of the core package. For example, a user may request access to extension "GL_VENDOR_foo" and receive back an object which implements a vendor-specified interface which can call the OpenGL extension functions corresponding to that extension. It is up to the vendor to specify both the extension name and Java API for accessing it, including which class or interface contains the functions.

      Note: it is the intent to add new extensions as quickly as possible to the core GL API. Therefore it is unlikely that most vendors will use this extension mechanism, but it is being provided for completeness.

      Specified by:
      getExtension in interface GLBase
    • getGL

      public GL getGL()
      Description copied from interface: GLBase
      Casts this object to the GL interface.
      Specified by:
      getGL in interface GLBase
    • getGL2

      public GL2 getGL2()
      Description copied from interface: GLBase
      Casts this object to the GL2 interface.
      Specified by:
      getGL2 in interface GLBase
    • getGL2ES1

      public GL2ES1 getGL2ES1()
      Description copied from interface: GLBase
      Casts this object to the GL2ES1 interface.
      Specified by:
      getGL2ES1 in interface GLBase
    • getGL2ES2

      public GL2ES2 getGL2ES2()
      Description copied from interface: GLBase
      Casts this object to the GL2ES2 interface.
      Specified by:
      getGL2ES2 in interface GLBase
    • getGL2ES3

      public GL2ES3 getGL2ES3()
      Description copied from interface: GLBase
      Casts this object to the GL2ES3 interface.
      Specified by:
      getGL2ES3 in interface GLBase
    • getGL2GL3

      public GL2GL3 getGL2GL3()
      Description copied from interface: GLBase
      Casts this object to the GL2GL3 interface.
      Specified by:
      getGL2GL3 in interface GLBase
    • getGL3

      public GL3 getGL3()
      Description copied from interface: GLBase
      Casts this object to the GL3 interface.
      Specified by:
      getGL3 in interface GLBase
    • getGL3ES3

      public GL3ES3 getGL3ES3()
      Description copied from interface: GLBase
      Casts this object to the GL3ES3 interface.
      Specified by:
      getGL3ES3 in interface GLBase
    • getGL3bc

      public GL3bc getGL3bc()
      Description copied from interface: GLBase
      Casts this object to the GL3bc interface.
      Specified by:
      getGL3bc in interface GLBase
    • getGL4

      public GL4 getGL4()
      Description copied from interface: GLBase
      Casts this object to the GL4 interface.
      Specified by:
      getGL4 in interface GLBase
    • getGL4ES3

      public GL4ES3 getGL4ES3()
      Description copied from interface: GLBase
      Casts this object to the GL4ES3 interface.
      Specified by:
      getGL4ES3 in interface GLBase
    • getGL4bc

      public GL4bc getGL4bc()
      Description copied from interface: GLBase
      Casts this object to the GL4bc interface.
      Specified by:
      getGL4bc in interface GLBase
    • getGLES1

      public GLES1 getGLES1()
      Description copied from interface: GLBase
      Casts this object to the GLES1 interface.
      Specified by:
      getGLES1 in interface GLBase
    • getGLES2

      public GLES2 getGLES2()
      Description copied from interface: GLBase
      Casts this object to the GLES2 interface.
      Specified by:
      getGLES2 in interface GLBase
    • getGLES3

      public GLES3 getGLES3()
      Description copied from interface: GLBase
      Casts this object to the GLES3 interface.
      Specified by:
      getGLES3 in interface GLBase
    • getGLProfile

      public GLProfile getGLProfile()
      Description copied from interface: GLBase
      Returns the GLProfile associated with this GL object.
      Specified by:
      getGLProfile in interface GLBase
    • getMaxRenderbufferSamples

      public int getMaxRenderbufferSamples()
      Description copied from interface: GLBase
      Returns the maximum number of FBO RENDERBUFFER samples if full FBO is supported, otherwise false.
      Specified by:
      getMaxRenderbufferSamples in interface GLBase
      See Also:
    • getPlatformGLExtensions

      public Object getPlatformGLExtensions()
      Description copied from interface: GLBase
      Returns an object through which platform-specific OpenGL extensions (EGL, GLX, WGL, etc.) may be accessed. The data type of the returned object and its associated capabilities are undefined. Most applications will never need to call this method. It is highly recommended that any applications which do call this method perform all accesses on the returned object reflectively to guard themselves against changes to the implementation.
      Specified by:
      getPlatformGLExtensions in interface GLBase
    • getRootGL

      public GL getRootGL()
      Description copied from interface: GLBase
      Returns the implementing root instance, considering a wrapped pipelined hierarchy, see GLBase.getDownstreamGL().

      If this instance is not a wrapping pipeline, i.e. has no downstream instance, this instance is returned.

      Specified by:
      getRootGL in interface GLBase
    • getSwapInterval

      public int getSwapInterval()
      Description copied from interface: GLBase
      Return the current swap interval.

      If the context has not been made current at all, the default value 0 is returned.

      For a valid context w/ an onscreen GLDrawable the default value is 1, otherwise the default value is 0.

      Specified by:
      getSwapInterval in interface GLBase
      See Also:
    • glAccum

      public void glAccum(int arg0, float arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum op, GLfloat value)
      Part of GL_VERSION_1_0
      Specified by:
      glAccum in interface GL2
    • glActiveShaderProgram

      public void glActiveShaderProgram(int arg0, int arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint pipeline, GLuint program)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
      Alias for: glActiveShaderProgramEXT
      Specified by:
      glActiveShaderProgram in interface GL2ES2
    • glActiveStencilFaceEXT

      public void glActiveStencilFaceEXT(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum face)
      Part of GL_EXT_stencil_two_side
      Specified by:
      glActiveStencilFaceEXT in interface GL2
    • glActiveTexture

      public void glActiveTexture(int arg0)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum texture)
      Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitexture
      Alias for: glActiveTextureARB
      Specified by:
      glActiveTexture in interface GL
    • glAlphaFunc

      public void glAlphaFunc(int arg0, float arg1)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum func, GLclampf ref)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0, GL_QCOM_alpha_test
      Alias for: glAlphaFuncQCOM
      Specified by:
      glAlphaFunc in interface GL2ES1
    • glApplyFramebufferAttachmentCMAAINTEL

      public void glApplyFramebufferAttachmentCMAAINTEL()
      Description copied from interface: GL2ES2
      Entry point to C language function: void (void)
      Part of GL_INTEL_framebuffer_CMAA
      Specified by:
      glApplyFramebufferAttachmentCMAAINTEL in interface GL2ES2
    • glApplyTextureEXT

      public void glApplyTextureEXT(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode)
      Part of GL_EXT_light_texture
      Specified by:
      glApplyTextureEXT in interface GL2
    • glAreTexturesResident

      public boolean glAreTexturesResident(int arg0, IntBuffer arg1, ByteBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: GLboolean (GLsizei n, const GLuint * textures, GLboolean * residences)
      Part of GL_VERSION_1_1, GL_EXT_texture_object
      Alias for: glAreTexturesResidentEXT
      Specified by:
      glAreTexturesResident in interface GL2
      arg1 - a direct or array-backed IntBuffer
      arg2 - a direct or array-backed ByteBuffer
    • glAreTexturesResident

      public boolean glAreTexturesResident(int arg0, int[] arg1, int arg2, byte[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: GLboolean (GLsizei n, const GLuint * textures, GLboolean * residences)
      Part of GL_VERSION_1_1, GL_EXT_texture_object
      Alias for: glAreTexturesResidentEXT
      Specified by:
      glAreTexturesResident in interface GL2
    • glArrayElement

      public void glArrayElement(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint i)
      Part of GL_VERSION_1_1, GL_EXT_vertex_array
      Alias for: glArrayElementEXT
      Specified by:
      glArrayElement in interface GL2
    • glAttachObjectARB

      public void glAttachObjectARB(long arg0, long arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB containerObj, GLhandleARB obj)
      Part of GL_ARB_shader_objects
      Specified by:
      glAttachObjectARB in interface GL2
    • glAttachShader

      public void glAttachShader(int arg0, int arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLuint shader)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
      Specified by:
      glAttachShader in interface GL2ES2
    • glBegin

      public void glBegin(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode)
      Part of GL_VERSION_1_0
      Specified by:
      glBegin in interface GL2
    • glBeginConditionalRender

      public void glBeginConditionalRender(int arg0, int arg1)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint id, GLenum mode)
      Part of GL_VERSION_3_0, GL_NV_conditional_render
      Alias for: glBeginConditionalRenderNV
      Specified by:
      glBeginConditionalRender in interface GL2ES3
    • glBeginConditionalRenderNVX

      public void glBeginConditionalRenderNVX(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id)
      Part of GL_NVX_conditional_render
      Specified by:
      glBeginConditionalRenderNVX in interface GL2
    • glBeginOcclusionQueryNV

      public void glBeginOcclusionQueryNV(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id)
      Part of GL_NV_occlusion_query
      Specified by:
      glBeginOcclusionQueryNV in interface GL2
    • glBeginPerfMonitorAMD

      public void glBeginPerfMonitorAMD(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint monitor)
      Part of GL_AMD_performance_monitor
      Specified by:
      glBeginPerfMonitorAMD in interface GL2
    • glBeginPerfQueryINTEL

      public void glBeginPerfQueryINTEL(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint queryHandle)
      Part of GL_INTEL_performance_query
      Specified by:
      glBeginPerfQueryINTEL in interface GL2
    • glBeginQuery

      public void glBeginQuery(int arg0, int arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLuint id)
      Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_occlusion_query, GL_EXT_disjoint_timer_query
      Alias for: glBeginQueryARB, glBeginQueryEXT
      Specified by:
      glBeginQuery in interface GL2ES2
    • glBeginQueryIndexed

      public void glBeginQueryIndexed(int arg0, int arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLuint index, GLuint id)
      Part of GL_ARB_transform_feedback3, GL_VERSION_4_0
      Specified by:
      glBeginQueryIndexed in interface GL2GL3
    • glBeginTransformFeedback

      public void glBeginTransformFeedback(int arg0)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum primitiveMode)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_transform_feedback, GL_NV_transform_feedback
      Alias for: glBeginTransformFeedbackEXT, glBeginTransformFeedbackNV
      Specified by:
      glBeginTransformFeedback in interface GL2ES3
    • glBeginVertexShaderEXT

      public void glBeginVertexShaderEXT()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_EXT_vertex_shader
      Specified by:
      glBeginVertexShaderEXT in interface GL2
    • glBeginVideoCaptureNV

      public void glBeginVideoCaptureNV(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint video_capture_slot)
      Part of GL_NV_video_capture
      Specified by:
      glBeginVideoCaptureNV in interface GL2
    • glBindAttribLocation

      public void glBindAttribLocation(int arg0, int arg1, String arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLuint index, const GLchar * name)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shader
      Alias for: glBindAttribLocationARB
      Specified by:
      glBindAttribLocation in interface GL2ES2
    • glBindBuffer

      public void glBindBuffer(int arg0, int arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLuint buffer)
      Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
      Alias for: glBindBufferARB
      Specified by:
      glBindBuffer in interface GL
    • glBindBufferBase

      public void glBindBufferBase(int arg0, int arg1, int arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLuint index, GLuint buffer)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
      Alias for: glBindBufferBaseNV, glBindBufferBaseEXT
      Specified by:
      glBindBufferBase in interface GL2ES3
    • glBindBufferRange

      public void glBindBufferRange(int arg0, int arg1, int arg2, long arg3, long arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
      Alias for: glBindBufferRangeNV, glBindBufferRangeEXT
      Specified by:
      glBindBufferRange in interface GL2ES3
    • glBindBuffersBase

      public void glBindBuffersBase(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLenum target, GLuint first, GLsizei count, const GLuint * buffers)
      Part of GL_VERSION_4_4
      Specified by:
      glBindBuffersBase in interface GL4
      arg3 - a direct or array-backed IntBuffer
    • glBindBuffersBase

      public void glBindBuffersBase(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLenum target, GLuint first, GLsizei count, const GLuint * buffers)
      Part of GL_VERSION_4_4
      Specified by:
      glBindBuffersBase in interface GL4
    • glBindBuffersRange

      public void glBindBuffersRange(int arg0, int arg1, int arg2, IntBuffer arg3, com.jogamp.common.nio.PointerBuffer arg4, com.jogamp.common.nio.PointerBuffer arg5)
      Description copied from interface: GL4
      Entry point to C language function: void (GLenum target, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizeiptr * sizes)
      Part of GL_VERSION_4_4
      Specified by:
      glBindBuffersRange in interface GL4
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed PointerBuffer
      arg5 - a direct or array-backed PointerBuffer
    • glBindBuffersRange

      public void glBindBuffersRange(int arg0, int arg1, int arg2, int[] arg3, int arg4, com.jogamp.common.nio.PointerBuffer arg5, com.jogamp.common.nio.PointerBuffer arg6)
      Description copied from interface: GL4
      Entry point to C language function: void (GLenum target, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizeiptr * sizes)
      Part of GL_VERSION_4_4
      Specified by:
      glBindBuffersRange in interface GL4
      arg5 - a direct or array-backed PointerBuffer
      arg6 - a direct or array-backed PointerBuffer
    • glBindFragDataLocation

      public void glBindFragDataLocation(int arg0, int arg1, String arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLuint color, const GLchar * name)
      Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_EXT_blend_func_extended
      Alias for: glBindFragDataLocationEXT
      Specified by:
      glBindFragDataLocation in interface GL2GL3
    • glBindFragDataLocationIndexed

      public void glBindFragDataLocationIndexed(int arg0, int arg1, int arg2, String arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint program, GLuint colorNumber, GLuint index, const GLchar * name)
      Part of GL_VERSION_3_3, GL_ARB_blend_func_extended, GL_EXT_blend_func_extended
      Alias for: glBindFragDataLocationIndexedEXT
      Specified by:
      glBindFragDataLocationIndexed in interface GL3
    • glBindFramebuffer

      public void glBindFramebuffer(int arg0, int arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLuint framebuffer)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
      Alias for: glBindFramebufferOES, glBindFramebufferEXT
      Specified by:
      glBindFramebuffer in interface GL
    • glBindImageTexture

      public void glBindImageTexture(int arg0, int arg1, int arg2, boolean arg3, int arg4, int arg5, int arg6)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format)
      Part of GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
      Alias for: glBindImageTextureEXT
      Specified by:
      glBindImageTexture in interface GL2ES3
    • glBindImageTextures

      public void glBindImageTextures(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint first, GLsizei count, const GLuint * textures)
      Part of GL_VERSION_4_4
      Specified by:
      glBindImageTextures in interface GL4
    • glBindImageTextures

      public void glBindImageTextures(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint first, GLsizei count, const GLuint * textures)
      Part of GL_VERSION_4_4
      Specified by:
      glBindImageTextures in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glBindLightParameterEXT

      public int glBindLightParameterEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: GLuint (GLenum light, GLenum value)
      Part of GL_EXT_vertex_shader
      Specified by:
      glBindLightParameterEXT in interface GL2
    • glBindMaterialParameterEXT

      public int glBindMaterialParameterEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: GLuint (GLenum face, GLenum value)
      Part of GL_EXT_vertex_shader
      Specified by:
      glBindMaterialParameterEXT in interface GL2
    • glBindMultiTextureEXT

      public void glBindMultiTextureEXT(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLuint texture)
      Part of GL_EXT_direct_state_access
      Specified by:
      glBindMultiTextureEXT in interface GL2
    • glBindParameterEXT

      public int glBindParameterEXT(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: GLuint (GLenum value)
      Part of GL_EXT_vertex_shader
      Specified by:
      glBindParameterEXT in interface GL2
    • glBindProgramARB

      public void glBindProgramARB(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint program)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glBindProgramARB in interface GL2
    • glBindProgramPipeline

      public void glBindProgramPipeline(int arg0)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint pipeline)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
      Alias for: glBindProgramPipelineEXT
      Specified by:
      glBindProgramPipeline in interface GL2ES2
    • glBindRenderbuffer

      public void glBindRenderbuffer(int arg0, int arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLuint renderbuffer)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
      Alias for: glBindRenderbufferEXT, glBindRenderbufferOES
      Specified by:
      glBindRenderbuffer in interface GL
    • glBindSampler

      public void glBindSampler(int arg0, int arg1)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint unit, GLuint sampler)
      Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
      Specified by:
      glBindSampler in interface GL3ES3
    • glBindSamplers

      public void glBindSamplers(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint first, GLsizei count, const GLuint * samplers)
      Part of GL_VERSION_4_4
      Specified by:
      glBindSamplers in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glBindSamplers

      public void glBindSamplers(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint first, GLsizei count, const GLuint * samplers)
      Part of GL_VERSION_4_4
      Specified by:
      glBindSamplers in interface GL4
    • glBindTexGenParameterEXT

      public int glBindTexGenParameterEXT(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: GLuint (GLenum unit, GLenum coord, GLenum value)
      Part of GL_EXT_vertex_shader
      Specified by:
      glBindTexGenParameterEXT in interface GL2
    • glBindTexture

      public void glBindTexture(int arg0, int arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLuint texture)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
      Alias for: glBindTextureEXT
      Specified by:
      glBindTexture in interface GL
    • glBindTextureUnit

      public void glBindTextureUnit(int arg0, int arg1)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint unit, GLuint texture)
      Part of GL_VERSION_4_5
      Specified by:
      glBindTextureUnit in interface GL4
    • glBindTextureUnitParameterEXT

      public int glBindTextureUnitParameterEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: GLuint (GLenum unit, GLenum value)
      Part of GL_EXT_vertex_shader
      Specified by:
      glBindTextureUnitParameterEXT in interface GL2
    • glBindTextures

      public void glBindTextures(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint first, GLsizei count, const GLuint * textures)
      Part of GL_VERSION_4_4
      Specified by:
      glBindTextures in interface GL4
    • glBindTextures

      public void glBindTextures(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint first, GLsizei count, const GLuint * textures)
      Part of GL_VERSION_4_4
      Specified by:
      glBindTextures in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glBindTransformFeedback

      public void glBindTransformFeedback(int arg0, int arg1)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLuint id)
      Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
      Alias for: glBindTransformFeedbackNV
      Specified by:
      glBindTransformFeedback in interface GL2ES3
    • glBindTransformFeedbackNV

      public void glBindTransformFeedbackNV(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint id)
      Part of GL_NV_transform_feedback2
      Specified by:
      glBindTransformFeedbackNV in interface GL2
    • glBindVertexArray

      public void glBindVertexArray(int arg0)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint array)
      Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_object
      Alias for: glBindVertexArrayAPPLE, glBindVertexArrayOES
      Specified by:
      glBindVertexArray in interface GL2ES3
    • glBindVertexBuffer

      public void glBindVertexBuffer(int arg0, int arg1, long arg2, int arg3)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
      Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding
      Specified by:
      glBindVertexBuffer in interface GL3ES3
    • glBindVertexBuffers

      public void glBindVertexBuffers(int arg0, int arg1, int[] arg2, int arg3, com.jogamp.common.nio.PointerBuffer arg4, int[] arg5, int arg6)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizei * strides)
      Part of GL_VERSION_4_4
      Specified by:
      glBindVertexBuffers in interface GL4
      arg4 - a direct or array-backed PointerBuffer
    • glBindVertexBuffers

      public void glBindVertexBuffers(int arg0, int arg1, IntBuffer arg2, com.jogamp.common.nio.PointerBuffer arg3, IntBuffer arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizei * strides)
      Part of GL_VERSION_4_4
      Specified by:
      glBindVertexBuffers in interface GL4
      arg2 - a direct or array-backed IntBuffer
      arg3 - a direct or array-backed PointerBuffer
      arg4 - a direct or array-backed IntBuffer
    • glBindVertexShaderEXT

      public void glBindVertexShaderEXT(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id)
      Part of GL_EXT_vertex_shader
      Specified by:
      glBindVertexShaderEXT in interface GL2
    • glBindVideoCaptureStreamBufferNV

      public void glBindVideoCaptureStreamBufferNV(int arg0, int arg1, int arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLintptrARB offset)
      Part of GL_NV_video_capture
      Specified by:
      glBindVideoCaptureStreamBufferNV in interface GL2
    • glBindVideoCaptureStreamTextureNV

      public void glBindVideoCaptureStreamTextureNV(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLenum target, GLuint texture)
      Part of GL_NV_video_capture
      Specified by:
      glBindVideoCaptureStreamTextureNV in interface GL2
    • glBitmap

      public void glBitmap(int arg0, int arg1, float arg2, float arg3, float arg4, float arg5, byte[] arg6, int arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
      Part of GL_VERSION_1_0
      Specified by:
      glBitmap in interface GL2
    • glBitmap

      public void glBitmap(int arg0, int arg1, float arg2, float arg3, float arg4, float arg5, long arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
      Part of GL_VERSION_1_0
      Specified by:
      glBitmap in interface GL2
    • glBitmap

      public void glBitmap(int arg0, int arg1, float arg2, float arg3, float arg4, float arg5, ByteBuffer arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
      Part of GL_VERSION_1_0
      Specified by:
      glBitmap in interface GL2
      arg6 - a direct or array-backed ByteBuffer
    • glBlendBarrier

      public void glBlendBarrier()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced
      Alias for: glBlendBarrierKHR, glBlendBarrierNV
      Specified by:
      glBlendBarrier in interface GL2
      Specified by:
      glBlendBarrier in interface GL3ES3
    • glBlendColor

      public void glBlendColor(float arg0, float arg1, float arg2, float arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
      Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_VERSION_1_2, GL_EXT_blend_color
      Alias for: glBlendColorEXT
      Specified by:
      glBlendColor in interface GL2ES2
    • glBlendEquation

      public void glBlendEquation(int arg0)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum mode)
      Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_VERSION_1_2, GL_OES_blend_subtract, GL_EXT_blend_minmax
      Alias for: glBlendEquationOES, glBlendEquationEXT
      Specified by:
      glBlendEquation in interface GL
    • glBlendEquationIndexedAMD

      public void glBlendEquationIndexedAMD(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint buf, GLenum mode)
      Part of GL_AMD_draw_buffers_blend
      Specified by:
      glBlendEquationIndexedAMD in interface GL2
    • glBlendEquationSeparate

      public void glBlendEquationSeparate(int arg0, int arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum modeRGB, GLenum modeAlpha)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_OES_blend_equation_separate, GL_EXT_blend_equation_separate
      Alias for: glBlendEquationSeparateOES, glBlendEquationSeparateEXT
      Specified by:
      glBlendEquationSeparate in interface GL
    • glBlendEquationSeparateIndexedAMD

      public void glBlendEquationSeparateIndexedAMD(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint buf, GLenum modeRGB, GLenum modeAlpha)
      Part of GL_AMD_draw_buffers_blend
      Specified by:
      glBlendEquationSeparateIndexedAMD in interface GL2
    • glBlendEquationSeparatei

      public void glBlendEquationSeparatei(int arg0, int arg1, int arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint buf, GLenum modeRGB, GLenum modeAlpha)
      Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexed, GL_OES_draw_buffers_indexed
      Alias for: glBlendEquationSeparateiARB, glBlendEquationSeparateiEXT, glBlendEquationSeparateiOES
      Specified by:
      glBlendEquationSeparatei in interface GL2ES3
    • glBlendEquationi

      public void glBlendEquationi(int arg0, int arg1)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint buf, GLenum mode)
      Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_draw_buffers_indexed, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexed
      Alias for: glBlendEquationiOES, glBlendEquationiARB, glBlendEquationiEXT
      Specified by:
      glBlendEquationi in interface GL2ES3
    • glBlendFunc

      public void glBlendFunc(int arg0, int arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum sfactor, GLenum dfactor)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glBlendFunc in interface GL
    • glBlendFuncIndexedAMD

      public void glBlendFuncIndexedAMD(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint buf, GLenum src, GLenum dst)
      Part of GL_AMD_draw_buffers_blend
      Specified by:
      glBlendFuncIndexedAMD in interface GL2
    • glBlendFuncSeparate

      public void glBlendFuncSeparate(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
      Part of GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_INGR_blend_func_separate, GL_OES_blend_func_separate, GL_EXT_blend_func_separate
      Alias for: glBlendFuncSeparateINGR, glBlendFuncSeparateOES, glBlendFuncSeparateEXT
      Specified by:
      glBlendFuncSeparate in interface GL
    • glBlendFuncSeparateINGR

      public void glBlendFuncSeparateINGR(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
      Part of GL_INGR_blend_func_separate
      Specified by:
      glBlendFuncSeparateINGR in interface GL2
    • glBlendFuncSeparateIndexedAMD

      public void glBlendFuncSeparateIndexedAMD(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
      Part of GL_AMD_draw_buffers_blend
      Specified by:
      glBlendFuncSeparateIndexedAMD in interface GL2
    • glBlendFuncSeparatei

      public void glBlendFuncSeparatei(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
      Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_draw_buffers_indexed, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexed
      Alias for: glBlendFuncSeparateiOES, glBlendFuncSeparateiARB, glBlendFuncSeparateiEXT
      Specified by:
      glBlendFuncSeparatei in interface GL2ES3
    • glBlendFunci

      public void glBlendFunci(int arg0, int arg1, int arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint buf, GLenum src, GLenum dst)
      Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_ARB_draw_buffers_blend, GL_EXT_draw_buffers_indexed, GL_OES_draw_buffers_indexed
      Alias for: glBlendFunciARB, glBlendFunciEXT, glBlendFunciOES
      Specified by:
      glBlendFunci in interface GL2ES3
    • glBlitFramebuffer

      public void glBlitFramebuffer(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
      Part of GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_framebuffer_blit, GL_EXT_framebuffer_blit, GL_ANGLE_framebuffer_blit
      Alias for: glBlitFramebufferNV, glBlitFramebufferEXT, glBlitFramebufferANGLE
      Specified by:
      glBlitFramebuffer in interface GL2ES3
    • glBlitNamedFramebuffer

      public void glBlitNamedFramebuffer(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, int arg11)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
      Part of GL_VERSION_4_5
      Specified by:
      glBlitNamedFramebuffer in interface GL4
    • glBufferAddressRangeNV

      public void glBufferAddressRangeNV(int arg0, int arg1, long arg2, long arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum pname, GLuint index, GLuint64EXT address, GLsizeiptr length)
      Part of GL_NV_vertex_buffer_unified_memory
      Specified by:
      glBufferAddressRangeNV in interface GL2GL3
    • glBufferData

      public void glBufferData(int arg0, long arg1, Buffer arg2, int arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLsizeiptr size, const void * data, GLenum usage)
      Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
      Alias for: glBufferDataARB
      Specified by:
      glBufferData in interface GL
      arg2 - a direct or array-backed Buffer

      Throws a GLException if GL-function constraints are not met or the native GL-function fails.

    • glBufferPageCommitmentARB

      public void glBufferPageCommitmentARB(int arg0, long arg1, long arg2, boolean arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLintptr offset, GLsizeiptr size, GLboolean commit)
      Part of GL_ARB_sparse_buffer
      Specified by:
      glBufferPageCommitmentARB in interface GL2GL3
    • glBufferParameteri

      public void glBufferParameteri(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint param)
      Part of GL_APPLE_flush_buffer_range
      Alias for: glBufferParameteriAPPLE
      Specified by:
      glBufferParameteri in interface GL2
    • glBufferStorage

      public void glBufferStorage(int arg0, long arg1, Buffer arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLenum target, GLsizeiptr size, const void * data, GLbitfield flags)
      Part of GL_VERSION_4_4, GL_EXT_buffer_storage
      Alias for: glBufferStorageEXT
      Specified by:
      glBufferStorage in interface GL4
      arg2 - a direct or array-backed Buffer
    • glBufferSubData

      public void glBufferSubData(int arg0, long arg1, long arg2, Buffer arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLintptr offset, GLsizeiptr size, const void * data)
      Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
      Alias for: glBufferSubDataARB
      Specified by:
      glBufferSubData in interface GL
      arg3 - a direct or array-backed Buffer
    • glCallCommandListNV

      public void glCallCommandListNV(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint list)
      Part of GL_NV_command_list
      Specified by:
      glCallCommandListNV in interface GL2
    • glCallList

      public void glCallList(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint list)
      Part of GL_VERSION_1_0
      Specified by:
      glCallList in interface GL2
    • glCallLists

      public void glCallLists(int arg0, int arg1, Buffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, GLenum type, const GLvoid * lists)
      Part of GL_VERSION_1_0
      Specified by:
      glCallLists in interface GL2
      arg2 - a direct or array-backed Buffer
    • glCheckFramebufferStatus

      public int glCheckFramebufferStatus(int arg0)
      Description copied from interface: GL
      Entry point to C language function: GLenum (GLenum target)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
      Alias for: glCheckFramebufferStatusEXT, glCheckFramebufferStatusOES
      Specified by:
      glCheckFramebufferStatus in interface GL
    • glCheckNamedFramebufferStatus

      public int glCheckNamedFramebufferStatus(int arg0, int arg1)
      Description copied from interface: GL4
      Entry point to C language function: GLenum (GLuint framebuffer, GLenum target)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glCheckNamedFramebufferStatusEXT
      Specified by:
      glCheckNamedFramebufferStatus in interface GL4
    • glCheckNamedFramebufferStatusEXT

      public int glCheckNamedFramebufferStatusEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: GLenum (GLuint framebuffer, GLenum target)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCheckNamedFramebufferStatusEXT in interface GL2
    • glClampColor

      public void glClampColor(int arg0, int arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLenum clamp)
      Part of GL_VERSION_3_0, GL_ARB_color_buffer_float
      Alias for: glClampColorARB
      Specified by:
      glClampColor in interface GL2GL3
    • glClear

      public void glClear(int arg0)
      Description copied from interface: GL
      Entry point to C language function: void (GLbitfield mask)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glClear in interface GL
    • glClearAccum

      public void glClearAccum(float arg0, float arg1, float arg2, float arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
      Part of GL_VERSION_1_0
      Specified by:
      glClearAccum in interface GL2
    • glClearBufferData

      public void glClearBufferData(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLenum format, GLenum type, const void * data)
      Part of GL_VERSION_4_3, GL_ARB_clear_buffer_object
      Specified by:
      glClearBufferData in interface GL2GL3
      arg4 - a direct or array-backed Buffer
    • glClearBufferSubData

      public void glClearBufferSubData(int arg0, int arg1, long arg2, long arg3, int arg4, int arg5, Buffer arg6)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void * data)
      Part of GL_VERSION_4_3, GL_ARB_clear_buffer_object
      Specified by:
      glClearBufferSubData in interface GL2GL3
      arg6 - a direct or array-backed Buffer
    • glClearBufferfi

      public void glClearBufferfi(int arg0, int arg1, float arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
      Specified by:
      glClearBufferfi in interface GL2ES3
    • glClearBufferfv

      public void glClearBufferfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum buffer, GLint drawbuffer, const GLfloat * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
      Specified by:
      glClearBufferfv in interface GL2ES3
    • glClearBufferfv

      public void glClearBufferfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum buffer, GLint drawbuffer, const GLfloat * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
      Specified by:
      glClearBufferfv in interface GL2ES3
      arg2 - a direct or array-backed FloatBuffer
    • glClearBufferiv

      public void glClearBufferiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum buffer, GLint drawbuffer, const GLint * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
      Specified by:
      glClearBufferiv in interface GL2ES3
    • glClearBufferiv

      public void glClearBufferiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum buffer, GLint drawbuffer, const GLint * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
      Specified by:
      glClearBufferiv in interface GL2ES3
      arg2 - a direct or array-backed IntBuffer
    • glClearBufferuiv

      public void glClearBufferuiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum buffer, GLint drawbuffer, const GLuint * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
      Specified by:
      glClearBufferuiv in interface GL2ES3
      arg2 - a direct or array-backed IntBuffer
    • glClearBufferuiv

      public void glClearBufferuiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum buffer, GLint drawbuffer, const GLuint * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
      Specified by:
      glClearBufferuiv in interface GL2ES3
    • glClearColor

      public void glClearColor(float arg0, float arg1, float arg2, float arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
      Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
      Specified by:
      glClearColor in interface GL
    • glClearColorIi

      public void glClearColorIi(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint red, GLint green, GLint blue, GLint alpha)
      Part of GL_EXT_texture_integer
      Alias for: glClearColorIiEXT
      Specified by:
      glClearColorIi in interface GL2
    • glClearColorIui

      public void glClearColorIui(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint red, GLuint green, GLuint blue, GLuint alpha)
      Part of GL_EXT_texture_integer
      Alias for: glClearColorIuiEXT
      Specified by:
      glClearColorIui in interface GL2
    • glClearDepth

      public void glClearDepth(double arg0)
      Description copied from interface: GLBase
      Aliased entrypoint of void (GLclampd depth); and void (GLclampf depth); .
      Specified by:
      glClearDepth in interface GL2ES2
      Specified by:
      glClearDepth in interface GLBase
    • glClearDepthf

      public void glClearDepthf(float arg0)
      Description copied from interface: GL
      Entry point to C language function: void (GLfloat d)
      Part of GL_ARB_ES2_compatibility, GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_4_1, GL_OES_single_precision
      Alias for: glClearDepthfOES
      Specified by:
      glClearDepthf in interface GL
      Specified by:
      glClearDepthf in interface GL2ES2
    • glClearIndex

      public void glClearIndex(float arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat c)
      Part of GL_VERSION_1_0
      Specified by:
      glClearIndex in interface GL2
    • glClearNamedBufferData

      public void glClearNamedBufferData(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void * data)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access, GL_ARB_clear_buffer_object
      Alias for: glClearNamedBufferDataEXT
      Specified by:
      glClearNamedBufferData in interface GL2
      Specified by:
      glClearNamedBufferData in interface GL4
      arg4 - a direct or array-backed Buffer
    • glClearNamedBufferSubData

      public void glClearNamedBufferSubData(int arg0, int arg1, long arg2, long arg3, int arg4, int arg5, Buffer arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void * data)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access, GL_ARB_clear_buffer_object
      Alias for: glClearNamedBufferSubDataEXT
      Specified by:
      glClearNamedBufferSubData in interface GL2
      Specified by:
      glClearNamedBufferSubData in interface GL4
      arg6 - a direct or array-backed Buffer
    • glClearNamedFramebufferfi

      public void glClearNamedFramebufferfi(int arg0, int arg1, float arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLenum buffer, const GLfloat depth, GLint stencil)
      Part of GL_VERSION_4_5
      Specified by:
      glClearNamedFramebufferfi in interface GL4
    • glClearNamedFramebufferfv

      public void glClearNamedFramebufferfv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLfloat * value)
      Part of GL_VERSION_4_5
      Specified by:
      glClearNamedFramebufferfv in interface GL4
    • glClearNamedFramebufferfv

      public void glClearNamedFramebufferfv(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLfloat * value)
      Part of GL_VERSION_4_5
      Specified by:
      glClearNamedFramebufferfv in interface GL4
      arg3 - a direct or array-backed FloatBuffer
    • glClearNamedFramebufferiv

      public void glClearNamedFramebufferiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLint * value)
      Part of GL_VERSION_4_5
      Specified by:
      glClearNamedFramebufferiv in interface GL4
    • glClearNamedFramebufferiv

      public void glClearNamedFramebufferiv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLint * value)
      Part of GL_VERSION_4_5
      Specified by:
      glClearNamedFramebufferiv in interface GL4
      arg3 - a direct or array-backed IntBuffer
    • glClearNamedFramebufferuiv

      public void glClearNamedFramebufferuiv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLuint * value)
      Part of GL_VERSION_4_5
      Specified by:
      glClearNamedFramebufferuiv in interface GL4
      arg3 - a direct or array-backed IntBuffer
    • glClearNamedFramebufferuiv

      public void glClearNamedFramebufferuiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLuint * value)
      Part of GL_VERSION_4_5
      Specified by:
      glClearNamedFramebufferuiv in interface GL4
    • glClearStencil

      public void glClearStencil(int arg0)
      Description copied from interface: GL
      Entry point to C language function: void (GLint s)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glClearStencil in interface GL
    • glClearTexImage

      public void glClearTexImage(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLenum format, GLenum type, const void * data)
      Part of GL_VERSION_4_4
      Specified by:
      glClearTexImage in interface GL4
      arg4 - a direct or array-backed Buffer
    • glClearTexSubImage

      public void glClearTexSubImage(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, Buffer arg10)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * data)
      Part of GL_VERSION_4_4
      Specified by:
      glClearTexSubImage in interface GL4
      arg10 - a direct or array-backed Buffer
    • glClientActiveTexture

      public void glClientActiveTexture(int arg0)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum texture)
      Part of GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitexture
      Alias for: glClientActiveTextureARB
      Specified by:
      glClientActiveTexture in interface GL2ES1
    • glClientAttribDefaultEXT

      public void glClientAttribDefaultEXT(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLbitfield mask)
      Part of GL_EXT_direct_state_access
      Specified by:
      glClientAttribDefaultEXT in interface GL2
    • glClientWaitSync

      public int glClientWaitSync(long arg0, int arg1, long arg2)
      Description copied from interface: GL3ES3
      Entry point to C language function: GLenum (GLsync sync, GLbitfield flags, GLuint64 timeout)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
      Alias for: glClientWaitSyncAPPLE
      Specified by:
      glClientWaitSync in interface GL3ES3
    • glClipControl

      public void glClipControl(int arg0, int arg1)
      Description copied from interface: GL4
      Entry point to C language function: void (GLenum origin, GLenum depth)
      Part of GL_VERSION_4_5
      Specified by:
      glClipControl in interface GL4
    • glClipPlane

      public void glClipPlane(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum plane, const GLdouble * equation)
      Part of GL_VERSION_1_0
      Specified by:
      glClipPlane in interface GL2
      arg1 - a direct or array-backed DoubleBuffer
    • glClipPlane

      public void glClipPlane(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum plane, const GLdouble * equation)
      Part of GL_VERSION_1_0
      Specified by:
      glClipPlane in interface GL2
    • glClipPlanef

      public void glClipPlanef(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum plane, const GLfloat * equation)
      Part of GL_VERSION_ES_CM, GL_IMG_user_clip_plane, GL_OES_single_precision
      Alias for: glClipPlanefIMG, glClipPlanefOES
      Specified by:
      glClipPlanef in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glClipPlanef

      public void glClipPlanef(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum plane, const GLfloat * equation)
      Part of GL_VERSION_ES_CM, GL_IMG_user_clip_plane, GL_OES_single_precision
      Alias for: glClipPlanefIMG, glClipPlanefOES
      Specified by:
      glClipPlanef in interface GL2
    • glColor3b

      public void glColor3b(byte arg0, byte arg1, byte arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLbyte red, GLbyte green, GLbyte blue)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3b in interface GL2
    • glColor3bv

      public void glColor3bv(byte[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3bv in interface GL2
    • glColor3bv

      public void glColor3bv(ByteBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3bv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
    • glColor3d

      public void glColor3d(double arg0, double arg1, double arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble red, GLdouble green, GLdouble blue)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3d in interface GL2
    • glColor3dv

      public void glColor3dv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3dv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glColor3dv

      public void glColor3dv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3dv in interface GL2
    • glColor3f

      public void glColor3f(float arg0, float arg1, float arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat red, GLfloat green, GLfloat blue)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3f in interface GL2
    • glColor3fv

      public void glColor3fv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3fv in interface GL2
    • glColor3fv

      public void glColor3fv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3fv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glColor3h

      public void glColor3h(short arg0, short arg1, short arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhalfNV red, GLhalfNV green, GLhalfNV blue)
      Part of GL_NV_half_float
      Alias for: glColor3hNV
      Specified by:
      glColor3h in interface GL2
    • glColor3hv

      public void glColor3hv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glColor3hvNV
      Specified by:
      glColor3hv in interface GL2
    • glColor3hv

      public void glColor3hv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glColor3hvNV
      Specified by:
      glColor3hv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glColor3i

      public void glColor3i(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint red, GLint green, GLint blue)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3i in interface GL2
    • glColor3iv

      public void glColor3iv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3iv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glColor3iv

      public void glColor3iv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3iv in interface GL2
    • glColor3s

      public void glColor3s(short arg0, short arg1, short arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLshort red, GLshort green, GLshort blue)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3s in interface GL2
    • glColor3sv

      public void glColor3sv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3sv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glColor3sv

      public void glColor3sv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3sv in interface GL2
    • glColor3ub

      public void glColor3ub(byte arg0, byte arg1, byte arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLubyte red, GLubyte green, GLubyte blue)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3ub in interface GL2
    • glColor3ubv

      public void glColor3ubv(byte[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLubyte * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3ubv in interface GL2
    • glColor3ubv

      public void glColor3ubv(ByteBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLubyte * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3ubv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
    • glColor3ui

      public void glColor3ui(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint red, GLuint green, GLuint blue)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3ui in interface GL2
    • glColor3uiv

      public void glColor3uiv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLuint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3uiv in interface GL2
    • glColor3uiv

      public void glColor3uiv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLuint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3uiv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glColor3us

      public void glColor3us(short arg0, short arg1, short arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLushort red, GLushort green, GLushort blue)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3us in interface GL2
    • glColor3usv

      public void glColor3usv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLushort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3usv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glColor3usv

      public void glColor3usv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLushort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor3usv in interface GL2
    • glColor4b

      public void glColor4b(byte arg0, byte arg1, byte arg2, byte arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4b in interface GL2
    • glColor4bv

      public void glColor4bv(byte[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4bv in interface GL2
    • glColor4bv

      public void glColor4bv(ByteBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4bv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
    • glColor4d

      public void glColor4d(double arg0, double arg1, double arg2, double arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4d in interface GL2
    • glColor4dv

      public void glColor4dv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4dv in interface GL2
    • glColor4dv

      public void glColor4dv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4dv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glColor4f

      public void glColor4f(float arg0, float arg1, float arg2, float arg3)
      Specified by:
      glColor4f in interface GLLightingFunc
      Specified by:
      glColor4f in interface GLPointerFunc
    • glColor4fv

      public void glColor4fv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4fv in interface GL2
    • glColor4fv

      public void glColor4fv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4fv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glColor4h

      public void glColor4h(short arg0, short arg1, short arg2, short arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhalfNV red, GLhalfNV green, GLhalfNV blue, GLhalfNV alpha)
      Part of GL_NV_half_float
      Alias for: glColor4hNV
      Specified by:
      glColor4h in interface GL2
    • glColor4hv

      public void glColor4hv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glColor4hvNV
      Specified by:
      glColor4hv in interface GL2
    • glColor4hv

      public void glColor4hv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glColor4hvNV
      Specified by:
      glColor4hv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glColor4i

      public void glColor4i(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint red, GLint green, GLint blue, GLint alpha)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4i in interface GL2
    • glColor4iv

      public void glColor4iv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4iv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glColor4iv

      public void glColor4iv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4iv in interface GL2
    • glColor4s

      public void glColor4s(short arg0, short arg1, short arg2, short arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLshort red, GLshort green, GLshort blue, GLshort alpha)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4s in interface GL2
    • glColor4sv

      public void glColor4sv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4sv in interface GL2
    • glColor4sv

      public void glColor4sv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4sv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glColor4ub

      public void glColor4ub(byte arg0, byte arg1, byte arg2, byte arg3)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
      Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glColor4ub in interface GL2ES1
    • glColor4ubv

      public void glColor4ubv(ByteBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLubyte * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4ubv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
    • glColor4ubv

      public void glColor4ubv(byte[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLubyte * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4ubv in interface GL2
    • glColor4ui

      public void glColor4ui(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint red, GLuint green, GLuint blue, GLuint alpha)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4ui in interface GL2
    • glColor4uiv

      public void glColor4uiv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLuint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4uiv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glColor4uiv

      public void glColor4uiv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLuint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4uiv in interface GL2
    • glColor4us

      public void glColor4us(short arg0, short arg1, short arg2, short arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLushort red, GLushort green, GLushort blue, GLushort alpha)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4us in interface GL2
    • glColor4usv

      public void glColor4usv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLushort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4usv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glColor4usv

      public void glColor4usv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLushort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glColor4usv in interface GL2
    • glColorFormatNV

      public void glColorFormatNV(int arg0, int arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLint size, GLenum type, GLsizei stride)
      Part of GL_NV_vertex_buffer_unified_memory
      Specified by:
      glColorFormatNV in interface GL2GL3
    • glColorMask

      public void glColorMask(boolean arg0, boolean arg1, boolean arg2, boolean arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glColorMask in interface GL
    • glColorMaskIndexed

      public void glColorMaskIndexed(int arg0, boolean arg1, boolean arg2, boolean arg3, boolean arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
      Part of GL_EXT_draw_buffers2
      Alias for: glColorMaskIndexedEXT
      Specified by:
      glColorMaskIndexed in interface GL2
    • glColorMaski

      public void glColorMaski(int arg0, boolean arg1, boolean arg2, boolean arg3, boolean arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
      Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_EXT_draw_buffers_indexed, GL_OES_draw_buffers_indexed
      Alias for: glColorMaskiEXT, glColorMaskiOES
      Specified by:
      glColorMaski in interface GL2ES3
    • glColorMaterial

      public void glColorMaterial(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum face, GLenum mode)
      Part of GL_VERSION_1_0
      Specified by:
      glColorMaterial in interface GL2
    • glColorP3ui

      public void glColorP3ui(int arg0, int arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, GLuint color)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glColorP3ui in interface GL3bc
    • glColorP3uiv

      public void glColorP3uiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * color)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glColorP3uiv in interface GL3bc
    • glColorP3uiv

      public void glColorP3uiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * color)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glColorP3uiv in interface GL3bc
      arg1 - a direct or array-backed IntBuffer
    • glColorP4ui

      public void glColorP4ui(int arg0, int arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, GLuint color)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glColorP4ui in interface GL3bc
    • glColorP4uiv

      public void glColorP4uiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * color)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glColorP4uiv in interface GL3bc
    • glColorP4uiv

      public void glColorP4uiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * color)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glColorP4uiv in interface GL3bc
      arg1 - a direct or array-backed IntBuffer
    • glColorPointer

      public void glColorPointer(GLArrayData arg0)
      Specified by:
      glColorPointer in interface GLPointerFunc
    • glColorPointer

      public void glColorPointer(int arg0, int arg1, int arg2, long arg3)
      Specified by:
      glColorPointer in interface GLPointerFunc
    • glColorPointer

      public void glColorPointer(int arg0, int arg1, int arg2, Buffer arg3)
      Specified by:
      glColorPointer in interface GLPointerFunc
    • glColorSubTable

      public void glColorSubTable(int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const void * data)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_color_subtable
      Alias for: glColorSubTableEXT
      Specified by:
      glColorSubTable in interface GL2
    • glColorSubTable

      public void glColorSubTable(int arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const void * data)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_color_subtable
      Alias for: glColorSubTableEXT
      Specified by:
      glColorSubTable in interface GL2
      arg5 - a direct or array-backed Buffer
    • glColorTable

      public void glColorTable(int arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void * table)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_paletted_texture, GL_SGI_color_table
      Alias for: glColorTableEXT, glColorTableSGI
      Specified by:
      glColorTable in interface GL2
      arg5 - a direct or array-backed Buffer
    • glColorTable

      public void glColorTable(int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void * table)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_paletted_texture, GL_SGI_color_table
      Alias for: glColorTableEXT, glColorTableSGI
      Specified by:
      glColorTable in interface GL2
    • glColorTableParameterfv

      public void glColorTableParameterfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table
      Alias for: glColorTableParameterfvSGI
      Specified by:
      glColorTableParameterfv in interface GL2
    • glColorTableParameterfv

      public void glColorTableParameterfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table
      Alias for: glColorTableParameterfvSGI
      Specified by:
      glColorTableParameterfv in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glColorTableParameteriv

      public void glColorTableParameteriv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table
      Alias for: glColorTableParameterivSGI
      Specified by:
      glColorTableParameteriv in interface GL2
    • glColorTableParameteriv

      public void glColorTableParameteriv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table
      Alias for: glColorTableParameterivSGI
      Specified by:
      glColorTableParameteriv in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glCommandListSegmentsNV

      public void glCommandListSegmentsNV(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint list, GLuint segments)
      Part of GL_NV_command_list
      Specified by:
      glCommandListSegmentsNV in interface GL2
    • glCompileCommandListNV

      public void glCompileCommandListNV(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint list)
      Part of GL_NV_command_list
      Specified by:
      glCompileCommandListNV in interface GL2
    • glCompileShader

      public void glCompileShader(int arg0)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint shader)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glCompileShaderARB
      Specified by:
      glCompileShader in interface GL2ES2
    • glCompileShaderARB

      public void glCompileShaderARB(long arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB shaderObj)
      Part of GL_ARB_shader_objects
      Specified by:
      glCompileShaderARB in interface GL2
    • glCompileShaderIncludeARB

      public void glCompileShaderIncludeARB(int arg0, int arg1, String[] arg2, int[] arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint shader, GLsizei count, const GLchar * const * path, const GLint * length)
      Part of GL_ARB_shading_language_include
      Specified by:
      glCompileShaderIncludeARB in interface GL3
    • glCompileShaderIncludeARB

      public void glCompileShaderIncludeARB(int arg0, int arg1, String[] arg2, IntBuffer arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint shader, GLsizei count, const GLchar * const * path, const GLint * length)
      Part of GL_ARB_shading_language_include
      Specified by:
      glCompileShaderIncludeARB in interface GL3
      arg3 - a direct or array-backed IntBuffer
    • glCompressedMultiTexImage1DEXT

      public void glCompressedMultiTexImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Buffer arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void * bits)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCompressedMultiTexImage1DEXT in interface GL2
      arg7 - a direct or array-backed Buffer
    • glCompressedMultiTexImage2DEXT

      public void glCompressedMultiTexImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * bits)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCompressedMultiTexImage2DEXT in interface GL2
      arg8 - a direct or array-backed Buffer
    • glCompressedMultiTexImage3DEXT

      public void glCompressedMultiTexImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * bits)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCompressedMultiTexImage3DEXT in interface GL2
      arg9 - a direct or array-backed Buffer
    • glCompressedMultiTexSubImage1DEXT

      public void glCompressedMultiTexSubImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Buffer arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void * bits)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCompressedMultiTexSubImage1DEXT in interface GL2
      arg7 - a direct or array-backed Buffer
    • glCompressedMultiTexSubImage2DEXT

      public void glCompressedMultiTexSubImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * bits)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCompressedMultiTexSubImage2DEXT in interface GL2
      arg9 - a direct or array-backed Buffer
    • glCompressedMultiTexSubImage3DEXT

      public void glCompressedMultiTexSubImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, Buffer arg11)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void * bits)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCompressedMultiTexSubImage3DEXT in interface GL2
      arg11 - a direct or array-backed Buffer
    • glCompressedTexImage1D

      public void glCompressedTexImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void * data)
      Part of GL_VERSION_1_3, GL_ARB_texture_compression
      Alias for: glCompressedTexImage1DARB
      Specified by:
      glCompressedTexImage1D in interface GL2GL3
    • glCompressedTexImage1D

      public void glCompressedTexImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Buffer arg6)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void * data)
      Part of GL_VERSION_1_3, GL_ARB_texture_compression
      Alias for: glCompressedTexImage1DARB
      Specified by:
      glCompressedTexImage1D in interface GL2GL3
      arg6 - a direct or array-backed Buffer
    • glCompressedTexImage2D

      public void glCompressedTexImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Buffer arg7)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * data)
      Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compression
      Alias for: glCompressedTexImage2DARB
      Specified by:
      glCompressedTexImage2D in interface GL
      arg7 - a direct or array-backed Buffer
    • glCompressedTexImage2D

      public void glCompressedTexImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, long arg7)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * data)
      Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compression
      Alias for: glCompressedTexImage2DARB
      Specified by:
      glCompressedTexImage2D in interface GL
    • glCompressedTexImage3D

      public void glCompressedTexImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * data)
      Part of GL_ES_VERSION_3_0, GL_VERSION_1_3, GL_ARB_texture_compression, GL_OES_texture_3D
      Alias for: glCompressedTexImage3DARB, glCompressedTexImage3DOES
      Specified by:
      glCompressedTexImage3D in interface GL2ES2
    • glCompressedTexImage3D

      public void glCompressedTexImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * data)
      Part of GL_ES_VERSION_3_0, GL_VERSION_1_3, GL_ARB_texture_compression, GL_OES_texture_3D
      Alias for: glCompressedTexImage3DARB, glCompressedTexImage3DOES
      Specified by:
      glCompressedTexImage3D in interface GL2ES2
      arg8 - a direct or array-backed Buffer
    • glCompressedTexSubImage1D

      public void glCompressedTexSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void * data)
      Part of GL_VERSION_1_3, GL_ARB_texture_compression
      Alias for: glCompressedTexSubImage1DARB
      Specified by:
      glCompressedTexSubImage1D in interface GL2GL3
    • glCompressedTexSubImage1D

      public void glCompressedTexSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Buffer arg6)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void * data)
      Part of GL_VERSION_1_3, GL_ARB_texture_compression
      Alias for: glCompressedTexSubImage1DARB
      Specified by:
      glCompressedTexSubImage1D in interface GL2GL3
      arg6 - a direct or array-backed Buffer
    • glCompressedTexSubImage2D

      public void glCompressedTexSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * data)
      Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compression
      Alias for: glCompressedTexSubImage2DARB
      Specified by:
      glCompressedTexSubImage2D in interface GL
    • glCompressedTexSubImage2D

      public void glCompressedTexSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * data)
      Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_texture_compression
      Alias for: glCompressedTexSubImage2DARB
      Specified by:
      glCompressedTexSubImage2D in interface GL
      arg8 - a direct or array-backed Buffer
    • glCompressedTexSubImage3D

      public void glCompressedTexSubImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, long arg10)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void * data)
      Part of GL_ES_VERSION_3_0, GL_VERSION_1_3, GL_ARB_texture_compression, GL_OES_texture_3D
      Alias for: glCompressedTexSubImage3DARB, glCompressedTexSubImage3DOES
      Specified by:
      glCompressedTexSubImage3D in interface GL2ES2
    • glCompressedTexSubImage3D

      public void glCompressedTexSubImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, Buffer arg10)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void * data)
      Part of GL_ES_VERSION_3_0, GL_VERSION_1_3, GL_ARB_texture_compression, GL_OES_texture_3D
      Alias for: glCompressedTexSubImage3DARB, glCompressedTexSubImage3DOES
      Specified by:
      glCompressedTexSubImage3D in interface GL2ES2
      arg10 - a direct or array-backed Buffer
    • glCompressedTextureImage1DEXT

      public void glCompressedTextureImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Buffer arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void * bits)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCompressedTextureImage1DEXT in interface GL2
      arg7 - a direct or array-backed Buffer
    • glCompressedTextureImage2DEXT

      public void glCompressedTextureImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * bits)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCompressedTextureImage2DEXT in interface GL2
      arg8 - a direct or array-backed Buffer
    • glCompressedTextureImage3DEXT

      public void glCompressedTextureImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * bits)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCompressedTextureImage3DEXT in interface GL2
      arg9 - a direct or array-backed Buffer
    • glCompressedTextureSubImage1D

      public void glCompressedTextureSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Buffer arg6)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void * data)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glCompressedTextureSubImage1DEXT
      Specified by:
      glCompressedTextureSubImage1D in interface GL4
      arg6 - a direct or array-backed Buffer
    • glCompressedTextureSubImage1DEXT

      public void glCompressedTextureSubImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Buffer arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void * bits)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCompressedTextureSubImage1DEXT in interface GL2
      arg7 - a direct or array-backed Buffer
    • glCompressedTextureSubImage2D

      public void glCompressedTextureSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * data)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glCompressedTextureSubImage2DEXT
      Specified by:
      glCompressedTextureSubImage2D in interface GL4
      arg8 - a direct or array-backed Buffer
    • glCompressedTextureSubImage2DEXT

      public void glCompressedTextureSubImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * bits)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCompressedTextureSubImage2DEXT in interface GL2
      arg9 - a direct or array-backed Buffer
    • glCompressedTextureSubImage3D

      public void glCompressedTextureSubImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, Buffer arg10)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void * data)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glCompressedTextureSubImage3DEXT
      Specified by:
      glCompressedTextureSubImage3D in interface GL4
      arg10 - a direct or array-backed Buffer
    • glCompressedTextureSubImage3DEXT

      public void glCompressedTextureSubImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, Buffer arg11)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void * bits)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCompressedTextureSubImage3DEXT in interface GL2
      arg11 - a direct or array-backed Buffer
    • glConservativeRasterParameterfNV

      public void glConservativeRasterParameterfNV(int arg0, float arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLfloat value)
      Part of GL_NV_conservative_raster_dilate
      Specified by:
      glConservativeRasterParameterfNV in interface GL2
    • glConvolutionFilter1D

      public void glConvolutionFilter1D(int arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void * image)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glConvolutionFilter1DEXT
      Specified by:
      glConvolutionFilter1D in interface GL2
      arg5 - a direct or array-backed Buffer
    • glConvolutionFilter1D

      public void glConvolutionFilter1D(int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void * image)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glConvolutionFilter1DEXT
      Specified by:
      glConvolutionFilter1D in interface GL2
    • glConvolutionFilter2D

      public void glConvolutionFilter2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * image)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glConvolutionFilter2DEXT
      Specified by:
      glConvolutionFilter2D in interface GL2
    • glConvolutionFilter2D

      public void glConvolutionFilter2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Buffer arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * image)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glConvolutionFilter2DEXT
      Specified by:
      glConvolutionFilter2D in interface GL2
      arg6 - a direct or array-backed Buffer
    • glConvolutionParameterf

      public void glConvolutionParameterf(int arg0, int arg1, float arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLfloat params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glConvolutionParameterfEXT
      Specified by:
      glConvolutionParameterf in interface GL2
    • glConvolutionParameterfv

      public void glConvolutionParameterfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glConvolutionParameterfvEXT
      Specified by:
      glConvolutionParameterfv in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glConvolutionParameterfv

      public void glConvolutionParameterfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glConvolutionParameterfvEXT
      Specified by:
      glConvolutionParameterfv in interface GL2
    • glConvolutionParameteri

      public void glConvolutionParameteri(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glConvolutionParameteriEXT
      Specified by:
      glConvolutionParameteri in interface GL2
    • glConvolutionParameteriv

      public void glConvolutionParameteriv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glConvolutionParameterivEXT
      Specified by:
      glConvolutionParameteriv in interface GL2
    • glConvolutionParameteriv

      public void glConvolutionParameteriv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glConvolutionParameterivEXT
      Specified by:
      glConvolutionParameteriv in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glCopyBufferSubData

      public void glCopyBufferSubData(int arg0, int arg1, long arg2, long arg3, long arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_copy_buffer, GL_NV_copy_buffer
      Alias for: glCopyBufferSubDataNV
      Specified by:
      glCopyBufferSubData in interface GL2ES3
    • glCopyColorSubTable

      public void glCopyColorSubTable(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_color_subtable
      Alias for: glCopyColorSubTableEXT
      Specified by:
      glCopyColorSubTable in interface GL2
    • glCopyColorTable

      public void glCopyColorTable(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table
      Alias for: glCopyColorTableSGI
      Specified by:
      glCopyColorTable in interface GL2
    • glCopyConvolutionFilter1D

      public void glCopyConvolutionFilter1D(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glCopyConvolutionFilter1DEXT
      Specified by:
      glCopyConvolutionFilter1D in interface GL2
    • glCopyConvolutionFilter2D

      public void glCopyConvolutionFilter2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glCopyConvolutionFilter2DEXT
      Specified by:
      glCopyConvolutionFilter2D in interface GL2
    • glCopyImageSubData

      public void glCopyImageSubData(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, int arg11, int arg12, int arg13, int arg14)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth)
      Part of GL_ARB_copy_image, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_NV_copy_image, GL_EXT_copy_image, GL_OES_copy_image
      Alias for: glCopyImageSubDataNV, glCopyImageSubDataEXT, glCopyImageSubDataOES
      Specified by:
      glCopyImageSubData in interface GL2ES2
    • glCopyImageSubDataNV

      public void glCopyImageSubDataNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, int arg11, int arg12, int arg13, int arg14)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)
      Part of GL_NV_copy_image
      Specified by:
      glCopyImageSubDataNV in interface GL2
    • glCopyMultiTexImage1DEXT

      public void glCopyMultiTexImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCopyMultiTexImage1DEXT in interface GL2
    • glCopyMultiTexImage2DEXT

      public void glCopyMultiTexImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCopyMultiTexImage2DEXT in interface GL2
    • glCopyMultiTexSubImage1DEXT

      public void glCopyMultiTexSubImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCopyMultiTexSubImage1DEXT in interface GL2
    • glCopyMultiTexSubImage2DEXT

      public void glCopyMultiTexSubImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCopyMultiTexSubImage2DEXT in interface GL2
    • glCopyMultiTexSubImage3DEXT

      public void glCopyMultiTexSubImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCopyMultiTexSubImage3DEXT in interface GL2
    • glCopyNamedBufferSubData

      public void glCopyNamedBufferSubData(int arg0, int arg1, long arg2, long arg3, long arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
      Part of GL_VERSION_4_5
      Specified by:
      glCopyNamedBufferSubData in interface GL4
    • glCopyPixels

      public void glCopyPixels(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)
      Part of GL_VERSION_1_0
      Specified by:
      glCopyPixels in interface GL2
    • glCopyTexImage1D

      public void glCopyTexImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
      Part of GL_VERSION_1_1, GL_EXT_copy_texture
      Alias for: glCopyTexImage1DEXT
      Specified by:
      glCopyTexImage1D in interface GL2GL3
    • glCopyTexImage2D

      public void glCopyTexImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_copy_texture
      Alias for: glCopyTexImage2DEXT
      Specified by:
      glCopyTexImage2D in interface GL
    • glCopyTexSubImage1D

      public void glCopyTexSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
      Part of GL_VERSION_1_1, GL_EXT_copy_texture
      Alias for: glCopyTexSubImage1DEXT
      Specified by:
      glCopyTexSubImage1D in interface GL2GL3
    • glCopyTexSubImage2D

      public void glCopyTexSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_copy_texture
      Alias for: glCopyTexSubImage2DEXT
      Specified by:
      glCopyTexSubImage2D in interface GL
    • glCopyTexSubImage3D

      public void glCopyTexSubImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
      Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_copy_texture, GL_OES_texture_3D
      Alias for: glCopyTexSubImage3DEXT, glCopyTexSubImage3DOES
      Specified by:
      glCopyTexSubImage3D in interface GL2ES2
    • glCopyTextureImage1DEXT

      public void glCopyTextureImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCopyTextureImage1DEXT in interface GL2
    • glCopyTextureImage2DEXT

      public void glCopyTextureImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCopyTextureImage2DEXT in interface GL2
    • glCopyTextureSubImage1D

      public void glCopyTextureSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glCopyTextureSubImage1DEXT
      Specified by:
      glCopyTextureSubImage1D in interface GL4
    • glCopyTextureSubImage1DEXT

      public void glCopyTextureSubImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCopyTextureSubImage1DEXT in interface GL2
    • glCopyTextureSubImage2D

      public void glCopyTextureSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glCopyTextureSubImage2DEXT
      Specified by:
      glCopyTextureSubImage2D in interface GL4
    • glCopyTextureSubImage2DEXT

      public void glCopyTextureSubImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCopyTextureSubImage2DEXT in interface GL2
    • glCopyTextureSubImage3D

      public void glCopyTextureSubImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glCopyTextureSubImage3DEXT
      Specified by:
      glCopyTextureSubImage3D in interface GL4
    • glCopyTextureSubImage3DEXT

      public void glCopyTextureSubImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
      Part of GL_EXT_direct_state_access
      Specified by:
      glCopyTextureSubImage3DEXT in interface GL2
    • glCoverageModulationNV

      public void glCoverageModulationNV(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum components)
      Part of GL_NV_framebuffer_mixed_samples
      Specified by:
      glCoverageModulationNV in interface GL2
    • glCoverageModulationTableNV

      public void glCoverageModulationTableNV(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, const GLfloat * v)
      Part of GL_NV_framebuffer_mixed_samples
      Specified by:
      glCoverageModulationTableNV in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glCoverageModulationTableNV

      public void glCoverageModulationTableNV(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, const GLfloat * v)
      Part of GL_NV_framebuffer_mixed_samples
      Specified by:
      glCoverageModulationTableNV in interface GL2
    • glCreateBuffers

      public void glCreateBuffers(int arg0, IntBuffer arg1)
      Description copied from interface: GL4
      Entry point to C language function: void (GLsizei n, GLuint * buffers)
      Part of GL_VERSION_4_5
      Specified by:
      glCreateBuffers in interface GL4
      arg1 - a direct or array-backed IntBuffer
    • glCreateBuffers

      public void glCreateBuffers(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLsizei n, GLuint * buffers)
      Part of GL_VERSION_4_5
      Specified by:
      glCreateBuffers in interface GL4
    • glCreateCommandListsNV

      public void glCreateCommandListsNV(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, GLuint * lists)
      Part of GL_NV_command_list
      Specified by:
      glCreateCommandListsNV in interface GL2
    • glCreateCommandListsNV

      public void glCreateCommandListsNV(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, GLuint * lists)
      Part of GL_NV_command_list
      Specified by:
      glCreateCommandListsNV in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glCreateFramebuffers

      public void glCreateFramebuffers(int arg0, IntBuffer arg1)
      Description copied from interface: GL4
      Entry point to C language function: void (GLsizei n, GLuint * framebuffers)
      Part of GL_VERSION_4_5
      Specified by:
      glCreateFramebuffers in interface GL4
      arg1 - a direct or array-backed IntBuffer
    • glCreateFramebuffers

      public void glCreateFramebuffers(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLsizei n, GLuint * framebuffers)
      Part of GL_VERSION_4_5
      Specified by:
      glCreateFramebuffers in interface GL4
    • glCreatePerfQueryINTEL

      public void glCreatePerfQueryINTEL(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint queryId, GLuint * queryHandle)
      Part of GL_INTEL_performance_query
      Specified by:
      glCreatePerfQueryINTEL in interface GL2
    • glCreatePerfQueryINTEL

      public void glCreatePerfQueryINTEL(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint queryId, GLuint * queryHandle)
      Part of GL_INTEL_performance_query
      Specified by:
      glCreatePerfQueryINTEL in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glCreateProgram

      public int glCreateProgram()
      Description copied from interface: GL2ES2
      Entry point to C language function: GLuint (void)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
      Specified by:
      glCreateProgram in interface GL2ES2
    • glCreateProgramObjectARB

      public long glCreateProgramObjectARB()
      Description copied from interface: GL2
      Entry point to C language function: GLhandleARB (void)
      Part of GL_ARB_shader_objects
      Specified by:
      glCreateProgramObjectARB in interface GL2
    • glCreateProgramPipelines

      public void glCreateProgramPipelines(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLsizei n, GLuint * pipelines)
      Part of GL_VERSION_4_5
      Specified by:
      glCreateProgramPipelines in interface GL4
    • glCreateProgramPipelines

      public void glCreateProgramPipelines(int arg0, IntBuffer arg1)
      Description copied from interface: GL4
      Entry point to C language function: void (GLsizei n, GLuint * pipelines)
      Part of GL_VERSION_4_5
      Specified by:
      glCreateProgramPipelines in interface GL4
      arg1 - a direct or array-backed IntBuffer
    • glCreateQueries

      public void glCreateQueries(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLenum target, GLsizei n, GLuint * ids)
      Part of GL_VERSION_4_5
      Specified by:
      glCreateQueries in interface GL4
    • glCreateQueries

      public void glCreateQueries(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLenum target, GLsizei n, GLuint * ids)
      Part of GL_VERSION_4_5
      Specified by:
      glCreateQueries in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glCreateRenderbuffers

      public void glCreateRenderbuffers(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLsizei n, GLuint * renderbuffers)
      Part of GL_VERSION_4_5
      Specified by:
      glCreateRenderbuffers in interface GL4
    • glCreateRenderbuffers

      public void glCreateRenderbuffers(int arg0, IntBuffer arg1)
      Description copied from interface: GL4
      Entry point to C language function: void (GLsizei n, GLuint * renderbuffers)
      Part of GL_VERSION_4_5
      Specified by:
      glCreateRenderbuffers in interface GL4
      arg1 - a direct or array-backed IntBuffer
    • glCreateSamplers

      public void glCreateSamplers(int arg0, IntBuffer arg1)
      Description copied from interface: GL4
      Entry point to C language function: void (GLsizei n, GLuint * samplers)
      Part of GL_VERSION_4_5
      Specified by:
      glCreateSamplers in interface GL4
      arg1 - a direct or array-backed IntBuffer
    • glCreateSamplers

      public void glCreateSamplers(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLsizei n, GLuint * samplers)
      Part of GL_VERSION_4_5
      Specified by:
      glCreateSamplers in interface GL4
    • glCreateShader

      public int glCreateShader(int arg0)
      Description copied from interface: GL2ES2
      Entry point to C language function: GLuint (GLenum type)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
      Specified by:
      glCreateShader in interface GL2ES2
    • glCreateShaderObjectARB

      public long glCreateShaderObjectARB(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: GLhandleARB (GLenum shaderType)
      Part of GL_ARB_shader_objects
      Specified by:
      glCreateShaderObjectARB in interface GL2
    • glCreateShaderProgramv

      public int glCreateShaderProgramv(int arg0, int arg1, String[] arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: GLuint (GLenum type, GLsizei count, const GLchar * * strings)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
      Alias for: glCreateShaderProgramvEXT
      Specified by:
      glCreateShaderProgramv in interface GL2ES2
    • glCreateStatesNV

      public void glCreateStatesNV(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, GLuint * states)
      Part of GL_NV_command_list
      Specified by:
      glCreateStatesNV in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glCreateStatesNV

      public void glCreateStatesNV(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, GLuint * states)
      Part of GL_NV_command_list
      Specified by:
      glCreateStatesNV in interface GL2
    • glCreateSyncFromCLeventARB

      public long glCreateSyncFromCLeventARB(long arg0, long arg1, int arg2)
      Description copied from interface: GL3
      Entry point to C language function: GLsync (struct _cl_context * context, struct _cl_event * event, GLbitfield flags)
      Part of GL_ARB_cl_event
      Specified by:
      glCreateSyncFromCLeventARB in interface GL3
    • glCreateTextures

      public void glCreateTextures(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLenum target, GLsizei n, GLuint * textures)
      Part of GL_VERSION_4_5
      Specified by:
      glCreateTextures in interface GL4
    • glCreateTextures

      public void glCreateTextures(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLenum target, GLsizei n, GLuint * textures)
      Part of GL_VERSION_4_5
      Specified by:
      glCreateTextures in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glCreateTransformFeedbacks

      public void glCreateTransformFeedbacks(int arg0, IntBuffer arg1)
      Description copied from interface: GL4
      Entry point to C language function: void (GLsizei n, GLuint * ids)
      Part of GL_VERSION_4_5
      Specified by:
      glCreateTransformFeedbacks in interface GL4
      arg1 - a direct or array-backed IntBuffer
    • glCreateTransformFeedbacks

      public void glCreateTransformFeedbacks(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLsizei n, GLuint * ids)
      Part of GL_VERSION_4_5
      Specified by:
      glCreateTransformFeedbacks in interface GL4
    • glCreateVertexArrays

      public void glCreateVertexArrays(int arg0, IntBuffer arg1)
      Description copied from interface: GL4
      Entry point to C language function: void (GLsizei n, GLuint * arrays)
      Part of GL_VERSION_4_5
      Specified by:
      glCreateVertexArrays in interface GL4
      arg1 - a direct or array-backed IntBuffer
    • glCreateVertexArrays

      public void glCreateVertexArrays(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLsizei n, GLuint * arrays)
      Part of GL_VERSION_4_5
      Specified by:
      glCreateVertexArrays in interface GL4
    • glCullFace

      public void glCullFace(int arg0)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum mode)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glCullFace in interface GL
    • glCullParameterdvEXT

      public void glCullParameterdvEXT(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLdouble * params)
      Part of GL_EXT_cull_vertex
      Specified by:
      glCullParameterdvEXT in interface GL2
      arg1 - a direct or array-backed DoubleBuffer
    • glCullParameterdvEXT

      public void glCullParameterdvEXT(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLdouble * params)
      Part of GL_EXT_cull_vertex
      Specified by:
      glCullParameterdvEXT in interface GL2
    • glCullParameterfvEXT

      public void glCullParameterfvEXT(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLfloat * params)
      Part of GL_EXT_cull_vertex
      Specified by:
      glCullParameterfvEXT in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glCullParameterfvEXT

      public void glCullParameterfvEXT(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLfloat * params)
      Part of GL_EXT_cull_vertex
      Specified by:
      glCullParameterfvEXT in interface GL2
    • glCurrentPaletteMatrixARB

      public void glCurrentPaletteMatrixARB(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint index)
      Part of GL_ARB_matrix_palette
      Specified by:
      glCurrentPaletteMatrixARB in interface GL2
    • glDebugMessageControl

      public void glDebugMessageControl(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4, boolean arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled)
      Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_output
      Alias for: glDebugMessageControlKHR, glDebugMessageControlARB
      Specified by:
      glDebugMessageControl in interface GL2ES2
      arg4 - a direct or array-backed IntBuffer
    • glDebugMessageControl

      public void glDebugMessageControl(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5, boolean arg6)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled)
      Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_output
      Alias for: glDebugMessageControlKHR, glDebugMessageControlARB
      Specified by:
      glDebugMessageControl in interface GL2ES2
    • glDebugMessageEnableAMD

      public void glDebugMessageEnableAMD(int arg0, int arg1, int arg2, IntBuffer arg3, boolean arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum category, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled)
      Part of GL_AMD_debug_output
      Specified by:
      glDebugMessageEnableAMD in interface GL2GL3
      arg3 - a direct or array-backed IntBuffer
    • glDebugMessageEnableAMD

      public void glDebugMessageEnableAMD(int arg0, int arg1, int arg2, int[] arg3, int arg4, boolean arg5)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum category, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled)
      Part of GL_AMD_debug_output
      Specified by:
      glDebugMessageEnableAMD in interface GL2GL3
    • glDebugMessageInsert

      public void glDebugMessageInsert(int arg0, int arg1, int arg2, int arg3, int arg4, String arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf)
      Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debug, GL_AMD_debug_output
      Alias for: glDebugMessageInsertARB, glDebugMessageInsertKHR, glDebugMessageInsertAMD
      Specified by:
      glDebugMessageInsert in interface GL2ES2
    • glDebugMessageInsertAMD

      public void glDebugMessageInsertAMD(int arg0, int arg1, int arg2, int arg3, String arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar * buf)
      Part of GL_AMD_debug_output
      Specified by:
      glDebugMessageInsertAMD in interface GL2GL3
    • glDeleteBuffers

      public void glDeleteBuffers(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLsizei n, const GLuint * buffers)
      Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
      Alias for: glDeleteBuffersARB
      Specified by:
      glDeleteBuffers in interface GL
    • glDeleteBuffers

      public void glDeleteBuffers(int arg0, IntBuffer arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLsizei n, const GLuint * buffers)
      Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
      Alias for: glDeleteBuffersARB
      Specified by:
      glDeleteBuffers in interface GL
      arg1 - a direct or array-backed IntBuffer
    • glDeleteCommandListsNV

      public void glDeleteCommandListsNV(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, const GLuint * lists)
      Part of GL_NV_command_list
      Specified by:
      glDeleteCommandListsNV in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glDeleteCommandListsNV

      public void glDeleteCommandListsNV(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, const GLuint * lists)
      Part of GL_NV_command_list
      Specified by:
      glDeleteCommandListsNV in interface GL2
    • glDeleteFramebuffers

      public void glDeleteFramebuffers(int arg0, IntBuffer arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLsizei n, const GLuint * framebuffers)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
      Alias for: glDeleteFramebuffersOES, glDeleteFramebuffersEXT
      Specified by:
      glDeleteFramebuffers in interface GL
      arg1 - a direct or array-backed IntBuffer
    • glDeleteFramebuffers

      public void glDeleteFramebuffers(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLsizei n, const GLuint * framebuffers)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
      Alias for: glDeleteFramebuffersOES, glDeleteFramebuffersEXT
      Specified by:
      glDeleteFramebuffers in interface GL
    • glDeleteLists

      public void glDeleteLists(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint list, GLsizei range)
      Part of GL_VERSION_1_0
      Specified by:
      glDeleteLists in interface GL2
    • glDeleteNamedStringARB

      public void glDeleteNamedStringARB(int arg0, String arg1)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint namelen, const GLchar * name)
      Part of GL_ARB_shading_language_include
      Specified by:
      glDeleteNamedStringARB in interface GL3
    • glDeleteNamesAMD

      public void glDeleteNamesAMD(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum identifier, GLuint num, const GLuint * names)
      Part of GL_AMD_name_gen_delete
      Specified by:
      glDeleteNamesAMD in interface GL2
    • glDeleteNamesAMD

      public void glDeleteNamesAMD(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum identifier, GLuint num, const GLuint * names)
      Part of GL_AMD_name_gen_delete
      Specified by:
      glDeleteNamesAMD in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glDeleteObjectARB

      public void glDeleteObjectARB(long arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB obj)
      Part of GL_ARB_shader_objects
      Specified by:
      glDeleteObjectARB in interface GL2
    • glDeleteOcclusionQueriesNV

      public void glDeleteOcclusionQueriesNV(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, const GLuint * ids)
      Part of GL_NV_occlusion_query
      Specified by:
      glDeleteOcclusionQueriesNV in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glDeleteOcclusionQueriesNV

      public void glDeleteOcclusionQueriesNV(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, const GLuint * ids)
      Part of GL_NV_occlusion_query
      Specified by:
      glDeleteOcclusionQueriesNV in interface GL2
    • glDeletePerfMonitorsAMD

      public void glDeletePerfMonitorsAMD(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, GLuint * monitors)
      Part of GL_AMD_performance_monitor
      Specified by:
      glDeletePerfMonitorsAMD in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glDeletePerfMonitorsAMD

      public void glDeletePerfMonitorsAMD(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, GLuint * monitors)
      Part of GL_AMD_performance_monitor
      Specified by:
      glDeletePerfMonitorsAMD in interface GL2
    • glDeletePerfQueryINTEL

      public void glDeletePerfQueryINTEL(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint queryHandle)
      Part of GL_INTEL_performance_query
      Specified by:
      glDeletePerfQueryINTEL in interface GL2
    • glDeleteProgram

      public void glDeleteProgram(int arg0)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
      Specified by:
      glDeleteProgram in interface GL2ES2
    • glDeleteProgramPipelines

      public void glDeleteProgramPipelines(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLsizei n, const GLuint * pipelines)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
      Alias for: glDeleteProgramPipelinesEXT
      Specified by:
      glDeleteProgramPipelines in interface GL2ES2
    • glDeleteProgramPipelines

      public void glDeleteProgramPipelines(int arg0, IntBuffer arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLsizei n, const GLuint * pipelines)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
      Alias for: glDeleteProgramPipelinesEXT
      Specified by:
      glDeleteProgramPipelines in interface GL2ES2
      arg1 - a direct or array-backed IntBuffer
    • glDeleteProgramsARB

      public void glDeleteProgramsARB(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, const GLuint * programs)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glDeleteProgramsARB in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glDeleteProgramsARB

      public void glDeleteProgramsARB(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, const GLuint * programs)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glDeleteProgramsARB in interface GL2
    • glDeleteQueries

      public void glDeleteQueries(int arg0, IntBuffer arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLsizei n, const GLuint * ids)
      Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
      Alias for: glDeleteQueriesEXT, glDeleteQueriesARB
      Specified by:
      glDeleteQueries in interface GL2ES2
      arg1 - a direct or array-backed IntBuffer
    • glDeleteQueries

      public void glDeleteQueries(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLsizei n, const GLuint * ids)
      Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
      Alias for: glDeleteQueriesEXT, glDeleteQueriesARB
      Specified by:
      glDeleteQueries in interface GL2ES2
    • glDeleteRenderbuffers

      public void glDeleteRenderbuffers(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLsizei n, const GLuint * renderbuffers)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
      Alias for: glDeleteRenderbuffersOES, glDeleteRenderbuffersEXT
      Specified by:
      glDeleteRenderbuffers in interface GL
    • glDeleteRenderbuffers

      public void glDeleteRenderbuffers(int arg0, IntBuffer arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLsizei n, const GLuint * renderbuffers)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
      Alias for: glDeleteRenderbuffersOES, glDeleteRenderbuffersEXT
      Specified by:
      glDeleteRenderbuffers in interface GL
      arg1 - a direct or array-backed IntBuffer
    • glDeleteSamplers

      public void glDeleteSamplers(int arg0, IntBuffer arg1)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLsizei count, const GLuint * samplers)
      Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
      Specified by:
      glDeleteSamplers in interface GL3ES3
      arg1 - a direct or array-backed IntBuffer
    • glDeleteSamplers

      public void glDeleteSamplers(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLsizei count, const GLuint * samplers)
      Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
      Specified by:
      glDeleteSamplers in interface GL3ES3
    • glDeleteShader

      public void glDeleteShader(int arg0)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint shader)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
      Specified by:
      glDeleteShader in interface GL2ES2
    • glDeleteStatesNV

      public void glDeleteStatesNV(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, const GLuint * states)
      Part of GL_NV_command_list
      Specified by:
      glDeleteStatesNV in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glDeleteStatesNV

      public void glDeleteStatesNV(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, const GLuint * states)
      Part of GL_NV_command_list
      Specified by:
      glDeleteStatesNV in interface GL2
    • glDeleteSync

      public void glDeleteSync(long arg0)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLsync sync)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
      Alias for: glDeleteSyncAPPLE
      Specified by:
      glDeleteSync in interface GL3ES3
    • glDeleteTextures

      public void glDeleteTextures(int arg0, IntBuffer arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLsizei n, const GLuint * textures)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
      Alias for: glDeleteTexturesEXT
      Specified by:
      glDeleteTextures in interface GL
      arg1 - a direct or array-backed IntBuffer
    • glDeleteTextures

      public void glDeleteTextures(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLsizei n, const GLuint * textures)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
      Alias for: glDeleteTexturesEXT
      Specified by:
      glDeleteTextures in interface GL
    • glDeleteTransformFeedbacks

      public void glDeleteTransformFeedbacks(int arg0, IntBuffer arg1)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLsizei n, const GLuint * ids)
      Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
      Alias for: glDeleteTransformFeedbacksNV
      Specified by:
      glDeleteTransformFeedbacks in interface GL2ES3
      arg1 - a direct or array-backed IntBuffer
    • glDeleteTransformFeedbacks

      public void glDeleteTransformFeedbacks(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLsizei n, const GLuint * ids)
      Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
      Alias for: glDeleteTransformFeedbacksNV
      Specified by:
      glDeleteTransformFeedbacks in interface GL2ES3
    • glDeleteTransformFeedbacksNV

      public void glDeleteTransformFeedbacksNV(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, const GLuint * ids)
      Part of GL_NV_transform_feedback2
      Specified by:
      glDeleteTransformFeedbacksNV in interface GL2
    • glDeleteTransformFeedbacksNV

      public void glDeleteTransformFeedbacksNV(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, const GLuint * ids)
      Part of GL_NV_transform_feedback2
      Specified by:
      glDeleteTransformFeedbacksNV in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glDeleteVertexArrays

      public void glDeleteVertexArrays(int arg0, IntBuffer arg1)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLsizei n, const GLuint * arrays)
      Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_object
      Alias for: glDeleteVertexArraysAPPLE, glDeleteVertexArraysOES
      Specified by:
      glDeleteVertexArrays in interface GL2ES3
      arg1 - a direct or array-backed IntBuffer
    • glDeleteVertexArrays

      public void glDeleteVertexArrays(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLsizei n, const GLuint * arrays)
      Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_object
      Alias for: glDeleteVertexArraysAPPLE, glDeleteVertexArraysOES
      Specified by:
      glDeleteVertexArrays in interface GL2ES3
    • glDeleteVertexShaderEXT

      public void glDeleteVertexShaderEXT(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id)
      Part of GL_EXT_vertex_shader
      Specified by:
      glDeleteVertexShaderEXT in interface GL2
    • glDepthBoundsEXT

      public void glDepthBoundsEXT(double arg0, double arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLclampd zmin, GLclampd zmax)
      Part of GL_EXT_depth_bounds_test
      Specified by:
      glDepthBoundsEXT in interface GL2
    • glDepthFunc

      public void glDepthFunc(int arg0)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum func)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glDepthFunc in interface GL
    • glDepthMask

      public void glDepthMask(boolean arg0)
      Description copied from interface: GL
      Entry point to C language function: void (GLboolean flag)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glDepthMask in interface GL
    • glDepthRange

      public void glDepthRange(double arg0, double arg1)
      Description copied from interface: GLBase
      Aliased entrypoint of void (GLclampd depth); and void (GLclampf depth); .
      Specified by:
      glDepthRange in interface GL2ES2
      Specified by:
      glDepthRange in interface GLBase
    • glDepthRangeArrayv

      public void glDepthRangeArrayv(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint first, GLsizei count, const GLdouble * v)
      Part of GL_ARB_viewport_array, GL_VERSION_4_1
      Specified by:
      glDepthRangeArrayv in interface GL3
      arg2 - a direct or array-backed DoubleBuffer
    • glDepthRangeArrayv

      public void glDepthRangeArrayv(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint first, GLsizei count, const GLdouble * v)
      Part of GL_ARB_viewport_array, GL_VERSION_4_1
      Specified by:
      glDepthRangeArrayv in interface GL3
    • glDepthRangeIndexed

      public void glDepthRangeIndexed(int arg0, double arg1, double arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, GLdouble n, GLdouble f)
      Part of GL_ARB_viewport_array, GL_VERSION_4_1
      Specified by:
      glDepthRangeIndexed in interface GL3
    • glDepthRangef

      public void glDepthRangef(float arg0, float arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLfloat n, GLfloat f)
      Part of GL_ARB_ES2_compatibility, GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_4_1, GL_OES_single_precision
      Alias for: glDepthRangefOES
      Specified by:
      glDepthRangef in interface GL
      Specified by:
      glDepthRangef in interface GL2ES2
    • glDetachObjectARB

      public void glDetachObjectARB(long arg0, long arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB containerObj, GLhandleARB attachedObj)
      Part of GL_ARB_shader_objects
      Specified by:
      glDetachObjectARB in interface GL2
    • glDetachShader

      public void glDetachShader(int arg0, int arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLuint shader)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
      Specified by:
      glDetachShader in interface GL2ES2
    • glDisable

      public void glDisable(int arg0)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum cap)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glDisable in interface GL
    • glDisableClientState

      public void glDisableClientState(int arg0)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum cap)
      Part of GL_NV_vertex_buffer_unified_memory, GL_VERSION_ES_CL_CM, GL_VERSION_1_1
      Specified by:
      glDisableClientState in interface GL2GL3
      Specified by:
      glDisableClientState in interface GLPointerFunc
    • glDisableClientStateIndexedEXT

      public void glDisableClientStateIndexedEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum array, GLuint index)
      Part of GL_EXT_direct_state_access
      Specified by:
      glDisableClientStateIndexedEXT in interface GL2
    • glDisableClientStateiEXT

      public void glDisableClientStateiEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum array, GLuint index)
      Part of GL_EXT_direct_state_access
      Specified by:
      glDisableClientStateiEXT in interface GL2
    • glDisableIndexed

      public void glDisableIndexed(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index)
      Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
      Alias for: glDisableIndexedEXT
      Specified by:
      glDisableIndexed in interface GL2
    • glDisableVariantClientStateEXT

      public void glDisableVariantClientStateEXT(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id)
      Part of GL_EXT_vertex_shader
      Specified by:
      glDisableVariantClientStateEXT in interface GL2
    • glDisableVertexArrayAttrib

      public void glDisableVertexArrayAttrib(int arg0, int arg1)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint vaobj, GLuint index)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glDisableVertexArrayAttribEXT
      Specified by:
      glDisableVertexArrayAttrib in interface GL4
    • glDisableVertexArrayAttribEXT

      public void glDisableVertexArrayAttribEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint index)
      Part of GL_EXT_direct_state_access
      Specified by:
      glDisableVertexArrayAttribEXT in interface GL2
    • glDisableVertexArrayEXT

      public void glDisableVertexArrayEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLenum array)
      Part of GL_EXT_direct_state_access
      Specified by:
      glDisableVertexArrayEXT in interface GL2
    • glDisableVertexAttribAPPLE

      public void glDisableVertexAttribAPPLE(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLenum pname)
      Part of GL_APPLE_vertex_program_evaluators
      Specified by:
      glDisableVertexAttribAPPLE in interface GL2
    • glDisableVertexAttribArray

      public void glDisableVertexAttribArray(int arg0)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glDisableVertexAttribArrayARB
      Specified by:
      glDisableVertexAttribArray in interface GL2ES2
    • glDisableVertexAttribArrayARB

      public void glDisableVertexAttribArrayARB(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index)
      Part of GL_ARB_vertex_program
      Specified by:
      glDisableVertexAttribArrayARB in interface GL2
    • glDisablei

      public void glDisablei(int arg0, int arg1)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLuint index)
      Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_draw_buffers_indexed, GL_NV_viewport_array, GL_EXT_draw_buffers_indexed
      Alias for: glDisableiOES, glDisableiNV, glDisableiEXT
      Specified by:
      glDisablei in interface GL2ES3
    • glDispatchCompute

      public void glDispatchCompute(int arg0, int arg1, int arg2)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
      Part of GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
      Specified by:
      glDispatchCompute in interface GL3ES3
    • glDispatchComputeGroupSizeARB

      public void glDispatchComputeGroupSizeARB(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_size_x, GLuint group_size_y, GLuint group_size_z)
      Part of GL_ARB_compute_variable_group_size
      Specified by:
      glDispatchComputeGroupSizeARB in interface GL4
    • glDispatchComputeIndirect

      public void glDispatchComputeIndirect(long arg0)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLintptr indirect)
      Part of GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
      Specified by:
      glDispatchComputeIndirect in interface GL3ES3
    • glDrawArrays

      public void glDrawArrays(int arg0, int arg1, int arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum mode, GLint first, GLsizei count)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_vertex_array
      Alias for: glDrawArraysEXT
      Specified by:
      glDrawArrays in interface GL
    • glDrawArraysIndirect

      public void glDrawArraysIndirect(int arg0, long arg1)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLenum mode, const void * indirect)
      Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0
      Specified by:
      glDrawArraysIndirect in interface GL3ES3
    • glDrawArraysIndirect

      public void glDrawArraysIndirect(int arg0, Buffer arg1)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLenum mode, const void * indirect)
      Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0
      Specified by:
      glDrawArraysIndirect in interface GL3ES3
      Specified by:
      glDrawArraysIndirect in interface GL4bc
      arg1 - a direct or array-backed Buffer
    • glDrawArraysInstanced

      public void glDrawArraysInstanced(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum mode, GLint first, GLsizei count, GLsizei instancecount)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_draw_instanced, GL_EXT_draw_instanced, GL_NV_draw_instanced, GL_ANGLE_instanced_arrays
      Alias for: glDrawArraysInstancedARB, glDrawArraysInstancedEXT, glDrawArraysInstancedNV, glDrawArraysInstancedANGLE
      Specified by:
      glDrawArraysInstanced in interface GL2ES3
    • glDrawArraysInstancedBaseInstance

      public void glDrawArraysInstancedBaseInstance(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance)
      Part of GL_ARB_base_instance, GL_VERSION_4_2, GL_EXT_base_instance
      Alias for: glDrawArraysInstancedBaseInstanceEXT
      Specified by:
      glDrawArraysInstancedBaseInstance in interface GL2ES2
    • glDrawBuffer

      public void glDrawBuffer(int arg0)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum mode)
      Part of GL_VERSION_1_0
      Specified by:
      glDrawBuffer in interface GL2GL3
    • glDrawBuffers

      public void glDrawBuffers(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLsizei n, const GLenum * bufs)
      Part of GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_NV_draw_buffers, GL_ATI_draw_buffers
      Alias for: glDrawBuffersEXT, glDrawBuffersARB, glDrawBuffersNV, glDrawBuffersATI
      Specified by:
      glDrawBuffers in interface GL2ES2
    • glDrawBuffers

      public void glDrawBuffers(int arg0, IntBuffer arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLsizei n, const GLenum * bufs)
      Part of GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_NV_draw_buffers, GL_ATI_draw_buffers
      Alias for: glDrawBuffersEXT, glDrawBuffersARB, glDrawBuffersNV, glDrawBuffersATI
      Specified by:
      glDrawBuffers in interface GL2ES2
      arg1 - a direct or array-backed IntBuffer
    • glDrawBuffersATI

      public void glDrawBuffersATI(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, const GLenum * bufs)
      Part of GL_ATI_draw_buffers
      Specified by:
      glDrawBuffersATI in interface GL2
    • glDrawBuffersATI

      public void glDrawBuffersATI(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, const GLenum * bufs)
      Part of GL_ATI_draw_buffers
      Specified by:
      glDrawBuffersATI in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glDrawCommandsAddressNV

      public void glDrawCommandsAddressNV(int arg0, long[] arg1, int arg2, int[] arg3, int arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum primitiveMode, const GLuint64 * indirects, const GLsizei * sizes, GLuint count)
      Part of GL_NV_command_list
      Specified by:
      glDrawCommandsAddressNV in interface GL2
    • glDrawCommandsAddressNV

      public void glDrawCommandsAddressNV(int arg0, LongBuffer arg1, IntBuffer arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum primitiveMode, const GLuint64 * indirects, const GLsizei * sizes, GLuint count)
      Part of GL_NV_command_list
      Specified by:
      glDrawCommandsAddressNV in interface GL2
      arg1 - a direct or array-backed LongBuffer
      arg2 - a direct or array-backed IntBuffer
    • glDrawCommandsNV

      public void glDrawCommandsNV(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2, int[] arg3, int arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum primitiveMode, GLuint buffer, const GLintptr * indirects, const GLsizei * sizes, GLuint count)
      Part of GL_NV_command_list
      Specified by:
      glDrawCommandsNV in interface GL2
      arg2 - a direct or array-backed PointerBuffer
    • glDrawCommandsNV

      public void glDrawCommandsNV(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2, IntBuffer arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum primitiveMode, GLuint buffer, const GLintptr * indirects, const GLsizei * sizes, GLuint count)
      Part of GL_NV_command_list
      Specified by:
      glDrawCommandsNV in interface GL2
      arg2 - a direct or array-backed PointerBuffer
      arg3 - a direct or array-backed IntBuffer
    • glDrawCommandsStatesAddressNV

      public void glDrawCommandsStatesAddressNV(LongBuffer arg0, IntBuffer arg1, IntBuffer arg2, IntBuffer arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLuint64 * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
      Part of GL_NV_command_list
      Specified by:
      glDrawCommandsStatesAddressNV in interface GL2
      Parameters:
      arg0 - a direct or array-backed LongBuffer
      arg1 - a direct or array-backed IntBuffer
      arg2 - a direct or array-backed IntBuffer
      arg3 - a direct or array-backed IntBuffer
    • glDrawCommandsStatesAddressNV

      public void glDrawCommandsStatesAddressNV(long[] arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5, int[] arg6, int arg7, int arg8)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLuint64 * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
      Part of GL_NV_command_list
      Specified by:
      glDrawCommandsStatesAddressNV in interface GL2
    • glDrawCommandsStatesNV

      public void glDrawCommandsStatesNV(int arg0, com.jogamp.common.nio.PointerBuffer arg1, int[] arg2, int arg3, int[] arg4, int arg5, int[] arg6, int arg7, int arg8)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint buffer, const GLintptr * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
      Part of GL_NV_command_list
      Specified by:
      glDrawCommandsStatesNV in interface GL2
      arg1 - a direct or array-backed PointerBuffer
    • glDrawCommandsStatesNV

      public void glDrawCommandsStatesNV(int arg0, com.jogamp.common.nio.PointerBuffer arg1, IntBuffer arg2, IntBuffer arg3, IntBuffer arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint buffer, const GLintptr * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
      Part of GL_NV_command_list
      Specified by:
      glDrawCommandsStatesNV in interface GL2
      arg1 - a direct or array-backed PointerBuffer
      arg2 - a direct or array-backed IntBuffer
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed IntBuffer
    • glDrawElements

      public void glDrawElements(int arg0, int arg1, int arg2, long arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const void * indices)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1
      Specified by:
      glDrawElements in interface GL
    • glDrawElements

      public void glDrawElements(int arg0, int arg1, int arg2, Buffer arg3)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
      Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_ES_VERSION_2_0
      Specified by:
      glDrawElements in interface GL2ES1
      arg3 - a direct or array-backed Buffer
    • glDrawElementsBaseVertex

      public void glDrawElementsBaseVertex(int arg0, int arg1, int arg2, Buffer arg3, int arg4)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex);
      Part of GL_ARB_draw_elements_base_vertex, GL_VERSION_3_2
      Specified by:
      glDrawElementsBaseVertex in interface GL3bc
      Specified by:
      glDrawElementsBaseVertex in interface GL3ES3
      arg3 - a direct or array-backed Buffer
    • glDrawElementsBaseVertex

      public void glDrawElementsBaseVertex(int arg0, int arg1, int arg2, long arg3, int arg4)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const void * indices, GLint basevertex)
      Part of GL_ARB_draw_elements_base_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_draw_elements_base_vertex, GL_OES_draw_elements_base_vertex
      Alias for: glDrawElementsBaseVertexEXT, glDrawElementsBaseVertexOES
      Specified by:
      glDrawElementsBaseVertex in interface GL3ES3
    • glDrawElementsIndirect

      public void glDrawElementsIndirect(int arg0, int arg1, long arg2)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLenum mode, GLenum type, const void * indirect)
      Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0
      Specified by:
      glDrawElementsIndirect in interface GL3ES3
    • glDrawElementsIndirect

      public void glDrawElementsIndirect(int arg0, int arg1, Buffer arg2)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLenum mode, GLenum type, const void * indirect)
      Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0
      Specified by:
      glDrawElementsIndirect in interface GL3ES3
      Specified by:
      glDrawElementsIndirect in interface GL4bc
      arg2 - a direct or array-backed Buffer
    • glDrawElementsInstanced

      public void glDrawElementsInstanced(int arg0, int arg1, int arg2, Buffer arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei instancecount);
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_1; GL_ARB_draw_instanced
      Specified by:
      glDrawElementsInstanced in interface GL2
      arg3 - a direct or array-backed Buffer
    • glDrawElementsInstanced

      public void glDrawElementsInstanced(int arg0, int arg1, int arg2, long arg3, int arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_draw_instanced, GL_EXT_draw_instanced, GL_ANGLE_instanced_arrays, GL_NV_draw_instanced
      Alias for: glDrawElementsInstancedARB, glDrawElementsInstancedEXT, glDrawElementsInstancedANGLE, glDrawElementsInstancedNV
      Specified by:
      glDrawElementsInstanced in interface GL2ES3
    • glDrawElementsInstancedBaseInstance

      public void glDrawElementsInstancedBaseInstance(int arg0, int arg1, int arg2, Buffer arg3, int arg4, int arg5)
      Description copied from interface: GL4bc
      Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLuint baseinstance);
      Part of GL_VERSION_4_2, GL_ARB_base_instance
      Specified by:
      glDrawElementsInstancedBaseInstance in interface GL4bc
      arg3 - a direct or array-backed Buffer
    • glDrawElementsInstancedBaseInstance

      public void glDrawElementsInstancedBaseInstance(int arg0, int arg1, int arg2, long arg3, int arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLuint baseinstance)
      Part of GL_ARB_base_instance, GL_VERSION_4_2, GL_EXT_base_instance
      Alias for: glDrawElementsInstancedBaseInstanceEXT
      Specified by:
      glDrawElementsInstancedBaseInstance in interface GL2ES2
    • glDrawElementsInstancedBaseVertex

      public void glDrawElementsInstancedBaseVertex(int arg0, int arg1, int arg2, Buffer arg3, int arg4, int arg5)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei instancecount, GLint basevertex);
      Part of GL_ARB_draw_elements_base_vertex, GL_VERSION_3_2
      Specified by:
      glDrawElementsInstancedBaseVertex in interface GL3bc
      Specified by:
      glDrawElementsInstancedBaseVertex in interface GL3ES3
      arg3 - a direct or array-backed Buffer
    • glDrawElementsInstancedBaseVertex

      public void glDrawElementsInstancedBaseVertex(int arg0, int arg1, int arg2, long arg3, int arg4, int arg5)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLint basevertex)
      Part of GL_ARB_draw_elements_base_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_draw_elements_base_vertex, GL_EXT_draw_elements_base_vertex
      Alias for: glDrawElementsInstancedBaseVertexOES, glDrawElementsInstancedBaseVertexEXT
      Specified by:
      glDrawElementsInstancedBaseVertex in interface GL3ES3
    • glDrawElementsInstancedBaseVertexBaseInstance

      public void glDrawElementsInstancedBaseVertexBaseInstance(int arg0, int arg1, int arg2, long arg3, int arg4, int arg5, int arg6)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance)
      Part of GL_ARB_base_instance, GL_VERSION_4_2, GL_EXT_base_instance
      Alias for: glDrawElementsInstancedBaseVertexBaseInstanceEXT
      Specified by:
      glDrawElementsInstancedBaseVertexBaseInstance in interface GL2ES2
    • glDrawElementsInstancedBaseVertexBaseInstance

      public void glDrawElementsInstancedBaseVertexBaseInstance(int arg0, int arg1, int arg2, Buffer arg3, int arg4, int arg5, int arg6)
      Description copied from interface: GL4bc
      Entry point to C language function: void (GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance);
      Part of GL_VERSION_4_2, GL_ARB_base_instance
      Specified by:
      glDrawElementsInstancedBaseVertexBaseInstance in interface GL4bc
      arg3 - a direct or array-backed Buffer
    • glDrawPixels

      public void glDrawPixels(int arg0, int arg1, int arg2, int arg3, long arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels)
      Part of GL_VERSION_1_0
      Specified by:
      glDrawPixels in interface GL2
    • glDrawPixels

      public void glDrawPixels(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels)
      Part of GL_VERSION_1_0
      Specified by:
      glDrawPixels in interface GL2
      arg4 - a direct or array-backed Buffer
    • glDrawRangeElements

      public void glDrawRangeElements(int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices)
      Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_draw_range_elements
      Alias for: glDrawRangeElementsEXT
      Specified by:
      glDrawRangeElements in interface GL2ES3
    • glDrawRangeElements

      public void glDrawRangeElements(int arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
      Part of GL_VERSION_1_2, GL_ES_VERSION_3_0
      Specified by:
      glDrawRangeElements in interface GL2
      arg5 - a direct or array-backed Buffer
    • glDrawRangeElementsBaseVertex

      public void glDrawRangeElementsBaseVertex(int arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5, int arg6)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex);
      Part of GL_ARB_draw_elements_base_vertex, GL_VERSION_3_2
      Specified by:
      glDrawRangeElementsBaseVertex in interface GL3bc
      Specified by:
      glDrawRangeElementsBaseVertex in interface GL3ES3
      arg5 - a direct or array-backed Buffer
    • glDrawRangeElementsBaseVertex

      public void glDrawRangeElementsBaseVertex(int arg0, int arg1, int arg2, int arg3, int arg4, long arg5, int arg6)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices, GLint basevertex)
      Part of GL_ARB_draw_elements_base_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_draw_elements_base_vertex, GL_OES_draw_elements_base_vertex
      Alias for: glDrawRangeElementsBaseVertexEXT, glDrawRangeElementsBaseVertexOES
      Specified by:
      glDrawRangeElementsBaseVertex in interface GL3ES3
    • glDrawTextureNV

      public void glDrawTextureNV(int arg0, int arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7, float arg8, float arg9, float arg10)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1)
      Part of GL_NV_draw_texture
      Specified by:
      glDrawTextureNV in interface GL2
    • glDrawTransformFeedback

      public void glDrawTransformFeedback(int arg0, int arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum mode, GLuint id)
      Part of GL_ARB_transform_feedback2, GL_VERSION_4_0, GL_NV_transform_feedback2
      Alias for: glDrawTransformFeedbackNV
      Specified by:
      glDrawTransformFeedback in interface GL2GL3
    • glDrawTransformFeedbackInstanced

      public void glDrawTransformFeedbackInstanced(int arg0, int arg1, int arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum mode, GLuint id, GLsizei instancecount)
      Part of GL_VERSION_4_2, GL_ARB_transform_feedback_instanced
      Specified by:
      glDrawTransformFeedbackInstanced in interface GL3
    • glDrawTransformFeedbackNV

      public void glDrawTransformFeedbackNV(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, GLuint id)
      Part of GL_NV_transform_feedback2
      Specified by:
      glDrawTransformFeedbackNV in interface GL2
    • glDrawTransformFeedbackStream

      public void glDrawTransformFeedbackStream(int arg0, int arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum mode, GLuint id, GLuint stream)
      Part of GL_ARB_transform_feedback3, GL_VERSION_4_0
      Specified by:
      glDrawTransformFeedbackStream in interface GL2GL3
    • glDrawTransformFeedbackStreamInstanced

      public void glDrawTransformFeedbackStreamInstanced(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum mode, GLuint id, GLuint stream, GLsizei instancecount)
      Part of GL_VERSION_4_2, GL_ARB_transform_feedback_instanced
      Specified by:
      glDrawTransformFeedbackStreamInstanced in interface GL3
    • glEdgeFlag

      public void glEdgeFlag(boolean arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLboolean flag)
      Part of GL_VERSION_1_0
      Specified by:
      glEdgeFlag in interface GL2
    • glEdgeFlagFormatNV

      public void glEdgeFlagFormatNV(int arg0)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLsizei stride)
      Part of GL_NV_vertex_buffer_unified_memory
      Specified by:
      glEdgeFlagFormatNV in interface GL2GL3
    • glEdgeFlagPointer

      public void glEdgeFlagPointer(int arg0, long arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei stride, const GLvoid * ptr)
      Part of GL_VERSION_1_1, GL_EXT_vertex_array
      Alias for: glEdgeFlagPointerEXT
      Specified by:
      glEdgeFlagPointer in interface GL2
    • glEdgeFlagPointer

      public void glEdgeFlagPointer(int arg0, Buffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei stride, const GLvoid * ptr)
      Part of GL_VERSION_1_1, GL_EXT_vertex_array
      Alias for: glEdgeFlagPointerEXT
      Specified by:
      glEdgeFlagPointer in interface GL2
      arg1 - a direct only Buffer
    • glEdgeFlagv

      public void glEdgeFlagv(byte[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLboolean * flag)
      Part of GL_VERSION_1_0
      Specified by:
      glEdgeFlagv in interface GL2
    • glEdgeFlagv

      public void glEdgeFlagv(ByteBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLboolean * flag)
      Part of GL_VERSION_1_0
      Specified by:
      glEdgeFlagv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
    • glEnable

      public void glEnable(int arg0)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum cap)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glEnable in interface GL
    • glEnableClientState

      public void glEnableClientState(int arg0)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum cap)
      Part of GL_NV_vertex_buffer_unified_memory, GL_VERSION_ES_CL_CM, GL_VERSION_1_1
      Specified by:
      glEnableClientState in interface GL2GL3
      Specified by:
      glEnableClientState in interface GLPointerFunc
    • glEnableClientStateIndexedEXT

      public void glEnableClientStateIndexedEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum array, GLuint index)
      Part of GL_EXT_direct_state_access
      Specified by:
      glEnableClientStateIndexedEXT in interface GL2
    • glEnableClientStateiEXT

      public void glEnableClientStateiEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum array, GLuint index)
      Part of GL_EXT_direct_state_access
      Specified by:
      glEnableClientStateiEXT in interface GL2
    • glEnableIndexed

      public void glEnableIndexed(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index)
      Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
      Alias for: glEnableIndexedEXT
      Specified by:
      glEnableIndexed in interface GL2
    • glEnableVariantClientStateEXT

      public void glEnableVariantClientStateEXT(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id)
      Part of GL_EXT_vertex_shader
      Specified by:
      glEnableVariantClientStateEXT in interface GL2
    • glEnableVertexArrayAttrib

      public void glEnableVertexArrayAttrib(int arg0, int arg1)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint vaobj, GLuint index)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glEnableVertexArrayAttribEXT
      Specified by:
      glEnableVertexArrayAttrib in interface GL4
    • glEnableVertexArrayAttribEXT

      public void glEnableVertexArrayAttribEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint index)
      Part of GL_EXT_direct_state_access
      Specified by:
      glEnableVertexArrayAttribEXT in interface GL2
    • glEnableVertexArrayEXT

      public void glEnableVertexArrayEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLenum array)
      Part of GL_EXT_direct_state_access
      Specified by:
      glEnableVertexArrayEXT in interface GL2
    • glEnableVertexAttribAPPLE

      public void glEnableVertexAttribAPPLE(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLenum pname)
      Part of GL_APPLE_vertex_program_evaluators
      Specified by:
      glEnableVertexAttribAPPLE in interface GL2
    • glEnableVertexAttribArray

      public void glEnableVertexAttribArray(int arg0)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glEnableVertexAttribArrayARB
      Specified by:
      glEnableVertexAttribArray in interface GL2ES2
    • glEnableVertexAttribArrayARB

      public void glEnableVertexAttribArrayARB(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index)
      Part of GL_ARB_vertex_program
      Specified by:
      glEnableVertexAttribArrayARB in interface GL2
    • glEnablei

      public void glEnablei(int arg0, int arg1)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLuint index)
      Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_NV_viewport_array, GL_OES_draw_buffers_indexed, GL_EXT_draw_buffers_indexed
      Alias for: glEnableiNV, glEnableiOES, glEnableiEXT
      Specified by:
      glEnablei in interface GL2ES3
    • glEnd

      public void glEnd()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_VERSION_1_0
      Specified by:
      glEnd in interface GL2
    • glEndConditionalRender

      public void glEndConditionalRender()
      Description copied from interface: GL2ES3
      Entry point to C language function: void (void)
      Part of GL_VERSION_3_0, GL_NV_conditional_render
      Alias for: glEndConditionalRenderNV
      Specified by:
      glEndConditionalRender in interface GL2ES3
    • glEndConditionalRenderNVX

      public void glEndConditionalRenderNVX()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_NVX_conditional_render
      Specified by:
      glEndConditionalRenderNVX in interface GL2
    • glEndList

      public void glEndList()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_VERSION_1_0
      Specified by:
      glEndList in interface GL2
    • glEndOcclusionQueryNV

      public void glEndOcclusionQueryNV()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_NV_occlusion_query
      Specified by:
      glEndOcclusionQueryNV in interface GL2
    • glEndPerfMonitorAMD

      public void glEndPerfMonitorAMD(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint monitor)
      Part of GL_AMD_performance_monitor
      Specified by:
      glEndPerfMonitorAMD in interface GL2
    • glEndPerfQueryINTEL

      public void glEndPerfQueryINTEL(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint queryHandle)
      Part of GL_INTEL_performance_query
      Specified by:
      glEndPerfQueryINTEL in interface GL2
    • glEndQuery

      public void glEndQuery(int arg0)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target)
      Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
      Alias for: glEndQueryEXT, glEndQueryARB
      Specified by:
      glEndQuery in interface GL2ES2
    • glEndQueryIndexed

      public void glEndQueryIndexed(int arg0, int arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLuint index)
      Part of GL_ARB_transform_feedback3, GL_VERSION_4_0
      Specified by:
      glEndQueryIndexed in interface GL2GL3
    • glEndTransformFeedback

      public void glEndTransformFeedback()
      Description copied from interface: GL2ES3
      Entry point to C language function: void (void)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
      Alias for: glEndTransformFeedbackNV, glEndTransformFeedbackEXT
      Specified by:
      glEndTransformFeedback in interface GL2ES3
    • glEndVertexShaderEXT

      public void glEndVertexShaderEXT()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_EXT_vertex_shader
      Specified by:
      glEndVertexShaderEXT in interface GL2
    • glEndVideoCaptureNV

      public void glEndVideoCaptureNV(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint video_capture_slot)
      Part of GL_NV_video_capture
      Specified by:
      glEndVideoCaptureNV in interface GL2
    • glEvalCoord1d

      public void glEvalCoord1d(double arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble u)
      Part of GL_VERSION_1_0
      Specified by:
      glEvalCoord1d in interface GL2
    • glEvalCoord1dv

      public void glEvalCoord1dv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * u)
      Part of GL_VERSION_1_0
      Specified by:
      glEvalCoord1dv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glEvalCoord1dv

      public void glEvalCoord1dv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * u)
      Part of GL_VERSION_1_0
      Specified by:
      glEvalCoord1dv in interface GL2
    • glEvalCoord1f

      public void glEvalCoord1f(float arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat u)
      Part of GL_VERSION_1_0
      Specified by:
      glEvalCoord1f in interface GL2
    • glEvalCoord1fv

      public void glEvalCoord1fv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * u)
      Part of GL_VERSION_1_0
      Specified by:
      glEvalCoord1fv in interface GL2
    • glEvalCoord1fv

      public void glEvalCoord1fv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * u)
      Part of GL_VERSION_1_0
      Specified by:
      glEvalCoord1fv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glEvalCoord2d

      public void glEvalCoord2d(double arg0, double arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble u, GLdouble v)
      Part of GL_VERSION_1_0
      Specified by:
      glEvalCoord2d in interface GL2
    • glEvalCoord2dv

      public void glEvalCoord2dv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * u)
      Part of GL_VERSION_1_0
      Specified by:
      glEvalCoord2dv in interface GL2
    • glEvalCoord2dv

      public void glEvalCoord2dv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * u)
      Part of GL_VERSION_1_0
      Specified by:
      glEvalCoord2dv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glEvalCoord2f

      public void glEvalCoord2f(float arg0, float arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat u, GLfloat v)
      Part of GL_VERSION_1_0
      Specified by:
      glEvalCoord2f in interface GL2
    • glEvalCoord2fv

      public void glEvalCoord2fv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * u)
      Part of GL_VERSION_1_0
      Specified by:
      glEvalCoord2fv in interface GL2
    • glEvalCoord2fv

      public void glEvalCoord2fv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * u)
      Part of GL_VERSION_1_0
      Specified by:
      glEvalCoord2fv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glEvalMapsNV

      public void glEvalMapsNV(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum mode)
      Part of GL_NV_evaluators
      Specified by:
      glEvalMapsNV in interface GL2
    • glEvalMesh1

      public void glEvalMesh1(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, GLint i1, GLint i2)
      Part of GL_VERSION_1_0
      Specified by:
      glEvalMesh1 in interface GL2
    • glEvalMesh2

      public void glEvalMesh2(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)
      Part of GL_VERSION_1_0
      Specified by:
      glEvalMesh2 in interface GL2
    • glEvalPoint1

      public void glEvalPoint1(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint i)
      Part of GL_VERSION_1_0
      Specified by:
      glEvalPoint1 in interface GL2
    • glEvalPoint2

      public void glEvalPoint2(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint i, GLint j)
      Part of GL_VERSION_1_0
      Specified by:
      glEvalPoint2 in interface GL2
    • glEvaluateDepthValuesARB

      public void glEvaluateDepthValuesARB()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_ARB_sample_locations
      Specified by:
      glEvaluateDepthValuesARB in interface GL2
    • glExtractComponentEXT

      public void glExtractComponentEXT(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint res, GLuint src, GLuint num)
      Part of GL_EXT_vertex_shader
      Specified by:
      glExtractComponentEXT in interface GL2
    • glFeedbackBuffer

      public void glFeedbackBuffer(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei size, GLenum type, GLfloat * buffer)
      Part of GL_VERSION_1_0
      Specified by:
      glFeedbackBuffer in interface GL2
      arg2 - a direct only FloatBuffer
    • glFenceSync

      public long glFenceSync(int arg0, int arg1)
      Description copied from interface: GL3ES3
      Entry point to C language function: GLsync (GLenum condition, GLbitfield flags)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
      Alias for: glFenceSyncAPPLE
      Specified by:
      glFenceSync in interface GL3ES3
    • glFinish

      public void glFinish()
      Description copied from interface: GL
      Entry point to C language function: void (void)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glFinish in interface GL
    • glFinishTextureSUNX

      public void glFinishTextureSUNX()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_SUNX_constant_data
      Specified by:
      glFinishTextureSUNX in interface GL2
    • glFlush

      public void glFlush()
      Description copied from interface: GL
      Entry point to C language function: void (void)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glFlush in interface GL
    • glFlushMappedBufferRange

      public void glFlushMappedBufferRange(int arg0, long arg1, long arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLintptr offset, GLsizeiptr length)
      Part of GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range, GL_APPLE_flush_buffer_range
      Alias for: glFlushMappedBufferRangeEXT, glFlushMappedBufferRangeAPPLE
      Specified by:
      glFlushMappedBufferRange in interface GL
    • glFlushMappedNamedBufferRange

      public void glFlushMappedNamedBufferRange(int arg0, long arg1, long arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint buffer, GLintptr offset, GLsizeiptr length)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glFlushMappedNamedBufferRangeEXT
      Specified by:
      glFlushMappedNamedBufferRange in interface GL4
    • glFlushMappedNamedBufferRangeEXT

      public void glFlushMappedNamedBufferRangeEXT(int arg0, long arg1, long arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint buffer, GLintptr offset, GLsizeiptr length)
      Part of GL_EXT_direct_state_access
      Specified by:
      glFlushMappedNamedBufferRangeEXT in interface GL2
    • glFlushPixelDataRangeNV

      public void glFlushPixelDataRangeNV(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target)
      Part of GL_NV_pixel_data_range
      Specified by:
      glFlushPixelDataRangeNV in interface GL2
    • glFlushVertexArrayRangeAPPLE

      public void glFlushVertexArrayRangeAPPLE(int arg0, Buffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei length, void * pointer)
      Part of GL_APPLE_vertex_array_range
      Specified by:
      glFlushVertexArrayRangeAPPLE in interface GL2
      arg1 - a direct or array-backed Buffer
    • glFogCoordFormatNV

      public void glFogCoordFormatNV(int arg0, int arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum type, GLsizei stride)
      Part of GL_NV_vertex_buffer_unified_memory
      Specified by:
      glFogCoordFormatNV in interface GL2GL3
    • glFogCoordPointer

      public void glFogCoordPointer(int arg0, int arg1, long arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum type, GLsizei stride, const void * pointer)
      Part of GL_VERSION_1_4, GL_EXT_fog_coord
      Alias for: glFogCoordPointerEXT
      Specified by:
      glFogCoordPointer in interface GL2
    • glFogCoordPointer

      public void glFogCoordPointer(int arg0, int arg1, Buffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum type, GLsizei stride, const void * pointer)
      Part of GL_VERSION_1_4, GL_EXT_fog_coord
      Alias for: glFogCoordPointerEXT
      Specified by:
      glFogCoordPointer in interface GL2
      arg2 - a direct only Buffer
    • glFogCoordd

      public void glFogCoordd(double arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble coord)
      Part of GL_VERSION_1_4, GL_EXT_fog_coord
      Alias for: glFogCoorddEXT
      Specified by:
      glFogCoordd in interface GL2
    • glFogCoorddv

      public void glFogCoorddv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * coord)
      Part of GL_VERSION_1_4, GL_EXT_fog_coord
      Alias for: glFogCoorddvEXT
      Specified by:
      glFogCoorddv in interface GL2
    • glFogCoorddv

      public void glFogCoorddv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * coord)
      Part of GL_VERSION_1_4, GL_EXT_fog_coord
      Alias for: glFogCoorddvEXT
      Specified by:
      glFogCoorddv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glFogCoordf

      public void glFogCoordf(float arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat coord)
      Part of GL_VERSION_1_4, GL_EXT_fog_coord
      Alias for: glFogCoordfEXT
      Specified by:
      glFogCoordf in interface GL2
    • glFogCoordfv

      public void glFogCoordfv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * coord)
      Part of GL_VERSION_1_4, GL_EXT_fog_coord
      Alias for: glFogCoordfvEXT
      Specified by:
      glFogCoordfv in interface GL2
    • glFogCoordfv

      public void glFogCoordfv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * coord)
      Part of GL_VERSION_1_4, GL_EXT_fog_coord
      Alias for: glFogCoordfvEXT
      Specified by:
      glFogCoordfv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glFogCoordh

      public void glFogCoordh(short arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhalfNV fog)
      Part of GL_NV_half_float
      Alias for: glFogCoordhNV
      Specified by:
      glFogCoordh in interface GL2
    • glFogCoordhv

      public void glFogCoordhv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * fog)
      Part of GL_NV_half_float
      Alias for: glFogCoordhvNV
      Specified by:
      glFogCoordhv in interface GL2
    • glFogCoordhv

      public void glFogCoordhv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * fog)
      Part of GL_NV_half_float
      Alias for: glFogCoordhvNV
      Specified by:
      glFogCoordhv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glFogf

      public void glFogf(int arg0, float arg1)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum pname, GLfloat param)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0
      Specified by:
      glFogf in interface GL2ES1
    • glFogfv

      public void glFogfv(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum pname, const GLfloat * params)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0
      Specified by:
      glFogfv in interface GL2ES1
      arg1 - a direct or array-backed FloatBuffer
    • glFogfv

      public void glFogfv(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum pname, const GLfloat * params)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0
      Specified by:
      glFogfv in interface GL2ES1
    • glFogi

      public void glFogi(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLint param)
      Part of GL_VERSION_1_0
      Specified by:
      glFogi in interface GL2
    • glFogiv

      public void glFogiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, const GLint * params)
      Part of GL_VERSION_1_0
      Specified by:
      glFogiv in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glFogiv

      public void glFogiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, const GLint * params)
      Part of GL_VERSION_1_0
      Specified by:
      glFogiv in interface GL2
    • glFragmentCoverageColorNV

      public void glFragmentCoverageColorNV(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint color)
      Part of GL_NV_fragment_coverage_to_color
      Specified by:
      glFragmentCoverageColorNV in interface GL2
    • glFrameTerminatorGREMEDY

      public void glFrameTerminatorGREMEDY()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_GREMEDY_frame_terminator
      Specified by:
      glFrameTerminatorGREMEDY in interface GL2
    • glFramebufferDrawBufferEXT

      public void glFramebufferDrawBufferEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLenum mode)
      Part of GL_EXT_direct_state_access
      Specified by:
      glFramebufferDrawBufferEXT in interface GL2
    • glFramebufferDrawBuffersEXT

      public void glFramebufferDrawBuffersEXT(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLsizei n, const GLenum * bufs)
      Part of GL_EXT_direct_state_access
      Specified by:
      glFramebufferDrawBuffersEXT in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glFramebufferDrawBuffersEXT

      public void glFramebufferDrawBuffersEXT(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLsizei n, const GLenum * bufs)
      Part of GL_EXT_direct_state_access
      Specified by:
      glFramebufferDrawBuffersEXT in interface GL2
    • glFramebufferParameteri

      public void glFramebufferParameteri(int arg0, int arg1, int arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLenum pname, GLint param)
      Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3
      Specified by:
      glFramebufferParameteri in interface GL2ES3
    • glFramebufferReadBufferEXT

      public void glFramebufferReadBufferEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLenum mode)
      Part of GL_EXT_direct_state_access
      Specified by:
      glFramebufferReadBufferEXT in interface GL2
    • glFramebufferRenderbuffer

      public void glFramebufferRenderbuffer(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
      Alias for: glFramebufferRenderbufferOES, glFramebufferRenderbufferEXT
      Specified by:
      glFramebufferRenderbuffer in interface GL
    • glFramebufferSampleLocationsfvARB

      public void glFramebufferSampleLocationsfvARB(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint start, GLsizei count, const GLfloat * v)
      Part of GL_ARB_sample_locations
      Specified by:
      glFramebufferSampleLocationsfvARB in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glFramebufferSampleLocationsfvARB

      public void glFramebufferSampleLocationsfvARB(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint start, GLsizei count, const GLfloat * v)
      Part of GL_ARB_sample_locations
      Specified by:
      glFramebufferSampleLocationsfvARB in interface GL2
    • glFramebufferSampleLocationsfvNV

      public void glFramebufferSampleLocationsfvNV(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint start, GLsizei count, const GLfloat * v)
      Part of GL_NV_sample_locations
      Specified by:
      glFramebufferSampleLocationsfvNV in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glFramebufferSampleLocationsfvNV

      public void glFramebufferSampleLocationsfvNV(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint start, GLsizei count, const GLfloat * v)
      Part of GL_NV_sample_locations
      Specified by:
      glFramebufferSampleLocationsfvNV in interface GL2
    • glFramebufferTexture

      public void glFramebufferTexture(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLenum target, GLenum attachment, GLuint texture, GLint level)
      Part of GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_NV_geometry_program4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4
      Alias for: glFramebufferTextureOES, glFramebufferTextureEXT, glFramebufferTextureARB
      Specified by:
      glFramebufferTexture in interface GL3ES3
    • glFramebufferTexture1D

      public void glFramebufferTexture1D(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
      Part of GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object
      Alias for: glFramebufferTexture1DEXT
      Specified by:
      glFramebufferTexture1D in interface GL2GL3
    • glFramebufferTexture2D

      public void glFramebufferTexture2D(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
      Alias for: glFramebufferTexture2DEXT, glFramebufferTexture2DOES
      Specified by:
      glFramebufferTexture2D in interface GL
    • glFramebufferTexture3D

      public void glFramebufferTexture3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
      Part of GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_texture_3D
      Alias for: glFramebufferTexture3DEXT, glFramebufferTexture3DOES
      Specified by:
      glFramebufferTexture3D in interface GL2ES2
    • glFramebufferTextureARB

      public void glFramebufferTextureARB(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum target, GLenum attachment, GLuint texture, GLint level)
      Part of GL_ARB_geometry_shader4
      Specified by:
      glFramebufferTextureARB in interface GL3
    • glFramebufferTextureEXT

      public void glFramebufferTextureEXT(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLenum attachment, GLuint texture, GLint level)
      Part of GL_NV_geometry_program4, GL_EXT_geometry_shader
      Specified by:
      glFramebufferTextureEXT in interface GL2ES3
    • glFramebufferTextureFaceARB

      public void glFramebufferTextureFaceARB(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
      Part of GL_ARB_geometry_shader4
      Specified by:
      glFramebufferTextureFaceARB in interface GL3
    • glFramebufferTextureFaceEXT

      public void glFramebufferTextureFaceEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
      Part of GL_NV_geometry_program4
      Specified by:
      glFramebufferTextureFaceEXT in interface GL2
    • glFramebufferTextureLayer

      public void glFramebufferTextureLayer(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
      Part of GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_texture_array, GL_NV_geometry_program4, GL_ARB_geometry_shader4
      Alias for: glFramebufferTextureLayerEXT, glFramebufferTextureLayerARB
      Specified by:
      glFramebufferTextureLayer in interface GL2ES3
    • glFramebufferTextureLayerARB

      public void glFramebufferTextureLayerARB(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
      Part of GL_ARB_geometry_shader4
      Specified by:
      glFramebufferTextureLayerARB in interface GL3
    • glFramebufferTextureMultiviewOVR

      public void glFramebufferTextureMultiviewOVR(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews)
      Part of GL_OVR_multiview
      Specified by:
      glFramebufferTextureMultiviewOVR in interface GL2
    • glFrontFace

      public void glFrontFace(int arg0)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum mode)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glFrontFace in interface GL
    • glFrustum

      public void glFrustum(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5)
      Specified by:
      glFrustum in interface GL2ES1
    • glFrustumf

      public void glFrustumf(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5)
      Description copied from interface: GLMatrixFunc
      Multiply the current matrix with the frustum matrix.
      Specified by:
      glFrustumf in interface GLMatrixFunc
    • glGenBuffers

      public void glGenBuffers(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLsizei n, GLuint * buffers)
      Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
      Alias for: glGenBuffersARB
      Specified by:
      glGenBuffers in interface GL
    • glGenBuffers

      public void glGenBuffers(int arg0, IntBuffer arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLsizei n, GLuint * buffers)
      Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
      Alias for: glGenBuffersARB
      Specified by:
      glGenBuffers in interface GL
      arg1 - a direct or array-backed IntBuffer
    • glGenFramebuffers

      public void glGenFramebuffers(int arg0, IntBuffer arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLsizei n, GLuint * framebuffers)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
      Alias for: glGenFramebuffersOES, glGenFramebuffersEXT
      Specified by:
      glGenFramebuffers in interface GL
      arg1 - a direct or array-backed IntBuffer
    • glGenFramebuffers

      public void glGenFramebuffers(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLsizei n, GLuint * framebuffers)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
      Alias for: glGenFramebuffersOES, glGenFramebuffersEXT
      Specified by:
      glGenFramebuffers in interface GL
    • glGenLists

      public int glGenLists(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: GLuint (GLsizei range)
      Part of GL_VERSION_1_0
      Specified by:
      glGenLists in interface GL2
    • glGenNamesAMD

      public void glGenNamesAMD(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum identifier, GLuint num, GLuint * names)
      Part of GL_AMD_name_gen_delete
      Specified by:
      glGenNamesAMD in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGenNamesAMD

      public void glGenNamesAMD(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum identifier, GLuint num, GLuint * names)
      Part of GL_AMD_name_gen_delete
      Specified by:
      glGenNamesAMD in interface GL2
    • glGenOcclusionQueriesNV

      public void glGenOcclusionQueriesNV(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, GLuint * ids)
      Part of GL_NV_occlusion_query
      Specified by:
      glGenOcclusionQueriesNV in interface GL2
    • glGenOcclusionQueriesNV

      public void glGenOcclusionQueriesNV(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, GLuint * ids)
      Part of GL_NV_occlusion_query
      Specified by:
      glGenOcclusionQueriesNV in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glGenPerfMonitorsAMD

      public void glGenPerfMonitorsAMD(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, GLuint * monitors)
      Part of GL_AMD_performance_monitor
      Specified by:
      glGenPerfMonitorsAMD in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glGenPerfMonitorsAMD

      public void glGenPerfMonitorsAMD(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, GLuint * monitors)
      Part of GL_AMD_performance_monitor
      Specified by:
      glGenPerfMonitorsAMD in interface GL2
    • glGenProgramPipelines

      public void glGenProgramPipelines(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLsizei n, GLuint * pipelines)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
      Alias for: glGenProgramPipelinesEXT
      Specified by:
      glGenProgramPipelines in interface GL2ES2
    • glGenProgramPipelines

      public void glGenProgramPipelines(int arg0, IntBuffer arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLsizei n, GLuint * pipelines)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
      Alias for: glGenProgramPipelinesEXT
      Specified by:
      glGenProgramPipelines in interface GL2ES2
      arg1 - a direct or array-backed IntBuffer
    • glGenProgramsARB

      public void glGenProgramsARB(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, GLuint * programs)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glGenProgramsARB in interface GL2
    • glGenProgramsARB

      public void glGenProgramsARB(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, GLuint * programs)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glGenProgramsARB in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glGenQueries

      public void glGenQueries(int arg0, IntBuffer arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLsizei n, GLuint * ids)
      Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
      Alias for: glGenQueriesEXT, glGenQueriesARB
      Specified by:
      glGenQueries in interface GL2ES2
      arg1 - a direct or array-backed IntBuffer
    • glGenQueries

      public void glGenQueries(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLsizei n, GLuint * ids)
      Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
      Alias for: glGenQueriesEXT, glGenQueriesARB
      Specified by:
      glGenQueries in interface GL2ES2
    • glGenRenderbuffers

      public void glGenRenderbuffers(int arg0, IntBuffer arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLsizei n, GLuint * renderbuffers)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
      Alias for: glGenRenderbuffersEXT, glGenRenderbuffersOES
      Specified by:
      glGenRenderbuffers in interface GL
      arg1 - a direct or array-backed IntBuffer
    • glGenRenderbuffers

      public void glGenRenderbuffers(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLsizei n, GLuint * renderbuffers)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
      Alias for: glGenRenderbuffersEXT, glGenRenderbuffersOES
      Specified by:
      glGenRenderbuffers in interface GL
    • glGenSamplers

      public void glGenSamplers(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLsizei count, GLuint * samplers)
      Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
      Specified by:
      glGenSamplers in interface GL3ES3
    • glGenSamplers

      public void glGenSamplers(int arg0, IntBuffer arg1)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLsizei count, GLuint * samplers)
      Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
      Specified by:
      glGenSamplers in interface GL3ES3
      arg1 - a direct or array-backed IntBuffer
    • glGenSymbolsEXT

      public int glGenSymbolsEXT(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: GLuint (GLenum datatype, GLenum storagetype, GLenum range, GLuint components)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGenSymbolsEXT in interface GL2
    • glGenTextures

      public void glGenTextures(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLsizei n, GLuint * textures)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
      Alias for: glGenTexturesEXT
      Specified by:
      glGenTextures in interface GL
    • glGenTextures

      public void glGenTextures(int arg0, IntBuffer arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLsizei n, GLuint * textures)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
      Alias for: glGenTexturesEXT
      Specified by:
      glGenTextures in interface GL
      arg1 - a direct or array-backed IntBuffer
    • glGenTransformFeedbacks

      public void glGenTransformFeedbacks(int arg0, IntBuffer arg1)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLsizei n, GLuint * ids)
      Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
      Alias for: glGenTransformFeedbacksNV
      Specified by:
      glGenTransformFeedbacks in interface GL2ES3
      arg1 - a direct or array-backed IntBuffer
    • glGenTransformFeedbacks

      public void glGenTransformFeedbacks(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLsizei n, GLuint * ids)
      Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
      Alias for: glGenTransformFeedbacksNV
      Specified by:
      glGenTransformFeedbacks in interface GL2ES3
    • glGenTransformFeedbacksNV

      public void glGenTransformFeedbacksNV(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, GLuint * ids)
      Part of GL_NV_transform_feedback2
      Specified by:
      glGenTransformFeedbacksNV in interface GL2
    • glGenTransformFeedbacksNV

      public void glGenTransformFeedbacksNV(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, GLuint * ids)
      Part of GL_NV_transform_feedback2
      Specified by:
      glGenTransformFeedbacksNV in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glGenVertexArrays

      public void glGenVertexArrays(int arg0, IntBuffer arg1)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLsizei n, GLuint * arrays)
      Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_object
      Alias for: glGenVertexArraysAPPLE, glGenVertexArraysOES
      Specified by:
      glGenVertexArrays in interface GL2ES3
      arg1 - a direct or array-backed IntBuffer
    • glGenVertexArrays

      public void glGenVertexArrays(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLsizei n, GLuint * arrays)
      Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_vertex_array_object, GL_OES_vertex_array_object
      Alias for: glGenVertexArraysAPPLE, glGenVertexArraysOES
      Specified by:
      glGenVertexArrays in interface GL2ES3
    • glGenVertexShadersEXT

      public int glGenVertexShadersEXT(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: GLuint (GLuint range)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGenVertexShadersEXT in interface GL2
    • glGenerateMipmap

      public void glGenerateMipmap(int arg0)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
      Alias for: glGenerateMipmapOES, glGenerateMipmapEXT
      Specified by:
      glGenerateMipmap in interface GL
    • glGenerateMultiTexMipmapEXT

      public void glGenerateMultiTexMipmapEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGenerateMultiTexMipmapEXT in interface GL2
    • glGenerateTextureMipmap

      public void glGenerateTextureMipmap(int arg0)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGenerateTextureMipmapEXT
      Specified by:
      glGenerateTextureMipmap in interface GL4
    • glGenerateTextureMipmapEXT

      public void glGenerateTextureMipmapEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGenerateTextureMipmapEXT in interface GL2
    • glGetActiveAtomicCounterBufferiv

      public void glGetActiveAtomicCounterBufferiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLuint bufferIndex, GLenum pname, GLint * params)
      Part of GL_ARB_shader_atomic_counters, GL_VERSION_4_2
      Specified by:
      glGetActiveAtomicCounterBufferiv in interface GL2GL3
    • glGetActiveAtomicCounterBufferiv

      public void glGetActiveAtomicCounterBufferiv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLuint bufferIndex, GLenum pname, GLint * params)
      Part of GL_ARB_shader_atomic_counters, GL_VERSION_4_2
      Specified by:
      glGetActiveAtomicCounterBufferiv in interface GL2GL3
      arg3 - a direct or array-backed IntBuffer
    • glGetActiveAttrib

      public void glGetActiveAttrib(int arg0, int arg1, int arg2, IntBuffer arg3, IntBuffer arg4, IntBuffer arg5, ByteBuffer arg6)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shader
      Alias for: glGetActiveAttribARB
      Specified by:
      glGetActiveAttrib in interface GL2ES2
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed IntBuffer
      arg5 - a direct or array-backed IntBuffer
      arg6 - a direct or array-backed ByteBuffer
    • glGetActiveAttrib

      public void glGetActiveAttrib(int arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6, int[] arg7, int arg8, byte[] arg9, int arg10)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shader
      Alias for: glGetActiveAttribARB
      Specified by:
      glGetActiveAttrib in interface GL2ES2
    • glGetActiveSubroutineName

      public void glGetActiveSubroutineName(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4, ByteBuffer arg5)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei * length, GLchar * name)
      Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
      Specified by:
      glGetActiveSubroutineName in interface GL3
      arg4 - a direct or array-backed IntBuffer
      arg5 - a direct or array-backed ByteBuffer
    • glGetActiveSubroutineName

      public void glGetActiveSubroutineName(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5, byte[] arg6, int arg7)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei * length, GLchar * name)
      Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
      Specified by:
      glGetActiveSubroutineName in interface GL3
    • glGetActiveSubroutineUniformName

      public void glGetActiveSubroutineUniformName(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4, ByteBuffer arg5)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei * length, GLchar * name)
      Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
      Specified by:
      glGetActiveSubroutineUniformName in interface GL3
      arg4 - a direct or array-backed IntBuffer
      arg5 - a direct or array-backed ByteBuffer
    • glGetActiveSubroutineUniformName

      public void glGetActiveSubroutineUniformName(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5, byte[] arg6, int arg7)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei * length, GLchar * name)
      Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
      Specified by:
      glGetActiveSubroutineUniformName in interface GL3
    • glGetActiveSubroutineUniformiv

      public void glGetActiveSubroutineUniformiv(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint * values)
      Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
      Specified by:
      glGetActiveSubroutineUniformiv in interface GL3
    • glGetActiveSubroutineUniformiv

      public void glGetActiveSubroutineUniformiv(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint * values)
      Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
      Specified by:
      glGetActiveSubroutineUniformiv in interface GL3
      arg4 - a direct or array-backed IntBuffer
    • glGetActiveUniform

      public void glGetActiveUniform(int arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6, int[] arg7, int arg8, byte[] arg9, int arg10)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glGetActiveUniformARB
      Specified by:
      glGetActiveUniform in interface GL2ES2
    • glGetActiveUniform

      public void glGetActiveUniform(int arg0, int arg1, int arg2, IntBuffer arg3, IntBuffer arg4, IntBuffer arg5, ByteBuffer arg6)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glGetActiveUniformARB
      Specified by:
      glGetActiveUniform in interface GL2ES2
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed IntBuffer
      arg5 - a direct or array-backed IntBuffer
      arg6 - a direct or array-backed ByteBuffer
    • glGetActiveUniformARB

      public void glGetActiveUniformARB(long arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6, int[] arg7, int arg8, byte[] arg9, int arg10)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name)
      Part of GL_ARB_shader_objects
      Specified by:
      glGetActiveUniformARB in interface GL2
    • glGetActiveUniformARB

      public void glGetActiveUniformARB(long arg0, int arg1, int arg2, IntBuffer arg3, IntBuffer arg4, IntBuffer arg5, ByteBuffer arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name)
      Part of GL_ARB_shader_objects
      Specified by:
      glGetActiveUniformARB in interface GL2
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed IntBuffer
      arg5 - a direct or array-backed IntBuffer
      arg6 - a direct or array-backed ByteBuffer
    • glGetActiveUniformBlockName

      public void glGetActiveUniformBlockName(int arg0, int arg1, int arg2, int[] arg3, int arg4, byte[] arg5, int arg6)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformBlockName)
      Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
      Specified by:
      glGetActiveUniformBlockName in interface GL2ES3
    • glGetActiveUniformBlockName

      public void glGetActiveUniformBlockName(int arg0, int arg1, int arg2, IntBuffer arg3, ByteBuffer arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformBlockName)
      Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
      Specified by:
      glGetActiveUniformBlockName in interface GL2ES3
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed ByteBuffer
    • glGetActiveUniformBlockiv

      public void glGetActiveUniformBlockiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint * params)
      Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
      Specified by:
      glGetActiveUniformBlockiv in interface GL2ES3
    • glGetActiveUniformBlockiv

      public void glGetActiveUniformBlockiv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint * params)
      Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
      Specified by:
      glGetActiveUniformBlockiv in interface GL2ES3
      arg3 - a direct or array-backed IntBuffer
    • glGetActiveUniformName

      public void glGetActiveUniformName(int arg0, int arg1, int arg2, IntBuffer arg3, ByteBuffer arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformName)
      Part of GL_ARB_uniform_buffer_object, GL_VERSION_3_1
      Specified by:
      glGetActiveUniformName in interface GL2GL3
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed ByteBuffer
    • glGetActiveUniformName

      public void glGetActiveUniformName(int arg0, int arg1, int arg2, int[] arg3, int arg4, byte[] arg5, int arg6)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformName)
      Part of GL_ARB_uniform_buffer_object, GL_VERSION_3_1
      Specified by:
      glGetActiveUniformName in interface GL2GL3
    • glGetActiveUniformsiv

      public void glGetActiveUniformsiv(int arg0, int arg1, int[] arg2, int arg3, int arg4, int[] arg5, int arg6)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint program, GLsizei uniformCount, const GLuint * uniformIndices, GLenum pname, GLint * params)
      Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
      Specified by:
      glGetActiveUniformsiv in interface GL2ES3
    • glGetActiveUniformsiv

      public void glGetActiveUniformsiv(int arg0, int arg1, IntBuffer arg2, int arg3, IntBuffer arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint program, GLsizei uniformCount, const GLuint * uniformIndices, GLenum pname, GLint * params)
      Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
      Specified by:
      glGetActiveUniformsiv in interface GL2ES3
      arg2 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed IntBuffer
    • glGetAttachedObjectsARB

      public void glGetAttachedObjectsARB(long arg0, int arg1, IntBuffer arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB containerObj, GLsizei maxCount, GLsizei * count, GLhandleARB * obj)
      Part of GL_ARB_shader_objects
      Specified by:
      glGetAttachedObjectsARB in interface GL2
      arg2 - a direct or array-backed IntBuffer
      arg3 - a direct or array-backed LongBuffer
    • glGetAttachedObjectsARB

      public void glGetAttachedObjectsARB(long arg0, int arg1, int[] arg2, int arg3, long[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB containerObj, GLsizei maxCount, GLsizei * count, GLhandleARB * obj)
      Part of GL_ARB_shader_objects
      Specified by:
      glGetAttachedObjectsARB in interface GL2
    • glGetAttachedShaders

      public void glGetAttachedShaders(int arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLsizei maxCount, GLsizei * count, GLuint * shaders)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
      Specified by:
      glGetAttachedShaders in interface GL2ES2
    • glGetAttachedShaders

      public void glGetAttachedShaders(int arg0, int arg1, IntBuffer arg2, IntBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLsizei maxCount, GLsizei * count, GLuint * shaders)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
      Specified by:
      glGetAttachedShaders in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
      arg3 - a direct or array-backed IntBuffer
    • glGetAttribLocation

      public int glGetAttribLocation(int arg0, String arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: GLint (GLuint program, const GLchar * name)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shader
      Alias for: glGetAttribLocationARB
      Specified by:
      glGetAttribLocation in interface GL2ES2
    • glGetBooleanIndexedv

      public void glGetBooleanIndexedv(int arg0, int arg1, byte[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLboolean * data)
      Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
      Alias for: glGetBooleanIndexedvEXT
      Specified by:
      glGetBooleanIndexedv in interface GL2
    • glGetBooleanIndexedv

      public void glGetBooleanIndexedv(int arg0, int arg1, ByteBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLboolean * data)
      Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
      Alias for: glGetBooleanIndexedvEXT
      Specified by:
      glGetBooleanIndexedv in interface GL2
      arg2 - a direct or array-backed ByteBuffer
    • glGetBooleani_v

      public void glGetBooleani_v(int arg0, int arg1, byte[] arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLuint index, GLboolean * data)
      Part of GL_ES_VERSION_3_1, GL_VERSION_3_0
      Specified by:
      glGetBooleani_v in interface GL2ES3
    • glGetBooleani_v

      public void glGetBooleani_v(int arg0, int arg1, ByteBuffer arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLuint index, GLboolean * data)
      Part of GL_ES_VERSION_3_1, GL_VERSION_3_0
      Specified by:
      glGetBooleani_v in interface GL2ES3
      arg2 - a direct or array-backed ByteBuffer
    • glGetBooleanv

      public void glGetBooleanv(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum pname, GLboolean * data)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glGetBooleanv in interface GL
    • glGetBooleanv

      public void glGetBooleanv(int arg0, ByteBuffer arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum pname, GLboolean * data)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glGetBooleanv in interface GL
      arg1 - a direct or array-backed ByteBuffer
    • glGetBufferParameteri64v

      public void glGetBufferParameteri64v(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLenum target, GLenum pname, GLint64 * params)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_2
      Specified by:
      glGetBufferParameteri64v in interface GL3ES3
      arg2 - a direct or array-backed LongBuffer
    • glGetBufferParameteri64v

      public void glGetBufferParameteri64v(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLenum target, GLenum pname, GLint64 * params)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_2
      Specified by:
      glGetBufferParameteri64v in interface GL3ES3
    • glGetBufferParameteriv

      public void glGetBufferParameteriv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
      Alias for: glGetBufferParameterivARB
      Specified by:
      glGetBufferParameteriv in interface GL
      arg2 - a direct or array-backed IntBuffer
    • glGetBufferParameteriv

      public void glGetBufferParameteriv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
      Alias for: glGetBufferParameterivARB
      Specified by:
      glGetBufferParameteriv in interface GL
    • glGetBufferParameterui64vNV

      public void glGetBufferParameterui64vNV(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLenum pname, GLuint64EXT * params)
      Part of GL_NV_shader_buffer_load
      Specified by:
      glGetBufferParameterui64vNV in interface GL2GL3
    • glGetBufferParameterui64vNV

      public void glGetBufferParameterui64vNV(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLenum pname, GLuint64EXT * params)
      Part of GL_NV_shader_buffer_load
      Specified by:
      glGetBufferParameterui64vNV in interface GL2GL3
      arg2 - a direct or array-backed LongBuffer
    • glGetBufferSubData

      public void glGetBufferSubData(int arg0, long arg1, long arg2, Buffer arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLintptr offset, GLsizeiptr size, void * data)
      Part of GL_VERSION_1_5, GL_ARB_vertex_buffer_object
      Alias for: glGetBufferSubDataARB
      Specified by:
      glGetBufferSubData in interface GL2GL3
      arg3 - a direct only Buffer
    • glGetClipPlane

      public void glGetClipPlane(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum plane, GLdouble * equation)
      Part of GL_VERSION_1_0
      Specified by:
      glGetClipPlane in interface GL2
      arg1 - a direct or array-backed DoubleBuffer
    • glGetClipPlane

      public void glGetClipPlane(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum plane, GLdouble * equation)
      Part of GL_VERSION_1_0
      Specified by:
      glGetClipPlane in interface GL2
    • glGetClipPlanef

      public void glGetClipPlanef(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum plane, GLfloat * equation)
      Part of GL_VERSION_ES_CM, GL_OES_single_precision
      Alias for: glGetClipPlanefOES
      Specified by:
      glGetClipPlanef in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glGetClipPlanef

      public void glGetClipPlanef(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum plane, GLfloat * equation)
      Part of GL_VERSION_ES_CM, GL_OES_single_precision
      Alias for: glGetClipPlanefOES
      Specified by:
      glGetClipPlanef in interface GL2
    • glGetColorTable

      public void glGetColorTable(int arg0, int arg1, int arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum format, GLenum type, void * table)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table, GL_EXT_paletted_texture
      Alias for: glGetColorTableSGI, glGetColorTableEXT
      Specified by:
      glGetColorTable in interface GL2
    • glGetColorTable

      public void glGetColorTable(int arg0, int arg1, int arg2, Buffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum format, GLenum type, void * table)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table, GL_EXT_paletted_texture
      Alias for: glGetColorTableSGI, glGetColorTableEXT
      Specified by:
      glGetColorTable in interface GL2
      arg3 - a direct or array-backed Buffer
    • glGetColorTableParameterfv

      public void glGetColorTableParameterfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_paletted_texture, GL_SGI_color_table
      Alias for: glGetColorTableParameterfvEXT, glGetColorTableParameterfvSGI
      Specified by:
      glGetColorTableParameterfv in interface GL2
    • glGetColorTableParameterfv

      public void glGetColorTableParameterfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_paletted_texture, GL_SGI_color_table
      Alias for: glGetColorTableParameterfvEXT, glGetColorTableParameterfvSGI
      Specified by:
      glGetColorTableParameterfv in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetColorTableParameteriv

      public void glGetColorTableParameteriv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table, GL_EXT_paletted_texture
      Alias for: glGetColorTableParameterivSGI, glGetColorTableParameterivEXT
      Specified by:
      glGetColorTableParameteriv in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetColorTableParameteriv

      public void glGetColorTableParameteriv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table, GL_EXT_paletted_texture
      Alias for: glGetColorTableParameterivSGI, glGetColorTableParameterivEXT
      Specified by:
      glGetColorTableParameteriv in interface GL2
    • glGetCommandHeaderNV

      public int glGetCommandHeaderNV(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: GLuint (GLenum tokenID, GLuint size)
      Part of GL_NV_command_list
      Specified by:
      glGetCommandHeaderNV in interface GL2
    • glGetCompressedMultiTexImageEXT

      public void glGetCompressedMultiTexImageEXT(int arg0, int arg1, int arg2, Buffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint lod, void * img)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetCompressedMultiTexImageEXT in interface GL2
      arg3 - a direct or array-backed Buffer
    • glGetCompressedTexImage

      public void glGetCompressedTexImage(int arg0, int arg1, Buffer arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLint level, void * img)
      Part of GL_VERSION_1_3, GL_ARB_texture_compression
      Alias for: glGetCompressedTexImageARB
      Specified by:
      glGetCompressedTexImage in interface GL2GL3
      arg2 - a direct or array-backed Buffer
    • glGetCompressedTexImage

      public void glGetCompressedTexImage(int arg0, int arg1, long arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLint level, void * img)
      Part of GL_VERSION_1_3, GL_ARB_texture_compression
      Alias for: glGetCompressedTexImageARB
      Specified by:
      glGetCompressedTexImage in interface GL2GL3
    • glGetCompressedTextureImage

      public void glGetCompressedTextureImage(int arg0, int arg1, int arg2, Buffer arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLsizei bufSize, void * pixels)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetCompressedTextureImageEXT
      Specified by:
      glGetCompressedTextureImage in interface GL4
      arg3 - a direct or array-backed Buffer
    • glGetCompressedTextureImageEXT

      public void glGetCompressedTextureImageEXT(int arg0, int arg1, int arg2, Buffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint lod, void * img)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetCompressedTextureImageEXT in interface GL2
      arg3 - a direct or array-backed Buffer
    • glGetCompressedTextureSubImage

      public void glGetCompressedTextureSubImage(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei bufSize, void * pixels)
      Part of GL_VERSION_4_5
      Specified by:
      glGetCompressedTextureSubImage in interface GL4
      arg9 - a direct or array-backed Buffer
    • glGetConvolutionFilter

      public void glGetConvolutionFilter(int arg0, int arg1, int arg2, Buffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum format, GLenum type, void * image)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glGetConvolutionFilterEXT
      Specified by:
      glGetConvolutionFilter in interface GL2
      arg3 - a direct or array-backed Buffer
    • glGetConvolutionFilter

      public void glGetConvolutionFilter(int arg0, int arg1, int arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum format, GLenum type, void * image)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glGetConvolutionFilterEXT
      Specified by:
      glGetConvolutionFilter in interface GL2
    • glGetConvolutionParameterfv

      public void glGetConvolutionParameterfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glGetConvolutionParameterfvEXT
      Specified by:
      glGetConvolutionParameterfv in interface GL2
    • glGetConvolutionParameterfv

      public void glGetConvolutionParameterfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glGetConvolutionParameterfvEXT
      Specified by:
      glGetConvolutionParameterfv in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetConvolutionParameteriv

      public void glGetConvolutionParameteriv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glGetConvolutionParameterivEXT
      Specified by:
      glGetConvolutionParameteriv in interface GL2
    • glGetConvolutionParameteriv

      public void glGetConvolutionParameteriv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glGetConvolutionParameterivEXT
      Specified by:
      glGetConvolutionParameteriv in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetCoverageModulationTableNV

      public void glGetCoverageModulationTableNV(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei bufsize, GLfloat * v)
      Part of GL_NV_framebuffer_mixed_samples
      Specified by:
      glGetCoverageModulationTableNV in interface GL2
    • glGetCoverageModulationTableNV

      public void glGetCoverageModulationTableNV(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei bufsize, GLfloat * v)
      Part of GL_NV_framebuffer_mixed_samples
      Specified by:
      glGetCoverageModulationTableNV in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glGetDebugMessageLog

      public int glGetDebugMessageLog(int arg0, int arg1, IntBuffer arg2, IntBuffer arg3, IntBuffer arg4, IntBuffer arg5, IntBuffer arg6, ByteBuffer arg7)
      Description copied from interface: GL2ES2
      Entry point to C language function: GLuint (GLuint count, GLsizei bufSize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * messageLog)
      Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_AMD_debug_output, GL_ARB_debug_output, GL_KHR_debug
      Alias for: glGetDebugMessageLogAMD, glGetDebugMessageLogARB, glGetDebugMessageLogKHR
      Specified by:
      glGetDebugMessageLog in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed IntBuffer
      arg5 - a direct or array-backed IntBuffer
      arg6 - a direct or array-backed IntBuffer
      arg7 - a direct or array-backed ByteBuffer
    • glGetDebugMessageLog

      public int glGetDebugMessageLog(int arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5, int[] arg6, int arg7, int[] arg8, int arg9, int[] arg10, int arg11, byte[] arg12, int arg13)
      Description copied from interface: GL2ES2
      Entry point to C language function: GLuint (GLuint count, GLsizei bufSize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * messageLog)
      Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_AMD_debug_output, GL_ARB_debug_output, GL_KHR_debug
      Alias for: glGetDebugMessageLogAMD, glGetDebugMessageLogARB, glGetDebugMessageLogKHR
      Specified by:
      glGetDebugMessageLog in interface GL2ES2
    • glGetDebugMessageLogAMD

      public int glGetDebugMessageLogAMD(int arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5, int[] arg6, int arg7, int[] arg8, int arg9, byte[] arg10, int arg11)
      Description copied from interface: GL2GL3
      Entry point to C language function: GLuint (GLuint count, GLsizei bufsize, GLenum * categories, GLuint * severities, GLuint * ids, GLsizei * lengths, GLchar * message)
      Part of GL_AMD_debug_output
      Specified by:
      glGetDebugMessageLogAMD in interface GL2GL3
    • glGetDebugMessageLogAMD

      public int glGetDebugMessageLogAMD(int arg0, int arg1, IntBuffer arg2, IntBuffer arg3, IntBuffer arg4, IntBuffer arg5, ByteBuffer arg6)
      Description copied from interface: GL2GL3
      Entry point to C language function: GLuint (GLuint count, GLsizei bufsize, GLenum * categories, GLuint * severities, GLuint * ids, GLsizei * lengths, GLchar * message)
      Part of GL_AMD_debug_output
      Specified by:
      glGetDebugMessageLogAMD in interface GL2GL3
      arg2 - a direct or array-backed IntBuffer
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed IntBuffer
      arg5 - a direct or array-backed IntBuffer
      arg6 - a direct or array-backed ByteBuffer
    • glGetDoubleIndexedvEXT

      public void glGetDoubleIndexedvEXT(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLdouble * data)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetDoubleIndexedvEXT in interface GL2
      arg2 - a direct or array-backed DoubleBuffer
    • glGetDoubleIndexedvEXT

      public void glGetDoubleIndexedvEXT(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLdouble * data)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetDoubleIndexedvEXT in interface GL2
    • glGetDoublei_v

      public void glGetDoublei_v(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum target, GLuint index, GLdouble * data)
      Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glGetDoublei_vEXT
      Specified by:
      glGetDoublei_v in interface GL3
      arg2 - a direct or array-backed DoubleBuffer
    • glGetDoublei_v

      public void glGetDoublei_v(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum target, GLuint index, GLdouble * data)
      Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glGetDoublei_vEXT
      Specified by:
      glGetDoublei_v in interface GL3
    • glGetDoublei_vEXT

      public void glGetDoublei_vEXT(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLuint index, GLdouble * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetDoublei_vEXT in interface GL2
    • glGetDoublei_vEXT

      public void glGetDoublei_vEXT(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLuint index, GLdouble * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetDoublei_vEXT in interface GL2
      arg2 - a direct or array-backed DoubleBuffer
    • glGetDoublev

      public void glGetDoublev(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum pname, GLdouble * params)
      Part of GL_VERSION_1_0
      Specified by:
      glGetDoublev in interface GL2GL3
      arg1 - a direct or array-backed DoubleBuffer
    • glGetDoublev

      public void glGetDoublev(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum pname, GLdouble * params)
      Part of GL_VERSION_1_0
      Specified by:
      glGetDoublev in interface GL2GL3
    • glGetError

      public int glGetError()
      Description copied from interface: GL
      Entry point to C language function: GLenum (void)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glGetError in interface GL
    • glGetFirstPerfQueryIdINTEL

      public void glGetFirstPerfQueryIdINTEL(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint * queryId)
      Part of GL_INTEL_performance_query
      Specified by:
      glGetFirstPerfQueryIdINTEL in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glGetFirstPerfQueryIdINTEL

      public void glGetFirstPerfQueryIdINTEL(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint * queryId)
      Part of GL_INTEL_performance_query
      Specified by:
      glGetFirstPerfQueryIdINTEL in interface GL2
    • glGetFloatIndexedvEXT

      public void glGetFloatIndexedvEXT(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLfloat * data)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetFloatIndexedvEXT in interface GL2
    • glGetFloatIndexedvEXT

      public void glGetFloatIndexedvEXT(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLfloat * data)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetFloatIndexedvEXT in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetFloati_v

      public void glGetFloati_v(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum target, GLuint index, GLfloat * data)
      Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_NV_viewport_array
      Alias for: glGetFloati_vEXT, glGetFloati_vNV
      Specified by:
      glGetFloati_v in interface GL3
    • glGetFloati_v

      public void glGetFloati_v(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum target, GLuint index, GLfloat * data)
      Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_NV_viewport_array
      Alias for: glGetFloati_vEXT, glGetFloati_vNV
      Specified by:
      glGetFloati_v in interface GL3
      arg2 - a direct or array-backed FloatBuffer
    • glGetFloati_vEXT

      public void glGetFloati_vEXT(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLuint index, GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetFloati_vEXT in interface GL2
    • glGetFloati_vEXT

      public void glGetFloati_vEXT(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLuint index, GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetFloati_vEXT in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetFloatv

      public void glGetFloatv(int arg0, FloatBuffer arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum pname, GLfloat * data)
      Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
      Specified by:
      glGetFloatv in interface GL
      Specified by:
      glGetFloatv in interface GLMatrixFunc
      Parameters:
      arg0 - GLMatrixFunc.GL_MODELVIEW_MATRIX, GLMatrixFunc.GL_PROJECTION_MATRIX or GLMatrixFunc.GL_TEXTURE_MATRIX
      arg1 - a direct or array-backed FloatBuffer
    • glGetFloatv

      public void glGetFloatv(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum pname, GLfloat * data)
      Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
      Specified by:
      glGetFloatv in interface GL
      Specified by:
      glGetFloatv in interface GLMatrixFunc
      Parameters:
      arg0 - GLMatrixFunc.GL_MODELVIEW_MATRIX, GLMatrixFunc.GL_PROJECTION_MATRIX or GLMatrixFunc.GL_TEXTURE_MATRIX
      arg1 - storage
      arg2 - storage offset
    • glGetFragDataIndex

      public int glGetFragDataIndex(int arg0, String arg1)
      Description copied from interface: GL3
      Entry point to C language function: GLint (GLuint program, const GLchar * name)
      Part of GL_VERSION_3_3, GL_ARB_blend_func_extended, GL_EXT_blend_func_extended
      Alias for: glGetFragDataIndexEXT
      Specified by:
      glGetFragDataIndex in interface GL3
    • glGetFragDataLocation

      public int glGetFragDataLocation(int arg0, String arg1)
      Description copied from interface: GL2ES3
      Entry point to C language function: GLint (GLuint program, const GLchar * name)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
      Alias for: glGetFragDataLocationEXT
      Specified by:
      glGetFragDataLocation in interface GL2ES3
    • glGetFramebufferAttachmentParameteriv

      public void glGetFramebufferAttachmentParameteriv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum attachment, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
      Alias for: glGetFramebufferAttachmentParameterivEXT, glGetFramebufferAttachmentParameterivOES
      Specified by:
      glGetFramebufferAttachmentParameteriv in interface GL
      arg3 - a direct or array-backed IntBuffer
    • glGetFramebufferAttachmentParameteriv

      public void glGetFramebufferAttachmentParameteriv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum attachment, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
      Alias for: glGetFramebufferAttachmentParameterivEXT, glGetFramebufferAttachmentParameterivOES
      Specified by:
      glGetFramebufferAttachmentParameteriv in interface GL
    • glGetFramebufferParameteriv

      public void glGetFramebufferParameteriv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_EXT_direct_state_access
      Alias for: glGetFramebufferParameterivEXT
      Specified by:
      glGetFramebufferParameteriv in interface GL2ES3
      arg2 - a direct or array-backed IntBuffer
    • glGetFramebufferParameteriv

      public void glGetFramebufferParameteriv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_EXT_direct_state_access
      Alias for: glGetFramebufferParameterivEXT
      Specified by:
      glGetFramebufferParameteriv in interface GL2ES3
    • glGetFramebufferParameterivEXT

      public void glGetFramebufferParameterivEXT(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetFramebufferParameterivEXT in interface GL2
    • glGetFramebufferParameterivEXT

      public void glGetFramebufferParameterivEXT(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetFramebufferParameterivEXT in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetGraphicsResetStatus

      public int glGetGraphicsResetStatus()
      Description copied from interface: GL
      Entry point to C language function: GLenum (void)
      Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
      Alias for: glGetGraphicsResetStatusEXT, glGetGraphicsResetStatusARB, glGetGraphicsResetStatusKHR
      Specified by:
      glGetGraphicsResetStatus in interface GL
    • glGetHandleARB

      public long glGetHandleARB(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: GLhandleARB (GLenum pname)
      Part of GL_ARB_shader_objects
      Specified by:
      glGetHandleARB in interface GL2
    • glGetHistogram

      public void glGetHistogram(int arg0, boolean arg1, int arg2, int arg3, Buffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLboolean reset, GLenum format, GLenum type, void * values)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
      Alias for: glGetHistogramEXT
      Specified by:
      glGetHistogram in interface GL2
      arg4 - a direct or array-backed Buffer
    • glGetHistogram

      public void glGetHistogram(int arg0, boolean arg1, int arg2, int arg3, long arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLboolean reset, GLenum format, GLenum type, void * values)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
      Alias for: glGetHistogramEXT
      Specified by:
      glGetHistogram in interface GL2
    • glGetHistogramParameterfv

      public void glGetHistogramParameterfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
      Alias for: glGetHistogramParameterfvEXT
      Specified by:
      glGetHistogramParameterfv in interface GL2
    • glGetHistogramParameterfv

      public void glGetHistogramParameterfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
      Alias for: glGetHistogramParameterfvEXT
      Specified by:
      glGetHistogramParameterfv in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetHistogramParameteriv

      public void glGetHistogramParameteriv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
      Alias for: glGetHistogramParameterivEXT
      Specified by:
      glGetHistogramParameteriv in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetHistogramParameteriv

      public void glGetHistogramParameteriv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
      Alias for: glGetHistogramParameterivEXT
      Specified by:
      glGetHistogramParameteriv in interface GL2
    • glGetImageHandleARB

      public long glGetImageHandleARB(int arg0, int arg1, boolean arg2, int arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: GLuint64 (GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum format)
      Part of GL_ARB_bindless_texture
      Specified by:
      glGetImageHandleARB in interface GL4
    • glGetInfoLogARB

      public void glGetInfoLogARB(long arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * infoLog)
      Part of GL_ARB_shader_objects
      Specified by:
      glGetInfoLogARB in interface GL2
    • glGetInfoLogARB

      public void glGetInfoLogARB(long arg0, int arg1, IntBuffer arg2, ByteBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * infoLog)
      Part of GL_ARB_shader_objects
      Specified by:
      glGetInfoLogARB in interface GL2
      arg2 - a direct or array-backed IntBuffer
      arg3 - a direct or array-backed ByteBuffer
    • glGetInteger64i_v

      public void glGetInteger64i_v(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLenum target, GLuint index, GLint64 * data)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_2
      Specified by:
      glGetInteger64i_v in interface GL3ES3
    • glGetInteger64i_v

      public void glGetInteger64i_v(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLenum target, GLuint index, GLint64 * data)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_2
      Specified by:
      glGetInteger64i_v in interface GL3ES3
      arg2 - a direct or array-backed LongBuffer
    • glGetInteger64v

      public void glGetInteger64v(int arg0, long[] arg1, int arg2)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLenum pname, GLint64 * data)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
      Alias for: glGetInteger64vAPPLE
      Specified by:
      glGetInteger64v in interface GL3ES3
    • glGetInteger64v

      public void glGetInteger64v(int arg0, LongBuffer arg1)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLenum pname, GLint64 * data)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
      Alias for: glGetInteger64vAPPLE
      Specified by:
      glGetInteger64v in interface GL3ES3
      arg1 - a direct or array-backed LongBuffer
    • glGetIntegerIndexedv

      public void glGetIntegerIndexedv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLint * data)
      Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
      Alias for: glGetIntegerIndexedvEXT
      Specified by:
      glGetIntegerIndexedv in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetIntegerIndexedv

      public void glGetIntegerIndexedv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLint * data)
      Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
      Alias for: glGetIntegerIndexedvEXT
      Specified by:
      glGetIntegerIndexedv in interface GL2
    • glGetIntegeri_v

      public void glGetIntegeri_v(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLuint index, GLint * data)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_multiview_draw_buffers
      Alias for: glGetIntegeri_vEXT
      Specified by:
      glGetIntegeri_v in interface GL2ES3
      arg2 - a direct or array-backed IntBuffer
    • glGetIntegeri_v

      public void glGetIntegeri_v(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLuint index, GLint * data)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_multiview_draw_buffers
      Alias for: glGetIntegeri_vEXT
      Specified by:
      glGetIntegeri_v in interface GL2ES3
    • glGetIntegerui64i_vNV

      public void glGetIntegerui64i_vNV(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum value, GLuint index, GLuint64EXT * result)
      Part of GL_NV_vertex_buffer_unified_memory
      Specified by:
      glGetIntegerui64i_vNV in interface GL2GL3
      arg2 - a direct or array-backed LongBuffer
    • glGetIntegerui64i_vNV

      public void glGetIntegerui64i_vNV(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum value, GLuint index, GLuint64EXT * result)
      Part of GL_NV_vertex_buffer_unified_memory
      Specified by:
      glGetIntegerui64i_vNV in interface GL2GL3
    • glGetIntegerui64vNV

      public void glGetIntegerui64vNV(int arg0, LongBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum value, GLuint64EXT * result)
      Part of GL_NV_shader_buffer_load
      Specified by:
      glGetIntegerui64vNV in interface GL2GL3
      arg1 - a direct or array-backed LongBuffer
    • glGetIntegerui64vNV

      public void glGetIntegerui64vNV(int arg0, long[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum value, GLuint64EXT * result)
      Part of GL_NV_shader_buffer_load
      Specified by:
      glGetIntegerui64vNV in interface GL2GL3
    • glGetIntegerv

      public void glGetIntegerv(int arg0, IntBuffer arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum pname, GLint * data)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glGetIntegerv in interface GL
      Specified by:
      glGetIntegerv in interface GLMatrixFunc
      Parameters:
      arg0 - GLMatrixFunc.GL_MATRIX_MODE to receive the current matrix mode
      arg1 - a direct or array-backed IntBuffer
    • glGetIntegerv

      public void glGetIntegerv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum pname, GLint * data)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glGetIntegerv in interface GL
      Specified by:
      glGetIntegerv in interface GLMatrixFunc
    • glGetInternalformati64v

      public void glGetInternalformati64v(int arg0, int arg1, int arg2, int arg3, long[] arg4, int arg5)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 * params)
      Part of GL_ARB_internalformat_query2, GL_VERSION_4_3
      Specified by:
      glGetInternalformati64v in interface GL2GL3
    • glGetInternalformati64v

      public void glGetInternalformati64v(int arg0, int arg1, int arg2, int arg3, LongBuffer arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 * params)
      Part of GL_ARB_internalformat_query2, GL_VERSION_4_3
      Specified by:
      glGetInternalformati64v in interface GL2GL3
      arg4 - a direct or array-backed LongBuffer
    • glGetInternalformativ

      public void glGetInternalformativ(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint * params)
      Part of GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_ARB_internalformat_query
      Specified by:
      glGetInternalformativ in interface GL2ES3
    • glGetInternalformativ

      public void glGetInternalformativ(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint * params)
      Part of GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_ARB_internalformat_query
      Specified by:
      glGetInternalformativ in interface GL2ES3
      arg4 - a direct or array-backed IntBuffer
    • glGetInvariantBooleanvEXT

      public void glGetInvariantBooleanvEXT(int arg0, int arg1, byte[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum value, GLboolean * data)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGetInvariantBooleanvEXT in interface GL2
    • glGetInvariantBooleanvEXT

      public void glGetInvariantBooleanvEXT(int arg0, int arg1, ByteBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum value, GLboolean * data)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGetInvariantBooleanvEXT in interface GL2
      arg2 - a direct or array-backed ByteBuffer
    • glGetInvariantFloatvEXT

      public void glGetInvariantFloatvEXT(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum value, GLfloat * data)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGetInvariantFloatvEXT in interface GL2
    • glGetInvariantFloatvEXT

      public void glGetInvariantFloatvEXT(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum value, GLfloat * data)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGetInvariantFloatvEXT in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetInvariantIntegervEXT

      public void glGetInvariantIntegervEXT(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum value, GLint * data)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGetInvariantIntegervEXT in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetInvariantIntegervEXT

      public void glGetInvariantIntegervEXT(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum value, GLint * data)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGetInvariantIntegervEXT in interface GL2
    • glGetLightfv

      public void glGetLightfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum light, GLenum pname, GLfloat * params)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0
      Specified by:
      glGetLightfv in interface GL2ES1
    • glGetLightfv

      public void glGetLightfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum light, GLenum pname, GLfloat * params)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0
      Specified by:
      glGetLightfv in interface GL2ES1
      arg2 - a direct or array-backed FloatBuffer
    • glGetLightiv

      public void glGetLightiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum light, GLenum pname, GLint * params)
      Part of GL_VERSION_1_0
      Specified by:
      glGetLightiv in interface GL2
    • glGetLightiv

      public void glGetLightiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum light, GLenum pname, GLint * params)
      Part of GL_VERSION_1_0
      Specified by:
      glGetLightiv in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetLocalConstantBooleanvEXT

      public void glGetLocalConstantBooleanvEXT(int arg0, int arg1, ByteBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum value, GLboolean * data)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGetLocalConstantBooleanvEXT in interface GL2
      arg2 - a direct or array-backed ByteBuffer
    • glGetLocalConstantBooleanvEXT

      public void glGetLocalConstantBooleanvEXT(int arg0, int arg1, byte[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum value, GLboolean * data)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGetLocalConstantBooleanvEXT in interface GL2
    • glGetLocalConstantFloatvEXT

      public void glGetLocalConstantFloatvEXT(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum value, GLfloat * data)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGetLocalConstantFloatvEXT in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetLocalConstantFloatvEXT

      public void glGetLocalConstantFloatvEXT(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum value, GLfloat * data)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGetLocalConstantFloatvEXT in interface GL2
    • glGetLocalConstantIntegervEXT

      public void glGetLocalConstantIntegervEXT(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum value, GLint * data)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGetLocalConstantIntegervEXT in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetLocalConstantIntegervEXT

      public void glGetLocalConstantIntegervEXT(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum value, GLint * data)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGetLocalConstantIntegervEXT in interface GL2
    • glGetMapAttribParameterfvNV

      public void glGetMapAttribParameterfvNV(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLenum pname, GLfloat * params)
      Part of GL_NV_evaluators
      Specified by:
      glGetMapAttribParameterfvNV in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glGetMapAttribParameterfvNV

      public void glGetMapAttribParameterfvNV(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLenum pname, GLfloat * params)
      Part of GL_NV_evaluators
      Specified by:
      glGetMapAttribParameterfvNV in interface GL2
    • glGetMapAttribParameterivNV

      public void glGetMapAttribParameterivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLenum pname, GLint * params)
      Part of GL_NV_evaluators
      Specified by:
      glGetMapAttribParameterivNV in interface GL2
    • glGetMapAttribParameterivNV

      public void glGetMapAttribParameterivNV(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLenum pname, GLint * params)
      Part of GL_NV_evaluators
      Specified by:
      glGetMapAttribParameterivNV in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glGetMapControlPointsNV

      public void glGetMapControlPointsNV(int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5, Buffer arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, void * points)
      Part of GL_NV_evaluators
      Specified by:
      glGetMapControlPointsNV in interface GL2
      arg6 - a direct or array-backed Buffer
    • glGetMapParameterfvNV

      public void glGetMapParameterfvNV(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
      Part of GL_NV_evaluators
      Specified by:
      glGetMapParameterfvNV in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetMapParameterfvNV

      public void glGetMapParameterfvNV(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
      Part of GL_NV_evaluators
      Specified by:
      glGetMapParameterfvNV in interface GL2
    • glGetMapParameterivNV

      public void glGetMapParameterivNV(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_NV_evaluators
      Specified by:
      glGetMapParameterivNV in interface GL2
    • glGetMapParameterivNV

      public void glGetMapParameterivNV(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_NV_evaluators
      Specified by:
      glGetMapParameterivNV in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetMapdv

      public void glGetMapdv(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum query, GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glGetMapdv in interface GL2
    • glGetMapdv

      public void glGetMapdv(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum query, GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glGetMapdv in interface GL2
      arg2 - a direct or array-backed DoubleBuffer
    • glGetMapfv

      public void glGetMapfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum query, GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glGetMapfv in interface GL2
    • glGetMapfv

      public void glGetMapfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum query, GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glGetMapfv in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetMapiv

      public void glGetMapiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum query, GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glGetMapiv in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetMapiv

      public void glGetMapiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum query, GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glGetMapiv in interface GL2
    • glGetMaterialfv

      public void glGetMaterialfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum face, GLenum pname, GLfloat * params)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0
      Specified by:
      glGetMaterialfv in interface GL2ES1
    • glGetMaterialfv

      public void glGetMaterialfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum face, GLenum pname, GLfloat * params)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0
      Specified by:
      glGetMaterialfv in interface GL2ES1
      arg2 - a direct or array-backed FloatBuffer
    • glGetMaterialiv

      public void glGetMaterialiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum face, GLenum pname, GLint * params)
      Part of GL_VERSION_1_0
      Specified by:
      glGetMaterialiv in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetMaterialiv

      public void glGetMaterialiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum face, GLenum pname, GLint * params)
      Part of GL_VERSION_1_0
      Specified by:
      glGetMaterialiv in interface GL2
    • glGetMinmax

      public void glGetMinmax(int arg0, boolean arg1, int arg2, int arg3, long arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLboolean reset, GLenum format, GLenum type, void * values)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
      Alias for: glGetMinmaxEXT
      Specified by:
      glGetMinmax in interface GL2
    • glGetMinmax

      public void glGetMinmax(int arg0, boolean arg1, int arg2, int arg3, Buffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLboolean reset, GLenum format, GLenum type, void * values)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
      Alias for: glGetMinmaxEXT
      Specified by:
      glGetMinmax in interface GL2
      arg4 - a direct or array-backed Buffer
    • glGetMinmaxParameterfv

      public void glGetMinmaxParameterfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
      Alias for: glGetMinmaxParameterfvEXT
      Specified by:
      glGetMinmaxParameterfv in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetMinmaxParameterfv

      public void glGetMinmaxParameterfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
      Alias for: glGetMinmaxParameterfvEXT
      Specified by:
      glGetMinmaxParameterfv in interface GL2
    • glGetMinmaxParameteriv

      public void glGetMinmaxParameteriv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
      Alias for: glGetMinmaxParameterivEXT
      Specified by:
      glGetMinmaxParameteriv in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetMinmaxParameteriv

      public void glGetMinmaxParameteriv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
      Alias for: glGetMinmaxParameterivEXT
      Specified by:
      glGetMinmaxParameteriv in interface GL2
    • glGetMultiTexEnvfvEXT

      public void glGetMultiTexEnvfvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexEnvfvEXT in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glGetMultiTexEnvfvEXT

      public void glGetMultiTexEnvfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexEnvfvEXT in interface GL2
    • glGetMultiTexEnvivEXT

      public void glGetMultiTexEnvivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexEnvivEXT in interface GL2
    • glGetMultiTexEnvivEXT

      public void glGetMultiTexEnvivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexEnvivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glGetMultiTexGendvEXT

      public void glGetMultiTexGendvEXT(int arg0, int arg1, int arg2, DoubleBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, GLdouble * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexGendvEXT in interface GL2
      arg3 - a direct or array-backed DoubleBuffer
    • glGetMultiTexGendvEXT

      public void glGetMultiTexGendvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, GLdouble * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexGendvEXT in interface GL2
    • glGetMultiTexGenfvEXT

      public void glGetMultiTexGenfvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexGenfvEXT in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glGetMultiTexGenfvEXT

      public void glGetMultiTexGenfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexGenfvEXT in interface GL2
    • glGetMultiTexGenivEXT

      public void glGetMultiTexGenivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexGenivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glGetMultiTexGenivEXT

      public void glGetMultiTexGenivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexGenivEXT in interface GL2
    • glGetMultiTexImageEXT

      public void glGetMultiTexImageEXT(int arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum format, GLenum type, void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexImageEXT in interface GL2
      arg5 - a direct or array-backed Buffer
    • glGetMultiTexLevelParameterfvEXT

      public void glGetMultiTexLevelParameterfvEXT(int arg0, int arg1, int arg2, int arg3, FloatBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum pname, GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexLevelParameterfvEXT in interface GL2
      arg4 - a direct or array-backed FloatBuffer
    • glGetMultiTexLevelParameterfvEXT

      public void glGetMultiTexLevelParameterfvEXT(int arg0, int arg1, int arg2, int arg3, float[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum pname, GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexLevelParameterfvEXT in interface GL2
    • glGetMultiTexLevelParameterivEXT

      public void glGetMultiTexLevelParameterivEXT(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexLevelParameterivEXT in interface GL2
    • glGetMultiTexLevelParameterivEXT

      public void glGetMultiTexLevelParameterivEXT(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexLevelParameterivEXT in interface GL2
      arg4 - a direct or array-backed IntBuffer
    • glGetMultiTexParameterIivEXT

      public void glGetMultiTexParameterIivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexParameterIivEXT in interface GL2
    • glGetMultiTexParameterIivEXT

      public void glGetMultiTexParameterIivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexParameterIivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glGetMultiTexParameterIuivEXT

      public void glGetMultiTexParameterIuivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLuint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexParameterIuivEXT in interface GL2
    • glGetMultiTexParameterIuivEXT

      public void glGetMultiTexParameterIuivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLuint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexParameterIuivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glGetMultiTexParameterfvEXT

      public void glGetMultiTexParameterfvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexParameterfvEXT in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glGetMultiTexParameterfvEXT

      public void glGetMultiTexParameterfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexParameterfvEXT in interface GL2
    • glGetMultiTexParameterivEXT

      public void glGetMultiTexParameterivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexParameterivEXT in interface GL2
    • glGetMultiTexParameterivEXT

      public void glGetMultiTexParameterivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetMultiTexParameterivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glGetMultisamplefv

      public void glGetMultisamplefv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum pname, GLuint index, GLfloat * val)
      Part of GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_NV_explicit_multisample
      Alias for: glGetMultisamplefvNV
      Specified by:
      glGetMultisamplefv in interface GL2ES2
    • glGetMultisamplefv

      public void glGetMultisamplefv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum pname, GLuint index, GLfloat * val)
      Part of GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_NV_explicit_multisample
      Alias for: glGetMultisamplefvNV
      Specified by:
      glGetMultisamplefv in interface GL2ES2
      arg2 - a direct or array-backed FloatBuffer
    • glGetMultisamplefvNV

      public void glGetMultisamplefvNV(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLuint index, GLfloat * val)
      Part of GL_NV_explicit_multisample
      Specified by:
      glGetMultisamplefvNV in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetMultisamplefvNV

      public void glGetMultisamplefvNV(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLuint index, GLfloat * val)
      Part of GL_NV_explicit_multisample
      Specified by:
      glGetMultisamplefvNV in interface GL2
    • glGetNamedBufferParameteri64v

      public void glGetNamedBufferParameteri64v(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint buffer, GLenum pname, GLint64 * params)
      Part of GL_VERSION_4_5
      Specified by:
      glGetNamedBufferParameteri64v in interface GL4
      arg2 - a direct or array-backed LongBuffer
    • glGetNamedBufferParameteri64v

      public void glGetNamedBufferParameteri64v(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint buffer, GLenum pname, GLint64 * params)
      Part of GL_VERSION_4_5
      Specified by:
      glGetNamedBufferParameteri64v in interface GL4
    • glGetNamedBufferParameteriv

      public void glGetNamedBufferParameteriv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint buffer, GLenum pname, GLint * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetNamedBufferParameterivEXT
      Specified by:
      glGetNamedBufferParameteriv in interface GL4
    • glGetNamedBufferParameteriv

      public void glGetNamedBufferParameteriv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint buffer, GLenum pname, GLint * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetNamedBufferParameterivEXT
      Specified by:
      glGetNamedBufferParameteriv in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glGetNamedBufferParameterivEXT

      public void glGetNamedBufferParameterivEXT(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint buffer, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetNamedBufferParameterivEXT in interface GL2
    • glGetNamedBufferParameterivEXT

      public void glGetNamedBufferParameterivEXT(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint buffer, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetNamedBufferParameterivEXT in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetNamedBufferParameterui64vNV

      public void glGetNamedBufferParameterui64vNV(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint buffer, GLenum pname, GLuint64EXT * params)
      Part of GL_NV_shader_buffer_load
      Specified by:
      glGetNamedBufferParameterui64vNV in interface GL2GL3
    • glGetNamedBufferParameterui64vNV

      public void glGetNamedBufferParameterui64vNV(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint buffer, GLenum pname, GLuint64EXT * params)
      Part of GL_NV_shader_buffer_load
      Specified by:
      glGetNamedBufferParameterui64vNV in interface GL2GL3
      arg2 - a direct or array-backed LongBuffer
    • glGetNamedBufferPointerv

      public void glGetNamedBufferPointerv(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint buffer, GLenum pname, void * * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetNamedBufferPointervEXT
      Specified by:
      glGetNamedBufferPointerv in interface GL4
      arg2 - a direct or array-backed PointerBuffer
    • glGetNamedBufferSubData

      public void glGetNamedBufferSubData(int arg0, long arg1, long arg2, Buffer arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint buffer, GLintptr offset, GLsizeiptr size, void * data)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetNamedBufferSubDataEXT
      Specified by:
      glGetNamedBufferSubData in interface GL4
      arg3 - a direct or array-backed Buffer
    • glGetNamedBufferSubDataEXT

      public void glGetNamedBufferSubDataEXT(int arg0, long arg1, long arg2, Buffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint buffer, GLintptr offset, GLsizeiptr size, void * data)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetNamedBufferSubDataEXT in interface GL2
      arg3 - a direct or array-backed Buffer
    • glGetNamedFramebufferAttachmentParameteriv

      public void glGetNamedFramebufferAttachmentParameteriv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLenum pname, GLint * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetNamedFramebufferAttachmentParameterivEXT
      Specified by:
      glGetNamedFramebufferAttachmentParameteriv in interface GL4
      arg3 - a direct or array-backed IntBuffer
    • glGetNamedFramebufferAttachmentParameteriv

      public void glGetNamedFramebufferAttachmentParameteriv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLenum pname, GLint * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetNamedFramebufferAttachmentParameterivEXT
      Specified by:
      glGetNamedFramebufferAttachmentParameteriv in interface GL4
    • glGetNamedFramebufferAttachmentParameterivEXT

      public void glGetNamedFramebufferAttachmentParameterivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetNamedFramebufferAttachmentParameterivEXT in interface GL2
    • glGetNamedFramebufferAttachmentParameterivEXT

      public void glGetNamedFramebufferAttachmentParameterivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetNamedFramebufferAttachmentParameterivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glGetNamedFramebufferParameteriv

      public void glGetNamedFramebufferParameteriv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLenum pname, GLint * param)
      Part of GL_VERSION_4_5, GL_ARB_framebuffer_no_attachments, GL_EXT_direct_state_access
      Alias for: glGetNamedFramebufferParameterivEXT
      Specified by:
      glGetNamedFramebufferParameteriv in interface GL2
      Specified by:
      glGetNamedFramebufferParameteriv in interface GL4
    • glGetNamedFramebufferParameteriv

      public void glGetNamedFramebufferParameteriv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLenum pname, GLint * param)
      Part of GL_VERSION_4_5, GL_ARB_framebuffer_no_attachments, GL_EXT_direct_state_access
      Alias for: glGetNamedFramebufferParameterivEXT
      Specified by:
      glGetNamedFramebufferParameteriv in interface GL2
      Specified by:
      glGetNamedFramebufferParameteriv in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glGetNamedProgramLocalParameterIivEXT

      public void glGetNamedProgramLocalParameterIivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetNamedProgramLocalParameterIivEXT in interface GL2
    • glGetNamedProgramLocalParameterIivEXT

      public void glGetNamedProgramLocalParameterIivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetNamedProgramLocalParameterIivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glGetNamedProgramLocalParameterIuivEXT

      public void glGetNamedProgramLocalParameterIuivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLuint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetNamedProgramLocalParameterIuivEXT in interface GL2
    • glGetNamedProgramLocalParameterIuivEXT

      public void glGetNamedProgramLocalParameterIuivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLuint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetNamedProgramLocalParameterIuivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glGetNamedProgramLocalParameterdvEXT

      public void glGetNamedProgramLocalParameterdvEXT(int arg0, int arg1, int arg2, DoubleBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLdouble * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetNamedProgramLocalParameterdvEXT in interface GL2
      arg3 - a direct or array-backed DoubleBuffer
    • glGetNamedProgramLocalParameterdvEXT

      public void glGetNamedProgramLocalParameterdvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLdouble * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetNamedProgramLocalParameterdvEXT in interface GL2
    • glGetNamedProgramLocalParameterfvEXT

      public void glGetNamedProgramLocalParameterfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetNamedProgramLocalParameterfvEXT in interface GL2
    • glGetNamedProgramLocalParameterfvEXT

      public void glGetNamedProgramLocalParameterfvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetNamedProgramLocalParameterfvEXT in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glGetNamedProgramStringEXT

      public void glGetNamedProgramStringEXT(int arg0, int arg1, int arg2, Buffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLenum pname, void * string)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetNamedProgramStringEXT in interface GL2
      arg3 - a direct or array-backed Buffer
    • glGetNamedProgramivEXT

      public void glGetNamedProgramivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetNamedProgramivEXT in interface GL2
    • glGetNamedProgramivEXT

      public void glGetNamedProgramivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetNamedProgramivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glGetNamedRenderbufferParameteriv

      public void glGetNamedRenderbufferParameteriv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint renderbuffer, GLenum pname, GLint * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetNamedRenderbufferParameterivEXT
      Specified by:
      glGetNamedRenderbufferParameteriv in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glGetNamedRenderbufferParameteriv

      public void glGetNamedRenderbufferParameteriv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint renderbuffer, GLenum pname, GLint * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetNamedRenderbufferParameterivEXT
      Specified by:
      glGetNamedRenderbufferParameteriv in interface GL4
    • glGetNamedRenderbufferParameterivEXT

      public void glGetNamedRenderbufferParameterivEXT(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint renderbuffer, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetNamedRenderbufferParameterivEXT in interface GL2
    • glGetNamedRenderbufferParameterivEXT

      public void glGetNamedRenderbufferParameterivEXT(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint renderbuffer, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetNamedRenderbufferParameterivEXT in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetNamedStringARB

      public void glGetNamedStringARB(int arg0, String arg1, int arg2, int[] arg3, int arg4, byte[] arg5, int arg6)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint namelen, const GLchar * name, GLsizei bufSize, GLint * stringlen, GLchar * string)
      Part of GL_ARB_shading_language_include
      Specified by:
      glGetNamedStringARB in interface GL3
    • glGetNamedStringARB

      public void glGetNamedStringARB(int arg0, String arg1, int arg2, IntBuffer arg3, ByteBuffer arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint namelen, const GLchar * name, GLsizei bufSize, GLint * stringlen, GLchar * string)
      Part of GL_ARB_shading_language_include
      Specified by:
      glGetNamedStringARB in interface GL3
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed ByteBuffer
    • glGetNamedStringivARB

      public void glGetNamedStringivARB(int arg0, String arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint namelen, const GLchar * name, GLenum pname, GLint * params)
      Part of GL_ARB_shading_language_include
      Specified by:
      glGetNamedStringivARB in interface GL3
      arg3 - a direct or array-backed IntBuffer
    • glGetNamedStringivARB

      public void glGetNamedStringivARB(int arg0, String arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint namelen, const GLchar * name, GLenum pname, GLint * params)
      Part of GL_ARB_shading_language_include
      Specified by:
      glGetNamedStringivARB in interface GL3
    • glGetNextPerfQueryIdINTEL

      public void glGetNextPerfQueryIdINTEL(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint queryId, GLuint * nextQueryId)
      Part of GL_INTEL_performance_query
      Specified by:
      glGetNextPerfQueryIdINTEL in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glGetNextPerfQueryIdINTEL

      public void glGetNextPerfQueryIdINTEL(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint queryId, GLuint * nextQueryId)
      Part of GL_INTEL_performance_query
      Specified by:
      glGetNextPerfQueryIdINTEL in interface GL2
    • glGetObjectLabel

      public void glGetObjectLabel(int arg0, int arg1, int arg2, IntBuffer arg3, ByteBuffer arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei * length, GLchar * label)
      Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_EXT_debug_label, GL_KHR_debug
      Alias for: glGetObjectLabelEXT, glGetObjectLabelKHR
      Specified by:
      glGetObjectLabel in interface GL2ES2
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed ByteBuffer
    • glGetObjectLabel

      public void glGetObjectLabel(int arg0, int arg1, int arg2, int[] arg3, int arg4, byte[] arg5, int arg6)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei * length, GLchar * label)
      Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_EXT_debug_label, GL_KHR_debug
      Alias for: glGetObjectLabelEXT, glGetObjectLabelKHR
      Specified by:
      glGetObjectLabel in interface GL2ES2
    • glGetObjectParameterfvARB

      public void glGetObjectParameterfvARB(long arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB obj, GLenum pname, GLfloat * params)
      Part of GL_ARB_shader_objects
      Specified by:
      glGetObjectParameterfvARB in interface GL2
    • glGetObjectParameterfvARB

      public void glGetObjectParameterfvARB(long arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB obj, GLenum pname, GLfloat * params)
      Part of GL_ARB_shader_objects
      Specified by:
      glGetObjectParameterfvARB in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetObjectParameterivAPPLE

      public void glGetObjectParameterivAPPLE(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum objectType, GLuint name, GLenum pname, GLint * params)
      Part of GL_APPLE_object_purgeable
      Specified by:
      glGetObjectParameterivAPPLE in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glGetObjectParameterivAPPLE

      public void glGetObjectParameterivAPPLE(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum objectType, GLuint name, GLenum pname, GLint * params)
      Part of GL_APPLE_object_purgeable
      Specified by:
      glGetObjectParameterivAPPLE in interface GL2
    • glGetObjectParameterivARB

      public void glGetObjectParameterivARB(long arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB obj, GLenum pname, GLint * params)
      Part of GL_ARB_shader_objects
      Specified by:
      glGetObjectParameterivARB in interface GL2
    • glGetObjectParameterivARB

      public void glGetObjectParameterivARB(long arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB obj, GLenum pname, GLint * params)
      Part of GL_ARB_shader_objects
      Specified by:
      glGetObjectParameterivARB in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetObjectPtrLabel

      public void glGetObjectPtrLabel(Buffer arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (const void * ptr, GLsizei bufSize, GLsizei * length, GLchar * label)
      Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
      Alias for: glGetObjectPtrLabelKHR
      Specified by:
      glGetObjectPtrLabel in interface GL2ES2
      Parameters:
      arg0 - a direct or array-backed Buffer
    • glGetObjectPtrLabel

      public void glGetObjectPtrLabel(Buffer arg0, int arg1, IntBuffer arg2, ByteBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (const void * ptr, GLsizei bufSize, GLsizei * length, GLchar * label)
      Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
      Alias for: glGetObjectPtrLabelKHR
      Specified by:
      glGetObjectPtrLabel in interface GL2ES2
      Parameters:
      arg0 - a direct or array-backed Buffer
      arg2 - a direct or array-backed IntBuffer
      arg3 - a direct or array-backed ByteBuffer
    • glGetOcclusionQueryivNV

      public void glGetOcclusionQueryivNV(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum pname, GLint * params)
      Part of GL_NV_occlusion_query
      Specified by:
      glGetOcclusionQueryivNV in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetOcclusionQueryivNV

      public void glGetOcclusionQueryivNV(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum pname, GLint * params)
      Part of GL_NV_occlusion_query
      Specified by:
      glGetOcclusionQueryivNV in interface GL2
    • glGetOcclusionQueryuivNV

      public void glGetOcclusionQueryuivNV(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum pname, GLuint * params)
      Part of GL_NV_occlusion_query
      Specified by:
      glGetOcclusionQueryuivNV in interface GL2
    • glGetOcclusionQueryuivNV

      public void glGetOcclusionQueryuivNV(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum pname, GLuint * params)
      Part of GL_NV_occlusion_query
      Specified by:
      glGetOcclusionQueryuivNV in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetPerfCounterInfoINTEL

      public void glGetPerfCounterInfoINTEL(int arg0, int arg1, int arg2, byte[] arg3, int arg4, int arg5, byte[] arg6, int arg7, int[] arg8, int arg9, int[] arg10, int arg11, int[] arg12, int arg13, int[] arg14, int arg15, long[] arg16, int arg17)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counterDescLength, GLchar * counterDesc, GLuint * counterOffset, GLuint * counterDataSize, GLuint * counterTypeEnum, GLuint * counterDataTypeEnum, GLuint64 * rawCounterMaxValue)
      Part of GL_INTEL_performance_query
      Specified by:
      glGetPerfCounterInfoINTEL in interface GL2
    • glGetPerfCounterInfoINTEL

      public void glGetPerfCounterInfoINTEL(int arg0, int arg1, int arg2, ByteBuffer arg3, int arg4, ByteBuffer arg5, IntBuffer arg6, IntBuffer arg7, IntBuffer arg8, IntBuffer arg9, LongBuffer arg10)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counterDescLength, GLchar * counterDesc, GLuint * counterOffset, GLuint * counterDataSize, GLuint * counterTypeEnum, GLuint * counterDataTypeEnum, GLuint64 * rawCounterMaxValue)
      Part of GL_INTEL_performance_query
      Specified by:
      glGetPerfCounterInfoINTEL in interface GL2
      arg3 - a direct or array-backed ByteBuffer
      arg5 - a direct or array-backed ByteBuffer
      arg6 - a direct or array-backed IntBuffer
      arg7 - a direct or array-backed IntBuffer
      arg8 - a direct or array-backed IntBuffer
      arg9 - a direct or array-backed IntBuffer
      arg10 - a direct or array-backed LongBuffer
    • glGetPerfMonitorCounterDataAMD

      public void glGetPerfMonitorCounterDataAMD(int arg0, int arg1, int arg2, IntBuffer arg3, IntBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint monitor, GLenum pname, GLsizei dataSize, GLuint * data, GLint * bytesWritten)
      Part of GL_AMD_performance_monitor
      Specified by:
      glGetPerfMonitorCounterDataAMD in interface GL2
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed IntBuffer
    • glGetPerfMonitorCounterDataAMD

      public void glGetPerfMonitorCounterDataAMD(int arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint monitor, GLenum pname, GLsizei dataSize, GLuint * data, GLint * bytesWritten)
      Part of GL_AMD_performance_monitor
      Specified by:
      glGetPerfMonitorCounterDataAMD in interface GL2
    • glGetPerfMonitorCounterInfoAMD

      public void glGetPerfMonitorCounterInfoAMD(int arg0, int arg1, int arg2, Buffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint group, GLuint counter, GLenum pname, void * data)
      Part of GL_AMD_performance_monitor
      Specified by:
      glGetPerfMonitorCounterInfoAMD in interface GL2
      arg3 - a direct or array-backed Buffer
    • glGetPerfMonitorCounterStringAMD

      public void glGetPerfMonitorCounterStringAMD(int arg0, int arg1, int arg2, int[] arg3, int arg4, byte[] arg5, int arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint group, GLuint counter, GLsizei bufSize, GLsizei * length, GLchar * counterString)
      Part of GL_AMD_performance_monitor
      Specified by:
      glGetPerfMonitorCounterStringAMD in interface GL2
    • glGetPerfMonitorCounterStringAMD

      public void glGetPerfMonitorCounterStringAMD(int arg0, int arg1, int arg2, IntBuffer arg3, ByteBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint group, GLuint counter, GLsizei bufSize, GLsizei * length, GLchar * counterString)
      Part of GL_AMD_performance_monitor
      Specified by:
      glGetPerfMonitorCounterStringAMD in interface GL2
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed ByteBuffer
    • glGetPerfMonitorCountersAMD

      public void glGetPerfMonitorCountersAMD(int arg0, IntBuffer arg1, IntBuffer arg2, int arg3, IntBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint group, GLint * numCounters, GLint * maxActiveCounters, GLsizei counterSize, GLuint * counters)
      Part of GL_AMD_performance_monitor
      Specified by:
      glGetPerfMonitorCountersAMD in interface GL2
      arg1 - a direct or array-backed IntBuffer
      arg2 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed IntBuffer
    • glGetPerfMonitorCountersAMD

      public void glGetPerfMonitorCountersAMD(int arg0, int[] arg1, int arg2, int[] arg3, int arg4, int arg5, int[] arg6, int arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint group, GLint * numCounters, GLint * maxActiveCounters, GLsizei counterSize, GLuint * counters)
      Part of GL_AMD_performance_monitor
      Specified by:
      glGetPerfMonitorCountersAMD in interface GL2
    • glGetPerfMonitorGroupStringAMD

      public void glGetPerfMonitorGroupStringAMD(int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint group, GLsizei bufSize, GLsizei * length, GLchar * groupString)
      Part of GL_AMD_performance_monitor
      Specified by:
      glGetPerfMonitorGroupStringAMD in interface GL2
    • glGetPerfMonitorGroupStringAMD

      public void glGetPerfMonitorGroupStringAMD(int arg0, int arg1, IntBuffer arg2, ByteBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint group, GLsizei bufSize, GLsizei * length, GLchar * groupString)
      Part of GL_AMD_performance_monitor
      Specified by:
      glGetPerfMonitorGroupStringAMD in interface GL2
      arg2 - a direct or array-backed IntBuffer
      arg3 - a direct or array-backed ByteBuffer
    • glGetPerfMonitorGroupsAMD

      public void glGetPerfMonitorGroupsAMD(int[] arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint * numGroups, GLsizei groupsSize, GLuint * groups)
      Part of GL_AMD_performance_monitor
      Specified by:
      glGetPerfMonitorGroupsAMD in interface GL2
    • glGetPerfMonitorGroupsAMD

      public void glGetPerfMonitorGroupsAMD(IntBuffer arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint * numGroups, GLsizei groupsSize, GLuint * groups)
      Part of GL_AMD_performance_monitor
      Specified by:
      glGetPerfMonitorGroupsAMD in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
      arg2 - a direct or array-backed IntBuffer
    • glGetPerfQueryDataINTEL

      public void glGetPerfQueryDataINTEL(int arg0, int arg1, int arg2, Buffer arg3, int[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint queryHandle, GLuint flags, GLsizei dataSize, GLvoid * data, GLuint * bytesWritten)
      Part of GL_INTEL_performance_query
      Specified by:
      glGetPerfQueryDataINTEL in interface GL2
      arg3 - a direct or array-backed Buffer
    • glGetPerfQueryDataINTEL

      public void glGetPerfQueryDataINTEL(int arg0, int arg1, int arg2, Buffer arg3, IntBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint queryHandle, GLuint flags, GLsizei dataSize, GLvoid * data, GLuint * bytesWritten)
      Part of GL_INTEL_performance_query
      Specified by:
      glGetPerfQueryDataINTEL in interface GL2
      arg3 - a direct or array-backed Buffer
      arg4 - a direct or array-backed IntBuffer
    • glGetPerfQueryIdByNameINTEL

      public void glGetPerfQueryIdByNameINTEL(ByteBuffer arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLchar * queryName, GLuint * queryId)
      Part of GL_INTEL_performance_query
      Specified by:
      glGetPerfQueryIdByNameINTEL in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
      arg1 - a direct or array-backed IntBuffer
    • glGetPerfQueryIdByNameINTEL

      public void glGetPerfQueryIdByNameINTEL(byte[] arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLchar * queryName, GLuint * queryId)
      Part of GL_INTEL_performance_query
      Specified by:
      glGetPerfQueryIdByNameINTEL in interface GL2
    • glGetPerfQueryInfoINTEL

      public void glGetPerfQueryInfoINTEL(int arg0, int arg1, ByteBuffer arg2, IntBuffer arg3, IntBuffer arg4, IntBuffer arg5, IntBuffer arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint queryId, GLuint queryNameLength, GLchar * queryName, GLuint * dataSize, GLuint * noCounters, GLuint * noInstances, GLuint * capsMask)
      Part of GL_INTEL_performance_query
      Specified by:
      glGetPerfQueryInfoINTEL in interface GL2
      arg2 - a direct or array-backed ByteBuffer
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed IntBuffer
      arg5 - a direct or array-backed IntBuffer
      arg6 - a direct or array-backed IntBuffer
    • glGetPerfQueryInfoINTEL

      public void glGetPerfQueryInfoINTEL(int arg0, int arg1, byte[] arg2, int arg3, int[] arg4, int arg5, int[] arg6, int arg7, int[] arg8, int arg9, int[] arg10, int arg11)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint queryId, GLuint queryNameLength, GLchar * queryName, GLuint * dataSize, GLuint * noCounters, GLuint * noInstances, GLuint * capsMask)
      Part of GL_INTEL_performance_query
      Specified by:
      glGetPerfQueryInfoINTEL in interface GL2
    • glGetPixelMapfv

      public void glGetPixelMapfv(int arg0, long arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLfloat * values)
      Part of GL_VERSION_1_0
      Specified by:
      glGetPixelMapfv in interface GL2
    • glGetPixelMapfv

      public void glGetPixelMapfv(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLfloat * values)
      Part of GL_VERSION_1_0
      Specified by:
      glGetPixelMapfv in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glGetPixelMapfv

      public void glGetPixelMapfv(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLfloat * values)
      Part of GL_VERSION_1_0
      Specified by:
      glGetPixelMapfv in interface GL2
    • glGetPixelMapuiv

      public void glGetPixelMapuiv(int arg0, long arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLuint * values)
      Part of GL_VERSION_1_0
      Specified by:
      glGetPixelMapuiv in interface GL2
    • glGetPixelMapuiv

      public void glGetPixelMapuiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLuint * values)
      Part of GL_VERSION_1_0
      Specified by:
      glGetPixelMapuiv in interface GL2
    • glGetPixelMapuiv

      public void glGetPixelMapuiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLuint * values)
      Part of GL_VERSION_1_0
      Specified by:
      glGetPixelMapuiv in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glGetPixelMapusv

      public void glGetPixelMapusv(int arg0, long arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLushort * values)
      Part of GL_VERSION_1_0
      Specified by:
      glGetPixelMapusv in interface GL2
    • glGetPixelMapusv

      public void glGetPixelMapusv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLushort * values)
      Part of GL_VERSION_1_0
      Specified by:
      glGetPixelMapusv in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glGetPixelMapusv

      public void glGetPixelMapusv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLushort * values)
      Part of GL_VERSION_1_0
      Specified by:
      glGetPixelMapusv in interface GL2
    • glGetPixelTransformParameterfvEXT

      public void glGetPixelTransformParameterfvEXT(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
      Part of GL_EXT_pixel_transform
      Specified by:
      glGetPixelTransformParameterfvEXT in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetPixelTransformParameterfvEXT

      public void glGetPixelTransformParameterfvEXT(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
      Part of GL_EXT_pixel_transform
      Specified by:
      glGetPixelTransformParameterfvEXT in interface GL2
    • glGetPixelTransformParameterivEXT

      public void glGetPixelTransformParameterivEXT(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_EXT_pixel_transform
      Specified by:
      glGetPixelTransformParameterivEXT in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetPixelTransformParameterivEXT

      public void glGetPixelTransformParameterivEXT(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_EXT_pixel_transform
      Specified by:
      glGetPixelTransformParameterivEXT in interface GL2
    • glGetPointeri_vEXT

      public void glGetPointeri_vEXT(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLuint index, void * * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetPointeri_vEXT in interface GL2
      arg2 - a direct or array-backed PointerBuffer
    • glGetPolygonStipple

      public void glGetPolygonStipple(ByteBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLubyte * mask)
      Part of GL_VERSION_1_0
      Specified by:
      glGetPolygonStipple in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
    • glGetPolygonStipple

      public void glGetPolygonStipple(byte[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLubyte * mask)
      Part of GL_VERSION_1_0
      Specified by:
      glGetPolygonStipple in interface GL2
    • glGetPolygonStipple

      public void glGetPolygonStipple(long arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLubyte * mask)
      Part of GL_VERSION_1_0
      Specified by:
      glGetPolygonStipple in interface GL2
    • glGetProgramBinary

      public void glGetProgramBinary(int arg0, int arg1, IntBuffer arg2, IntBuffer arg3, Buffer arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLsizei bufSize, GLsizei * length, GLenum * binaryFormat, void * binary)
      Part of GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_OES_get_program_binary
      Alias for: glGetProgramBinaryOES
      Specified by:
      glGetProgramBinary in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed Buffer
    • glGetProgramBinary

      public void glGetProgramBinary(int arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5, Buffer arg6)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLsizei bufSize, GLsizei * length, GLenum * binaryFormat, void * binary)
      Part of GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_OES_get_program_binary
      Alias for: glGetProgramBinaryOES
      Specified by:
      glGetProgramBinary in interface GL2ES2
      arg6 - a direct or array-backed Buffer
    • glGetProgramEnvParameterIivNV

      public void glGetProgramEnvParameterIivNV(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glGetProgramEnvParameterIivNV in interface GL2
    • glGetProgramEnvParameterIivNV

      public void glGetProgramEnvParameterIivNV(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glGetProgramEnvParameterIivNV in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetProgramEnvParameterIuivNV

      public void glGetProgramEnvParameterIuivNV(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLuint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glGetProgramEnvParameterIuivNV in interface GL2
    • glGetProgramEnvParameterIuivNV

      public void glGetProgramEnvParameterIuivNV(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLuint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glGetProgramEnvParameterIuivNV in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetProgramEnvParameterdvARB

      public void glGetProgramEnvParameterdvARB(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLdouble * params)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glGetProgramEnvParameterdvARB in interface GL2
      arg2 - a direct or array-backed DoubleBuffer
    • glGetProgramEnvParameterdvARB

      public void glGetProgramEnvParameterdvARB(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLdouble * params)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glGetProgramEnvParameterdvARB in interface GL2
    • glGetProgramEnvParameterfvARB

      public void glGetProgramEnvParameterfvARB(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLfloat * params)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glGetProgramEnvParameterfvARB in interface GL2
    • glGetProgramEnvParameterfvARB

      public void glGetProgramEnvParameterfvARB(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLfloat * params)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glGetProgramEnvParameterfvARB in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetProgramInfoLog

      public void glGetProgramInfoLog(int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
      Specified by:
      glGetProgramInfoLog in interface GL2ES2
    • glGetProgramInfoLog

      public void glGetProgramInfoLog(int arg0, int arg1, IntBuffer arg2, ByteBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
      Specified by:
      glGetProgramInfoLog in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
      arg3 - a direct or array-backed ByteBuffer
    • glGetProgramInterfaceiv

      public void glGetProgramInterfaceiv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint program, GLenum programInterface, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
      Specified by:
      glGetProgramInterfaceiv in interface GL3ES3
      arg3 - a direct or array-backed IntBuffer
    • glGetProgramInterfaceiv

      public void glGetProgramInterfaceiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint program, GLenum programInterface, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
      Specified by:
      glGetProgramInterfaceiv in interface GL3ES3
    • glGetProgramLocalParameterIivNV

      public void glGetProgramLocalParameterIivNV(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glGetProgramLocalParameterIivNV in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetProgramLocalParameterIivNV

      public void glGetProgramLocalParameterIivNV(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glGetProgramLocalParameterIivNV in interface GL2
    • glGetProgramLocalParameterIuivNV

      public void glGetProgramLocalParameterIuivNV(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLuint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glGetProgramLocalParameterIuivNV in interface GL2
    • glGetProgramLocalParameterIuivNV

      public void glGetProgramLocalParameterIuivNV(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLuint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glGetProgramLocalParameterIuivNV in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetProgramLocalParameterdvARB

      public void glGetProgramLocalParameterdvARB(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLdouble * params)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glGetProgramLocalParameterdvARB in interface GL2
      arg2 - a direct or array-backed DoubleBuffer
    • glGetProgramLocalParameterdvARB

      public void glGetProgramLocalParameterdvARB(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLdouble * params)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glGetProgramLocalParameterdvARB in interface GL2
    • glGetProgramLocalParameterfvARB

      public void glGetProgramLocalParameterfvARB(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLfloat * params)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glGetProgramLocalParameterfvARB in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetProgramLocalParameterfvARB

      public void glGetProgramLocalParameterfvARB(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLfloat * params)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glGetProgramLocalParameterfvARB in interface GL2
    • glGetProgramPipelineInfoLog

      public void glGetProgramPipelineInfoLog(int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint pipeline, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
      Alias for: glGetProgramPipelineInfoLogEXT
      Specified by:
      glGetProgramPipelineInfoLog in interface GL2ES2
    • glGetProgramPipelineInfoLog

      public void glGetProgramPipelineInfoLog(int arg0, int arg1, IntBuffer arg2, ByteBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint pipeline, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
      Alias for: glGetProgramPipelineInfoLogEXT
      Specified by:
      glGetProgramPipelineInfoLog in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
      arg3 - a direct or array-backed ByteBuffer
    • glGetProgramPipelineiv

      public void glGetProgramPipelineiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint pipeline, GLenum pname, GLint * params)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
      Alias for: glGetProgramPipelineivEXT
      Specified by:
      glGetProgramPipelineiv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glGetProgramPipelineiv

      public void glGetProgramPipelineiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint pipeline, GLenum pname, GLint * params)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
      Alias for: glGetProgramPipelineivEXT
      Specified by:
      glGetProgramPipelineiv in interface GL2ES2
    • glGetProgramResourceIndex

      public int glGetProgramResourceIndex(int arg0, int arg1, ByteBuffer arg2)
      Description copied from interface: GL3ES3
      Entry point to C language function: GLuint (GLuint program, GLenum programInterface, const GLchar * name)
      Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
      Specified by:
      glGetProgramResourceIndex in interface GL3ES3
      arg2 - a direct or array-backed ByteBuffer
    • glGetProgramResourceIndex

      public int glGetProgramResourceIndex(int arg0, int arg1, byte[] arg2, int arg3)
      Description copied from interface: GL3ES3
      Entry point to C language function: GLuint (GLuint program, GLenum programInterface, const GLchar * name)
      Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
      Specified by:
      glGetProgramResourceIndex in interface GL3ES3
    • glGetProgramResourceLocation

      public int glGetProgramResourceLocation(int arg0, int arg1, ByteBuffer arg2)
      Description copied from interface: GL3ES3
      Entry point to C language function: GLint (GLuint program, GLenum programInterface, const GLchar * name)
      Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
      Specified by:
      glGetProgramResourceLocation in interface GL3ES3
      arg2 - a direct or array-backed ByteBuffer
    • glGetProgramResourceLocation

      public int glGetProgramResourceLocation(int arg0, int arg1, byte[] arg2, int arg3)
      Description copied from interface: GL3ES3
      Entry point to C language function: GLint (GLuint program, GLenum programInterface, const GLchar * name)
      Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
      Specified by:
      glGetProgramResourceLocation in interface GL3ES3
    • glGetProgramResourceLocationIndex

      public int glGetProgramResourceLocationIndex(int arg0, int arg1, ByteBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: GLint (GLuint program, GLenum programInterface, const GLchar * name)
      Part of GL_VERSION_4_3, GL_ARB_program_interface_query, GL_EXT_blend_func_extended
      Alias for: glGetProgramResourceLocationIndexEXT
      Specified by:
      glGetProgramResourceLocationIndex in interface GL4
      arg2 - a direct or array-backed ByteBuffer
    • glGetProgramResourceLocationIndex

      public int glGetProgramResourceLocationIndex(int arg0, int arg1, byte[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: GLint (GLuint program, GLenum programInterface, const GLchar * name)
      Part of GL_VERSION_4_3, GL_ARB_program_interface_query, GL_EXT_blend_func_extended
      Alias for: glGetProgramResourceLocationIndexEXT
      Specified by:
      glGetProgramResourceLocationIndex in interface GL4
    • glGetProgramResourceName

      public void glGetProgramResourceName(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5, byte[] arg6, int arg7)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name)
      Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
      Specified by:
      glGetProgramResourceName in interface GL3ES3
    • glGetProgramResourceName

      public void glGetProgramResourceName(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4, ByteBuffer arg5)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name)
      Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
      Specified by:
      glGetProgramResourceName in interface GL3ES3
      arg4 - a direct or array-backed IntBuffer
      arg5 - a direct or array-backed ByteBuffer
    • glGetProgramResourceiv

      public void glGetProgramResourceiv(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4, int arg5, IntBuffer arg6, IntBuffer arg7)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum * props, GLsizei bufSize, GLsizei * length, GLint * params)
      Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
      Specified by:
      glGetProgramResourceiv in interface GL3ES3
      arg4 - a direct or array-backed IntBuffer
      arg6 - a direct or array-backed IntBuffer
      arg7 - a direct or array-backed IntBuffer
    • glGetProgramResourceiv

      public void glGetProgramResourceiv(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5, int arg6, int[] arg7, int arg8, int[] arg9, int arg10)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum * props, GLsizei bufSize, GLsizei * length, GLint * params)
      Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
      Specified by:
      glGetProgramResourceiv in interface GL3ES3
    • glGetProgramStageiv

      public void glGetProgramStageiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint program, GLenum shadertype, GLenum pname, GLint * values)
      Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
      Specified by:
      glGetProgramStageiv in interface GL3
    • glGetProgramStageiv

      public void glGetProgramStageiv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint program, GLenum shadertype, GLenum pname, GLint * values)
      Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
      Specified by:
      glGetProgramStageiv in interface GL3
      arg3 - a direct or array-backed IntBuffer
    • glGetProgramStringARB

      public void glGetProgramStringARB(int arg0, int arg1, Buffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, void * string)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glGetProgramStringARB in interface GL2
      arg2 - a direct only Buffer
    • glGetProgramSubroutineParameteruivNV

      public void glGetProgramSubroutineParameteruivNV(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLuint * param)
      Part of GL_NV_gpu_program5
      Specified by:
      glGetProgramSubroutineParameteruivNV in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetProgramSubroutineParameteruivNV

      public void glGetProgramSubroutineParameteruivNV(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLuint * param)
      Part of GL_NV_gpu_program5
      Specified by:
      glGetProgramSubroutineParameteruivNV in interface GL2
    • glGetProgramiv

      public void glGetProgramiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_ARB_fragment_program, GL_NV_vertex_program
      Alias for: glGetProgramivARB, glGetProgramivNV
      Specified by:
      glGetProgramiv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glGetProgramiv

      public void glGetProgramiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_ARB_fragment_program, GL_NV_vertex_program
      Alias for: glGetProgramivARB, glGetProgramivNV
      Specified by:
      glGetProgramiv in interface GL2ES2
    • glGetProgramivARB

      public void glGetProgramivARB(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glGetProgramivARB in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetProgramivARB

      public void glGetProgramivARB(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glGetProgramivARB in interface GL2
    • glGetQueryBufferObjecti64v

      public void glGetQueryBufferObjecti64v(int arg0, int arg1, int arg2, long arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
      Part of GL_VERSION_4_5
      Specified by:
      glGetQueryBufferObjecti64v in interface GL4
    • glGetQueryBufferObjectiv

      public void glGetQueryBufferObjectiv(int arg0, int arg1, int arg2, long arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
      Part of GL_VERSION_4_5
      Specified by:
      glGetQueryBufferObjectiv in interface GL4
    • glGetQueryBufferObjectui64v

      public void glGetQueryBufferObjectui64v(int arg0, int arg1, int arg2, long arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
      Part of GL_VERSION_4_5
      Specified by:
      glGetQueryBufferObjectui64v in interface GL4
    • glGetQueryBufferObjectuiv

      public void glGetQueryBufferObjectuiv(int arg0, int arg1, int arg2, long arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
      Part of GL_VERSION_4_5
      Specified by:
      glGetQueryBufferObjectuiv in interface GL4
    • glGetQueryIndexediv

      public void glGetQueryIndexediv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLuint index, GLenum pname, GLint * params)
      Part of GL_ARB_transform_feedback3, GL_VERSION_4_0
      Specified by:
      glGetQueryIndexediv in interface GL2GL3
      arg3 - a direct or array-backed IntBuffer
    • glGetQueryIndexediv

      public void glGetQueryIndexediv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLuint index, GLenum pname, GLint * params)
      Part of GL_ARB_transform_feedback3, GL_VERSION_4_0
      Specified by:
      glGetQueryIndexediv in interface GL2GL3
    • glGetQueryObjecti64v

      public void glGetQueryObjecti64v(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint id, GLenum pname, GLint64 * params)
      Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query, GL_EXT_timer_query
      Alias for: glGetQueryObjecti64vEXT
      Specified by:
      glGetQueryObjecti64v in interface GL2ES2
      arg2 - a direct or array-backed LongBuffer
    • glGetQueryObjecti64v

      public void glGetQueryObjecti64v(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint id, GLenum pname, GLint64 * params)
      Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query, GL_EXT_timer_query
      Alias for: glGetQueryObjecti64vEXT
      Specified by:
      glGetQueryObjecti64v in interface GL2ES2
    • glGetQueryObjecti64vEXT

      public void glGetQueryObjecti64vEXT(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum pname, GLint64 * params)
      Part of GL_EXT_disjoint_timer_query, GL_EXT_timer_query
      Specified by:
      glGetQueryObjecti64vEXT in interface GL2
    • glGetQueryObjecti64vEXT

      public void glGetQueryObjecti64vEXT(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum pname, GLint64 * params)
      Part of GL_EXT_disjoint_timer_query, GL_EXT_timer_query
      Specified by:
      glGetQueryObjecti64vEXT in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glGetQueryObjectiv

      public void glGetQueryObjectiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint id, GLenum pname, GLint * params)
      Part of GL_VERSION_1_5, GL_ARB_occlusion_query, GL_EXT_disjoint_timer_query
      Alias for: glGetQueryObjectivARB, glGetQueryObjectivEXT
      Specified by:
      glGetQueryObjectiv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glGetQueryObjectiv

      public void glGetQueryObjectiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint id, GLenum pname, GLint * params)
      Part of GL_VERSION_1_5, GL_ARB_occlusion_query, GL_EXT_disjoint_timer_query
      Alias for: glGetQueryObjectivARB, glGetQueryObjectivEXT
      Specified by:
      glGetQueryObjectiv in interface GL2ES2
    • glGetQueryObjectui64v

      public void glGetQueryObjectui64v(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint id, GLenum pname, GLuint64 * params)
      Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query, GL_EXT_timer_query
      Alias for: glGetQueryObjectui64vEXT
      Specified by:
      glGetQueryObjectui64v in interface GL2ES2
      arg2 - a direct or array-backed LongBuffer
    • glGetQueryObjectui64v

      public void glGetQueryObjectui64v(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint id, GLenum pname, GLuint64 * params)
      Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query, GL_EXT_timer_query
      Alias for: glGetQueryObjectui64vEXT
      Specified by:
      glGetQueryObjectui64v in interface GL2ES2
    • glGetQueryObjectui64vEXT

      public void glGetQueryObjectui64vEXT(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum pname, GLuint64 * params)
      Part of GL_EXT_disjoint_timer_query, GL_EXT_timer_query
      Specified by:
      glGetQueryObjectui64vEXT in interface GL2
    • glGetQueryObjectui64vEXT

      public void glGetQueryObjectui64vEXT(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum pname, GLuint64 * params)
      Part of GL_EXT_disjoint_timer_query, GL_EXT_timer_query
      Specified by:
      glGetQueryObjectui64vEXT in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glGetQueryObjectuiv

      public void glGetQueryObjectuiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint id, GLenum pname, GLuint * params)
      Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
      Alias for: glGetQueryObjectuivEXT, glGetQueryObjectuivARB
      Specified by:
      glGetQueryObjectuiv in interface GL2ES2
    • glGetQueryObjectuiv

      public void glGetQueryObjectuiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint id, GLenum pname, GLuint * params)
      Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
      Alias for: glGetQueryObjectuivEXT, glGetQueryObjectuivARB
      Specified by:
      glGetQueryObjectuiv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glGetQueryiv

      public void glGetQueryiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
      Alias for: glGetQueryivEXT, glGetQueryivARB
      Specified by:
      glGetQueryiv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glGetQueryiv

      public void glGetQueryiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
      Alias for: glGetQueryivEXT, glGetQueryivARB
      Specified by:
      glGetQueryiv in interface GL2ES2
    • glGetRenderbufferParameteriv

      public void glGetRenderbufferParameteriv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
      Alias for: glGetRenderbufferParameterivEXT, glGetRenderbufferParameterivOES
      Specified by:
      glGetRenderbufferParameteriv in interface GL
      arg2 - a direct or array-backed IntBuffer
    • glGetRenderbufferParameteriv

      public void glGetRenderbufferParameteriv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
      Alias for: glGetRenderbufferParameterivEXT, glGetRenderbufferParameterivOES
      Specified by:
      glGetRenderbufferParameteriv in interface GL
    • glGetSamplerParameterIiv

      public void glGetSamplerParameterIiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint sampler, GLenum pname, GLint * params)
      Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
      Alias for: glGetSamplerParameterIivEXT, glGetSamplerParameterIivOES
      Specified by:
      glGetSamplerParameterIiv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glGetSamplerParameterIiv

      public void glGetSamplerParameterIiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint sampler, GLenum pname, GLint * params)
      Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
      Alias for: glGetSamplerParameterIivEXT, glGetSamplerParameterIivOES
      Specified by:
      glGetSamplerParameterIiv in interface GL2ES2
    • glGetSamplerParameterIuiv

      public void glGetSamplerParameterIuiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint sampler, GLenum pname, GLuint * params)
      Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_OES_texture_border_clamp, GL_EXT_texture_border_clamp
      Alias for: glGetSamplerParameterIuivOES, glGetSamplerParameterIuivEXT
      Specified by:
      glGetSamplerParameterIuiv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glGetSamplerParameterIuiv

      public void glGetSamplerParameterIuiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint sampler, GLenum pname, GLuint * params)
      Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_OES_texture_border_clamp, GL_EXT_texture_border_clamp
      Alias for: glGetSamplerParameterIuivOES, glGetSamplerParameterIuivEXT
      Specified by:
      glGetSamplerParameterIuiv in interface GL2ES2
    • glGetSamplerParameterfv

      public void glGetSamplerParameterfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint sampler, GLenum pname, GLfloat * params)
      Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
      Specified by:
      glGetSamplerParameterfv in interface GL3ES3
    • glGetSamplerParameterfv

      public void glGetSamplerParameterfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint sampler, GLenum pname, GLfloat * params)
      Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
      Specified by:
      glGetSamplerParameterfv in interface GL3ES3
      arg2 - a direct or array-backed FloatBuffer
    • glGetSamplerParameteriv

      public void glGetSamplerParameteriv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint sampler, GLenum pname, GLint * params)
      Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
      Specified by:
      glGetSamplerParameteriv in interface GL3ES3
    • glGetSamplerParameteriv

      public void glGetSamplerParameteriv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint sampler, GLenum pname, GLint * params)
      Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
      Specified by:
      glGetSamplerParameteriv in interface GL3ES3
      arg2 - a direct or array-backed IntBuffer
    • glGetSeparableFilter

      public void glGetSeparableFilter(int arg0, int arg1, int arg2, long arg3, long arg4, long arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum format, GLenum type, void * row, void * column, void * span)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glGetSeparableFilterEXT
      Specified by:
      glGetSeparableFilter in interface GL2
    • glGetSeparableFilter

      public void glGetSeparableFilter(int arg0, int arg1, int arg2, Buffer arg3, Buffer arg4, Buffer arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum format, GLenum type, void * row, void * column, void * span)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glGetSeparableFilterEXT
      Specified by:
      glGetSeparableFilter in interface GL2
      arg3 - a direct or array-backed Buffer
      arg4 - a direct or array-backed Buffer
      arg5 - a direct or array-backed Buffer
    • glGetShaderInfoLog

      public void glGetShaderInfoLog(int arg0, int arg1, IntBuffer arg2, ByteBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
      Specified by:
      glGetShaderInfoLog in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
      arg3 - a direct or array-backed ByteBuffer
    • glGetShaderInfoLog

      public void glGetShaderInfoLog(int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
      Specified by:
      glGetShaderInfoLog in interface GL2ES2
    • glGetShaderPrecisionFormat

      public void glGetShaderPrecisionFormat(int arg0, int arg1, IntBuffer arg2, IntBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision);
      Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
      Throws GLException if no native implementation is available.
      Specified by:
      glGetShaderPrecisionFormat in interface GL2ES2
    • glGetShaderPrecisionFormat

      public void glGetShaderPrecisionFormat(int arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision);
      Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
      Throws GLException if no native implementation is available.
      Specified by:
      glGetShaderPrecisionFormat in interface GL2ES2
    • glGetShaderSource

      public void glGetShaderSource(int arg0, int arg1, IntBuffer arg2, ByteBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * source)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glGetShaderSourceARB
      Specified by:
      glGetShaderSource in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
      arg3 - a direct or array-backed ByteBuffer
    • glGetShaderSource

      public void glGetShaderSource(int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * source)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glGetShaderSourceARB
      Specified by:
      glGetShaderSource in interface GL2ES2
    • glGetShaderSourceARB

      public void glGetShaderSourceARB(long arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * source)
      Part of GL_ARB_shader_objects
      Specified by:
      glGetShaderSourceARB in interface GL2
    • glGetShaderSourceARB

      public void glGetShaderSourceARB(long arg0, int arg1, IntBuffer arg2, ByteBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * source)
      Part of GL_ARB_shader_objects
      Specified by:
      glGetShaderSourceARB in interface GL2
      arg2 - a direct or array-backed IntBuffer
      arg3 - a direct or array-backed ByteBuffer
    • glGetShaderiv

      public void glGetShaderiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint shader, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
      Specified by:
      glGetShaderiv in interface GL2ES2
    • glGetShaderiv

      public void glGetShaderiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint shader, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
      Specified by:
      glGetShaderiv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glGetStageIndexNV

      public short glGetStageIndexNV(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: GLushort (GLenum shadertype)
      Part of GL_NV_command_list
      Specified by:
      glGetStageIndexNV in interface GL2
    • glGetString

      public String glGetString(int arg0)
      Description copied from interface: GL
      Entry point to C language function: const GLubyte * (GLenum name)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glGetString in interface GL
    • glGetStringi

      public String glGetStringi(int arg0, int arg1)
      Description copied from interface: GL2ES3
      Entry point to C language function: const GLubyte * (GLenum name, GLuint index)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
      Specified by:
      glGetStringi in interface GL2ES3
    • glGetSubroutineIndex

      public int glGetSubroutineIndex(int arg0, int arg1, String arg2)
      Description copied from interface: GL3
      Entry point to C language function: GLuint (GLuint program, GLenum shadertype, const GLchar * name)
      Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
      Specified by:
      glGetSubroutineIndex in interface GL3
    • glGetSubroutineUniformLocation

      public int glGetSubroutineUniformLocation(int arg0, int arg1, String arg2)
      Description copied from interface: GL3
      Entry point to C language function: GLint (GLuint program, GLenum shadertype, const GLchar * name)
      Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
      Specified by:
      glGetSubroutineUniformLocation in interface GL3
    • glGetSynciv

      public void glGetSynciv(long arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
      Alias for: glGetSyncivAPPLE
      Specified by:
      glGetSynciv in interface GL3ES3
    • glGetSynciv

      public void glGetSynciv(long arg0, int arg1, int arg2, IntBuffer arg3, IntBuffer arg4)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
      Alias for: glGetSyncivAPPLE
      Specified by:
      glGetSynciv in interface GL3ES3
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed IntBuffer
    • glGetTexEnvfv

      public void glGetTexEnvfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum tenv, GLenum pname, GLfloat * params)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0
      Specified by:
      glGetTexEnvfv in interface GL2ES1
      arg2 - a direct or array-backed FloatBuffer
    • glGetTexEnvfv

      public void glGetTexEnvfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum tenv, GLenum pname, GLfloat * params)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0
      Specified by:
      glGetTexEnvfv in interface GL2ES1
    • glGetTexEnviv

      public void glGetTexEnviv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum tenv, GLenum pname, GLint * params)
      Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glGetTexEnviv in interface GL2ES1
    • glGetTexEnviv

      public void glGetTexEnviv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum tenv, GLenum pname, GLint * params)
      Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glGetTexEnviv in interface GL2ES1
      arg2 - a direct or array-backed IntBuffer
    • glGetTexGendv

      public void glGetTexGendv(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum coord, GLenum pname, GLdouble * params)
      Part of GL_VERSION_1_0
      Specified by:
      glGetTexGendv in interface GL2
    • glGetTexGendv

      public void glGetTexGendv(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum coord, GLenum pname, GLdouble * params)
      Part of GL_VERSION_1_0
      Specified by:
      glGetTexGendv in interface GL2
      arg2 - a direct or array-backed DoubleBuffer
    • glGetTexGenfv

      public void glGetTexGenfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum coord, GLenum pname, GLfloat * params)
      Part of GL_VERSION_1_0, GL_OES_texture_cube_map
      Alias for: glGetTexGenfvOES
      Specified by:
      glGetTexGenfv in interface GL2
    • glGetTexGenfv

      public void glGetTexGenfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum coord, GLenum pname, GLfloat * params)
      Part of GL_VERSION_1_0, GL_OES_texture_cube_map
      Alias for: glGetTexGenfvOES
      Specified by:
      glGetTexGenfv in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetTexGeniv

      public void glGetTexGeniv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum coord, GLenum pname, GLint * params)
      Part of GL_VERSION_1_0, GL_OES_texture_cube_map
      Alias for: glGetTexGenivOES
      Specified by:
      glGetTexGeniv in interface GL2
    • glGetTexGeniv

      public void glGetTexGeniv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum coord, GLenum pname, GLint * params)
      Part of GL_VERSION_1_0, GL_OES_texture_cube_map
      Alias for: glGetTexGenivOES
      Specified by:
      glGetTexGeniv in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetTexImage

      public void glGetTexImage(int arg0, int arg1, int arg2, int arg3, long arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels)
      Part of GL_VERSION_1_0
      Specified by:
      glGetTexImage in interface GL2GL3
    • glGetTexImage

      public void glGetTexImage(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels)
      Part of GL_VERSION_1_0
      Specified by:
      glGetTexImage in interface GL2GL3
      arg4 - a direct or array-backed Buffer
    • glGetTexLevelParameterfv

      public void glGetTexLevelParameterfv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLint level, GLenum pname, GLfloat * params)
      Part of GL_ES_VERSION_3_1, GL_VERSION_1_0
      Specified by:
      glGetTexLevelParameterfv in interface GL2ES3
    • glGetTexLevelParameterfv

      public void glGetTexLevelParameterfv(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLint level, GLenum pname, GLfloat * params)
      Part of GL_ES_VERSION_3_1, GL_VERSION_1_0
      Specified by:
      glGetTexLevelParameterfv in interface GL2ES3
      arg3 - a direct or array-backed FloatBuffer
    • glGetTexLevelParameteriv

      public void glGetTexLevelParameteriv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLint level, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_3_1, GL_VERSION_1_0
      Specified by:
      glGetTexLevelParameteriv in interface GL2ES3
      arg3 - a direct or array-backed IntBuffer
    • glGetTexLevelParameteriv

      public void glGetTexLevelParameteriv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLint level, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_3_1, GL_VERSION_1_0
      Specified by:
      glGetTexLevelParameteriv in interface GL2ES3
    • glGetTexParameterIiv

      public void glGetTexParameterIiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clamp
      Alias for: glGetTexParameterIivOES, glGetTexParameterIivEXT
      Specified by:
      glGetTexParameterIiv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glGetTexParameterIiv

      public void glGetTexParameterIiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clamp
      Alias for: glGetTexParameterIivOES, glGetTexParameterIivEXT
      Specified by:
      glGetTexParameterIiv in interface GL2ES2
    • glGetTexParameterIuiv

      public void glGetTexParameterIuiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLenum pname, GLuint * params)
      Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clamp
      Alias for: glGetTexParameterIuivOES, glGetTexParameterIuivEXT
      Specified by:
      glGetTexParameterIuiv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glGetTexParameterIuiv

      public void glGetTexParameterIuiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLenum pname, GLuint * params)
      Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clamp
      Alias for: glGetTexParameterIuivOES, glGetTexParameterIuivEXT
      Specified by:
      glGetTexParameterIuiv in interface GL2ES2
    • glGetTexParameterfv

      public void glGetTexParameterfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
      Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
      Specified by:
      glGetTexParameterfv in interface GL
      arg2 - a direct or array-backed FloatBuffer
    • glGetTexParameterfv

      public void glGetTexParameterfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum pname, GLfloat * params)
      Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
      Specified by:
      glGetTexParameterfv in interface GL
    • glGetTexParameteriv

      public void glGetTexParameteriv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glGetTexParameteriv in interface GL
    • glGetTexParameteriv

      public void glGetTexParameteriv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glGetTexParameteriv in interface GL
      arg2 - a direct or array-backed IntBuffer
    • glGetTextureHandleARB

      public long glGetTextureHandleARB(int arg0)
      Description copied from interface: GL4
      Entry point to C language function: GLuint64 (GLuint texture)
      Part of GL_ARB_bindless_texture
      Specified by:
      glGetTextureHandleARB in interface GL4
    • glGetTextureImage

      public void glGetTextureImage(int arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * pixels)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetTextureImageEXT
      Specified by:
      glGetTextureImage in interface GL4
      arg5 - a direct or array-backed Buffer
    • glGetTextureImageEXT

      public void glGetTextureImageEXT(int arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum format, GLenum type, void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetTextureImageEXT in interface GL2
      arg5 - a direct or array-backed Buffer
    • glGetTextureLevelParameterfv

      public void glGetTextureLevelParameterfv(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLenum pname, GLfloat * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetTextureLevelParameterfvEXT
      Specified by:
      glGetTextureLevelParameterfv in interface GL4
      arg3 - a direct or array-backed FloatBuffer
    • glGetTextureLevelParameterfv

      public void glGetTextureLevelParameterfv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLenum pname, GLfloat * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetTextureLevelParameterfvEXT
      Specified by:
      glGetTextureLevelParameterfv in interface GL4
    • glGetTextureLevelParameterfvEXT

      public void glGetTextureLevelParameterfvEXT(int arg0, int arg1, int arg2, int arg3, float[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum pname, GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetTextureLevelParameterfvEXT in interface GL2
    • glGetTextureLevelParameterfvEXT

      public void glGetTextureLevelParameterfvEXT(int arg0, int arg1, int arg2, int arg3, FloatBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum pname, GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetTextureLevelParameterfvEXT in interface GL2
      arg4 - a direct or array-backed FloatBuffer
    • glGetTextureLevelParameteriv

      public void glGetTextureLevelParameteriv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLenum pname, GLint * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetTextureLevelParameterivEXT
      Specified by:
      glGetTextureLevelParameteriv in interface GL4
    • glGetTextureLevelParameteriv

      public void glGetTextureLevelParameteriv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLenum pname, GLint * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetTextureLevelParameterivEXT
      Specified by:
      glGetTextureLevelParameteriv in interface GL4
      arg3 - a direct or array-backed IntBuffer
    • glGetTextureLevelParameterivEXT

      public void glGetTextureLevelParameterivEXT(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetTextureLevelParameterivEXT in interface GL2
    • glGetTextureLevelParameterivEXT

      public void glGetTextureLevelParameterivEXT(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetTextureLevelParameterivEXT in interface GL2
      arg4 - a direct or array-backed IntBuffer
    • glGetTextureParameterIiv

      public void glGetTextureParameterIiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum pname, GLint * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetTextureParameterIivEXT
      Specified by:
      glGetTextureParameterIiv in interface GL4
    • glGetTextureParameterIiv

      public void glGetTextureParameterIiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum pname, GLint * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetTextureParameterIivEXT
      Specified by:
      glGetTextureParameterIiv in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glGetTextureParameterIivEXT

      public void glGetTextureParameterIivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetTextureParameterIivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glGetTextureParameterIivEXT

      public void glGetTextureParameterIivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetTextureParameterIivEXT in interface GL2
    • glGetTextureParameterIuiv

      public void glGetTextureParameterIuiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum pname, GLuint * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetTextureParameterIuivEXT
      Specified by:
      glGetTextureParameterIuiv in interface GL4
    • glGetTextureParameterIuiv

      public void glGetTextureParameterIuiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum pname, GLuint * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetTextureParameterIuivEXT
      Specified by:
      glGetTextureParameterIuiv in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glGetTextureParameterIuivEXT

      public void glGetTextureParameterIuivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLuint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetTextureParameterIuivEXT in interface GL2
    • glGetTextureParameterIuivEXT

      public void glGetTextureParameterIuivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLuint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetTextureParameterIuivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glGetTextureParameterfv

      public void glGetTextureParameterfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum pname, GLfloat * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetTextureParameterfvEXT
      Specified by:
      glGetTextureParameterfv in interface GL4
      arg2 - a direct or array-backed FloatBuffer
    • glGetTextureParameterfv

      public void glGetTextureParameterfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum pname, GLfloat * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetTextureParameterfvEXT
      Specified by:
      glGetTextureParameterfv in interface GL4
    • glGetTextureParameterfvEXT

      public void glGetTextureParameterfvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetTextureParameterfvEXT in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glGetTextureParameterfvEXT

      public void glGetTextureParameterfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetTextureParameterfvEXT in interface GL2
    • glGetTextureParameteriv

      public void glGetTextureParameteriv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum pname, GLint * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetTextureParameterivEXT
      Specified by:
      glGetTextureParameteriv in interface GL4
    • glGetTextureParameteriv

      public void glGetTextureParameteriv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum pname, GLint * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glGetTextureParameterivEXT
      Specified by:
      glGetTextureParameteriv in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glGetTextureParameterivEXT

      public void glGetTextureParameterivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetTextureParameterivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glGetTextureParameterivEXT

      public void glGetTextureParameterivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetTextureParameterivEXT in interface GL2
    • glGetTextureSamplerHandleARB

      public long glGetTextureSamplerHandleARB(int arg0, int arg1)
      Description copied from interface: GL4
      Entry point to C language function: GLuint64 (GLuint texture, GLuint sampler)
      Part of GL_ARB_bindless_texture
      Specified by:
      glGetTextureSamplerHandleARB in interface GL4
    • glGetTextureSubImage

      public void glGetTextureSubImage(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, Buffer arg11)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void * pixels)
      Part of GL_VERSION_4_5
      Specified by:
      glGetTextureSubImage in interface GL4
      arg11 - a direct or array-backed Buffer
    • glGetTransformFeedbackVarying

      public void glGetTransformFeedbackVarying(int arg0, int arg1, int arg2, IntBuffer arg3, IntBuffer arg4, IntBuffer arg5, ByteBuffer arg6)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
      Alias for: glGetTransformFeedbackVaryingNV, glGetTransformFeedbackVaryingEXT
      Specified by:
      glGetTransformFeedbackVarying in interface GL2ES3
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed IntBuffer
      arg5 - a direct or array-backed IntBuffer
      arg6 - a direct or array-backed ByteBuffer
    • glGetTransformFeedbackVarying

      public void glGetTransformFeedbackVarying(int arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6, int[] arg7, int arg8, byte[] arg9, int arg10)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
      Alias for: glGetTransformFeedbackVaryingNV, glGetTransformFeedbackVaryingEXT
      Specified by:
      glGetTransformFeedbackVarying in interface GL2ES3
    • glGetTransformFeedbacki64_v

      public void glGetTransformFeedbacki64_v(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint xfb, GLenum pname, GLuint index, GLint64 * param)
      Part of GL_VERSION_4_5
      Specified by:
      glGetTransformFeedbacki64_v in interface GL4
      arg3 - a direct or array-backed LongBuffer
    • glGetTransformFeedbacki64_v

      public void glGetTransformFeedbacki64_v(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint xfb, GLenum pname, GLuint index, GLint64 * param)
      Part of GL_VERSION_4_5
      Specified by:
      glGetTransformFeedbacki64_v in interface GL4
    • glGetTransformFeedbacki_v

      public void glGetTransformFeedbacki_v(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint xfb, GLenum pname, GLuint index, GLint * param)
      Part of GL_VERSION_4_5
      Specified by:
      glGetTransformFeedbacki_v in interface GL4
      arg3 - a direct or array-backed IntBuffer
    • glGetTransformFeedbacki_v

      public void glGetTransformFeedbacki_v(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint xfb, GLenum pname, GLuint index, GLint * param)
      Part of GL_VERSION_4_5
      Specified by:
      glGetTransformFeedbacki_v in interface GL4
    • glGetTransformFeedbackiv

      public void glGetTransformFeedbackiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint xfb, GLenum pname, GLint * param)
      Part of GL_VERSION_4_5
      Specified by:
      glGetTransformFeedbackiv in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glGetTransformFeedbackiv

      public void glGetTransformFeedbackiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint xfb, GLenum pname, GLint * param)
      Part of GL_VERSION_4_5
      Specified by:
      glGetTransformFeedbackiv in interface GL4
    • glGetUniformBlockIndex

      public int glGetUniformBlockIndex(int arg0, String arg1)
      Description copied from interface: GL2ES3
      Entry point to C language function: GLuint (GLuint program, const GLchar * uniformBlockName)
      Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
      Specified by:
      glGetUniformBlockIndex in interface GL2ES3
    • glGetUniformBufferSizeEXT

      public int glGetUniformBufferSizeEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: GLint (GLuint program, GLint location)
      Part of GL_EXT_bindable_uniform
      Specified by:
      glGetUniformBufferSizeEXT in interface GL2
    • glGetUniformIndices

      public void glGetUniformIndices(int arg0, int arg1, String[] arg2, IntBuffer arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint program, GLsizei uniformCount, const GLchar * const * uniformNames, GLuint * uniformIndices)
      Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
      Specified by:
      glGetUniformIndices in interface GL2ES3
      arg3 - a direct or array-backed IntBuffer
    • glGetUniformIndices

      public void glGetUniformIndices(int arg0, int arg1, String[] arg2, int[] arg3, int arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint program, GLsizei uniformCount, const GLchar * const * uniformNames, GLuint * uniformIndices)
      Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
      Specified by:
      glGetUniformIndices in interface GL2ES3
    • glGetUniformLocation

      public int glGetUniformLocation(int arg0, String arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: GLint (GLuint program, const GLchar * name)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glGetUniformLocationARB
      Specified by:
      glGetUniformLocation in interface GL2ES2
    • glGetUniformLocationARB

      public int glGetUniformLocationARB(long arg0, String arg1)
      Description copied from interface: GL2
      Entry point to C language function: GLint (GLhandleARB programObj, const GLcharARB * name)
      Part of GL_ARB_shader_objects
      Specified by:
      glGetUniformLocationARB in interface GL2
    • glGetUniformOffsetEXT

      public long glGetUniformOffsetEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: GLintptr (GLuint program, GLint location)
      Part of GL_EXT_bindable_uniform
      Specified by:
      glGetUniformOffsetEXT in interface GL2
    • glGetUniformSubroutineuiv

      public void glGetUniformSubroutineuiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum shadertype, GLint location, GLuint * params)
      Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
      Specified by:
      glGetUniformSubroutineuiv in interface GL3
    • glGetUniformSubroutineuiv

      public void glGetUniformSubroutineuiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum shadertype, GLint location, GLuint * params)
      Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
      Specified by:
      glGetUniformSubroutineuiv in interface GL3
      arg2 - a direct or array-backed IntBuffer
    • glGetUniformdv

      public void glGetUniformdv(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint program, GLint location, GLdouble * params)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glGetUniformdv in interface GL3
    • glGetUniformdv

      public void glGetUniformdv(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint program, GLint location, GLdouble * params)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glGetUniformdv in interface GL3
      arg2 - a direct or array-backed DoubleBuffer
    • glGetUniformfv

      public void glGetUniformfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLfloat * params)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glGetUniformfvARB
      Specified by:
      glGetUniformfv in interface GL2ES2
    • glGetUniformfv

      public void glGetUniformfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLfloat * params)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glGetUniformfvARB
      Specified by:
      glGetUniformfv in interface GL2ES2
      arg2 - a direct or array-backed FloatBuffer
    • glGetUniformfvARB

      public void glGetUniformfvARB(long arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB programObj, GLint location, GLfloat * params)
      Part of GL_ARB_shader_objects
      Specified by:
      glGetUniformfvARB in interface GL2
    • glGetUniformfvARB

      public void glGetUniformfvARB(long arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB programObj, GLint location, GLfloat * params)
      Part of GL_ARB_shader_objects
      Specified by:
      glGetUniformfvARB in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetUniformi64vARB

      public void glGetUniformi64vARB(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLint64 * params)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glGetUniformi64vARB in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glGetUniformi64vARB

      public void glGetUniformi64vARB(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLint64 * params)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glGetUniformi64vARB in interface GL2
    • glGetUniformi64vNV

      public void glGetUniformi64vNV(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLint64EXT * params)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glGetUniformi64vNV in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glGetUniformi64vNV

      public void glGetUniformi64vNV(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLint64EXT * params)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glGetUniformi64vNV in interface GL2
    • glGetUniformiv

      public void glGetUniformiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLint * params)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glGetUniformivARB
      Specified by:
      glGetUniformiv in interface GL2ES2
    • glGetUniformiv

      public void glGetUniformiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLint * params)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glGetUniformivARB
      Specified by:
      glGetUniformiv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glGetUniformivARB

      public void glGetUniformivARB(long arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB programObj, GLint location, GLint * params)
      Part of GL_ARB_shader_objects
      Specified by:
      glGetUniformivARB in interface GL2
    • glGetUniformivARB

      public void glGetUniformivARB(long arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB programObj, GLint location, GLint * params)
      Part of GL_ARB_shader_objects
      Specified by:
      glGetUniformivARB in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetUniformui64vARB

      public void glGetUniformui64vARB(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLuint64 * params)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glGetUniformui64vARB in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glGetUniformui64vARB

      public void glGetUniformui64vARB(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLuint64 * params)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glGetUniformui64vARB in interface GL2
    • glGetUniformui64vNV

      public void glGetUniformui64vNV(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLuint64EXT * params)
      Part of GL_NV_shader_buffer_load, GL_AMD_gpu_shader_int64
      Specified by:
      glGetUniformui64vNV in interface GL2GL3
    • glGetUniformui64vNV

      public void glGetUniformui64vNV(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLuint64EXT * params)
      Part of GL_NV_shader_buffer_load, GL_AMD_gpu_shader_int64
      Specified by:
      glGetUniformui64vNV in interface GL2GL3
      arg2 - a direct or array-backed LongBuffer
    • glGetUniformuiv

      public void glGetUniformuiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint program, GLint location, GLuint * params)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
      Alias for: glGetUniformuivEXT
      Specified by:
      glGetUniformuiv in interface GL2ES3
    • glGetUniformuiv

      public void glGetUniformuiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint program, GLint location, GLuint * params)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
      Alias for: glGetUniformuivEXT
      Specified by:
      glGetUniformuiv in interface GL2ES3
      arg2 - a direct or array-backed IntBuffer
    • glGetVariantBooleanvEXT

      public void glGetVariantBooleanvEXT(int arg0, int arg1, byte[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum value, GLboolean * data)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGetVariantBooleanvEXT in interface GL2
    • glGetVariantBooleanvEXT

      public void glGetVariantBooleanvEXT(int arg0, int arg1, ByteBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum value, GLboolean * data)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGetVariantBooleanvEXT in interface GL2
      arg2 - a direct or array-backed ByteBuffer
    • glGetVariantFloatvEXT

      public void glGetVariantFloatvEXT(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum value, GLfloat * data)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGetVariantFloatvEXT in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetVariantFloatvEXT

      public void glGetVariantFloatvEXT(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum value, GLfloat * data)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGetVariantFloatvEXT in interface GL2
    • glGetVariantIntegervEXT

      public void glGetVariantIntegervEXT(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum value, GLint * data)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGetVariantIntegervEXT in interface GL2
    • glGetVariantIntegervEXT

      public void glGetVariantIntegervEXT(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum value, GLint * data)
      Part of GL_EXT_vertex_shader
      Specified by:
      glGetVariantIntegervEXT in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetVertexArrayIndexed64iv

      public void glGetVertexArrayIndexed64iv(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint vaobj, GLuint index, GLenum pname, GLint64 * param)
      Part of GL_VERSION_4_5
      Specified by:
      glGetVertexArrayIndexed64iv in interface GL4
      arg3 - a direct or array-backed LongBuffer
    • glGetVertexArrayIndexed64iv

      public void glGetVertexArrayIndexed64iv(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint vaobj, GLuint index, GLenum pname, GLint64 * param)
      Part of GL_VERSION_4_5
      Specified by:
      glGetVertexArrayIndexed64iv in interface GL4
    • glGetVertexArrayIndexediv

      public void glGetVertexArrayIndexediv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint vaobj, GLuint index, GLenum pname, GLint * param)
      Part of GL_VERSION_4_5
      Specified by:
      glGetVertexArrayIndexediv in interface GL4
      arg3 - a direct or array-backed IntBuffer
    • glGetVertexArrayIndexediv

      public void glGetVertexArrayIndexediv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint vaobj, GLuint index, GLenum pname, GLint * param)
      Part of GL_VERSION_4_5
      Specified by:
      glGetVertexArrayIndexediv in interface GL4
    • glGetVertexArrayIntegeri_vEXT

      public void glGetVertexArrayIntegeri_vEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint index, GLenum pname, GLint * param)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetVertexArrayIntegeri_vEXT in interface GL2
    • glGetVertexArrayIntegeri_vEXT

      public void glGetVertexArrayIntegeri_vEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint index, GLenum pname, GLint * param)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetVertexArrayIntegeri_vEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glGetVertexArrayIntegervEXT

      public void glGetVertexArrayIntegervEXT(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLenum pname, GLint * param)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetVertexArrayIntegervEXT in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetVertexArrayIntegervEXT

      public void glGetVertexArrayIntegervEXT(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLenum pname, GLint * param)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetVertexArrayIntegervEXT in interface GL2
    • glGetVertexArrayPointeri_vEXT

      public void glGetVertexArrayPointeri_vEXT(int arg0, int arg1, int arg2, com.jogamp.common.nio.PointerBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint index, GLenum pname, void * * param)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetVertexArrayPointeri_vEXT in interface GL2
      arg3 - a direct or array-backed PointerBuffer
    • glGetVertexArrayPointervEXT

      public void glGetVertexArrayPointervEXT(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLenum pname, void * * param)
      Part of GL_EXT_direct_state_access
      Specified by:
      glGetVertexArrayPointervEXT in interface GL2
      arg2 - a direct or array-backed PointerBuffer
    • glGetVertexArrayiv

      public void glGetVertexArrayiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint vaobj, GLenum pname, GLint * param)
      Part of GL_VERSION_4_5
      Specified by:
      glGetVertexArrayiv in interface GL4
    • glGetVertexArrayiv

      public void glGetVertexArrayiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint vaobj, GLenum pname, GLint * param)
      Part of GL_VERSION_4_5
      Specified by:
      glGetVertexArrayiv in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glGetVertexAttribIiv

      public void glGetVertexAttribIiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint index, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glGetVertexAttribIivEXT
      Specified by:
      glGetVertexAttribIiv in interface GL2ES3
    • glGetVertexAttribIiv

      public void glGetVertexAttribIiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint index, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glGetVertexAttribIivEXT
      Specified by:
      glGetVertexAttribIiv in interface GL2ES3
      arg2 - a direct or array-backed IntBuffer
    • glGetVertexAttribIivEXT

      public void glGetVertexAttribIivEXT(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLenum pname, GLint * params)
      Part of GL_NV_vertex_program4
      Specified by:
      glGetVertexAttribIivEXT in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetVertexAttribIivEXT

      public void glGetVertexAttribIivEXT(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLenum pname, GLint * params)
      Part of GL_NV_vertex_program4
      Specified by:
      glGetVertexAttribIivEXT in interface GL2
    • glGetVertexAttribIuiv

      public void glGetVertexAttribIuiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint index, GLenum pname, GLuint * params)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glGetVertexAttribIuivEXT
      Specified by:
      glGetVertexAttribIuiv in interface GL2ES3
    • glGetVertexAttribIuiv

      public void glGetVertexAttribIuiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint index, GLenum pname, GLuint * params)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glGetVertexAttribIuivEXT
      Specified by:
      glGetVertexAttribIuiv in interface GL2ES3
      arg2 - a direct or array-backed IntBuffer
    • glGetVertexAttribIuivEXT

      public void glGetVertexAttribIuivEXT(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLenum pname, GLuint * params)
      Part of GL_NV_vertex_program4
      Specified by:
      glGetVertexAttribIuivEXT in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetVertexAttribIuivEXT

      public void glGetVertexAttribIuivEXT(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLenum pname, GLuint * params)
      Part of GL_NV_vertex_program4
      Specified by:
      glGetVertexAttribIuivEXT in interface GL2
    • glGetVertexAttribLdv

      public void glGetVertexAttribLdv(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLenum pname, GLdouble * params)
      Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
      Alias for: glGetVertexAttribLdvEXT
      Specified by:
      glGetVertexAttribLdv in interface GL2GL3
    • glGetVertexAttribLdv

      public void glGetVertexAttribLdv(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLenum pname, GLdouble * params)
      Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
      Alias for: glGetVertexAttribLdvEXT
      Specified by:
      glGetVertexAttribLdv in interface GL2GL3
      arg2 - a direct or array-backed DoubleBuffer
    • glGetVertexAttribLi64vNV

      public void glGetVertexAttribLi64vNV(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLenum pname, GLint64EXT * params)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glGetVertexAttribLi64vNV in interface GL2
    • glGetVertexAttribLi64vNV

      public void glGetVertexAttribLi64vNV(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLenum pname, GLint64EXT * params)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glGetVertexAttribLi64vNV in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glGetVertexAttribLui64vARB

      public void glGetVertexAttribLui64vARB(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint index, GLenum pname, GLuint64EXT * params)
      Part of GL_ARB_bindless_texture
      Specified by:
      glGetVertexAttribLui64vARB in interface GL4
      arg2 - a direct or array-backed LongBuffer
    • glGetVertexAttribLui64vARB

      public void glGetVertexAttribLui64vARB(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint index, GLenum pname, GLuint64EXT * params)
      Part of GL_ARB_bindless_texture
      Specified by:
      glGetVertexAttribLui64vARB in interface GL4
    • glGetVertexAttribLui64vNV

      public void glGetVertexAttribLui64vNV(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLenum pname, GLuint64EXT * params)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glGetVertexAttribLui64vNV in interface GL2
    • glGetVertexAttribLui64vNV

      public void glGetVertexAttribLui64vNV(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLenum pname, GLuint64EXT * params)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glGetVertexAttribLui64vNV in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glGetVertexAttribdv

      public void glGetVertexAttribdv(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLenum pname, GLdouble * params)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glGetVertexAttribdvARB, glGetVertexAttribdvNV
      Specified by:
      glGetVertexAttribdv in interface GL2GL3
      arg2 - a direct or array-backed DoubleBuffer
    • glGetVertexAttribdv

      public void glGetVertexAttribdv(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLenum pname, GLdouble * params)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glGetVertexAttribdvARB, glGetVertexAttribdvNV
      Specified by:
      glGetVertexAttribdv in interface GL2GL3
    • glGetVertexAttribdvARB

      public void glGetVertexAttribdvARB(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLenum pname, GLdouble * params)
      Part of GL_ARB_vertex_program
      Specified by:
      glGetVertexAttribdvARB in interface GL2
      arg2 - a direct or array-backed DoubleBuffer
    • glGetVertexAttribdvARB

      public void glGetVertexAttribdvARB(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLenum pname, GLdouble * params)
      Part of GL_ARB_vertex_program
      Specified by:
      glGetVertexAttribdvARB in interface GL2
    • glGetVertexAttribfv

      public void glGetVertexAttribfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index, GLenum pname, GLfloat * params)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glGetVertexAttribfvARB, glGetVertexAttribfvNV
      Specified by:
      glGetVertexAttribfv in interface GL2ES2
      arg2 - a direct or array-backed FloatBuffer
    • glGetVertexAttribfv

      public void glGetVertexAttribfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index, GLenum pname, GLfloat * params)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glGetVertexAttribfvARB, glGetVertexAttribfvNV
      Specified by:
      glGetVertexAttribfv in interface GL2ES2
    • glGetVertexAttribfvARB

      public void glGetVertexAttribfvARB(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLenum pname, GLfloat * params)
      Part of GL_ARB_vertex_program
      Specified by:
      glGetVertexAttribfvARB in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetVertexAttribfvARB

      public void glGetVertexAttribfvARB(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLenum pname, GLfloat * params)
      Part of GL_ARB_vertex_program
      Specified by:
      glGetVertexAttribfvARB in interface GL2
    • glGetVertexAttribiv

      public void glGetVertexAttribiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glGetVertexAttribivNV, glGetVertexAttribivARB
      Specified by:
      glGetVertexAttribiv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glGetVertexAttribiv

      public void glGetVertexAttribiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index, GLenum pname, GLint * params)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glGetVertexAttribivNV, glGetVertexAttribivARB
      Specified by:
      glGetVertexAttribiv in interface GL2ES2
    • glGetVertexAttribivARB

      public void glGetVertexAttribivARB(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLenum pname, GLint * params)
      Part of GL_ARB_vertex_program
      Specified by:
      glGetVertexAttribivARB in interface GL2
    • glGetVertexAttribivARB

      public void glGetVertexAttribivARB(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLenum pname, GLint * params)
      Part of GL_ARB_vertex_program
      Specified by:
      glGetVertexAttribivARB in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetVideoCaptureStreamdvNV

      public void glGetVideoCaptureStreamdvNV(int arg0, int arg1, int arg2, double[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, GLdouble * params)
      Part of GL_NV_video_capture
      Specified by:
      glGetVideoCaptureStreamdvNV in interface GL2
    • glGetVideoCaptureStreamdvNV

      public void glGetVideoCaptureStreamdvNV(int arg0, int arg1, int arg2, DoubleBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, GLdouble * params)
      Part of GL_NV_video_capture
      Specified by:
      glGetVideoCaptureStreamdvNV in interface GL2
      arg3 - a direct or array-backed DoubleBuffer
    • glGetVideoCaptureStreamfvNV

      public void glGetVideoCaptureStreamfvNV(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, GLfloat * params)
      Part of GL_NV_video_capture
      Specified by:
      glGetVideoCaptureStreamfvNV in interface GL2
    • glGetVideoCaptureStreamfvNV

      public void glGetVideoCaptureStreamfvNV(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, GLfloat * params)
      Part of GL_NV_video_capture
      Specified by:
      glGetVideoCaptureStreamfvNV in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glGetVideoCaptureStreamivNV

      public void glGetVideoCaptureStreamivNV(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, GLint * params)
      Part of GL_NV_video_capture
      Specified by:
      glGetVideoCaptureStreamivNV in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glGetVideoCaptureStreamivNV

      public void glGetVideoCaptureStreamivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, GLint * params)
      Part of GL_NV_video_capture
      Specified by:
      glGetVideoCaptureStreamivNV in interface GL2
    • glGetVideoCaptureivNV

      public void glGetVideoCaptureivNV(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint video_capture_slot, GLenum pname, GLint * params)
      Part of GL_NV_video_capture
      Specified by:
      glGetVideoCaptureivNV in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetVideoCaptureivNV

      public void glGetVideoCaptureivNV(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint video_capture_slot, GLenum pname, GLint * params)
      Part of GL_NV_video_capture
      Specified by:
      glGetVideoCaptureivNV in interface GL2
    • glGetnColorTable

      public void glGetnColorTable(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnColorTableARB
      Specified by:
      glGetnColorTable in interface GL2
      arg4 - a direct or array-backed Buffer
    • glGetnCompressedTexImage

      public void glGetnCompressedTexImage(int arg0, int arg1, int arg2, Buffer arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLint lod, GLsizei bufSize, void * pixels)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnCompressedTexImageARB
      Specified by:
      glGetnCompressedTexImage in interface GL2GL3
      arg3 - a direct or array-backed Buffer
    • glGetnConvolutionFilter

      public void glGetnConvolutionFilter(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * image)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnConvolutionFilterARB
      Specified by:
      glGetnConvolutionFilter in interface GL2
      arg4 - a direct or array-backed Buffer
    • glGetnHistogram

      public void glGetnHistogram(int arg0, boolean arg1, int arg2, int arg3, int arg4, Buffer arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void * values)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnHistogramARB
      Specified by:
      glGetnHistogram in interface GL2
      arg5 - a direct or array-backed Buffer
    • glGetnMapdv

      public void glGetnMapdv(int arg0, int arg1, int arg2, DoubleBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum query, GLsizei bufSize, GLdouble * v)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnMapdvARB
      Specified by:
      glGetnMapdv in interface GL2
      arg3 - a direct or array-backed DoubleBuffer
    • glGetnMapdv

      public void glGetnMapdv(int arg0, int arg1, int arg2, double[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum query, GLsizei bufSize, GLdouble * v)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnMapdvARB
      Specified by:
      glGetnMapdv in interface GL2
    • glGetnMapfv

      public void glGetnMapfv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum query, GLsizei bufSize, GLfloat * v)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnMapfvARB
      Specified by:
      glGetnMapfv in interface GL2
    • glGetnMapfv

      public void glGetnMapfv(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum query, GLsizei bufSize, GLfloat * v)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnMapfvARB
      Specified by:
      glGetnMapfv in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glGetnMapiv

      public void glGetnMapiv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum query, GLsizei bufSize, GLint * v)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnMapivARB
      Specified by:
      glGetnMapiv in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glGetnMapiv

      public void glGetnMapiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum query, GLsizei bufSize, GLint * v)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnMapivARB
      Specified by:
      glGetnMapiv in interface GL2
    • glGetnMinmax

      public void glGetnMinmax(int arg0, boolean arg1, int arg2, int arg3, int arg4, Buffer arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void * values)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnMinmaxARB
      Specified by:
      glGetnMinmax in interface GL2
      arg5 - a direct or array-backed Buffer
    • glGetnPixelMapfv

      public void glGetnPixelMapfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLsizei bufSize, GLfloat * values)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnPixelMapfvARB
      Specified by:
      glGetnPixelMapfv in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glGetnPixelMapfv

      public void glGetnPixelMapfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLsizei bufSize, GLfloat * values)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnPixelMapfvARB
      Specified by:
      glGetnPixelMapfv in interface GL2
    • glGetnPixelMapuiv

      public void glGetnPixelMapuiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLsizei bufSize, GLuint * values)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnPixelMapuivARB
      Specified by:
      glGetnPixelMapuiv in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glGetnPixelMapuiv

      public void glGetnPixelMapuiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLsizei bufSize, GLuint * values)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnPixelMapuivARB
      Specified by:
      glGetnPixelMapuiv in interface GL2
    • glGetnPixelMapusv

      public void glGetnPixelMapusv(int arg0, int arg1, short[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLsizei bufSize, GLushort * values)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnPixelMapusvARB
      Specified by:
      glGetnPixelMapusv in interface GL2
    • glGetnPixelMapusv

      public void glGetnPixelMapusv(int arg0, int arg1, ShortBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLsizei bufSize, GLushort * values)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnPixelMapusvARB
      Specified by:
      glGetnPixelMapusv in interface GL2
      arg2 - a direct or array-backed ShortBuffer
    • glGetnPolygonStipple

      public void glGetnPolygonStipple(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei bufSize, GLubyte * pattern)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnPolygonStippleARB
      Specified by:
      glGetnPolygonStipple in interface GL2
    • glGetnPolygonStipple

      public void glGetnPolygonStipple(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei bufSize, GLubyte * pattern)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnPolygonStippleARB
      Specified by:
      glGetnPolygonStipple in interface GL2
      arg1 - a direct or array-backed ByteBuffer
    • glGetnSeparableFilter

      public void glGetnSeparableFilter(int arg0, int arg1, int arg2, int arg3, Buffer arg4, int arg5, Buffer arg6, Buffer arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, void * row, GLsizei columnBufSize, void * column, void * span)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnSeparableFilterARB
      Specified by:
      glGetnSeparableFilter in interface GL2
      arg4 - a direct or array-backed Buffer
      arg6 - a direct or array-backed Buffer
      arg7 - a direct or array-backed Buffer
    • glGetnTexImage

      public void glGetnTexImage(int arg0, int arg1, int arg2, int arg3, int arg4, Buffer arg5)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * pixels)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnTexImageARB
      Specified by:
      glGetnTexImage in interface GL2GL3
      arg5 - a direct or array-backed Buffer
    • glGetnUniformdv

      public void glGetnUniformdv(int arg0, int arg1, int arg2, double[] arg3, int arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLdouble * params)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnUniformdvARB
      Specified by:
      glGetnUniformdv in interface GL2GL3
    • glGetnUniformdv

      public void glGetnUniformdv(int arg0, int arg1, int arg2, DoubleBuffer arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLdouble * params)
      Part of GL_VERSION_4_5, GL_ARB_robustness
      Alias for: glGetnUniformdvARB
      Specified by:
      glGetnUniformdv in interface GL2GL3
      arg3 - a direct or array-backed DoubleBuffer
    • glGetnUniformfv

      public void glGetnUniformfv(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
      Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_EXT_robustness, GL_ARB_robustness
      Alias for: glGetnUniformfvKHR, glGetnUniformfvEXT, glGetnUniformfvARB
      Specified by:
      glGetnUniformfv in interface GL
      arg3 - a direct or array-backed FloatBuffer
    • glGetnUniformfv

      public void glGetnUniformfv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL
      Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
      Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_EXT_robustness, GL_ARB_robustness
      Alias for: glGetnUniformfvKHR, glGetnUniformfvEXT, glGetnUniformfvARB
      Specified by:
      glGetnUniformfv in interface GL
    • glGetnUniformi64vARB

      public void glGetnUniformi64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLint64 * params)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glGetnUniformi64vARB in interface GL2
      arg3 - a direct or array-backed LongBuffer
    • glGetnUniformi64vARB

      public void glGetnUniformi64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLint64 * params)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glGetnUniformi64vARB in interface GL2
    • glGetnUniformiv

      public void glGetnUniformiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL
      Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLint * params)
      Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
      Alias for: glGetnUniformivEXT, glGetnUniformivARB, glGetnUniformivKHR
      Specified by:
      glGetnUniformiv in interface GL
    • glGetnUniformiv

      public void glGetnUniformiv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLint * params)
      Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
      Alias for: glGetnUniformivEXT, glGetnUniformivARB, glGetnUniformivKHR
      Specified by:
      glGetnUniformiv in interface GL
      arg3 - a direct or array-backed IntBuffer
    • glGetnUniformui64vARB

      public void glGetnUniformui64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLuint64 * params)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glGetnUniformui64vARB in interface GL2
    • glGetnUniformui64vARB

      public void glGetnUniformui64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLuint64 * params)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glGetnUniformui64vARB in interface GL2
      arg3 - a direct or array-backed LongBuffer
    • glGetnUniformuiv

      public void glGetnUniformuiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLuint * params)
      Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_ARB_robustness
      Alias for: glGetnUniformuivKHR, glGetnUniformuivARB
      Specified by:
      glGetnUniformuiv in interface GL2ES3
    • glGetnUniformuiv

      public void glGetnUniformuiv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei bufSize, GLuint * params)
      Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_ARB_robustness
      Alias for: glGetnUniformuivKHR, glGetnUniformuivARB
      Specified by:
      glGetnUniformuiv in interface GL2ES3
      arg3 - a direct or array-backed IntBuffer
    • glHint

      public void glHint(int arg0, int arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum mode)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0, GL_PGI_misc_hints
      Alias for: glHintPGI
      Specified by:
      glHint in interface GL
    • glHintPGI

      public void glHintPGI(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLint mode)
      Part of GL_PGI_misc_hints
      Specified by:
      glHintPGI in interface GL2
    • glHistogram

      public void glHistogram(int arg0, int arg1, int arg2, boolean arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
      Alias for: glHistogramEXT
      Specified by:
      glHistogram in interface GL2
    • glImportSyncEXT

      public long glImportSyncEXT(int arg0, long arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: GLsync (GLenum external_sync_type, GLintptr external_sync, GLbitfield flags)
      Part of GL_EXT_x11_sync_object
      Specified by:
      glImportSyncEXT in interface GL2GL3
    • glIndexFormatNV

      public void glIndexFormatNV(int arg0, int arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum type, GLsizei stride)
      Part of GL_NV_vertex_buffer_unified_memory
      Specified by:
      glIndexFormatNV in interface GL2GL3
    • glIndexFuncEXT

      public void glIndexFuncEXT(int arg0, float arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum func, GLclampf ref)
      Part of GL_EXT_index_func
      Specified by:
      glIndexFuncEXT in interface GL2
    • glIndexMask

      public void glIndexMask(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint mask)
      Part of GL_VERSION_1_0
      Specified by:
      glIndexMask in interface GL2
    • glIndexMaterialEXT

      public void glIndexMaterialEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum face, GLenum mode)
      Part of GL_EXT_index_material
      Specified by:
      glIndexMaterialEXT in interface GL2
    • glIndexPointer

      public void glIndexPointer(int arg0, int arg1, Buffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum type, GLsizei stride, const GLvoid * ptr)
      Part of GL_VERSION_1_1, GL_EXT_vertex_array
      Alias for: glIndexPointerEXT
      Specified by:
      glIndexPointer in interface GL2
      arg2 - a direct only Buffer
    • glIndexd

      public void glIndexd(double arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble c)
      Part of GL_VERSION_1_0
      Specified by:
      glIndexd in interface GL2
    • glIndexdv

      public void glIndexdv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * c)
      Part of GL_VERSION_1_0
      Specified by:
      glIndexdv in interface GL2
    • glIndexdv

      public void glIndexdv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * c)
      Part of GL_VERSION_1_0
      Specified by:
      glIndexdv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glIndexf

      public void glIndexf(float arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat c)
      Part of GL_VERSION_1_0
      Specified by:
      glIndexf in interface GL2
    • glIndexfv

      public void glIndexfv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * c)
      Part of GL_VERSION_1_0
      Specified by:
      glIndexfv in interface GL2
    • glIndexfv

      public void glIndexfv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * c)
      Part of GL_VERSION_1_0
      Specified by:
      glIndexfv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glIndexi

      public void glIndexi(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint c)
      Part of GL_VERSION_1_0
      Specified by:
      glIndexi in interface GL2
    • glIndexiv

      public void glIndexiv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * c)
      Part of GL_VERSION_1_0
      Specified by:
      glIndexiv in interface GL2
    • glIndexiv

      public void glIndexiv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * c)
      Part of GL_VERSION_1_0
      Specified by:
      glIndexiv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glIndexs

      public void glIndexs(short arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLshort c)
      Part of GL_VERSION_1_0
      Specified by:
      glIndexs in interface GL2
    • glIndexsv

      public void glIndexsv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * c)
      Part of GL_VERSION_1_0
      Specified by:
      glIndexsv in interface GL2
    • glIndexsv

      public void glIndexsv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * c)
      Part of GL_VERSION_1_0
      Specified by:
      glIndexsv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glIndexub

      public void glIndexub(byte arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLubyte c)
      Part of GL_VERSION_1_1
      Specified by:
      glIndexub in interface GL2
    • glIndexubv

      public void glIndexubv(byte[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLubyte * c)
      Part of GL_VERSION_1_1
      Specified by:
      glIndexubv in interface GL2
    • glIndexubv

      public void glIndexubv(ByteBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLubyte * c)
      Part of GL_VERSION_1_1
      Specified by:
      glIndexubv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
    • glInitNames

      public void glInitNames()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_VERSION_1_0
      Specified by:
      glInitNames in interface GL2
    • glInsertComponentEXT

      public void glInsertComponentEXT(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint res, GLuint src, GLuint num)
      Part of GL_EXT_vertex_shader
      Specified by:
      glInsertComponentEXT in interface GL2
    • glInterleavedArrays

      public void glInterleavedArrays(int arg0, int arg1, Buffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum format, GLsizei stride, const GLvoid * pointer)
      Part of GL_VERSION_1_1
      Specified by:
      glInterleavedArrays in interface GL2
      arg2 - a direct or array-backed Buffer
    • glInterleavedArrays

      public void glInterleavedArrays(int arg0, int arg1, long arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum format, GLsizei stride, const GLvoid * pointer)
      Part of GL_VERSION_1_1
      Specified by:
      glInterleavedArrays in interface GL2
    • glInvalidateBufferData

      public void glInvalidateBufferData(int arg0)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint buffer)
      Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3
      Specified by:
      glInvalidateBufferData in interface GL2GL3
    • glInvalidateBufferSubData

      public void glInvalidateBufferSubData(int arg0, long arg1, long arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint buffer, GLintptr offset, GLsizeiptr length)
      Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3
      Specified by:
      glInvalidateBufferSubData in interface GL2GL3
    • glInvalidateFramebuffer

      public void glInvalidateFramebuffer(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLsizei numAttachments, const GLenum * attachments)
      Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0
      Specified by:
      glInvalidateFramebuffer in interface GL2ES3
      arg2 - a direct or array-backed IntBuffer
    • glInvalidateFramebuffer

      public void glInvalidateFramebuffer(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLsizei numAttachments, const GLenum * attachments)
      Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0
      Specified by:
      glInvalidateFramebuffer in interface GL2ES3
    • glInvalidateNamedFramebufferData

      public void glInvalidateNamedFramebufferData(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLsizei numAttachments, const GLenum * attachments)
      Part of GL_VERSION_4_5
      Specified by:
      glInvalidateNamedFramebufferData in interface GL4
    • glInvalidateNamedFramebufferData

      public void glInvalidateNamedFramebufferData(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLsizei numAttachments, const GLenum * attachments)
      Part of GL_VERSION_4_5
      Specified by:
      glInvalidateNamedFramebufferData in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glInvalidateNamedFramebufferSubData

      public void glInvalidateNamedFramebufferSubData(int arg0, int arg1, int[] arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height)
      Part of GL_VERSION_4_5
      Specified by:
      glInvalidateNamedFramebufferSubData in interface GL4
    • glInvalidateNamedFramebufferSubData

      public void glInvalidateNamedFramebufferSubData(int arg0, int arg1, IntBuffer arg2, int arg3, int arg4, int arg5, int arg6)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height)
      Part of GL_VERSION_4_5
      Specified by:
      glInvalidateNamedFramebufferSubData in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glInvalidateSubFramebuffer

      public void glInvalidateSubFramebuffer(int arg0, int arg1, int[] arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height)
      Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0
      Specified by:
      glInvalidateSubFramebuffer in interface GL2ES3
    • glInvalidateSubFramebuffer

      public void glInvalidateSubFramebuffer(int arg0, int arg1, IntBuffer arg2, int arg3, int arg4, int arg5, int arg6)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height)
      Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0
      Specified by:
      glInvalidateSubFramebuffer in interface GL2ES3
      arg2 - a direct or array-backed IntBuffer
    • glInvalidateTexImage

      public void glInvalidateTexImage(int arg0, int arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint texture, GLint level)
      Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3
      Specified by:
      glInvalidateTexImage in interface GL2GL3
    • glInvalidateTexSubImage

      public void glInvalidateTexSubImage(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth)
      Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3
      Specified by:
      glInvalidateTexSubImage in interface GL2GL3
    • glIsBuffer

      public boolean glIsBuffer(int arg0)
      Description copied from interface: GL
      Entry point to C language function: GLboolean (GLuint buffer)
      Part of GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_ARB_vertex_buffer_object
      Alias for: glIsBufferARB
      Specified by:
      glIsBuffer in interface GL
    • glIsBufferResidentNV

      public boolean glIsBufferResidentNV(int arg0)
      Description copied from interface: GL2GL3
      Entry point to C language function: GLboolean (GLenum target)
      Part of GL_NV_shader_buffer_load
      Specified by:
      glIsBufferResidentNV in interface GL2GL3
    • glIsCommandListNV

      public boolean glIsCommandListNV(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: GLboolean (GLuint list)
      Part of GL_NV_command_list
      Specified by:
      glIsCommandListNV in interface GL2
    • glIsEnabled

      public boolean glIsEnabled(int arg0)
      Description copied from interface: GL
      Entry point to C language function: GLboolean (GLenum cap)
      Part of GL_NV_vertex_buffer_unified_memory, GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glIsEnabled in interface GL
    • glIsEnabledIndexed

      public boolean glIsEnabledIndexed(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: GLboolean (GLenum target, GLuint index)
      Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
      Alias for: glIsEnabledIndexedEXT
      Specified by:
      glIsEnabledIndexed in interface GL2
    • glIsEnabledi

      public boolean glIsEnabledi(int arg0, int arg1)
      Description copied from interface: GL2ES3
      Entry point to C language function: GLboolean (GLenum target, GLuint index)
      Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_draw_buffers_indexed, GL_NV_viewport_array, GL_EXT_draw_buffers_indexed
      Alias for: glIsEnablediOES, glIsEnablediNV, glIsEnablediEXT
      Specified by:
      glIsEnabledi in interface GL2ES3
    • glIsFramebuffer

      public boolean glIsFramebuffer(int arg0)
      Description copied from interface: GL
      Entry point to C language function: GLboolean (GLuint framebuffer)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
      Alias for: glIsFramebufferEXT, glIsFramebufferOES
      Specified by:
      glIsFramebuffer in interface GL
    • glIsImageHandleResidentARB

      public boolean glIsImageHandleResidentARB(long arg0)
      Description copied from interface: GL4
      Entry point to C language function: GLboolean (GLuint64 handle)
      Part of GL_ARB_bindless_texture
      Specified by:
      glIsImageHandleResidentARB in interface GL4
    • glIsList

      public boolean glIsList(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: GLboolean (GLuint list)
      Part of GL_VERSION_1_0
      Specified by:
      glIsList in interface GL2
    • glIsNameAMD

      public boolean glIsNameAMD(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: GLboolean (GLenum identifier, GLuint name)
      Part of GL_AMD_name_gen_delete
      Specified by:
      glIsNameAMD in interface GL2
    • glIsNamedBufferResidentNV

      public boolean glIsNamedBufferResidentNV(int arg0)
      Description copied from interface: GL2GL3
      Entry point to C language function: GLboolean (GLuint buffer)
      Part of GL_NV_shader_buffer_load
      Specified by:
      glIsNamedBufferResidentNV in interface GL2GL3
    • glIsNamedStringARB

      public boolean glIsNamedStringARB(int arg0, String arg1)
      Description copied from interface: GL3
      Entry point to C language function: GLboolean (GLint namelen, const GLchar * name)
      Part of GL_ARB_shading_language_include
      Specified by:
      glIsNamedStringARB in interface GL3
    • glIsOcclusionQueryNV

      public boolean glIsOcclusionQueryNV(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: GLboolean (GLuint id)
      Part of GL_NV_occlusion_query
      Specified by:
      glIsOcclusionQueryNV in interface GL2
    • glIsProgram

      public boolean glIsProgram(int arg0)
      Description copied from interface: GL2ES2
      Entry point to C language function: GLboolean (GLuint program)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_ARB_fragment_program, GL_NV_vertex_program
      Alias for: glIsProgramARB, glIsProgramNV
      Specified by:
      glIsProgram in interface GL2ES2
    • glIsProgramARB

      public boolean glIsProgramARB(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: GLboolean (GLuint program)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glIsProgramARB in interface GL2
    • glIsProgramPipeline

      public boolean glIsProgramPipeline(int arg0)
      Description copied from interface: GL2ES2
      Entry point to C language function: GLboolean (GLuint pipeline)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
      Alias for: glIsProgramPipelineEXT
      Specified by:
      glIsProgramPipeline in interface GL2ES2
    • glIsQuery

      public boolean glIsQuery(int arg0)
      Description copied from interface: GL2ES2
      Entry point to C language function: GLboolean (GLuint id)
      Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
      Alias for: glIsQueryEXT, glIsQueryARB
      Specified by:
      glIsQuery in interface GL2ES2
    • glIsRenderbuffer

      public boolean glIsRenderbuffer(int arg0)
      Description copied from interface: GL
      Entry point to C language function: GLboolean (GLuint renderbuffer)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
      Alias for: glIsRenderbufferOES, glIsRenderbufferEXT
      Specified by:
      glIsRenderbuffer in interface GL
    • glIsSampler

      public boolean glIsSampler(int arg0)
      Description copied from interface: GL3ES3
      Entry point to C language function: GLboolean (GLuint sampler)
      Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
      Specified by:
      glIsSampler in interface GL3ES3
    • glIsShader

      public boolean glIsShader(int arg0)
      Description copied from interface: GL2ES2
      Entry point to C language function: GLboolean (GLuint shader)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
      Specified by:
      glIsShader in interface GL2ES2
    • glIsStateNV

      public boolean glIsStateNV(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: GLboolean (GLuint state)
      Part of GL_NV_command_list
      Specified by:
      glIsStateNV in interface GL2
    • glIsSync

      public boolean glIsSync(long arg0)
      Description copied from interface: GL3ES3
      Entry point to C language function: GLboolean (GLsync sync)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
      Alias for: glIsSyncAPPLE
      Specified by:
      glIsSync in interface GL3ES3
    • glIsTexture

      public boolean glIsTexture(int arg0)
      Description copied from interface: GL
      Entry point to C language function: GLboolean (GLuint texture)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_texture_object
      Alias for: glIsTextureEXT
      Specified by:
      glIsTexture in interface GL
    • glIsTextureHandleResidentARB

      public boolean glIsTextureHandleResidentARB(long arg0)
      Description copied from interface: GL4
      Entry point to C language function: GLboolean (GLuint64 handle)
      Part of GL_ARB_bindless_texture
      Specified by:
      glIsTextureHandleResidentARB in interface GL4
    • glIsTransformFeedback

      public boolean glIsTransformFeedback(int arg0)
      Description copied from interface: GL2ES3
      Entry point to C language function: GLboolean (GLuint id)
      Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
      Alias for: glIsTransformFeedbackNV
      Specified by:
      glIsTransformFeedback in interface GL2ES3
    • glIsTransformFeedbackNV

      public boolean glIsTransformFeedbackNV(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: GLboolean (GLuint id)
      Part of GL_NV_transform_feedback2
      Specified by:
      glIsTransformFeedbackNV in interface GL2
    • glIsVariantEnabledEXT

      public boolean glIsVariantEnabledEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: GLboolean (GLuint id, GLenum cap)
      Part of GL_EXT_vertex_shader
      Specified by:
      glIsVariantEnabledEXT in interface GL2
    • glIsVertexArray

      public boolean glIsVertexArray(int arg0)
      Description copied from interface: GL2ES3
      Entry point to C language function: GLboolean (GLuint array)
      Part of GL_ARB_vertex_array_object, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_OES_vertex_array_object, GL_APPLE_vertex_array_object
      Alias for: glIsVertexArrayOES, glIsVertexArrayAPPLE
      Specified by:
      glIsVertexArray in interface GL2ES3
    • glIsVertexAttribEnabledAPPLE

      public boolean glIsVertexAttribEnabledAPPLE(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: GLboolean (GLuint index, GLenum pname)
      Part of GL_APPLE_vertex_program_evaluators
      Specified by:
      glIsVertexAttribEnabledAPPLE in interface GL2
    • glLightModelf

      public void glLightModelf(int arg0, float arg1)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum pname, GLfloat param)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0
      Specified by:
      glLightModelf in interface GL2ES1
    • glLightModelfv

      public void glLightModelfv(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum pname, const GLfloat * params)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0
      Specified by:
      glLightModelfv in interface GL2ES1
    • glLightModelfv

      public void glLightModelfv(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum pname, const GLfloat * params)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0
      Specified by:
      glLightModelfv in interface GL2ES1
      arg1 - a direct or array-backed FloatBuffer
    • glLightModeli

      public void glLightModeli(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLint param)
      Part of GL_VERSION_1_0
      Specified by:
      glLightModeli in interface GL2
    • glLightModeliv

      public void glLightModeliv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, const GLint * params)
      Part of GL_VERSION_1_0
      Specified by:
      glLightModeliv in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glLightModeliv

      public void glLightModeliv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, const GLint * params)
      Part of GL_VERSION_1_0
      Specified by:
      glLightModeliv in interface GL2
    • glLightf

      public void glLightf(int arg0, int arg1, float arg2)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum light, GLenum pname, GLfloat param)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0
      Specified by:
      glLightf in interface GL2ES1
    • glLightfv

      public void glLightfv(int arg0, int arg1, float[] arg2, int arg3)
      Specified by:
      glLightfv in interface GLLightingFunc
    • glLightfv

      public void glLightfv(int arg0, int arg1, FloatBuffer arg2)
      Specified by:
      glLightfv in interface GLLightingFunc
    • glLighti

      public void glLighti(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum light, GLenum pname, GLint param)
      Part of GL_VERSION_1_0
      Specified by:
      glLighti in interface GL2
    • glLightiv

      public void glLightiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum light, GLenum pname, const GLint * params)
      Part of GL_VERSION_1_0
      Specified by:
      glLightiv in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glLightiv

      public void glLightiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum light, GLenum pname, const GLint * params)
      Part of GL_VERSION_1_0
      Specified by:
      glLightiv in interface GL2
    • glLineStipple

      public void glLineStipple(int arg0, short arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint factor, GLushort pattern)
      Part of GL_VERSION_1_0
      Specified by:
      glLineStipple in interface GL2
    • glLineWidth

      public void glLineWidth(float arg0)
      Description copied from interface: GL
      Entry point to C language function: void (GLfloat width)
      Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
      Specified by:
      glLineWidth in interface GL
    • glLinkProgram

      public void glLinkProgram(int arg0)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glLinkProgramARB
      Specified by:
      glLinkProgram in interface GL2ES2
    • glLinkProgramARB

      public void glLinkProgramARB(long arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB programObj)
      Part of GL_ARB_shader_objects
      Specified by:
      glLinkProgramARB in interface GL2
    • glListBase

      public void glListBase(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint base)
      Part of GL_VERSION_1_0
      Specified by:
      glListBase in interface GL2
    • glListDrawCommandsStatesClientNV

      public void glListDrawCommandsStatesClientNV(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2, IntBuffer arg3, IntBuffer arg4, IntBuffer arg5, int arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint list, GLuint segment, const void * * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
      Part of GL_NV_command_list
      Specified by:
      glListDrawCommandsStatesClientNV in interface GL2
      arg2 - a direct or array-backed PointerBuffer
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed IntBuffer
      arg5 - a direct or array-backed IntBuffer
    • glListDrawCommandsStatesClientNV

      public void glListDrawCommandsStatesClientNV(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2, int[] arg3, int arg4, int[] arg5, int arg6, int[] arg7, int arg8, int arg9)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint list, GLuint segment, const void * * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
      Part of GL_NV_command_list
      Specified by:
      glListDrawCommandsStatesClientNV in interface GL2
      arg2 - a direct or array-backed PointerBuffer
    • glLoadIdentity

      public void glLoadIdentity()
      Description copied from interface: GLMatrixFunc
      Load the current matrix with the identity matrix
      Specified by:
      glLoadIdentity in interface GLMatrixFunc
    • glLoadMatrixd

      public void glLoadMatrixd(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * m)
      Part of GL_VERSION_1_0
      Specified by:
      glLoadMatrixd in interface GL2
    • glLoadMatrixd

      public void glLoadMatrixd(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * m)
      Part of GL_VERSION_1_0
      Specified by:
      glLoadMatrixd in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glLoadMatrixf

      public void glLoadMatrixf(FloatBuffer arg0)
      Description copied from interface: GLMatrixFunc
      Load the current matrix w/ the provided one.
      Specified by:
      glLoadMatrixf in interface GLMatrixFunc
    • glLoadMatrixf

      public void glLoadMatrixf(float[] arg0, int arg1)
      Description copied from interface: GLMatrixFunc
      Load the current matrix w/ the provided one.
      Specified by:
      glLoadMatrixf in interface GLMatrixFunc
    • glLoadName

      public void glLoadName(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint name)
      Part of GL_VERSION_1_0
      Specified by:
      glLoadName in interface GL2
    • glLoadTransposeMatrixd

      public void glLoadTransposeMatrixd(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * m)
      Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
      Alias for: glLoadTransposeMatrixdARB
      Specified by:
      glLoadTransposeMatrixd in interface GL2
    • glLoadTransposeMatrixd

      public void glLoadTransposeMatrixd(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * m)
      Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
      Alias for: glLoadTransposeMatrixdARB
      Specified by:
      glLoadTransposeMatrixd in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glLoadTransposeMatrixf

      public void glLoadTransposeMatrixf(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * m)
      Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
      Alias for: glLoadTransposeMatrixfARB
      Specified by:
      glLoadTransposeMatrixf in interface GL2
    • glLoadTransposeMatrixf

      public void glLoadTransposeMatrixf(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * m)
      Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
      Alias for: glLoadTransposeMatrixfARB
      Specified by:
      glLoadTransposeMatrixf in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glLockArraysEXT

      public void glLockArraysEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint first, GLsizei count)
      Part of GL_EXT_compiled_vertex_array
      Specified by:
      glLockArraysEXT in interface GL2
    • glLogicOp

      public void glLogicOp(int arg0)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum opcode)
      Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glLogicOp in interface GL2ES1
      Specified by:
      glLogicOp in interface GL2GL3
    • glMakeBufferNonResidentNV

      public void glMakeBufferNonResidentNV(int arg0)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target)
      Part of GL_NV_shader_buffer_load
      Specified by:
      glMakeBufferNonResidentNV in interface GL2GL3
    • glMakeBufferResidentNV

      public void glMakeBufferResidentNV(int arg0, int arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLenum access)
      Part of GL_NV_shader_buffer_load
      Specified by:
      glMakeBufferResidentNV in interface GL2GL3
    • glMakeImageHandleNonResidentARB

      public void glMakeImageHandleNonResidentARB(long arg0)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint64 handle)
      Part of GL_ARB_bindless_texture
      Specified by:
      glMakeImageHandleNonResidentARB in interface GL4
    • glMakeImageHandleResidentARB

      public void glMakeImageHandleResidentARB(long arg0, int arg1)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint64 handle, GLenum access)
      Part of GL_ARB_bindless_texture
      Specified by:
      glMakeImageHandleResidentARB in interface GL4
    • glMakeNamedBufferNonResidentNV

      public void glMakeNamedBufferNonResidentNV(int arg0)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint buffer)
      Part of GL_NV_shader_buffer_load
      Specified by:
      glMakeNamedBufferNonResidentNV in interface GL2GL3
    • glMakeNamedBufferResidentNV

      public void glMakeNamedBufferResidentNV(int arg0, int arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint buffer, GLenum access)
      Part of GL_NV_shader_buffer_load
      Specified by:
      glMakeNamedBufferResidentNV in interface GL2GL3
    • glMakeTextureHandleNonResidentARB

      public void glMakeTextureHandleNonResidentARB(long arg0)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint64 handle)
      Part of GL_ARB_bindless_texture
      Specified by:
      glMakeTextureHandleNonResidentARB in interface GL4
    • glMakeTextureHandleResidentARB

      public void glMakeTextureHandleResidentARB(long arg0)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint64 handle)
      Part of GL_ARB_bindless_texture
      Specified by:
      glMakeTextureHandleResidentARB in interface GL4
    • glMap1d

      public void glMap1d(int arg0, double arg1, double arg2, int arg3, int arg4, DoubleBuffer arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
      Part of GL_VERSION_1_0
      Specified by:
      glMap1d in interface GL2
      arg5 - a direct or array-backed DoubleBuffer
    • glMap1d

      public void glMap1d(int arg0, double arg1, double arg2, int arg3, int arg4, double[] arg5, int arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
      Part of GL_VERSION_1_0
      Specified by:
      glMap1d in interface GL2
    • glMap1f

      public void glMap1f(int arg0, float arg1, float arg2, int arg3, int arg4, FloatBuffer arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
      Part of GL_VERSION_1_0
      Specified by:
      glMap1f in interface GL2
      arg5 - a direct or array-backed FloatBuffer
    • glMap1f

      public void glMap1f(int arg0, float arg1, float arg2, int arg3, int arg4, float[] arg5, int arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
      Part of GL_VERSION_1_0
      Specified by:
      glMap1f in interface GL2
    • glMap2d

      public void glMap2d(int arg0, double arg1, double arg2, int arg3, int arg4, double arg5, double arg6, int arg7, int arg8, DoubleBuffer arg9)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points)
      Part of GL_VERSION_1_0
      Specified by:
      glMap2d in interface GL2
      arg9 - a direct or array-backed DoubleBuffer
    • glMap2d

      public void glMap2d(int arg0, double arg1, double arg2, int arg3, int arg4, double arg5, double arg6, int arg7, int arg8, double[] arg9, int arg10)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points)
      Part of GL_VERSION_1_0
      Specified by:
      glMap2d in interface GL2
    • glMap2f

      public void glMap2f(int arg0, float arg1, float arg2, int arg3, int arg4, float arg5, float arg6, int arg7, int arg8, FloatBuffer arg9)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points)
      Part of GL_VERSION_1_0
      Specified by:
      glMap2f in interface GL2
      arg9 - a direct or array-backed FloatBuffer
    • glMap2f

      public void glMap2f(int arg0, float arg1, float arg2, int arg3, int arg4, float arg5, float arg6, int arg7, int arg8, float[] arg9, int arg10)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points)
      Part of GL_VERSION_1_0
      Specified by:
      glMap2f in interface GL2
    • glMapBuffer

      public ByteBuffer glMapBuffer(int arg0, int arg1)
      Description copied from interface: GL
      Entry point to C language function: void * (GLenum target, GLenum access)
      Part of GL_VERSION_1_5, GL_OES_mapbuffer, GL_ARB_vertex_buffer_object
      Alias for: glMapBufferOES, glMapBufferARB

      Throws a GLException if GL-function constraints are not met.

      Returns GLBase.mapBuffer(int, int)'s GLBufferStorage.getMappedBuffer().

      Specified by:
      glMapBuffer in interface GL
    • glMapBufferRange

      public ByteBuffer glMapBufferRange(int arg0, long arg1, long arg2, int arg3)
      Description copied from interface: GL
      Entry point to C language function: void * (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
      Part of GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range
      Alias for: glMapBufferRangeEXT

      Throws a GLException if GL-function constraints are not met.

      Returns GLBase.mapBufferRange(int, long, long, int)'s GLBufferStorage.getMappedBuffer().

      Specified by:
      glMapBufferRange in interface GL
    • glMapControlPointsNV

      public void glMapControlPointsNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, boolean arg7, Buffer arg8)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed, const void * points)
      Part of GL_NV_evaluators
      Specified by:
      glMapControlPointsNV in interface GL2
      arg8 - a direct or array-backed Buffer
    • glMapGrid1d

      public void glMapGrid1d(int arg0, double arg1, double arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint un, GLdouble u1, GLdouble u2)
      Part of GL_VERSION_1_0
      Specified by:
      glMapGrid1d in interface GL2
    • glMapGrid1f

      public void glMapGrid1f(int arg0, float arg1, float arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint un, GLfloat u1, GLfloat u2)
      Part of GL_VERSION_1_0
      Specified by:
      glMapGrid1f in interface GL2
    • glMapGrid2d

      public void glMapGrid2d(int arg0, double arg1, double arg2, int arg3, double arg4, double arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)
      Part of GL_VERSION_1_0
      Specified by:
      glMapGrid2d in interface GL2
    • glMapGrid2f

      public void glMapGrid2f(int arg0, float arg1, float arg2, int arg3, float arg4, float arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)
      Part of GL_VERSION_1_0
      Specified by:
      glMapGrid2f in interface GL2
    • glMapNamedBuffer

      public ByteBuffer glMapNamedBuffer(int arg0, int arg1)
      Description copied from interface: GL4
      Entry point to C language function: void * (GLuint buffer, GLenum access)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glMapNamedBufferEXT
      Specified by:
      glMapNamedBuffer in interface GL4
    • glMapNamedBufferEXT

      public ByteBuffer glMapNamedBufferEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void * (GLuint buffer, GLenum access)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMapNamedBufferEXT in interface GL2
    • glMapNamedBufferRange

      public ByteBuffer glMapNamedBufferRange(int arg0, long arg1, long arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void * (GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glMapNamedBufferRangeEXT
      Specified by:
      glMapNamedBufferRange in interface GL4
    • glMapNamedBufferRangeEXT

      public ByteBuffer glMapNamedBufferRangeEXT(int arg0, long arg1, long arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void * (GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMapNamedBufferRangeEXT in interface GL2
    • glMapParameterfvNV

      public void glMapParameterfvNV(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
      Part of GL_NV_evaluators
      Specified by:
      glMapParameterfvNV in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glMapParameterfvNV

      public void glMapParameterfvNV(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
      Part of GL_NV_evaluators
      Specified by:
      glMapParameterfvNV in interface GL2
    • glMapParameterivNV

      public void glMapParameterivNV(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
      Part of GL_NV_evaluators
      Specified by:
      glMapParameterivNV in interface GL2
    • glMapParameterivNV

      public void glMapParameterivNV(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
      Part of GL_NV_evaluators
      Specified by:
      glMapParameterivNV in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glMapTexture2DINTEL

      public ByteBuffer glMapTexture2DINTEL(int arg0, int arg1, int arg2, IntBuffer arg3, IntBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void * (GLuint texture, GLint level, GLbitfield access, GLint * stride, GLenum * layout)
      Part of GL_INTEL_map_texture
      Specified by:
      glMapTexture2DINTEL in interface GL2
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed IntBuffer
    • glMapTexture2DINTEL

      public ByteBuffer glMapTexture2DINTEL(int arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6)
      Description copied from interface: GL2
      Entry point to C language function: void * (GLuint texture, GLint level, GLbitfield access, GLint * stride, GLenum * layout)
      Part of GL_INTEL_map_texture
      Specified by:
      glMapTexture2DINTEL in interface GL2
    • glMapVertexAttrib1dAPPLE

      public void glMapVertexAttrib1dAPPLE(int arg0, int arg1, double arg2, double arg3, int arg4, int arg5, double[] arg6, int arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
      Part of GL_APPLE_vertex_program_evaluators
      Specified by:
      glMapVertexAttrib1dAPPLE in interface GL2
    • glMapVertexAttrib1dAPPLE

      public void glMapVertexAttrib1dAPPLE(int arg0, int arg1, double arg2, double arg3, int arg4, int arg5, DoubleBuffer arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
      Part of GL_APPLE_vertex_program_evaluators
      Specified by:
      glMapVertexAttrib1dAPPLE in interface GL2
      arg6 - a direct or array-backed DoubleBuffer
    • glMapVertexAttrib1fAPPLE

      public void glMapVertexAttrib1fAPPLE(int arg0, int arg1, float arg2, float arg3, int arg4, int arg5, float[] arg6, int arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
      Part of GL_APPLE_vertex_program_evaluators
      Specified by:
      glMapVertexAttrib1fAPPLE in interface GL2
    • glMapVertexAttrib1fAPPLE

      public void glMapVertexAttrib1fAPPLE(int arg0, int arg1, float arg2, float arg3, int arg4, int arg5, FloatBuffer arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
      Part of GL_APPLE_vertex_program_evaluators
      Specified by:
      glMapVertexAttrib1fAPPLE in interface GL2
      arg6 - a direct or array-backed FloatBuffer
    • glMapVertexAttrib2dAPPLE

      public void glMapVertexAttrib2dAPPLE(int arg0, int arg1, double arg2, double arg3, int arg4, int arg5, double arg6, double arg7, int arg8, int arg9, double[] arg10, int arg11)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points)
      Part of GL_APPLE_vertex_program_evaluators
      Specified by:
      glMapVertexAttrib2dAPPLE in interface GL2
    • glMapVertexAttrib2dAPPLE

      public void glMapVertexAttrib2dAPPLE(int arg0, int arg1, double arg2, double arg3, int arg4, int arg5, double arg6, double arg7, int arg8, int arg9, DoubleBuffer arg10)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points)
      Part of GL_APPLE_vertex_program_evaluators
      Specified by:
      glMapVertexAttrib2dAPPLE in interface GL2
      arg10 - a direct or array-backed DoubleBuffer
    • glMapVertexAttrib2fAPPLE

      public void glMapVertexAttrib2fAPPLE(int arg0, int arg1, float arg2, float arg3, int arg4, int arg5, float arg6, float arg7, int arg8, int arg9, FloatBuffer arg10)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points)
      Part of GL_APPLE_vertex_program_evaluators
      Specified by:
      glMapVertexAttrib2fAPPLE in interface GL2
      arg10 - a direct or array-backed FloatBuffer
    • glMapVertexAttrib2fAPPLE

      public void glMapVertexAttrib2fAPPLE(int arg0, int arg1, float arg2, float arg3, int arg4, int arg5, float arg6, float arg7, int arg8, int arg9, float[] arg10, int arg11)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points)
      Part of GL_APPLE_vertex_program_evaluators
      Specified by:
      glMapVertexAttrib2fAPPLE in interface GL2
    • glMaterialf

      public void glMaterialf(int arg0, int arg1, float arg2)
      Specified by:
      glMaterialf in interface GLLightingFunc
    • glMaterialfv

      public void glMaterialfv(int arg0, int arg1, float[] arg2, int arg3)
      Specified by:
      glMaterialfv in interface GLLightingFunc
    • glMaterialfv

      public void glMaterialfv(int arg0, int arg1, FloatBuffer arg2)
      Specified by:
      glMaterialfv in interface GLLightingFunc
    • glMateriali

      public void glMateriali(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum face, GLenum pname, GLint param)
      Part of GL_VERSION_1_0
      Specified by:
      glMateriali in interface GL2
    • glMaterialiv

      public void glMaterialiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum face, GLenum pname, const GLint * params)
      Part of GL_VERSION_1_0
      Specified by:
      glMaterialiv in interface GL2
    • glMaterialiv

      public void glMaterialiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum face, GLenum pname, const GLint * params)
      Part of GL_VERSION_1_0
      Specified by:
      glMaterialiv in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glMatrixFrustumEXT

      public void glMatrixFrustumEXT(int arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixFrustumEXT in interface GL2
    • glMatrixIndexPointerARB

      public void glMatrixIndexPointerARB(int arg0, int arg1, int arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, GLenum type, GLsizei stride, const void * pointer)
      Part of GL_ARB_matrix_palette
      Specified by:
      glMatrixIndexPointerARB in interface GL2
    • glMatrixIndexPointerARB

      public void glMatrixIndexPointerARB(int arg0, int arg1, int arg2, Buffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, GLenum type, GLsizei stride, const void * pointer)
      Part of GL_ARB_matrix_palette
      Specified by:
      glMatrixIndexPointerARB in interface GL2
      arg3 - a direct only Buffer
    • glMatrixIndexubvARB

      public void glMatrixIndexubvARB(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLubyte * indices)
      Part of GL_ARB_matrix_palette
      Specified by:
      glMatrixIndexubvARB in interface GL2
    • glMatrixIndexubvARB

      public void glMatrixIndexubvARB(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLubyte * indices)
      Part of GL_ARB_matrix_palette
      Specified by:
      glMatrixIndexubvARB in interface GL2
      arg1 - a direct or array-backed ByteBuffer
    • glMatrixIndexuivARB

      public void glMatrixIndexuivARB(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLuint * indices)
      Part of GL_ARB_matrix_palette
      Specified by:
      glMatrixIndexuivARB in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glMatrixIndexuivARB

      public void glMatrixIndexuivARB(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLuint * indices)
      Part of GL_ARB_matrix_palette
      Specified by:
      glMatrixIndexuivARB in interface GL2
    • glMatrixIndexusvARB

      public void glMatrixIndexusvARB(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLushort * indices)
      Part of GL_ARB_matrix_palette
      Specified by:
      glMatrixIndexusvARB in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glMatrixIndexusvARB

      public void glMatrixIndexusvARB(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLushort * indices)
      Part of GL_ARB_matrix_palette
      Specified by:
      glMatrixIndexusvARB in interface GL2
    • glMatrixLoadIdentityEXT

      public void glMatrixLoadIdentityEXT(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixLoadIdentityEXT in interface GL2
    • glMatrixLoadTransposedEXT

      public void glMatrixLoadTransposedEXT(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, const GLdouble * m)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixLoadTransposedEXT in interface GL2
    • glMatrixLoadTransposedEXT

      public void glMatrixLoadTransposedEXT(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, const GLdouble * m)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixLoadTransposedEXT in interface GL2
      arg1 - a direct or array-backed DoubleBuffer
    • glMatrixLoadTransposefEXT

      public void glMatrixLoadTransposefEXT(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, const GLfloat * m)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixLoadTransposefEXT in interface GL2
    • glMatrixLoadTransposefEXT

      public void glMatrixLoadTransposefEXT(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, const GLfloat * m)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixLoadTransposefEXT in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glMatrixLoaddEXT

      public void glMatrixLoaddEXT(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, const GLdouble * m)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixLoaddEXT in interface GL2
    • glMatrixLoaddEXT

      public void glMatrixLoaddEXT(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, const GLdouble * m)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixLoaddEXT in interface GL2
      arg1 - a direct or array-backed DoubleBuffer
    • glMatrixLoadfEXT

      public void glMatrixLoadfEXT(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, const GLfloat * m)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixLoadfEXT in interface GL2
    • glMatrixLoadfEXT

      public void glMatrixLoadfEXT(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, const GLfloat * m)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixLoadfEXT in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glMatrixMode

      public void glMatrixMode(int arg0)
      Description copied from interface: GLMatrixFunc
      Sets the current matrix mode.
      Specified by:
      glMatrixMode in interface GLMatrixFunc
      Parameters:
      arg0 - GLMatrixFunc.GL_MODELVIEW, GLMatrixFunc.GL_PROJECTION or GL_TEXTURE.
    • glMatrixMultTransposedEXT

      public void glMatrixMultTransposedEXT(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, const GLdouble * m)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixMultTransposedEXT in interface GL2
    • glMatrixMultTransposedEXT

      public void glMatrixMultTransposedEXT(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, const GLdouble * m)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixMultTransposedEXT in interface GL2
      arg1 - a direct or array-backed DoubleBuffer
    • glMatrixMultTransposefEXT

      public void glMatrixMultTransposefEXT(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, const GLfloat * m)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixMultTransposefEXT in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glMatrixMultTransposefEXT

      public void glMatrixMultTransposefEXT(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, const GLfloat * m)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixMultTransposefEXT in interface GL2
    • glMatrixMultdEXT

      public void glMatrixMultdEXT(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, const GLdouble * m)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixMultdEXT in interface GL2
      arg1 - a direct or array-backed DoubleBuffer
    • glMatrixMultdEXT

      public void glMatrixMultdEXT(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, const GLdouble * m)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixMultdEXT in interface GL2
    • glMatrixMultfEXT

      public void glMatrixMultfEXT(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, const GLfloat * m)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixMultfEXT in interface GL2
    • glMatrixMultfEXT

      public void glMatrixMultfEXT(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, const GLfloat * m)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixMultfEXT in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glMatrixOrthoEXT

      public void glMatrixOrthoEXT(int arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixOrthoEXT in interface GL2
    • glMatrixPopEXT

      public void glMatrixPopEXT(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixPopEXT in interface GL2
    • glMatrixPushEXT

      public void glMatrixPushEXT(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixPushEXT in interface GL2
    • glMatrixRotatedEXT

      public void glMatrixRotatedEXT(int arg0, double arg1, double arg2, double arg3, double arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixRotatedEXT in interface GL2
    • glMatrixRotatefEXT

      public void glMatrixRotatefEXT(int arg0, float arg1, float arg2, float arg3, float arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixRotatefEXT in interface GL2
    • glMatrixScaledEXT

      public void glMatrixScaledEXT(int arg0, double arg1, double arg2, double arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, GLdouble x, GLdouble y, GLdouble z)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixScaledEXT in interface GL2
    • glMatrixScalefEXT

      public void glMatrixScalefEXT(int arg0, float arg1, float arg2, float arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, GLfloat x, GLfloat y, GLfloat z)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixScalefEXT in interface GL2
    • glMatrixTranslatedEXT

      public void glMatrixTranslatedEXT(int arg0, double arg1, double arg2, double arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, GLdouble x, GLdouble y, GLdouble z)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixTranslatedEXT in interface GL2
    • glMatrixTranslatefEXT

      public void glMatrixTranslatefEXT(int arg0, float arg1, float arg2, float arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, GLfloat x, GLfloat y, GLfloat z)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMatrixTranslatefEXT in interface GL2
    • glMaxShaderCompilerThreadsARB

      public void glMaxShaderCompilerThreadsARB(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint count)
      Part of GL_ARB_parallel_shader_compile
      Specified by:
      glMaxShaderCompilerThreadsARB in interface GL2
    • glMemoryBarrier

      public void glMemoryBarrier(int arg0)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLbitfield barriers)
      Part of GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
      Alias for: glMemoryBarrierEXT
      Specified by:
      glMemoryBarrier in interface GL2ES3
    • glMemoryBarrierByRegion

      public void glMemoryBarrierByRegion(int arg0)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLbitfield barriers)
      Part of GL_VERSION_4_5, GL_ES_VERSION_3_1
      Specified by:
      glMemoryBarrierByRegion in interface GL3ES3
    • glMinSampleShading

      public void glMinSampleShading(float arg0)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLfloat value)
      Part of GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_sample_shading, GL_ARB_sample_shading
      Alias for: glMinSampleShadingOES, glMinSampleShadingARB
      Specified by:
      glMinSampleShading in interface GL2ES3
    • glMinmax

      public void glMinmax(int arg0, int arg1, boolean arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLboolean sink)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
      Alias for: glMinmaxEXT
      Specified by:
      glMinmax in interface GL2
    • glMultMatrixd

      public void glMultMatrixd(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * m)
      Part of GL_VERSION_1_0
      Specified by:
      glMultMatrixd in interface GL2
    • glMultMatrixd

      public void glMultMatrixd(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * m)
      Part of GL_VERSION_1_0
      Specified by:
      glMultMatrixd in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glMultMatrixf

      public void glMultMatrixf(FloatBuffer arg0)
      Description copied from interface: GLMatrixFunc
      Multiply the current matrix: [c] = [c] x [m]
      Specified by:
      glMultMatrixf in interface GLMatrixFunc
      Parameters:
      arg0 - the FloatBuffer's position remains unchanged, which is the same behavior than the native JOGL GL impl
    • glMultMatrixf

      public void glMultMatrixf(float[] arg0, int arg1)
      Description copied from interface: GLMatrixFunc
      Multiply the current matrix: [c] = [c] x [m]
      Specified by:
      glMultMatrixf in interface GLMatrixFunc
    • glMultTransposeMatrixd

      public void glMultTransposeMatrixd(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * m)
      Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
      Alias for: glMultTransposeMatrixdARB
      Specified by:
      glMultTransposeMatrixd in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glMultTransposeMatrixd

      public void glMultTransposeMatrixd(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * m)
      Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
      Alias for: glMultTransposeMatrixdARB
      Specified by:
      glMultTransposeMatrixd in interface GL2
    • glMultTransposeMatrixf

      public void glMultTransposeMatrixf(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * m)
      Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
      Alias for: glMultTransposeMatrixfARB
      Specified by:
      glMultTransposeMatrixf in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glMultTransposeMatrixf

      public void glMultTransposeMatrixf(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * m)
      Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
      Alias for: glMultTransposeMatrixfARB
      Specified by:
      glMultTransposeMatrixf in interface GL2
    • glMultiDrawArrays

      public void glMultiDrawArrays(int arg0, int[] arg1, int arg2, int[] arg3, int arg4, int arg5)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum mode, const GLint * first, const GLsizei * count, GLsizei drawcount)
      Part of GL_VERSION_1_4, GL_EXT_multi_draw_arrays
      Alias for: glMultiDrawArraysEXT
      Specified by:
      glMultiDrawArrays in interface GL2GL3
    • glMultiDrawArrays

      public void glMultiDrawArrays(int arg0, IntBuffer arg1, IntBuffer arg2, int arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum mode, const GLint * first, const GLsizei * count, GLsizei drawcount)
      Part of GL_VERSION_1_4, GL_EXT_multi_draw_arrays
      Alias for: glMultiDrawArraysEXT
      Specified by:
      glMultiDrawArrays in interface GL2GL3
      arg1 - a direct or array-backed IntBuffer
      arg2 - a direct or array-backed IntBuffer
    • glMultiDrawArraysIndirect

      public void glMultiDrawArraysIndirect(int arg0, Buffer arg1, int arg2, int arg3)
      Description copied from interface: GL4bc
      Entry point to C language function: void (GLenum mode, const void * indirect, GLsizei drawcount, GLsizei stride);
      Part of GL_VERSION_4_3, GL_ARB_multi_draw_indirect
      Specified by:
      glMultiDrawArraysIndirect in interface GL4bc
      arg1 - a direct or array-backed Buffer
    • glMultiDrawArraysIndirect

      public void glMultiDrawArraysIndirect(int arg0, long arg1, int arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum mode, const void * indirect, GLsizei drawcount, GLsizei stride)
      Part of GL_ARB_multi_draw_indirect, GL_VERSION_4_3, GL_EXT_multi_draw_indirect, GL_AMD_multi_draw_indirect
      Alias for: glMultiDrawArraysIndirectEXT, glMultiDrawArraysIndirectAMD
      Specified by:
      glMultiDrawArraysIndirect in interface GL3
    • glMultiDrawArraysIndirectAMD

      public void glMultiDrawArraysIndirectAMD(int arg0, Buffer arg1, int arg2, int arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum mode, const void * indirect, GLsizei primcount, GLsizei stride)
      Part of GL_AMD_multi_draw_indirect
      Specified by:
      glMultiDrawArraysIndirectAMD in interface GL2GL3
      arg1 - a direct or array-backed Buffer
    • glMultiDrawArraysIndirectBindlessCountNV

      public void glMultiDrawArraysIndirectBindlessCountNV(int arg0, Buffer arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, const void * indirect, GLsizei drawCount, GLsizei maxDrawCount, GLsizei stride, GLint vertexBufferCount)
      Part of GL_NV_bindless_multi_draw_indirect_count
      Specified by:
      glMultiDrawArraysIndirectBindlessCountNV in interface GL2
      arg1 - a direct or array-backed Buffer
    • glMultiDrawArraysIndirectBindlessNV

      public void glMultiDrawArraysIndirectBindlessNV(int arg0, Buffer arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, const void * indirect, GLsizei drawCount, GLsizei stride, GLint vertexBufferCount)
      Part of GL_NV_bindless_multi_draw_indirect
      Specified by:
      glMultiDrawArraysIndirectBindlessNV in interface GL2
      arg1 - a direct or array-backed Buffer
    • glMultiDrawArraysIndirectCountARB

      public void glMultiDrawArraysIndirectCountARB(int arg0, long arg1, long arg2, int arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLenum mode, GLintptr indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride)
      Part of GL_ARB_indirect_parameters
      Specified by:
      glMultiDrawArraysIndirectCountARB in interface GL4
    • glMultiDrawElements

      public void glMultiDrawElements(int arg0, IntBuffer arg1, int arg2, com.jogamp.common.nio.PointerBuffer arg3, int arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum mode, const GLsizei * count, GLenum type, const void * const * indices, GLsizei drawcount)
      Part of GL_VERSION_1_4, GL_EXT_multi_draw_arrays
      Alias for: glMultiDrawElementsEXT
      Specified by:
      glMultiDrawElements in interface GL2GL3
      arg1 - a direct only IntBuffer
      arg3 - a direct only PointerBuffer
    • glMultiDrawElementsBaseVertex

      public void glMultiDrawElementsBaseVertex(int arg0, IntBuffer arg1, int arg2, com.jogamp.common.nio.PointerBuffer arg3, int arg4, IntBuffer arg5)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum mode, const GLsizei * count, GLenum type, const void * const * indices, GLsizei drawcount, const GLint * basevertex)
      Part of GL_ARB_draw_elements_base_vertex, GL_VERSION_3_2, GL_OES_draw_elements_base_vertex, GL_EXT_draw_elements_base_vertex
      Alias for: glMultiDrawElementsBaseVertexOES, glMultiDrawElementsBaseVertexEXT
      Specified by:
      glMultiDrawElementsBaseVertex in interface GL3
      arg1 - a direct only IntBuffer
      arg3 - a direct only PointerBuffer
      arg5 - a direct only IntBuffer
    • glMultiDrawElementsIndirect

      public void glMultiDrawElementsIndirect(int arg0, int arg1, Buffer arg2, int arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum mode, GLenum type, const void * indirect, GLsizei drawcount, GLsizei stride)
      Part of GL_ARB_multi_draw_indirect, GL_VERSION_4_3, GL_AMD_multi_draw_indirect, GL_EXT_multi_draw_indirect
      Alias for: glMultiDrawElementsIndirectAMD, glMultiDrawElementsIndirectEXT
      Specified by:
      glMultiDrawElementsIndirect in interface GL3
      arg2 - a direct or array-backed Buffer
    • glMultiDrawElementsIndirectAMD

      public void glMultiDrawElementsIndirectAMD(int arg0, int arg1, Buffer arg2, int arg3, int arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum mode, GLenum type, const void * indirect, GLsizei primcount, GLsizei stride)
      Part of GL_AMD_multi_draw_indirect
      Specified by:
      glMultiDrawElementsIndirectAMD in interface GL2GL3
      arg2 - a direct or array-backed Buffer
    • glMultiDrawElementsIndirectBindlessCountNV

      public void glMultiDrawElementsIndirectBindlessCountNV(int arg0, int arg1, Buffer arg2, int arg3, int arg4, int arg5, int arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, GLenum type, const void * indirect, GLsizei drawCount, GLsizei maxDrawCount, GLsizei stride, GLint vertexBufferCount)
      Part of GL_NV_bindless_multi_draw_indirect_count
      Specified by:
      glMultiDrawElementsIndirectBindlessCountNV in interface GL2
      arg2 - a direct or array-backed Buffer
    • glMultiDrawElementsIndirectBindlessNV

      public void glMultiDrawElementsIndirectBindlessNV(int arg0, int arg1, Buffer arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode, GLenum type, const void * indirect, GLsizei drawCount, GLsizei stride, GLint vertexBufferCount)
      Part of GL_NV_bindless_multi_draw_indirect
      Specified by:
      glMultiDrawElementsIndirectBindlessNV in interface GL2
      arg2 - a direct or array-backed Buffer
    • glMultiDrawElementsIndirectCountARB

      public void glMultiDrawElementsIndirectCountARB(int arg0, int arg1, long arg2, long arg3, int arg4, int arg5)
      Description copied from interface: GL4
      Entry point to C language function: void (GLenum mode, GLenum type, GLintptr indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride)
      Part of GL_ARB_indirect_parameters
      Specified by:
      glMultiDrawElementsIndirectCountARB in interface GL4
    • glMultiTexBufferEXT

      public void glMultiTexBufferEXT(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum internalformat, GLuint buffer)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexBufferEXT in interface GL2
    • glMultiTexCoord1bOES

      public void glMultiTexCoord1bOES(int arg0, byte arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texture, GLbyte s)
      Part of GL_OES_byte_coordinates
      Specified by:
      glMultiTexCoord1bOES in interface GL2
    • glMultiTexCoord1bvOES

      public void glMultiTexCoord1bvOES(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texture, const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glMultiTexCoord1bvOES in interface GL2
      arg1 - a direct or array-backed ByteBuffer
    • glMultiTexCoord1bvOES

      public void glMultiTexCoord1bvOES(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texture, const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glMultiTexCoord1bvOES in interface GL2
    • glMultiTexCoord1d

      public void glMultiTexCoord1d(int arg0, double arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLdouble s)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord1dARB
      Specified by:
      glMultiTexCoord1d in interface GL2
    • glMultiTexCoord1dv

      public void glMultiTexCoord1dv(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLdouble * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord1dvARB
      Specified by:
      glMultiTexCoord1dv in interface GL2
    • glMultiTexCoord1dv

      public void glMultiTexCoord1dv(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLdouble * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord1dvARB
      Specified by:
      glMultiTexCoord1dv in interface GL2
      arg1 - a direct or array-backed DoubleBuffer
    • glMultiTexCoord1f

      public void glMultiTexCoord1f(int arg0, float arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLfloat s)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord1fARB
      Specified by:
      glMultiTexCoord1f in interface GL2
    • glMultiTexCoord1fv

      public void glMultiTexCoord1fv(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLfloat * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord1fvARB
      Specified by:
      glMultiTexCoord1fv in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glMultiTexCoord1fv

      public void glMultiTexCoord1fv(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLfloat * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord1fvARB
      Specified by:
      glMultiTexCoord1fv in interface GL2
    • glMultiTexCoord1h

      public void glMultiTexCoord1h(int arg0, short arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLhalfNV s)
      Part of GL_NV_half_float
      Alias for: glMultiTexCoord1hNV
      Specified by:
      glMultiTexCoord1h in interface GL2
    • glMultiTexCoord1hv

      public void glMultiTexCoord1hv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glMultiTexCoord1hvNV
      Specified by:
      glMultiTexCoord1hv in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glMultiTexCoord1hv

      public void glMultiTexCoord1hv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glMultiTexCoord1hvNV
      Specified by:
      glMultiTexCoord1hv in interface GL2
    • glMultiTexCoord1i

      public void glMultiTexCoord1i(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLint s)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord1iARB
      Specified by:
      glMultiTexCoord1i in interface GL2
    • glMultiTexCoord1iv

      public void glMultiTexCoord1iv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLint * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord1ivARB
      Specified by:
      glMultiTexCoord1iv in interface GL2
    • glMultiTexCoord1iv

      public void glMultiTexCoord1iv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLint * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord1ivARB
      Specified by:
      glMultiTexCoord1iv in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glMultiTexCoord1s

      public void glMultiTexCoord1s(int arg0, short arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLshort s)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord1sARB
      Specified by:
      glMultiTexCoord1s in interface GL2
    • glMultiTexCoord1sv

      public void glMultiTexCoord1sv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLshort * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord1svARB
      Specified by:
      glMultiTexCoord1sv in interface GL2
    • glMultiTexCoord1sv

      public void glMultiTexCoord1sv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLshort * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord1svARB
      Specified by:
      glMultiTexCoord1sv in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glMultiTexCoord2bOES

      public void glMultiTexCoord2bOES(int arg0, byte arg1, byte arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texture, GLbyte s, GLbyte t)
      Part of GL_OES_byte_coordinates
      Specified by:
      glMultiTexCoord2bOES in interface GL2
    • glMultiTexCoord2bvOES

      public void glMultiTexCoord2bvOES(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texture, const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glMultiTexCoord2bvOES in interface GL2
    • glMultiTexCoord2bvOES

      public void glMultiTexCoord2bvOES(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texture, const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glMultiTexCoord2bvOES in interface GL2
      arg1 - a direct or array-backed ByteBuffer
    • glMultiTexCoord2d

      public void glMultiTexCoord2d(int arg0, double arg1, double arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLdouble s, GLdouble t)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord2dARB
      Specified by:
      glMultiTexCoord2d in interface GL2
    • glMultiTexCoord2dv

      public void glMultiTexCoord2dv(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLdouble * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord2dvARB
      Specified by:
      glMultiTexCoord2dv in interface GL2
      arg1 - a direct or array-backed DoubleBuffer
    • glMultiTexCoord2dv

      public void glMultiTexCoord2dv(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLdouble * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord2dvARB
      Specified by:
      glMultiTexCoord2dv in interface GL2
    • glMultiTexCoord2f

      public void glMultiTexCoord2f(int arg0, float arg1, float arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLfloat s, GLfloat t)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord2fARB
      Specified by:
      glMultiTexCoord2f in interface GL2
    • glMultiTexCoord2fv

      public void glMultiTexCoord2fv(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLfloat * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord2fvARB
      Specified by:
      glMultiTexCoord2fv in interface GL2
    • glMultiTexCoord2fv

      public void glMultiTexCoord2fv(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLfloat * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord2fvARB
      Specified by:
      glMultiTexCoord2fv in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glMultiTexCoord2h

      public void glMultiTexCoord2h(int arg0, short arg1, short arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLhalfNV s, GLhalfNV t)
      Part of GL_NV_half_float
      Alias for: glMultiTexCoord2hNV
      Specified by:
      glMultiTexCoord2h in interface GL2
    • glMultiTexCoord2hv

      public void glMultiTexCoord2hv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glMultiTexCoord2hvNV
      Specified by:
      glMultiTexCoord2hv in interface GL2
    • glMultiTexCoord2hv

      public void glMultiTexCoord2hv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glMultiTexCoord2hvNV
      Specified by:
      glMultiTexCoord2hv in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glMultiTexCoord2i

      public void glMultiTexCoord2i(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLint s, GLint t)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord2iARB
      Specified by:
      glMultiTexCoord2i in interface GL2
    • glMultiTexCoord2iv

      public void glMultiTexCoord2iv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLint * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord2ivARB
      Specified by:
      glMultiTexCoord2iv in interface GL2
    • glMultiTexCoord2iv

      public void glMultiTexCoord2iv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLint * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord2ivARB
      Specified by:
      glMultiTexCoord2iv in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glMultiTexCoord2s

      public void glMultiTexCoord2s(int arg0, short arg1, short arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLshort s, GLshort t)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord2sARB
      Specified by:
      glMultiTexCoord2s in interface GL2
    • glMultiTexCoord2sv

      public void glMultiTexCoord2sv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLshort * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord2svARB
      Specified by:
      glMultiTexCoord2sv in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glMultiTexCoord2sv

      public void glMultiTexCoord2sv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLshort * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord2svARB
      Specified by:
      glMultiTexCoord2sv in interface GL2
    • glMultiTexCoord3bOES

      public void glMultiTexCoord3bOES(int arg0, byte arg1, byte arg2, byte arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texture, GLbyte s, GLbyte t, GLbyte r)
      Part of GL_OES_byte_coordinates
      Specified by:
      glMultiTexCoord3bOES in interface GL2
    • glMultiTexCoord3bvOES

      public void glMultiTexCoord3bvOES(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texture, const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glMultiTexCoord3bvOES in interface GL2
      arg1 - a direct or array-backed ByteBuffer
    • glMultiTexCoord3bvOES

      public void glMultiTexCoord3bvOES(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texture, const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glMultiTexCoord3bvOES in interface GL2
    • glMultiTexCoord3d

      public void glMultiTexCoord3d(int arg0, double arg1, double arg2, double arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLdouble s, GLdouble t, GLdouble r)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord3dARB
      Specified by:
      glMultiTexCoord3d in interface GL2
    • glMultiTexCoord3dv

      public void glMultiTexCoord3dv(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLdouble * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord3dvARB
      Specified by:
      glMultiTexCoord3dv in interface GL2
    • glMultiTexCoord3dv

      public void glMultiTexCoord3dv(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLdouble * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord3dvARB
      Specified by:
      glMultiTexCoord3dv in interface GL2
      arg1 - a direct or array-backed DoubleBuffer
    • glMultiTexCoord3f

      public void glMultiTexCoord3f(int arg0, float arg1, float arg2, float arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLfloat s, GLfloat t, GLfloat r)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord3fARB
      Specified by:
      glMultiTexCoord3f in interface GL2
    • glMultiTexCoord3fv

      public void glMultiTexCoord3fv(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLfloat * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord3fvARB
      Specified by:
      glMultiTexCoord3fv in interface GL2
    • glMultiTexCoord3fv

      public void glMultiTexCoord3fv(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLfloat * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord3fvARB
      Specified by:
      glMultiTexCoord3fv in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glMultiTexCoord3h

      public void glMultiTexCoord3h(int arg0, short arg1, short arg2, short arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r)
      Part of GL_NV_half_float
      Alias for: glMultiTexCoord3hNV
      Specified by:
      glMultiTexCoord3h in interface GL2
    • glMultiTexCoord3hv

      public void glMultiTexCoord3hv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glMultiTexCoord3hvNV
      Specified by:
      glMultiTexCoord3hv in interface GL2
    • glMultiTexCoord3hv

      public void glMultiTexCoord3hv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glMultiTexCoord3hvNV
      Specified by:
      glMultiTexCoord3hv in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glMultiTexCoord3i

      public void glMultiTexCoord3i(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLint s, GLint t, GLint r)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord3iARB
      Specified by:
      glMultiTexCoord3i in interface GL2
    • glMultiTexCoord3iv

      public void glMultiTexCoord3iv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLint * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord3ivARB
      Specified by:
      glMultiTexCoord3iv in interface GL2
    • glMultiTexCoord3iv

      public void glMultiTexCoord3iv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLint * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord3ivARB
      Specified by:
      glMultiTexCoord3iv in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glMultiTexCoord3s

      public void glMultiTexCoord3s(int arg0, short arg1, short arg2, short arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLshort s, GLshort t, GLshort r)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord3sARB
      Specified by:
      glMultiTexCoord3s in interface GL2
    • glMultiTexCoord3sv

      public void glMultiTexCoord3sv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLshort * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord3svARB
      Specified by:
      glMultiTexCoord3sv in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glMultiTexCoord3sv

      public void glMultiTexCoord3sv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLshort * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord3svARB
      Specified by:
      glMultiTexCoord3sv in interface GL2
    • glMultiTexCoord4bOES

      public void glMultiTexCoord4bOES(int arg0, byte arg1, byte arg2, byte arg3, byte arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texture, GLbyte s, GLbyte t, GLbyte r, GLbyte q)
      Part of GL_OES_byte_coordinates
      Specified by:
      glMultiTexCoord4bOES in interface GL2
    • glMultiTexCoord4bvOES

      public void glMultiTexCoord4bvOES(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texture, const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glMultiTexCoord4bvOES in interface GL2
    • glMultiTexCoord4bvOES

      public void glMultiTexCoord4bvOES(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texture, const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glMultiTexCoord4bvOES in interface GL2
      arg1 - a direct or array-backed ByteBuffer
    • glMultiTexCoord4d

      public void glMultiTexCoord4d(int arg0, double arg1, double arg2, double arg3, double arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord4dARB
      Specified by:
      glMultiTexCoord4d in interface GL2
    • glMultiTexCoord4dv

      public void glMultiTexCoord4dv(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLdouble * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord4dvARB
      Specified by:
      glMultiTexCoord4dv in interface GL2
      arg1 - a direct or array-backed DoubleBuffer
    • glMultiTexCoord4dv

      public void glMultiTexCoord4dv(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLdouble * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord4dvARB
      Specified by:
      glMultiTexCoord4dv in interface GL2
    • glMultiTexCoord4f

      public void glMultiTexCoord4f(int arg0, float arg1, float arg2, float arg3, float arg4)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord4fARB
      Specified by:
      glMultiTexCoord4f in interface GL2ES1
    • glMultiTexCoord4fv

      public void glMultiTexCoord4fv(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLfloat * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord4fvARB
      Specified by:
      glMultiTexCoord4fv in interface GL2
    • glMultiTexCoord4fv

      public void glMultiTexCoord4fv(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLfloat * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord4fvARB
      Specified by:
      glMultiTexCoord4fv in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glMultiTexCoord4h

      public void glMultiTexCoord4h(int arg0, short arg1, short arg2, short arg3, short arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q)
      Part of GL_NV_half_float
      Alias for: glMultiTexCoord4hNV
      Specified by:
      glMultiTexCoord4h in interface GL2
    • glMultiTexCoord4hv

      public void glMultiTexCoord4hv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glMultiTexCoord4hvNV
      Specified by:
      glMultiTexCoord4hv in interface GL2
    • glMultiTexCoord4hv

      public void glMultiTexCoord4hv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glMultiTexCoord4hvNV
      Specified by:
      glMultiTexCoord4hv in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glMultiTexCoord4i

      public void glMultiTexCoord4i(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLint s, GLint t, GLint r, GLint q)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord4iARB
      Specified by:
      glMultiTexCoord4i in interface GL2
    • glMultiTexCoord4iv

      public void glMultiTexCoord4iv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLint * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord4ivARB
      Specified by:
      glMultiTexCoord4iv in interface GL2
    • glMultiTexCoord4iv

      public void glMultiTexCoord4iv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLint * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord4ivARB
      Specified by:
      glMultiTexCoord4iv in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glMultiTexCoord4s

      public void glMultiTexCoord4s(int arg0, short arg1, short arg2, short arg3, short arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord4sARB
      Specified by:
      glMultiTexCoord4s in interface GL2
    • glMultiTexCoord4sv

      public void glMultiTexCoord4sv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLshort * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord4svARB
      Specified by:
      glMultiTexCoord4sv in interface GL2
    • glMultiTexCoord4sv

      public void glMultiTexCoord4sv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, const GLshort * v)
      Part of GL_VERSION_1_3, GL_ARB_multitexture
      Alias for: glMultiTexCoord4svARB
      Specified by:
      glMultiTexCoord4sv in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glMultiTexCoordP1ui

      public void glMultiTexCoordP1ui(int arg0, int arg1, int arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum texture, GLenum type, GLuint coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glMultiTexCoordP1ui in interface GL3bc
    • glMultiTexCoordP1uiv

      public void glMultiTexCoordP1uiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum texture, GLenum type, const GLuint * coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glMultiTexCoordP1uiv in interface GL3bc
    • glMultiTexCoordP1uiv

      public void glMultiTexCoordP1uiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum texture, GLenum type, const GLuint * coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glMultiTexCoordP1uiv in interface GL3bc
      arg2 - a direct or array-backed IntBuffer
    • glMultiTexCoordP2ui

      public void glMultiTexCoordP2ui(int arg0, int arg1, int arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum texture, GLenum type, GLuint coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glMultiTexCoordP2ui in interface GL3bc
    • glMultiTexCoordP2uiv

      public void glMultiTexCoordP2uiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum texture, GLenum type, const GLuint * coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glMultiTexCoordP2uiv in interface GL3bc
    • glMultiTexCoordP2uiv

      public void glMultiTexCoordP2uiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum texture, GLenum type, const GLuint * coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glMultiTexCoordP2uiv in interface GL3bc
      arg2 - a direct or array-backed IntBuffer
    • glMultiTexCoordP3ui

      public void glMultiTexCoordP3ui(int arg0, int arg1, int arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum texture, GLenum type, GLuint coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glMultiTexCoordP3ui in interface GL3bc
    • glMultiTexCoordP3uiv

      public void glMultiTexCoordP3uiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum texture, GLenum type, const GLuint * coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glMultiTexCoordP3uiv in interface GL3bc
      arg2 - a direct or array-backed IntBuffer
    • glMultiTexCoordP3uiv

      public void glMultiTexCoordP3uiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum texture, GLenum type, const GLuint * coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glMultiTexCoordP3uiv in interface GL3bc
    • glMultiTexCoordP4ui

      public void glMultiTexCoordP4ui(int arg0, int arg1, int arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum texture, GLenum type, GLuint coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glMultiTexCoordP4ui in interface GL3bc
    • glMultiTexCoordP4uiv

      public void glMultiTexCoordP4uiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum texture, GLenum type, const GLuint * coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glMultiTexCoordP4uiv in interface GL3bc
      arg2 - a direct or array-backed IntBuffer
    • glMultiTexCoordP4uiv

      public void glMultiTexCoordP4uiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum texture, GLenum type, const GLuint * coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glMultiTexCoordP4uiv in interface GL3bc
    • glMultiTexCoordPointerEXT

      public void glMultiTexCoordPointerEXT(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLint size, GLenum type, GLsizei stride, const void * pointer)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexCoordPointerEXT in interface GL2
      arg4 - a direct only Buffer
    • glMultiTexEnvfEXT

      public void glMultiTexEnvfEXT(int arg0, int arg1, int arg2, float arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLfloat param)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexEnvfEXT in interface GL2
    • glMultiTexEnvfvEXT

      public void glMultiTexEnvfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexEnvfvEXT in interface GL2
    • glMultiTexEnvfvEXT

      public void glMultiTexEnvfvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexEnvfvEXT in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glMultiTexEnviEXT

      public void glMultiTexEnviEXT(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLint param)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexEnviEXT in interface GL2
    • glMultiTexEnvivEXT

      public void glMultiTexEnvivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexEnvivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glMultiTexEnvivEXT

      public void glMultiTexEnvivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexEnvivEXT in interface GL2
    • glMultiTexGendEXT

      public void glMultiTexGendEXT(int arg0, int arg1, int arg2, double arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, GLdouble param)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexGendEXT in interface GL2
    • glMultiTexGendvEXT

      public void glMultiTexGendvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, const GLdouble * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexGendvEXT in interface GL2
    • glMultiTexGendvEXT

      public void glMultiTexGendvEXT(int arg0, int arg1, int arg2, DoubleBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, const GLdouble * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexGendvEXT in interface GL2
      arg3 - a direct or array-backed DoubleBuffer
    • glMultiTexGenfEXT

      public void glMultiTexGenfEXT(int arg0, int arg1, int arg2, float arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, GLfloat param)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexGenfEXT in interface GL2
    • glMultiTexGenfvEXT

      public void glMultiTexGenfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, const GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexGenfvEXT in interface GL2
    • glMultiTexGenfvEXT

      public void glMultiTexGenfvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, const GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexGenfvEXT in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glMultiTexGeniEXT

      public void glMultiTexGeniEXT(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, GLint param)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexGeniEXT in interface GL2
    • glMultiTexGenivEXT

      public void glMultiTexGenivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, const GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexGenivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glMultiTexGenivEXT

      public void glMultiTexGenivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum coord, GLenum pname, const GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexGenivEXT in interface GL2
    • glMultiTexImage1DEXT

      public void glMultiTexImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexImage1DEXT in interface GL2
      arg8 - a direct or array-backed Buffer
    • glMultiTexImage2DEXT

      public void glMultiTexImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexImage2DEXT in interface GL2
      arg9 - a direct or array-backed Buffer
    • glMultiTexImage3DEXT

      public void glMultiTexImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, Buffer arg10)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexImage3DEXT in interface GL2
      arg10 - a direct or array-backed Buffer
    • glMultiTexParameterIivEXT

      public void glMultiTexParameterIivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexParameterIivEXT in interface GL2
    • glMultiTexParameterIivEXT

      public void glMultiTexParameterIivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexParameterIivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glMultiTexParameterIuivEXT

      public void glMultiTexParameterIuivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLuint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexParameterIuivEXT in interface GL2
    • glMultiTexParameterIuivEXT

      public void glMultiTexParameterIuivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLuint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexParameterIuivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glMultiTexParameterfEXT

      public void glMultiTexParameterfEXT(int arg0, int arg1, int arg2, float arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLfloat param)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexParameterfEXT in interface GL2
    • glMultiTexParameterfvEXT

      public void glMultiTexParameterfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexParameterfvEXT in interface GL2
    • glMultiTexParameterfvEXT

      public void glMultiTexParameterfvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexParameterfvEXT in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glMultiTexParameteriEXT

      public void glMultiTexParameteriEXT(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, GLint param)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexParameteriEXT in interface GL2
    • glMultiTexParameterivEXT

      public void glMultiTexParameterivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexParameterivEXT in interface GL2
    • glMultiTexParameterivEXT

      public void glMultiTexParameterivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLenum pname, const GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexParameterivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glMultiTexRenderbufferEXT

      public void glMultiTexRenderbufferEXT(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLuint renderbuffer)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexRenderbufferEXT in interface GL2
    • glMultiTexSubImage1DEXT

      public void glMultiTexSubImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Buffer arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexSubImage1DEXT in interface GL2
      arg7 - a direct or array-backed Buffer
    • glMultiTexSubImage2DEXT

      public void glMultiTexSubImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexSubImage2DEXT in interface GL2
      arg9 - a direct or array-backed Buffer
    • glMultiTexSubImage3DEXT

      public void glMultiTexSubImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, Buffer arg11)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glMultiTexSubImage3DEXT in interface GL2
      arg11 - a direct or array-backed Buffer
    • glNamedBufferData

      public void glNamedBufferData(int arg0, long arg1, Buffer arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint buffer, GLsizeiptr size, const void * data, GLenum usage)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glNamedBufferDataEXT
      Specified by:
      glNamedBufferData in interface GL4
      arg2 - a direct or array-backed Buffer
    • glNamedBufferDataEXT

      public void glNamedBufferDataEXT(int arg0, long arg1, Buffer arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint buffer, GLsizeiptr size, const void * data, GLenum usage)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedBufferDataEXT in interface GL2
      arg2 - a direct or array-backed Buffer
    • glNamedBufferPageCommitmentARB

      public void glNamedBufferPageCommitmentARB(int arg0, long arg1, long arg2, boolean arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint buffer, GLintptr offset, GLsizeiptr size, GLboolean commit)
      Part of GL_ARB_sparse_buffer
      Specified by:
      glNamedBufferPageCommitmentARB in interface GL2GL3
    • glNamedBufferPageCommitmentEXT

      public void glNamedBufferPageCommitmentEXT(int arg0, long arg1, long arg2, boolean arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint buffer, GLintptr offset, GLsizeiptr size, GLboolean commit)
      Part of GL_ARB_sparse_buffer
      Specified by:
      glNamedBufferPageCommitmentEXT in interface GL2GL3
    • glNamedBufferStorage

      public void glNamedBufferStorage(int arg0, long arg1, Buffer arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint buffer, GLsizeiptr size, const void * data, GLbitfield flags)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glNamedBufferStorageEXT
      Specified by:
      glNamedBufferStorage in interface GL4
      arg2 - a direct or array-backed Buffer
    • glNamedBufferStorageEXT

      public void glNamedBufferStorageEXT(int arg0, long arg1, Buffer arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint buffer, GLsizeiptr size, const void * data, GLbitfield flags)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedBufferStorageEXT in interface GL2
      arg2 - a direct or array-backed Buffer
    • glNamedBufferSubData

      public void glNamedBufferSubData(int arg0, long arg1, long arg2, Buffer arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint buffer, GLintptr offset, GLsizeiptr size, const void * data)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glNamedBufferSubDataEXT
      Specified by:
      glNamedBufferSubData in interface GL4
      arg3 - a direct or array-backed Buffer
    • glNamedBufferSubDataEXT

      public void glNamedBufferSubDataEXT(int arg0, long arg1, long arg2, Buffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint buffer, GLintptr offset, GLsizeiptr size, const void * data)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedBufferSubDataEXT in interface GL2
      arg3 - a direct or array-backed Buffer
    • glNamedCopyBufferSubDataEXT

      public void glNamedCopyBufferSubDataEXT(int arg0, int arg1, long arg2, long arg3, long arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedCopyBufferSubDataEXT in interface GL2
    • glNamedFramebufferDrawBuffer

      public void glNamedFramebufferDrawBuffer(int arg0, int arg1)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLenum buf)
      Part of GL_VERSION_4_5
      Specified by:
      glNamedFramebufferDrawBuffer in interface GL4
    • glNamedFramebufferDrawBuffers

      public void glNamedFramebufferDrawBuffers(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLsizei n, const GLenum * bufs)
      Part of GL_VERSION_4_5
      Specified by:
      glNamedFramebufferDrawBuffers in interface GL4
    • glNamedFramebufferDrawBuffers

      public void glNamedFramebufferDrawBuffers(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLsizei n, const GLenum * bufs)
      Part of GL_VERSION_4_5
      Specified by:
      glNamedFramebufferDrawBuffers in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glNamedFramebufferParameteri

      public void glNamedFramebufferParameteri(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLenum pname, GLint param)
      Part of GL_VERSION_4_5, GL_ARB_framebuffer_no_attachments, GL_EXT_direct_state_access
      Alias for: glNamedFramebufferParameteriEXT
      Specified by:
      glNamedFramebufferParameteri in interface GL2
      Specified by:
      glNamedFramebufferParameteri in interface GL4
    • glNamedFramebufferReadBuffer

      public void glNamedFramebufferReadBuffer(int arg0, int arg1)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLenum src)
      Part of GL_VERSION_4_5
      Specified by:
      glNamedFramebufferReadBuffer in interface GL4
    • glNamedFramebufferRenderbuffer

      public void glNamedFramebufferRenderbuffer(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glNamedFramebufferRenderbufferEXT
      Specified by:
      glNamedFramebufferRenderbuffer in interface GL4
    • glNamedFramebufferRenderbufferEXT

      public void glNamedFramebufferRenderbufferEXT(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedFramebufferRenderbufferEXT in interface GL2
    • glNamedFramebufferSampleLocationsfvARB

      public void glNamedFramebufferSampleLocationsfvARB(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
      Part of GL_ARB_sample_locations
      Specified by:
      glNamedFramebufferSampleLocationsfvARB in interface GL2
    • glNamedFramebufferSampleLocationsfvARB

      public void glNamedFramebufferSampleLocationsfvARB(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
      Part of GL_ARB_sample_locations
      Specified by:
      glNamedFramebufferSampleLocationsfvARB in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glNamedFramebufferSampleLocationsfvNV

      public void glNamedFramebufferSampleLocationsfvNV(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
      Part of GL_NV_sample_locations
      Specified by:
      glNamedFramebufferSampleLocationsfvNV in interface GL2
    • glNamedFramebufferSampleLocationsfvNV

      public void glNamedFramebufferSampleLocationsfvNV(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
      Part of GL_NV_sample_locations
      Specified by:
      glNamedFramebufferSampleLocationsfvNV in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glNamedFramebufferTexture

      public void glNamedFramebufferTexture(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glNamedFramebufferTextureEXT
      Specified by:
      glNamedFramebufferTexture in interface GL4
    • glNamedFramebufferTexture1DEXT

      public void glNamedFramebufferTexture1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedFramebufferTexture1DEXT in interface GL2
    • glNamedFramebufferTexture2DEXT

      public void glNamedFramebufferTexture2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedFramebufferTexture2DEXT in interface GL2
    • glNamedFramebufferTexture3DEXT

      public void glNamedFramebufferTexture3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedFramebufferTexture3DEXT in interface GL2
    • glNamedFramebufferTextureEXT

      public void glNamedFramebufferTextureEXT(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedFramebufferTextureEXT in interface GL2
    • glNamedFramebufferTextureFaceEXT

      public void glNamedFramebufferTextureFaceEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLenum face)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedFramebufferTextureFaceEXT in interface GL2
    • glNamedFramebufferTextureLayer

      public void glNamedFramebufferTextureLayer(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glNamedFramebufferTextureLayerEXT
      Specified by:
      glNamedFramebufferTextureLayer in interface GL4
    • glNamedFramebufferTextureLayerEXT

      public void glNamedFramebufferTextureLayerEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedFramebufferTextureLayerEXT in interface GL2
    • glNamedProgramLocalParameter4dEXT

      public void glNamedProgramLocalParameter4dEXT(int arg0, int arg1, int arg2, double arg3, double arg4, double arg5, double arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramLocalParameter4dEXT in interface GL2
    • glNamedProgramLocalParameter4dvEXT

      public void glNamedProgramLocalParameter4dvEXT(int arg0, int arg1, int arg2, DoubleBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, const GLdouble * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramLocalParameter4dvEXT in interface GL2
      arg3 - a direct or array-backed DoubleBuffer
    • glNamedProgramLocalParameter4dvEXT

      public void glNamedProgramLocalParameter4dvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, const GLdouble * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramLocalParameter4dvEXT in interface GL2
    • glNamedProgramLocalParameter4fEXT

      public void glNamedProgramLocalParameter4fEXT(int arg0, int arg1, int arg2, float arg3, float arg4, float arg5, float arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramLocalParameter4fEXT in interface GL2
    • glNamedProgramLocalParameter4fvEXT

      public void glNamedProgramLocalParameter4fvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, const GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramLocalParameter4fvEXT in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glNamedProgramLocalParameter4fvEXT

      public void glNamedProgramLocalParameter4fvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, const GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramLocalParameter4fvEXT in interface GL2
    • glNamedProgramLocalParameterI4iEXT

      public void glNamedProgramLocalParameterI4iEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramLocalParameterI4iEXT in interface GL2
    • glNamedProgramLocalParameterI4ivEXT

      public void glNamedProgramLocalParameterI4ivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, const GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramLocalParameterI4ivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glNamedProgramLocalParameterI4ivEXT

      public void glNamedProgramLocalParameterI4ivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, const GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramLocalParameterI4ivEXT in interface GL2
    • glNamedProgramLocalParameterI4uiEXT

      public void glNamedProgramLocalParameterI4uiEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramLocalParameterI4uiEXT in interface GL2
    • glNamedProgramLocalParameterI4uivEXT

      public void glNamedProgramLocalParameterI4uivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, const GLuint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramLocalParameterI4uivEXT in interface GL2
    • glNamedProgramLocalParameterI4uivEXT

      public void glNamedProgramLocalParameterI4uivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, const GLuint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramLocalParameterI4uivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glNamedProgramLocalParameters4fvEXT

      public void glNamedProgramLocalParameters4fvEXT(int arg0, int arg1, int arg2, int arg3, float[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramLocalParameters4fvEXT in interface GL2
    • glNamedProgramLocalParameters4fvEXT

      public void glNamedProgramLocalParameters4fvEXT(int arg0, int arg1, int arg2, int arg3, FloatBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramLocalParameters4fvEXT in interface GL2
      arg4 - a direct or array-backed FloatBuffer
    • glNamedProgramLocalParametersI4ivEXT

      public void glNamedProgramLocalParametersI4ivEXT(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLsizei count, const GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramLocalParametersI4ivEXT in interface GL2
      arg4 - a direct or array-backed IntBuffer
    • glNamedProgramLocalParametersI4ivEXT

      public void glNamedProgramLocalParametersI4ivEXT(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLsizei count, const GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramLocalParametersI4ivEXT in interface GL2
    • glNamedProgramLocalParametersI4uivEXT

      public void glNamedProgramLocalParametersI4uivEXT(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLsizei count, const GLuint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramLocalParametersI4uivEXT in interface GL2
      arg4 - a direct or array-backed IntBuffer
    • glNamedProgramLocalParametersI4uivEXT

      public void glNamedProgramLocalParametersI4uivEXT(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLuint index, GLsizei count, const GLuint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramLocalParametersI4uivEXT in interface GL2
    • glNamedProgramStringEXT

      public void glNamedProgramStringEXT(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLenum target, GLenum format, GLsizei len, const void * string)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedProgramStringEXT in interface GL2
      arg4 - a direct or array-backed Buffer
    • glNamedRenderbufferStorage

      public void glNamedRenderbufferStorage(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glNamedRenderbufferStorageEXT
      Specified by:
      glNamedRenderbufferStorage in interface GL4
    • glNamedRenderbufferStorageEXT

      public void glNamedRenderbufferStorageEXT(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedRenderbufferStorageEXT in interface GL2
    • glNamedRenderbufferStorageMultisample

      public void glNamedRenderbufferStorageMultisample(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glNamedRenderbufferStorageMultisampleEXT
      Specified by:
      glNamedRenderbufferStorageMultisample in interface GL4
    • glNamedRenderbufferStorageMultisampleCoverageEXT

      public void glNamedRenderbufferStorageMultisampleCoverageEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint renderbuffer, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedRenderbufferStorageMultisampleCoverageEXT in interface GL2
    • glNamedRenderbufferStorageMultisampleEXT

      public void glNamedRenderbufferStorageMultisampleEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
      Part of GL_EXT_direct_state_access
      Specified by:
      glNamedRenderbufferStorageMultisampleEXT in interface GL2
    • glNamedStringARB

      public void glNamedStringARB(int arg0, int arg1, String arg2, int arg3, String arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum type, GLint namelen, const GLchar * name, GLint stringlen, const GLchar * string)
      Part of GL_ARB_shading_language_include
      Specified by:
      glNamedStringARB in interface GL3
    • glNewList

      public void glNewList(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint list, GLenum mode)
      Part of GL_VERSION_1_0
      Specified by:
      glNewList in interface GL2
    • glNormal3b

      public void glNormal3b(byte arg0, byte arg1, byte arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLbyte nx, GLbyte ny, GLbyte nz)
      Part of GL_VERSION_1_0
      Specified by:
      glNormal3b in interface GL2
    • glNormal3bv

      public void glNormal3bv(byte[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * v)
      Part of GL_VERSION_1_0
      Specified by:
      glNormal3bv in interface GL2
    • glNormal3bv

      public void glNormal3bv(ByteBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * v)
      Part of GL_VERSION_1_0
      Specified by:
      glNormal3bv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
    • glNormal3d

      public void glNormal3d(double arg0, double arg1, double arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble nx, GLdouble ny, GLdouble nz)
      Part of GL_VERSION_1_0
      Specified by:
      glNormal3d in interface GL2
    • glNormal3dv

      public void glNormal3dv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glNormal3dv in interface GL2
    • glNormal3dv

      public void glNormal3dv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glNormal3dv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glNormal3f

      public void glNormal3f(float arg0, float arg1, float arg2)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLfloat nx, GLfloat ny, GLfloat nz)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0
      Specified by:
      glNormal3f in interface GL2ES1
    • glNormal3fv

      public void glNormal3fv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glNormal3fv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glNormal3fv

      public void glNormal3fv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glNormal3fv in interface GL2
    • glNormal3h

      public void glNormal3h(short arg0, short arg1, short arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhalfNV nx, GLhalfNV ny, GLhalfNV nz)
      Part of GL_NV_half_float
      Alias for: glNormal3hNV
      Specified by:
      glNormal3h in interface GL2
    • glNormal3hv

      public void glNormal3hv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glNormal3hvNV
      Specified by:
      glNormal3hv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glNormal3hv

      public void glNormal3hv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glNormal3hvNV
      Specified by:
      glNormal3hv in interface GL2
    • glNormal3i

      public void glNormal3i(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint nx, GLint ny, GLint nz)
      Part of GL_VERSION_1_0
      Specified by:
      glNormal3i in interface GL2
    • glNormal3iv

      public void glNormal3iv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glNormal3iv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glNormal3iv

      public void glNormal3iv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glNormal3iv in interface GL2
    • glNormal3s

      public void glNormal3s(short arg0, short arg1, short arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLshort nx, GLshort ny, GLshort nz)
      Part of GL_VERSION_1_0
      Specified by:
      glNormal3s in interface GL2
    • glNormal3sv

      public void glNormal3sv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glNormal3sv in interface GL2
    • glNormal3sv

      public void glNormal3sv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glNormal3sv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glNormalFormatNV

      public void glNormalFormatNV(int arg0, int arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum type, GLsizei stride)
      Part of GL_NV_vertex_buffer_unified_memory
      Specified by:
      glNormalFormatNV in interface GL2GL3
    • glNormalP3ui

      public void glNormalP3ui(int arg0, int arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, GLuint coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glNormalP3ui in interface GL3bc
    • glNormalP3uiv

      public void glNormalP3uiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glNormalP3uiv in interface GL3bc
      arg1 - a direct or array-backed IntBuffer
    • glNormalP3uiv

      public void glNormalP3uiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glNormalP3uiv in interface GL3bc
    • glNormalPointer

      public void glNormalPointer(int arg0, int arg1, long arg2)
      Specified by:
      glNormalPointer in interface GLPointerFunc
    • glNormalPointer

      public void glNormalPointer(GLArrayData arg0)
      Specified by:
      glNormalPointer in interface GLPointerFunc
    • glNormalPointer

      public void glNormalPointer(int arg0, int arg1, Buffer arg2)
      Specified by:
      glNormalPointer in interface GLPointerFunc
    • glObjectLabel

      public void glObjectLabel(int arg0, int arg1, int arg2, byte[] arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum identifier, GLuint name, GLsizei length, const GLchar * label)
      Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
      Alias for: glObjectLabelKHR
      Specified by:
      glObjectLabel in interface GL2ES2
    • glObjectLabel

      public void glObjectLabel(int arg0, int arg1, int arg2, ByteBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum identifier, GLuint name, GLsizei length, const GLchar * label)
      Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
      Alias for: glObjectLabelKHR
      Specified by:
      glObjectLabel in interface GL2ES2
      arg3 - a direct or array-backed ByteBuffer
    • glObjectPtrLabel

      public void glObjectPtrLabel(Buffer arg0, int arg1, byte[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (const void * ptr, GLsizei length, const GLchar * label)
      Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
      Alias for: glObjectPtrLabelKHR
      Specified by:
      glObjectPtrLabel in interface GL2ES2
      Parameters:
      arg0 - a direct or array-backed Buffer
    • glObjectPtrLabel

      public void glObjectPtrLabel(Buffer arg0, int arg1, ByteBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (const void * ptr, GLsizei length, const GLchar * label)
      Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
      Alias for: glObjectPtrLabelKHR
      Specified by:
      glObjectPtrLabel in interface GL2ES2
      Parameters:
      arg0 - a direct or array-backed Buffer
      arg2 - a direct or array-backed ByteBuffer
    • glObjectPurgeableAPPLE

      public int glObjectPurgeableAPPLE(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: GLenum (GLenum objectType, GLuint name, GLenum option)
      Part of GL_APPLE_object_purgeable
      Specified by:
      glObjectPurgeableAPPLE in interface GL2
    • glObjectUnpurgeableAPPLE

      public int glObjectUnpurgeableAPPLE(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: GLenum (GLenum objectType, GLuint name, GLenum option)
      Part of GL_APPLE_object_purgeable
      Specified by:
      glObjectUnpurgeableAPPLE in interface GL2
    • glOrtho

      public void glOrtho(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5)
      Specified by:
      glOrtho in interface GL2ES1
    • glOrthof

      public void glOrthof(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5)
      Description copied from interface: GLMatrixFunc
      Multiply the current matrix with the orthogonal matrix.
      Specified by:
      glOrthof in interface GLMatrixFunc
    • glPNTrianglesfATI

      public void glPNTrianglesfATI(int arg0, float arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLfloat param)
      Part of GL_ATI_pn_triangles
      Specified by:
      glPNTrianglesfATI in interface GL2
    • glPNTrianglesiATI

      public void glPNTrianglesiATI(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLint param)
      Part of GL_ATI_pn_triangles
      Specified by:
      glPNTrianglesiATI in interface GL2
    • glPassThrough

      public void glPassThrough(float arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat token)
      Part of GL_VERSION_1_0
      Specified by:
      glPassThrough in interface GL2
    • glPatchParameterfv

      public void glPatchParameterfv(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum pname, const GLfloat * values)
      Part of GL_ARB_tessellation_shader, GL_VERSION_4_0
      Specified by:
      glPatchParameterfv in interface GL3
    • glPatchParameterfv

      public void glPatchParameterfv(int arg0, FloatBuffer arg1)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum pname, const GLfloat * values)
      Part of GL_ARB_tessellation_shader, GL_VERSION_4_0
      Specified by:
      glPatchParameterfv in interface GL3
      arg1 - a direct or array-backed FloatBuffer
    • glPatchParameteri

      public void glPatchParameteri(int arg0, int arg1)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLenum pname, GLint value)
      Part of GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
      Alias for: glPatchParameteriOES, glPatchParameteriEXT
      Specified by:
      glPatchParameteri in interface GL3ES3
    • glPauseTransformFeedback

      public void glPauseTransformFeedback()
      Description copied from interface: GL2ES3
      Entry point to C language function: void (void)
      Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
      Alias for: glPauseTransformFeedbackNV
      Specified by:
      glPauseTransformFeedback in interface GL2ES3
    • glPauseTransformFeedbackNV

      public void glPauseTransformFeedbackNV()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_NV_transform_feedback2
      Specified by:
      glPauseTransformFeedbackNV in interface GL2
    • glPixelDataRangeNV

      public void glPixelDataRangeNV(int arg0, int arg1, Buffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLsizei length, const void * pointer)
      Part of GL_NV_pixel_data_range
      Specified by:
      glPixelDataRangeNV in interface GL2
      arg2 - a direct only Buffer
    • glPixelMapfv

      public void glPixelMapfv(int arg0, int arg1, long arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLint mapsize, const GLfloat * values)
      Part of GL_VERSION_1_0
      Specified by:
      glPixelMapfv in interface GL2
    • glPixelMapfv

      public void glPixelMapfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLint mapsize, const GLfloat * values)
      Part of GL_VERSION_1_0
      Specified by:
      glPixelMapfv in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glPixelMapfv

      public void glPixelMapfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLint mapsize, const GLfloat * values)
      Part of GL_VERSION_1_0
      Specified by:
      glPixelMapfv in interface GL2
    • glPixelMapuiv

      public void glPixelMapuiv(int arg0, int arg1, long arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLint mapsize, const GLuint * values)
      Part of GL_VERSION_1_0
      Specified by:
      glPixelMapuiv in interface GL2
    • glPixelMapuiv

      public void glPixelMapuiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLint mapsize, const GLuint * values)
      Part of GL_VERSION_1_0
      Specified by:
      glPixelMapuiv in interface GL2
    • glPixelMapuiv

      public void glPixelMapuiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLint mapsize, const GLuint * values)
      Part of GL_VERSION_1_0
      Specified by:
      glPixelMapuiv in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glPixelMapusv

      public void glPixelMapusv(int arg0, int arg1, short[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLint mapsize, const GLushort * values)
      Part of GL_VERSION_1_0
      Specified by:
      glPixelMapusv in interface GL2
    • glPixelMapusv

      public void glPixelMapusv(int arg0, int arg1, ShortBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLint mapsize, const GLushort * values)
      Part of GL_VERSION_1_0
      Specified by:
      glPixelMapusv in interface GL2
      arg2 - a direct or array-backed ShortBuffer
    • glPixelMapusv

      public void glPixelMapusv(int arg0, int arg1, long arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum map, GLint mapsize, const GLushort * values)
      Part of GL_VERSION_1_0
      Specified by:
      glPixelMapusv in interface GL2
    • glPixelStoref

      public void glPixelStoref(int arg0, float arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum pname, GLfloat param)
      Part of GL_VERSION_1_0
      Specified by:
      glPixelStoref in interface GL2GL3
    • glPixelStorei

      public void glPixelStorei(int arg0, int arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum pname, GLint param)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glPixelStorei in interface GL
    • glPixelTransferf

      public void glPixelTransferf(int arg0, float arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLfloat param)
      Part of GL_VERSION_1_0
      Specified by:
      glPixelTransferf in interface GL2
    • glPixelTransferi

      public void glPixelTransferi(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLint param)
      Part of GL_VERSION_1_0
      Specified by:
      glPixelTransferi in interface GL2
    • glPixelTransformParameterfEXT

      public void glPixelTransformParameterfEXT(int arg0, int arg1, float arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLfloat param)
      Part of GL_EXT_pixel_transform
      Specified by:
      glPixelTransformParameterfEXT in interface GL2
    • glPixelTransformParameterfvEXT

      public void glPixelTransformParameterfvEXT(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
      Part of GL_EXT_pixel_transform
      Specified by:
      glPixelTransformParameterfvEXT in interface GL2
    • glPixelTransformParameterfvEXT

      public void glPixelTransformParameterfvEXT(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
      Part of GL_EXT_pixel_transform
      Specified by:
      glPixelTransformParameterfvEXT in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glPixelTransformParameteriEXT

      public void glPixelTransformParameteriEXT(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, GLint param)
      Part of GL_EXT_pixel_transform
      Specified by:
      glPixelTransformParameteriEXT in interface GL2
    • glPixelTransformParameterivEXT

      public void glPixelTransformParameterivEXT(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
      Part of GL_EXT_pixel_transform
      Specified by:
      glPixelTransformParameterivEXT in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glPixelTransformParameterivEXT

      public void glPixelTransformParameterivEXT(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
      Part of GL_EXT_pixel_transform
      Specified by:
      glPixelTransformParameterivEXT in interface GL2
    • glPixelZoom

      public void glPixelZoom(float arg0, float arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat xfactor, GLfloat yfactor)
      Part of GL_VERSION_1_0
      Specified by:
      glPixelZoom in interface GL2
    • glPointParameterf

      public void glPointParameterf(int arg0, float arg1)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum pname, GLfloat param)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_4, GL_EXT_point_parameters, GL_ARB_point_parameters, GL_SGIS_point_parameters
      Alias for: glPointParameterfEXT, glPointParameterfARB, glPointParameterfSGIS
      Specified by:
      glPointParameterf in interface GL2ES1
      Specified by:
      glPointParameterf in interface GL2GL3
    • glPointParameterfv

      public void glPointParameterfv(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum pname, const GLfloat * params)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_4, GL_SGIS_point_parameters, GL_EXT_point_parameters, GL_ARB_point_parameters
      Alias for: glPointParameterfvSGIS, glPointParameterfvEXT, glPointParameterfvARB
      Specified by:
      glPointParameterfv in interface GL2ES1
      Specified by:
      glPointParameterfv in interface GL2GL3
    • glPointParameterfv

      public void glPointParameterfv(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum pname, const GLfloat * params)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_4, GL_SGIS_point_parameters, GL_EXT_point_parameters, GL_ARB_point_parameters
      Alias for: glPointParameterfvSGIS, glPointParameterfvEXT, glPointParameterfvARB
      Specified by:
      glPointParameterfv in interface GL2ES1
      Specified by:
      glPointParameterfv in interface GL2GL3
      arg1 - a direct or array-backed FloatBuffer
    • glPointParameteri

      public void glPointParameteri(int arg0, int arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum pname, GLint param)
      Part of GL_VERSION_1_4, GL_NV_point_sprite
      Alias for: glPointParameteriNV
      Specified by:
      glPointParameteri in interface GL2GL3
    • glPointParameteriv

      public void glPointParameteriv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum pname, const GLint * params)
      Part of GL_VERSION_1_4, GL_NV_point_sprite
      Alias for: glPointParameterivNV
      Specified by:
      glPointParameteriv in interface GL2GL3
      arg1 - a direct or array-backed IntBuffer
    • glPointParameteriv

      public void glPointParameteriv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum pname, const GLint * params)
      Part of GL_VERSION_1_4, GL_NV_point_sprite
      Alias for: glPointParameterivNV
      Specified by:
      glPointParameteriv in interface GL2GL3
    • glPointSize

      public void glPointSize(float arg0)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLfloat size)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0
      Specified by:
      glPointSize in interface GL2ES1
      Specified by:
      glPointSize in interface GL2GL3
    • glPolygonMode

      public void glPolygonMode(int arg0, int arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum face, GLenum mode)
      Part of GL_VERSION_1_0, GL_NV_polygon_mode
      Alias for: glPolygonModeNV
      Specified by:
      glPolygonMode in interface GL2GL3
    • glPolygonOffset

      public void glPolygonOffset(float arg0, float arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLfloat factor, GLfloat units)
      Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_polygon_offset
      Alias for: glPolygonOffsetEXT
      Specified by:
      glPolygonOffset in interface GL
    • glPolygonOffsetClampEXT

      public void glPolygonOffsetClampEXT(float arg0, float arg1, float arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat factor, GLfloat units, GLfloat clamp)
      Part of GL_EXT_polygon_offset_clamp
      Specified by:
      glPolygonOffsetClampEXT in interface GL2
    • glPolygonStipple

      public void glPolygonStipple(ByteBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLubyte * mask)
      Part of GL_VERSION_1_0
      Specified by:
      glPolygonStipple in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
    • glPolygonStipple

      public void glPolygonStipple(long arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLubyte * mask)
      Part of GL_VERSION_1_0
      Specified by:
      glPolygonStipple in interface GL2
    • glPolygonStipple

      public void glPolygonStipple(byte[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLubyte * mask)
      Part of GL_VERSION_1_0
      Specified by:
      glPolygonStipple in interface GL2
    • glPopAttrib

      public void glPopAttrib()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_VERSION_1_0
      Specified by:
      glPopAttrib in interface GL2
    • glPopClientAttrib

      public void glPopClientAttrib()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_VERSION_1_1
      Specified by:
      glPopClientAttrib in interface GL2
    • glPopDebugGroup

      public void glPopDebugGroup()
      Description copied from interface: GL2ES2
      Entry point to C language function: void (void)
      Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
      Alias for: glPopDebugGroupKHR
      Specified by:
      glPopDebugGroup in interface GL2ES2
    • glPopMatrix

      public void glPopMatrix()
      Description copied from interface: GLMatrixFunc
      Pop the current matrix from it's stack.
      Specified by:
      glPopMatrix in interface GLMatrixFunc
      See Also:
    • glPopName

      public void glPopName()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_VERSION_1_0
      Specified by:
      glPopName in interface GL2
    • glPrimitiveBoundingBox

      public void glPrimitiveBoundingBox(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW)
      Part of GL_ES_VERSION_3_2, GL_OES_primitive_bounding_box, GL_ARB_ES3_2_compatibility, GL_EXT_primitive_bounding_box
      Alias for: glPrimitiveBoundingBoxOES, glPrimitiveBoundingBoxARB, glPrimitiveBoundingBoxEXT
      Specified by:
      glPrimitiveBoundingBox in interface GL2ES3
    • glPrimitiveRestartIndex

      public void glPrimitiveRestartIndex(int arg0)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index)
      Part of GL_VERSION_3_1, GL_NV_primitive_restart
      Alias for: glPrimitiveRestartIndexNV
      Specified by:
      glPrimitiveRestartIndex in interface GL2GL3
    • glPrimitiveRestartIndexNV

      public void glPrimitiveRestartIndexNV(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index)
      Part of GL_NV_primitive_restart
      Specified by:
      glPrimitiveRestartIndexNV in interface GL2
    • glPrimitiveRestartNV

      public void glPrimitiveRestartNV()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_NV_primitive_restart
      Specified by:
      glPrimitiveRestartNV in interface GL2
    • glPrioritizeTextures

      public void glPrioritizeTextures(int arg0, int[] arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, const GLuint * textures, const GLclampf * priorities)
      Part of GL_VERSION_1_1, GL_EXT_texture_object
      Alias for: glPrioritizeTexturesEXT
      Specified by:
      glPrioritizeTextures in interface GL2
    • glPrioritizeTextures

      public void glPrioritizeTextures(int arg0, IntBuffer arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei n, const GLuint * textures, const GLclampf * priorities)
      Part of GL_VERSION_1_1, GL_EXT_texture_object
      Alias for: glPrioritizeTexturesEXT
      Specified by:
      glPrioritizeTextures in interface GL2
      arg1 - a direct or array-backed IntBuffer
      arg2 - a direct or array-backed FloatBuffer
    • glProgramBinary

      public void glProgramBinary(int arg0, int arg1, Buffer arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLenum binaryFormat, const void * binary, GLint length)
      Part of GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_OES_get_program_binary
      Alias for: glProgramBinaryOES
      Specified by:
      glProgramBinary in interface GL2ES2
      arg2 - a direct or array-backed Buffer
    • glProgramBufferParametersIivNV

      public void glProgramBufferParametersIivNV(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLint * params)
      Part of GL_NV_parameter_buffer_object
      Specified by:
      glProgramBufferParametersIivNV in interface GL2
      arg4 - a direct or array-backed IntBuffer
    • glProgramBufferParametersIivNV

      public void glProgramBufferParametersIivNV(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLint * params)
      Part of GL_NV_parameter_buffer_object
      Specified by:
      glProgramBufferParametersIivNV in interface GL2
    • glProgramBufferParametersIuivNV

      public void glProgramBufferParametersIuivNV(int arg0, int arg1, int arg2, int arg3, IntBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLuint * params)
      Part of GL_NV_parameter_buffer_object
      Specified by:
      glProgramBufferParametersIuivNV in interface GL2
      arg4 - a direct or array-backed IntBuffer
    • glProgramBufferParametersIuivNV

      public void glProgramBufferParametersIuivNV(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLuint * params)
      Part of GL_NV_parameter_buffer_object
      Specified by:
      glProgramBufferParametersIuivNV in interface GL2
    • glProgramBufferParametersfvNV

      public void glProgramBufferParametersfvNV(int arg0, int arg1, int arg2, int arg3, FloatBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLfloat * params)
      Part of GL_NV_parameter_buffer_object
      Specified by:
      glProgramBufferParametersfvNV in interface GL2
      arg4 - a direct or array-backed FloatBuffer
    • glProgramBufferParametersfvNV

      public void glProgramBufferParametersfvNV(int arg0, int arg1, int arg2, int arg3, float[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLfloat * params)
      Part of GL_NV_parameter_buffer_object
      Specified by:
      glProgramBufferParametersfvNV in interface GL2
    • glProgramEnvParameter4dARB

      public void glProgramEnvParameter4dARB(int arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glProgramEnvParameter4dARB in interface GL2
    • glProgramEnvParameter4dvARB

      public void glProgramEnvParameter4dvARB(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, const GLdouble * params)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glProgramEnvParameter4dvARB in interface GL2
    • glProgramEnvParameter4dvARB

      public void glProgramEnvParameter4dvARB(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, const GLdouble * params)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glProgramEnvParameter4dvARB in interface GL2
      arg2 - a direct or array-backed DoubleBuffer
    • glProgramEnvParameter4fARB

      public void glProgramEnvParameter4fARB(int arg0, int arg1, float arg2, float arg3, float arg4, float arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glProgramEnvParameter4fARB in interface GL2
    • glProgramEnvParameter4fvARB

      public void glProgramEnvParameter4fvARB(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, const GLfloat * params)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glProgramEnvParameter4fvARB in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glProgramEnvParameter4fvARB

      public void glProgramEnvParameter4fvARB(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, const GLfloat * params)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glProgramEnvParameter4fvARB in interface GL2
    • glProgramEnvParameterI4iNV

      public void glProgramEnvParameterI4iNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramEnvParameterI4iNV in interface GL2
    • glProgramEnvParameterI4ivNV

      public void glProgramEnvParameterI4ivNV(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, const GLint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramEnvParameterI4ivNV in interface GL2
    • glProgramEnvParameterI4ivNV

      public void glProgramEnvParameterI4ivNV(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, const GLint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramEnvParameterI4ivNV in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glProgramEnvParameterI4uiNV

      public void glProgramEnvParameterI4uiNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramEnvParameterI4uiNV in interface GL2
    • glProgramEnvParameterI4uivNV

      public void glProgramEnvParameterI4uivNV(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, const GLuint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramEnvParameterI4uivNV in interface GL2
    • glProgramEnvParameterI4uivNV

      public void glProgramEnvParameterI4uivNV(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, const GLuint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramEnvParameterI4uivNV in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glProgramEnvParameters4fvEXT

      public void glProgramEnvParameters4fvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLfloat * params)
      Part of GL_EXT_gpu_program_parameters
      Specified by:
      glProgramEnvParameters4fvEXT in interface GL2
    • glProgramEnvParameters4fvEXT

      public void glProgramEnvParameters4fvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLfloat * params)
      Part of GL_EXT_gpu_program_parameters
      Specified by:
      glProgramEnvParameters4fvEXT in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glProgramEnvParametersI4ivNV

      public void glProgramEnvParametersI4ivNV(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramEnvParametersI4ivNV in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glProgramEnvParametersI4ivNV

      public void glProgramEnvParametersI4ivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramEnvParametersI4ivNV in interface GL2
    • glProgramEnvParametersI4uivNV

      public void glProgramEnvParametersI4uivNV(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLuint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramEnvParametersI4uivNV in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glProgramEnvParametersI4uivNV

      public void glProgramEnvParametersI4uivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLuint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramEnvParametersI4uivNV in interface GL2
    • glProgramLocalParameter4dARB

      public void glProgramLocalParameter4dARB(int arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glProgramLocalParameter4dARB in interface GL2
    • glProgramLocalParameter4dvARB

      public void glProgramLocalParameter4dvARB(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, const GLdouble * params)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glProgramLocalParameter4dvARB in interface GL2
    • glProgramLocalParameter4dvARB

      public void glProgramLocalParameter4dvARB(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, const GLdouble * params)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glProgramLocalParameter4dvARB in interface GL2
      arg2 - a direct or array-backed DoubleBuffer
    • glProgramLocalParameter4fARB

      public void glProgramLocalParameter4fARB(int arg0, int arg1, float arg2, float arg3, float arg4, float arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glProgramLocalParameter4fARB in interface GL2
    • glProgramLocalParameter4fvARB

      public void glProgramLocalParameter4fvARB(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, const GLfloat * params)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glProgramLocalParameter4fvARB in interface GL2
    • glProgramLocalParameter4fvARB

      public void glProgramLocalParameter4fvARB(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, const GLfloat * params)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glProgramLocalParameter4fvARB in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glProgramLocalParameterI4iNV

      public void glProgramLocalParameterI4iNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramLocalParameterI4iNV in interface GL2
    • glProgramLocalParameterI4ivNV

      public void glProgramLocalParameterI4ivNV(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, const GLint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramLocalParameterI4ivNV in interface GL2
    • glProgramLocalParameterI4ivNV

      public void glProgramLocalParameterI4ivNV(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, const GLint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramLocalParameterI4ivNV in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glProgramLocalParameterI4uiNV

      public void glProgramLocalParameterI4uiNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramLocalParameterI4uiNV in interface GL2
    • glProgramLocalParameterI4uivNV

      public void glProgramLocalParameterI4uivNV(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, const GLuint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramLocalParameterI4uivNV in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glProgramLocalParameterI4uivNV

      public void glProgramLocalParameterI4uivNV(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, const GLuint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramLocalParameterI4uivNV in interface GL2
    • glProgramLocalParameters4fvEXT

      public void glProgramLocalParameters4fvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLfloat * params)
      Part of GL_EXT_gpu_program_parameters
      Specified by:
      glProgramLocalParameters4fvEXT in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glProgramLocalParameters4fvEXT

      public void glProgramLocalParameters4fvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLfloat * params)
      Part of GL_EXT_gpu_program_parameters
      Specified by:
      glProgramLocalParameters4fvEXT in interface GL2
    • glProgramLocalParametersI4ivNV

      public void glProgramLocalParametersI4ivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramLocalParametersI4ivNV in interface GL2
    • glProgramLocalParametersI4ivNV

      public void glProgramLocalParametersI4ivNV(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramLocalParametersI4ivNV in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glProgramLocalParametersI4uivNV

      public void glProgramLocalParametersI4uivNV(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLuint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramLocalParametersI4uivNV in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glProgramLocalParametersI4uivNV

      public void glProgramLocalParametersI4uivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint index, GLsizei count, const GLuint * params)
      Part of GL_NV_gpu_program4
      Specified by:
      glProgramLocalParametersI4uivNV in interface GL2
    • glProgramParameteri

      public void glProgramParameteri(int arg0, int arg1, int arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLenum pname, GLint value)
      Part of GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_EXT_geometry_shader4, GL_EXT_separate_shader_objects, GL_ARB_geometry_shader4
      Alias for: glProgramParameteriEXT, glProgramParameteriARB
      Specified by:
      glProgramParameteri in interface GL2ES2
    • glProgramParameteriARB

      public void glProgramParameteriARB(int arg0, int arg1, int arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint program, GLenum pname, GLint value)
      Part of GL_ARB_geometry_shader4
      Specified by:
      glProgramParameteriARB in interface GL3
    • glProgramStringARB

      public void glProgramStringARB(int arg0, int arg1, int arg2, String arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum format, GLsizei len, const void * string)
      Part of GL_ARB_vertex_program, GL_ARB_fragment_program
      Specified by:
      glProgramStringARB in interface GL2
    • glProgramSubroutineParametersuivNV

      public void glProgramSubroutineParametersuivNV(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLsizei count, const GLuint * params)
      Part of GL_NV_gpu_program5
      Specified by:
      glProgramSubroutineParametersuivNV in interface GL2
    • glProgramSubroutineParametersuivNV

      public void glProgramSubroutineParametersuivNV(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLsizei count, const GLuint * params)
      Part of GL_NV_gpu_program5
      Specified by:
      glProgramSubroutineParametersuivNV in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glProgramUniform1d

      public void glProgramUniform1d(int arg0, int arg1, double arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLdouble v0)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniform1dEXT
      Specified by:
      glProgramUniform1d in interface GL2GL3
    • glProgramUniform1dEXT

      public void glProgramUniform1dEXT(int arg0, int arg1, double arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLdouble x)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniform1dEXT in interface GL2
    • glProgramUniform1dv

      public void glProgramUniform1dv(int arg0, int arg1, int arg2, DoubleBuffer arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniform1dvEXT
      Specified by:
      glProgramUniform1dv in interface GL2GL3
      arg3 - a direct or array-backed DoubleBuffer
    • glProgramUniform1dv

      public void glProgramUniform1dv(int arg0, int arg1, int arg2, double[] arg3, int arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniform1dvEXT
      Specified by:
      glProgramUniform1dv in interface GL2GL3
    • glProgramUniform1dvEXT

      public void glProgramUniform1dvEXT(int arg0, int arg1, int arg2, DoubleBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniform1dvEXT in interface GL2
      arg3 - a direct or array-backed DoubleBuffer
    • glProgramUniform1dvEXT

      public void glProgramUniform1dvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniform1dvEXT in interface GL2
    • glProgramUniform1f

      public void glProgramUniform1f(int arg0, int arg1, float arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLfloat v0)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform1fEXT
      Specified by:
      glProgramUniform1f in interface GL2ES2
    • glProgramUniform1fv

      public void glProgramUniform1fv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform1fvEXT
      Specified by:
      glProgramUniform1fv in interface GL2ES2
    • glProgramUniform1fv

      public void glProgramUniform1fv(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform1fvEXT
      Specified by:
      glProgramUniform1fv in interface GL2ES2
      arg3 - a direct or array-backed FloatBuffer
    • glProgramUniform1i

      public void glProgramUniform1i(int arg0, int arg1, int arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLint v0)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform1iEXT
      Specified by:
      glProgramUniform1i in interface GL2ES2
    • glProgramUniform1i64ARB

      public void glProgramUniform1i64ARB(int arg0, int arg1, long arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLint64 x)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform1i64ARB in interface GL2
    • glProgramUniform1i64NV

      public void glProgramUniform1i64NV(int arg0, int arg1, long arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLint64EXT x)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform1i64NV in interface GL2
    • glProgramUniform1i64vARB

      public void glProgramUniform1i64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform1i64vARB in interface GL2
    • glProgramUniform1i64vARB

      public void glProgramUniform1i64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform1i64vARB in interface GL2
      arg3 - a direct or array-backed LongBuffer
    • glProgramUniform1i64vNV

      public void glProgramUniform1i64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform1i64vNV in interface GL2
    • glProgramUniform1i64vNV

      public void glProgramUniform1i64vNV(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform1i64vNV in interface GL2
      arg3 - a direct or array-backed LongBuffer
    • glProgramUniform1iv

      public void glProgramUniform1iv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform1ivEXT
      Specified by:
      glProgramUniform1iv in interface GL2ES2
      arg3 - a direct or array-backed IntBuffer
    • glProgramUniform1iv

      public void glProgramUniform1iv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform1ivEXT
      Specified by:
      glProgramUniform1iv in interface GL2ES2
    • glProgramUniform1ui

      public void glProgramUniform1ui(int arg0, int arg1, int arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLuint v0)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform1uiEXT
      Specified by:
      glProgramUniform1ui in interface GL2ES2
    • glProgramUniform1ui64ARB

      public void glProgramUniform1ui64ARB(int arg0, int arg1, long arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLuint64 x)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform1ui64ARB in interface GL2
    • glProgramUniform1ui64NV

      public void glProgramUniform1ui64NV(int arg0, int arg1, long arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLuint64EXT x)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform1ui64NV in interface GL2
    • glProgramUniform1ui64vARB

      public void glProgramUniform1ui64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform1ui64vARB in interface GL2
      arg3 - a direct or array-backed LongBuffer
    • glProgramUniform1ui64vARB

      public void glProgramUniform1ui64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform1ui64vARB in interface GL2
    • glProgramUniform1ui64vNV

      public void glProgramUniform1ui64vNV(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform1ui64vNV in interface GL2
      arg3 - a direct or array-backed LongBuffer
    • glProgramUniform1ui64vNV

      public void glProgramUniform1ui64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform1ui64vNV in interface GL2
    • glProgramUniform1uiv

      public void glProgramUniform1uiv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform1uivEXT
      Specified by:
      glProgramUniform1uiv in interface GL2ES2
      arg3 - a direct or array-backed IntBuffer
    • glProgramUniform1uiv

      public void glProgramUniform1uiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform1uivEXT
      Specified by:
      glProgramUniform1uiv in interface GL2ES2
    • glProgramUniform2d

      public void glProgramUniform2d(int arg0, int arg1, double arg2, double arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLdouble v0, GLdouble v1)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniform2dEXT
      Specified by:
      glProgramUniform2d in interface GL2GL3
    • glProgramUniform2dEXT

      public void glProgramUniform2dEXT(int arg0, int arg1, double arg2, double arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLdouble x, GLdouble y)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniform2dEXT in interface GL2
    • glProgramUniform2dv

      public void glProgramUniform2dv(int arg0, int arg1, int arg2, double[] arg3, int arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniform2dvEXT
      Specified by:
      glProgramUniform2dv in interface GL2GL3
    • glProgramUniform2dv

      public void glProgramUniform2dv(int arg0, int arg1, int arg2, DoubleBuffer arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniform2dvEXT
      Specified by:
      glProgramUniform2dv in interface GL2GL3
      arg3 - a direct or array-backed DoubleBuffer
    • glProgramUniform2dvEXT

      public void glProgramUniform2dvEXT(int arg0, int arg1, int arg2, DoubleBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniform2dvEXT in interface GL2
      arg3 - a direct or array-backed DoubleBuffer
    • glProgramUniform2dvEXT

      public void glProgramUniform2dvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniform2dvEXT in interface GL2
    • glProgramUniform2f

      public void glProgramUniform2f(int arg0, int arg1, float arg2, float arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLfloat v0, GLfloat v1)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform2fEXT
      Specified by:
      glProgramUniform2f in interface GL2ES2
    • glProgramUniform2fv

      public void glProgramUniform2fv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform2fvEXT
      Specified by:
      glProgramUniform2fv in interface GL2ES2
    • glProgramUniform2fv

      public void glProgramUniform2fv(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform2fvEXT
      Specified by:
      glProgramUniform2fv in interface GL2ES2
      arg3 - a direct or array-backed FloatBuffer
    • glProgramUniform2i

      public void glProgramUniform2i(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLint v0, GLint v1)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform2iEXT
      Specified by:
      glProgramUniform2i in interface GL2ES2
    • glProgramUniform2i64ARB

      public void glProgramUniform2i64ARB(int arg0, int arg1, long arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLint64 x, GLint64 y)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform2i64ARB in interface GL2
    • glProgramUniform2i64NV

      public void glProgramUniform2i64NV(int arg0, int arg1, long arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLint64EXT x, GLint64EXT y)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform2i64NV in interface GL2
    • glProgramUniform2i64vARB

      public void glProgramUniform2i64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform2i64vARB in interface GL2
      arg3 - a direct or array-backed LongBuffer
    • glProgramUniform2i64vARB

      public void glProgramUniform2i64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform2i64vARB in interface GL2
    • glProgramUniform2i64vNV

      public void glProgramUniform2i64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform2i64vNV in interface GL2
    • glProgramUniform2i64vNV

      public void glProgramUniform2i64vNV(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform2i64vNV in interface GL2
      arg3 - a direct or array-backed LongBuffer
    • glProgramUniform2iv

      public void glProgramUniform2iv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform2ivEXT
      Specified by:
      glProgramUniform2iv in interface GL2ES2
    • glProgramUniform2iv

      public void glProgramUniform2iv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform2ivEXT
      Specified by:
      glProgramUniform2iv in interface GL2ES2
      arg3 - a direct or array-backed IntBuffer
    • glProgramUniform2ui

      public void glProgramUniform2ui(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLuint v0, GLuint v1)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform2uiEXT
      Specified by:
      glProgramUniform2ui in interface GL2ES2
    • glProgramUniform2ui64ARB

      public void glProgramUniform2ui64ARB(int arg0, int arg1, long arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLuint64 x, GLuint64 y)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform2ui64ARB in interface GL2
    • glProgramUniform2ui64NV

      public void glProgramUniform2ui64NV(int arg0, int arg1, long arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform2ui64NV in interface GL2
    • glProgramUniform2ui64vARB

      public void glProgramUniform2ui64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform2ui64vARB in interface GL2
      arg3 - a direct or array-backed LongBuffer
    • glProgramUniform2ui64vARB

      public void glProgramUniform2ui64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform2ui64vARB in interface GL2
    • glProgramUniform2ui64vNV

      public void glProgramUniform2ui64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform2ui64vNV in interface GL2
    • glProgramUniform2ui64vNV

      public void glProgramUniform2ui64vNV(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform2ui64vNV in interface GL2
      arg3 - a direct or array-backed LongBuffer
    • glProgramUniform2uiv

      public void glProgramUniform2uiv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform2uivEXT
      Specified by:
      glProgramUniform2uiv in interface GL2ES2
      arg3 - a direct or array-backed IntBuffer
    • glProgramUniform2uiv

      public void glProgramUniform2uiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform2uivEXT
      Specified by:
      glProgramUniform2uiv in interface GL2ES2
    • glProgramUniform3d

      public void glProgramUniform3d(int arg0, int arg1, double arg2, double arg3, double arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniform3dEXT
      Specified by:
      glProgramUniform3d in interface GL2GL3
    • glProgramUniform3dEXT

      public void glProgramUniform3dEXT(int arg0, int arg1, double arg2, double arg3, double arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniform3dEXT in interface GL2
    • glProgramUniform3dv

      public void glProgramUniform3dv(int arg0, int arg1, int arg2, DoubleBuffer arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniform3dvEXT
      Specified by:
      glProgramUniform3dv in interface GL2GL3
      arg3 - a direct or array-backed DoubleBuffer
    • glProgramUniform3dv

      public void glProgramUniform3dv(int arg0, int arg1, int arg2, double[] arg3, int arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniform3dvEXT
      Specified by:
      glProgramUniform3dv in interface GL2GL3
    • glProgramUniform3dvEXT

      public void glProgramUniform3dvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniform3dvEXT in interface GL2
    • glProgramUniform3dvEXT

      public void glProgramUniform3dvEXT(int arg0, int arg1, int arg2, DoubleBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniform3dvEXT in interface GL2
      arg3 - a direct or array-backed DoubleBuffer
    • glProgramUniform3f

      public void glProgramUniform3f(int arg0, int arg1, float arg2, float arg3, float arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform3fEXT
      Specified by:
      glProgramUniform3f in interface GL2ES2
    • glProgramUniform3fv

      public void glProgramUniform3fv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform3fvEXT
      Specified by:
      glProgramUniform3fv in interface GL2ES2
    • glProgramUniform3fv

      public void glProgramUniform3fv(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform3fvEXT
      Specified by:
      glProgramUniform3fv in interface GL2ES2
      arg3 - a direct or array-backed FloatBuffer
    • glProgramUniform3i

      public void glProgramUniform3i(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLint v0, GLint v1, GLint v2)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform3iEXT
      Specified by:
      glProgramUniform3i in interface GL2ES2
    • glProgramUniform3i64ARB

      public void glProgramUniform3i64ARB(int arg0, int arg1, long arg2, long arg3, long arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLint64 x, GLint64 y, GLint64 z)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform3i64ARB in interface GL2
    • glProgramUniform3i64NV

      public void glProgramUniform3i64NV(int arg0, int arg1, long arg2, long arg3, long arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform3i64NV in interface GL2
    • glProgramUniform3i64vARB

      public void glProgramUniform3i64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform3i64vARB in interface GL2
      arg3 - a direct or array-backed LongBuffer
    • glProgramUniform3i64vARB

      public void glProgramUniform3i64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform3i64vARB in interface GL2
    • glProgramUniform3i64vNV

      public void glProgramUniform3i64vNV(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform3i64vNV in interface GL2
      arg3 - a direct or array-backed LongBuffer
    • glProgramUniform3i64vNV

      public void glProgramUniform3i64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform3i64vNV in interface GL2
    • glProgramUniform3iv

      public void glProgramUniform3iv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform3ivEXT
      Specified by:
      glProgramUniform3iv in interface GL2ES2
    • glProgramUniform3iv

      public void glProgramUniform3iv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform3ivEXT
      Specified by:
      glProgramUniform3iv in interface GL2ES2
      arg3 - a direct or array-backed IntBuffer
    • glProgramUniform3ui

      public void glProgramUniform3ui(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform3uiEXT
      Specified by:
      glProgramUniform3ui in interface GL2ES2
    • glProgramUniform3ui64ARB

      public void glProgramUniform3ui64ARB(int arg0, int arg1, long arg2, long arg3, long arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLuint64 x, GLuint64 y, GLuint64 z)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform3ui64ARB in interface GL2
    • glProgramUniform3ui64NV

      public void glProgramUniform3ui64NV(int arg0, int arg1, long arg2, long arg3, long arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform3ui64NV in interface GL2
    • glProgramUniform3ui64vARB

      public void glProgramUniform3ui64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform3ui64vARB in interface GL2
    • glProgramUniform3ui64vARB

      public void glProgramUniform3ui64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform3ui64vARB in interface GL2
      arg3 - a direct or array-backed LongBuffer
    • glProgramUniform3ui64vNV

      public void glProgramUniform3ui64vNV(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform3ui64vNV in interface GL2
      arg3 - a direct or array-backed LongBuffer
    • glProgramUniform3ui64vNV

      public void glProgramUniform3ui64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform3ui64vNV in interface GL2
    • glProgramUniform3uiv

      public void glProgramUniform3uiv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform3uivEXT
      Specified by:
      glProgramUniform3uiv in interface GL2ES2
      arg3 - a direct or array-backed IntBuffer
    • glProgramUniform3uiv

      public void glProgramUniform3uiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform3uivEXT
      Specified by:
      glProgramUniform3uiv in interface GL2ES2
    • glProgramUniform4d

      public void glProgramUniform4d(int arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniform4dEXT
      Specified by:
      glProgramUniform4d in interface GL2GL3
    • glProgramUniform4dEXT

      public void glProgramUniform4dEXT(int arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniform4dEXT in interface GL2
    • glProgramUniform4dv

      public void glProgramUniform4dv(int arg0, int arg1, int arg2, double[] arg3, int arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniform4dvEXT
      Specified by:
      glProgramUniform4dv in interface GL2GL3
    • glProgramUniform4dv

      public void glProgramUniform4dv(int arg0, int arg1, int arg2, DoubleBuffer arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniform4dvEXT
      Specified by:
      glProgramUniform4dv in interface GL2GL3
      arg3 - a direct or array-backed DoubleBuffer
    • glProgramUniform4dvEXT

      public void glProgramUniform4dvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniform4dvEXT in interface GL2
    • glProgramUniform4dvEXT

      public void glProgramUniform4dvEXT(int arg0, int arg1, int arg2, DoubleBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniform4dvEXT in interface GL2
      arg3 - a direct or array-backed DoubleBuffer
    • glProgramUniform4f

      public void glProgramUniform4f(int arg0, int arg1, float arg2, float arg3, float arg4, float arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform4fEXT
      Specified by:
      glProgramUniform4f in interface GL2ES2
    • glProgramUniform4fv

      public void glProgramUniform4fv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform4fvEXT
      Specified by:
      glProgramUniform4fv in interface GL2ES2
    • glProgramUniform4fv

      public void glProgramUniform4fv(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform4fvEXT
      Specified by:
      glProgramUniform4fv in interface GL2ES2
      arg3 - a direct or array-backed FloatBuffer
    • glProgramUniform4i

      public void glProgramUniform4i(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform4iEXT
      Specified by:
      glProgramUniform4i in interface GL2ES2
    • glProgramUniform4i64ARB

      public void glProgramUniform4i64ARB(int arg0, int arg1, long arg2, long arg3, long arg4, long arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLint64 x, GLint64 y, GLint64 z, GLint64 w)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform4i64ARB in interface GL2
    • glProgramUniform4i64NV

      public void glProgramUniform4i64NV(int arg0, int arg1, long arg2, long arg3, long arg4, long arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform4i64NV in interface GL2
    • glProgramUniform4i64vARB

      public void glProgramUniform4i64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform4i64vARB in interface GL2
    • glProgramUniform4i64vARB

      public void glProgramUniform4i64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform4i64vARB in interface GL2
      arg3 - a direct or array-backed LongBuffer
    • glProgramUniform4i64vNV

      public void glProgramUniform4i64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform4i64vNV in interface GL2
    • glProgramUniform4i64vNV

      public void glProgramUniform4i64vNV(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform4i64vNV in interface GL2
      arg3 - a direct or array-backed LongBuffer
    • glProgramUniform4iv

      public void glProgramUniform4iv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform4ivEXT
      Specified by:
      glProgramUniform4iv in interface GL2ES2
    • glProgramUniform4iv

      public void glProgramUniform4iv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLint * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform4ivEXT
      Specified by:
      glProgramUniform4iv in interface GL2ES2
      arg3 - a direct or array-backed IntBuffer
    • glProgramUniform4ui

      public void glProgramUniform4ui(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform4uiEXT
      Specified by:
      glProgramUniform4ui in interface GL2ES2
    • glProgramUniform4ui64ARB

      public void glProgramUniform4ui64ARB(int arg0, int arg1, long arg2, long arg3, long arg4, long arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLuint64 x, GLuint64 y, GLuint64 z, GLuint64 w)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform4ui64ARB in interface GL2
    • glProgramUniform4ui64NV

      public void glProgramUniform4ui64NV(int arg0, int arg1, long arg2, long arg3, long arg4, long arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform4ui64NV in interface GL2
    • glProgramUniform4ui64vARB

      public void glProgramUniform4ui64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform4ui64vARB in interface GL2
    • glProgramUniform4ui64vARB

      public void glProgramUniform4ui64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glProgramUniform4ui64vARB in interface GL2
      arg3 - a direct or array-backed LongBuffer
    • glProgramUniform4ui64vNV

      public void glProgramUniform4ui64vNV(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform4ui64vNV in interface GL2
      arg3 - a direct or array-backed LongBuffer
    • glProgramUniform4ui64vNV

      public void glProgramUniform4ui64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glProgramUniform4ui64vNV in interface GL2
    • glProgramUniform4uiv

      public void glProgramUniform4uiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform4uivEXT
      Specified by:
      glProgramUniform4uiv in interface GL2ES2
    • glProgramUniform4uiv

      public void glProgramUniform4uiv(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniform4uivEXT
      Specified by:
      glProgramUniform4uiv in interface GL2ES2
      arg3 - a direct or array-backed IntBuffer
    • glProgramUniformHandleui64ARB

      public void glProgramUniformHandleui64ARB(int arg0, int arg1, long arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint program, GLint location, GLuint64 value)
      Part of GL_ARB_bindless_texture
      Specified by:
      glProgramUniformHandleui64ARB in interface GL4
    • glProgramUniformHandleui64vARB

      public void glProgramUniformHandleui64vARB(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * values)
      Part of GL_ARB_bindless_texture
      Specified by:
      glProgramUniformHandleui64vARB in interface GL4
      arg3 - a direct or array-backed LongBuffer
    • glProgramUniformHandleui64vARB

      public void glProgramUniformHandleui64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64 * values)
      Part of GL_ARB_bindless_texture
      Specified by:
      glProgramUniformHandleui64vARB in interface GL4
    • glProgramUniformMatrix2dv

      public void glProgramUniformMatrix2dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniformMatrix2dvEXT
      Specified by:
      glProgramUniformMatrix2dv in interface GL2GL3
    • glProgramUniformMatrix2dv

      public void glProgramUniformMatrix2dv(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniformMatrix2dvEXT
      Specified by:
      glProgramUniformMatrix2dv in interface GL2GL3
      arg4 - a direct or array-backed DoubleBuffer
    • glProgramUniformMatrix2dvEXT

      public void glProgramUniformMatrix2dvEXT(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniformMatrix2dvEXT in interface GL2
    • glProgramUniformMatrix2dvEXT

      public void glProgramUniformMatrix2dvEXT(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniformMatrix2dvEXT in interface GL2
      arg4 - a direct or array-backed DoubleBuffer
    • glProgramUniformMatrix2fv

      public void glProgramUniformMatrix2fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniformMatrix2fvEXT
      Specified by:
      glProgramUniformMatrix2fv in interface GL2ES2
    • glProgramUniformMatrix2fv

      public void glProgramUniformMatrix2fv(int arg0, int arg1, int arg2, boolean arg3, FloatBuffer arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniformMatrix2fvEXT
      Specified by:
      glProgramUniformMatrix2fv in interface GL2ES2
      arg4 - a direct or array-backed FloatBuffer
    • glProgramUniformMatrix2x3dv

      public void glProgramUniformMatrix2x3dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniformMatrix2x3dvEXT
      Specified by:
      glProgramUniformMatrix2x3dv in interface GL2GL3
    • glProgramUniformMatrix2x3dv

      public void glProgramUniformMatrix2x3dv(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniformMatrix2x3dvEXT
      Specified by:
      glProgramUniformMatrix2x3dv in interface GL2GL3
      arg4 - a direct or array-backed DoubleBuffer
    • glProgramUniformMatrix2x3dvEXT

      public void glProgramUniformMatrix2x3dvEXT(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniformMatrix2x3dvEXT in interface GL2
    • glProgramUniformMatrix2x3dvEXT

      public void glProgramUniformMatrix2x3dvEXT(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniformMatrix2x3dvEXT in interface GL2
      arg4 - a direct or array-backed DoubleBuffer
    • glProgramUniformMatrix2x3fv

      public void glProgramUniformMatrix2x3fv(int arg0, int arg1, int arg2, boolean arg3, FloatBuffer arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniformMatrix2x3fvEXT
      Specified by:
      glProgramUniformMatrix2x3fv in interface GL2ES2
      arg4 - a direct or array-backed FloatBuffer
    • glProgramUniformMatrix2x3fv

      public void glProgramUniformMatrix2x3fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniformMatrix2x3fvEXT
      Specified by:
      glProgramUniformMatrix2x3fv in interface GL2ES2
    • glProgramUniformMatrix2x4dv

      public void glProgramUniformMatrix2x4dv(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniformMatrix2x4dvEXT
      Specified by:
      glProgramUniformMatrix2x4dv in interface GL2GL3
      arg4 - a direct or array-backed DoubleBuffer
    • glProgramUniformMatrix2x4dv

      public void glProgramUniformMatrix2x4dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniformMatrix2x4dvEXT
      Specified by:
      glProgramUniformMatrix2x4dv in interface GL2GL3
    • glProgramUniformMatrix2x4dvEXT

      public void glProgramUniformMatrix2x4dvEXT(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniformMatrix2x4dvEXT in interface GL2
    • glProgramUniformMatrix2x4dvEXT

      public void glProgramUniformMatrix2x4dvEXT(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniformMatrix2x4dvEXT in interface GL2
      arg4 - a direct or array-backed DoubleBuffer
    • glProgramUniformMatrix2x4fv

      public void glProgramUniformMatrix2x4fv(int arg0, int arg1, int arg2, boolean arg3, FloatBuffer arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniformMatrix2x4fvEXT
      Specified by:
      glProgramUniformMatrix2x4fv in interface GL2ES2
      arg4 - a direct or array-backed FloatBuffer
    • glProgramUniformMatrix2x4fv

      public void glProgramUniformMatrix2x4fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniformMatrix2x4fvEXT
      Specified by:
      glProgramUniformMatrix2x4fv in interface GL2ES2
    • glProgramUniformMatrix3dv

      public void glProgramUniformMatrix3dv(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniformMatrix3dvEXT
      Specified by:
      glProgramUniformMatrix3dv in interface GL2GL3
      arg4 - a direct or array-backed DoubleBuffer
    • glProgramUniformMatrix3dv

      public void glProgramUniformMatrix3dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniformMatrix3dvEXT
      Specified by:
      glProgramUniformMatrix3dv in interface GL2GL3
    • glProgramUniformMatrix3dvEXT

      public void glProgramUniformMatrix3dvEXT(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniformMatrix3dvEXT in interface GL2
      arg4 - a direct or array-backed DoubleBuffer
    • glProgramUniformMatrix3dvEXT

      public void glProgramUniformMatrix3dvEXT(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniformMatrix3dvEXT in interface GL2
    • glProgramUniformMatrix3fv

      public void glProgramUniformMatrix3fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniformMatrix3fvEXT
      Specified by:
      glProgramUniformMatrix3fv in interface GL2ES2
    • glProgramUniformMatrix3fv

      public void glProgramUniformMatrix3fv(int arg0, int arg1, int arg2, boolean arg3, FloatBuffer arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniformMatrix3fvEXT
      Specified by:
      glProgramUniformMatrix3fv in interface GL2ES2
      arg4 - a direct or array-backed FloatBuffer
    • glProgramUniformMatrix3x2dv

      public void glProgramUniformMatrix3x2dv(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniformMatrix3x2dvEXT
      Specified by:
      glProgramUniformMatrix3x2dv in interface GL2GL3
      arg4 - a direct or array-backed DoubleBuffer
    • glProgramUniformMatrix3x2dv

      public void glProgramUniformMatrix3x2dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniformMatrix3x2dvEXT
      Specified by:
      glProgramUniformMatrix3x2dv in interface GL2GL3
    • glProgramUniformMatrix3x2dvEXT

      public void glProgramUniformMatrix3x2dvEXT(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniformMatrix3x2dvEXT in interface GL2
    • glProgramUniformMatrix3x2dvEXT

      public void glProgramUniformMatrix3x2dvEXT(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniformMatrix3x2dvEXT in interface GL2
      arg4 - a direct or array-backed DoubleBuffer
    • glProgramUniformMatrix3x2fv

      public void glProgramUniformMatrix3x2fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniformMatrix3x2fvEXT
      Specified by:
      glProgramUniformMatrix3x2fv in interface GL2ES2
    • glProgramUniformMatrix3x2fv

      public void glProgramUniformMatrix3x2fv(int arg0, int arg1, int arg2, boolean arg3, FloatBuffer arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniformMatrix3x2fvEXT
      Specified by:
      glProgramUniformMatrix3x2fv in interface GL2ES2
      arg4 - a direct or array-backed FloatBuffer
    • glProgramUniformMatrix3x4dv

      public void glProgramUniformMatrix3x4dv(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniformMatrix3x4dvEXT
      Specified by:
      glProgramUniformMatrix3x4dv in interface GL2GL3
      arg4 - a direct or array-backed DoubleBuffer
    • glProgramUniformMatrix3x4dv

      public void glProgramUniformMatrix3x4dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniformMatrix3x4dvEXT
      Specified by:
      glProgramUniformMatrix3x4dv in interface GL2GL3
    • glProgramUniformMatrix3x4dvEXT

      public void glProgramUniformMatrix3x4dvEXT(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniformMatrix3x4dvEXT in interface GL2
    • glProgramUniformMatrix3x4dvEXT

      public void glProgramUniformMatrix3x4dvEXT(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniformMatrix3x4dvEXT in interface GL2
      arg4 - a direct or array-backed DoubleBuffer
    • glProgramUniformMatrix3x4fv

      public void glProgramUniformMatrix3x4fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniformMatrix3x4fvEXT
      Specified by:
      glProgramUniformMatrix3x4fv in interface GL2ES2
    • glProgramUniformMatrix3x4fv

      public void glProgramUniformMatrix3x4fv(int arg0, int arg1, int arg2, boolean arg3, FloatBuffer arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniformMatrix3x4fvEXT
      Specified by:
      glProgramUniformMatrix3x4fv in interface GL2ES2
      arg4 - a direct or array-backed FloatBuffer
    • glProgramUniformMatrix4dv

      public void glProgramUniformMatrix4dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniformMatrix4dvEXT
      Specified by:
      glProgramUniformMatrix4dv in interface GL2GL3
    • glProgramUniformMatrix4dv

      public void glProgramUniformMatrix4dv(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniformMatrix4dvEXT
      Specified by:
      glProgramUniformMatrix4dv in interface GL2GL3
      arg4 - a direct or array-backed DoubleBuffer
    • glProgramUniformMatrix4dvEXT

      public void glProgramUniformMatrix4dvEXT(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniformMatrix4dvEXT in interface GL2
      arg4 - a direct or array-backed DoubleBuffer
    • glProgramUniformMatrix4dvEXT

      public void glProgramUniformMatrix4dvEXT(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniformMatrix4dvEXT in interface GL2
    • glProgramUniformMatrix4fv

      public void glProgramUniformMatrix4fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniformMatrix4fvEXT
      Specified by:
      glProgramUniformMatrix4fv in interface GL2ES2
    • glProgramUniformMatrix4fv

      public void glProgramUniformMatrix4fv(int arg0, int arg1, int arg2, boolean arg3, FloatBuffer arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniformMatrix4fvEXT
      Specified by:
      glProgramUniformMatrix4fv in interface GL2ES2
      arg4 - a direct or array-backed FloatBuffer
    • glProgramUniformMatrix4x2dv

      public void glProgramUniformMatrix4x2dv(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniformMatrix4x2dvEXT
      Specified by:
      glProgramUniformMatrix4x2dv in interface GL2GL3
      arg4 - a direct or array-backed DoubleBuffer
    • glProgramUniformMatrix4x2dv

      public void glProgramUniformMatrix4x2dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniformMatrix4x2dvEXT
      Specified by:
      glProgramUniformMatrix4x2dv in interface GL2GL3
    • glProgramUniformMatrix4x2dvEXT

      public void glProgramUniformMatrix4x2dvEXT(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniformMatrix4x2dvEXT in interface GL2
      arg4 - a direct or array-backed DoubleBuffer
    • glProgramUniformMatrix4x2dvEXT

      public void glProgramUniformMatrix4x2dvEXT(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniformMatrix4x2dvEXT in interface GL2
    • glProgramUniformMatrix4x2fv

      public void glProgramUniformMatrix4x2fv(int arg0, int arg1, int arg2, boolean arg3, FloatBuffer arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniformMatrix4x2fvEXT
      Specified by:
      glProgramUniformMatrix4x2fv in interface GL2ES2
      arg4 - a direct or array-backed FloatBuffer
    • glProgramUniformMatrix4x2fv

      public void glProgramUniformMatrix4x2fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniformMatrix4x2fvEXT
      Specified by:
      glProgramUniformMatrix4x2fv in interface GL2ES2
    • glProgramUniformMatrix4x3dv

      public void glProgramUniformMatrix4x3dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniformMatrix4x3dvEXT
      Specified by:
      glProgramUniformMatrix4x3dv in interface GL2GL3
    • glProgramUniformMatrix4x3dv

      public void glProgramUniformMatrix4x3dv(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_separate_shader_objects, GL_VERSION_4_1, GL_EXT_direct_state_access
      Alias for: glProgramUniformMatrix4x3dvEXT
      Specified by:
      glProgramUniformMatrix4x3dv in interface GL2GL3
      arg4 - a direct or array-backed DoubleBuffer
    • glProgramUniformMatrix4x3dvEXT

      public void glProgramUniformMatrix4x3dvEXT(int arg0, int arg1, int arg2, boolean arg3, DoubleBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniformMatrix4x3dvEXT in interface GL2
      arg4 - a direct or array-backed DoubleBuffer
    • glProgramUniformMatrix4x3dvEXT

      public void glProgramUniformMatrix4x3dvEXT(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_EXT_direct_state_access
      Specified by:
      glProgramUniformMatrix4x3dvEXT in interface GL2
    • glProgramUniformMatrix4x3fv

      public void glProgramUniformMatrix4x3fv(int arg0, int arg1, int arg2, boolean arg3, FloatBuffer arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniformMatrix4x3fvEXT
      Specified by:
      glProgramUniformMatrix4x3fv in interface GL2ES2
      arg4 - a direct or array-backed FloatBuffer
    • glProgramUniformMatrix4x3fv

      public void glProgramUniformMatrix4x3fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_direct_state_access, GL_EXT_separate_shader_objects
      Alias for: glProgramUniformMatrix4x3fvEXT
      Specified by:
      glProgramUniformMatrix4x3fv in interface GL2ES2
    • glProgramUniformui64NV

      public void glProgramUniformui64NV(int arg0, int arg1, long arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLuint64EXT value)
      Part of GL_NV_shader_buffer_load
      Specified by:
      glProgramUniformui64NV in interface GL2GL3
    • glProgramUniformui64vNV

      public void glProgramUniformui64vNV(int arg0, int arg1, int arg2, LongBuffer arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_shader_buffer_load
      Specified by:
      glProgramUniformui64vNV in interface GL2GL3
      arg3 - a direct or array-backed LongBuffer
    • glProgramUniformui64vNV

      public void glProgramUniformui64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_shader_buffer_load
      Specified by:
      glProgramUniformui64vNV in interface GL2GL3
    • glProgramVertexLimitNV

      public void glProgramVertexLimitNV(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLint limit)
      Part of GL_NV_geometry_program4
      Specified by:
      glProgramVertexLimitNV in interface GL2
    • glProvokingVertex

      public void glProvokingVertex(int arg0)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum mode)
      Part of GL_ARB_provoking_vertex, GL_VERSION_3_2, GL_EXT_provoking_vertex
      Alias for: glProvokingVertexEXT
      Specified by:
      glProvokingVertex in interface GL2GL3
    • glProvokingVertexEXT

      public void glProvokingVertexEXT(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode)
      Part of GL_EXT_provoking_vertex
      Specified by:
      glProvokingVertexEXT in interface GL2
    • glPushAttrib

      public void glPushAttrib(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLbitfield mask)
      Part of GL_VERSION_1_0
      Specified by:
      glPushAttrib in interface GL2
    • glPushClientAttrib

      public void glPushClientAttrib(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLbitfield mask)
      Part of GL_VERSION_1_1
      Specified by:
      glPushClientAttrib in interface GL2
    • glPushClientAttribDefaultEXT

      public void glPushClientAttribDefaultEXT(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLbitfield mask)
      Part of GL_EXT_direct_state_access
      Specified by:
      glPushClientAttribDefaultEXT in interface GL2
    • glPushDebugGroup

      public void glPushDebugGroup(int arg0, int arg1, int arg2, byte[] arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum source, GLuint id, GLsizei length, const GLchar * message)
      Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
      Alias for: glPushDebugGroupKHR
      Specified by:
      glPushDebugGroup in interface GL2ES2
    • glPushDebugGroup

      public void glPushDebugGroup(int arg0, int arg1, int arg2, ByteBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum source, GLuint id, GLsizei length, const GLchar * message)
      Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
      Alias for: glPushDebugGroupKHR
      Specified by:
      glPushDebugGroup in interface GL2ES2
      arg3 - a direct or array-backed ByteBuffer
    • glPushMatrix

      public void glPushMatrix()
      Description copied from interface: GLMatrixFunc
      Push the current matrix to it's stack, while preserving it's values.

      There exist one stack per matrix mode, i.e. GLMatrixFunc.GL_MODELVIEW, GLMatrixFunc.GL_PROJECTION and GL_TEXTURE.

      Specified by:
      glPushMatrix in interface GLMatrixFunc
    • glPushName

      public void glPushName(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint name)
      Part of GL_VERSION_1_0
      Specified by:
      glPushName in interface GL2
    • glQueryCounter

      public void glQueryCounter(int arg0, int arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint id, GLenum target)
      Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query
      Alias for: glQueryCounterEXT
      Specified by:
      glQueryCounter in interface GL2ES2
    • glQueryMatrixxOES

      public int glQueryMatrixxOES(int[] arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: GLbitfield (GLfixed * mantissa, GLint * exponent)
      Part of GL_OES_query_matrix
      Specified by:
      glQueryMatrixxOES in interface GL2
    • glQueryMatrixxOES

      public int glQueryMatrixxOES(IntBuffer arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: GLbitfield (GLfixed * mantissa, GLint * exponent)
      Part of GL_OES_query_matrix
      Specified by:
      glQueryMatrixxOES in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
      arg1 - a direct or array-backed IntBuffer
    • glQueryObjectParameteruiAMD

      public void glQueryObjectParameteruiAMD(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint id, GLenum pname, GLuint param)
      Part of GL_AMD_occlusion_query_event
      Specified by:
      glQueryObjectParameteruiAMD in interface GL2
    • glRasterPos2d

      public void glRasterPos2d(double arg0, double arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble x, GLdouble y)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos2d in interface GL2
    • glRasterPos2dv

      public void glRasterPos2dv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos2dv in interface GL2
    • glRasterPos2dv

      public void glRasterPos2dv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos2dv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glRasterPos2f

      public void glRasterPos2f(float arg0, float arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat x, GLfloat y)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos2f in interface GL2
    • glRasterPos2fv

      public void glRasterPos2fv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos2fv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glRasterPos2fv

      public void glRasterPos2fv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos2fv in interface GL2
    • glRasterPos2i

      public void glRasterPos2i(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint x, GLint y)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos2i in interface GL2
    • glRasterPos2iv

      public void glRasterPos2iv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos2iv in interface GL2
    • glRasterPos2iv

      public void glRasterPos2iv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos2iv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glRasterPos2s

      public void glRasterPos2s(short arg0, short arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLshort x, GLshort y)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos2s in interface GL2
    • glRasterPos2sv

      public void glRasterPos2sv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos2sv in interface GL2
    • glRasterPos2sv

      public void glRasterPos2sv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos2sv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glRasterPos3d

      public void glRasterPos3d(double arg0, double arg1, double arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble x, GLdouble y, GLdouble z)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos3d in interface GL2
    • glRasterPos3dv

      public void glRasterPos3dv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos3dv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glRasterPos3dv

      public void glRasterPos3dv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos3dv in interface GL2
    • glRasterPos3f

      public void glRasterPos3f(float arg0, float arg1, float arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat x, GLfloat y, GLfloat z)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos3f in interface GL2
    • glRasterPos3fv

      public void glRasterPos3fv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos3fv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glRasterPos3fv

      public void glRasterPos3fv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos3fv in interface GL2
    • glRasterPos3i

      public void glRasterPos3i(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint x, GLint y, GLint z)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos3i in interface GL2
    • glRasterPos3iv

      public void glRasterPos3iv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos3iv in interface GL2
    • glRasterPos3iv

      public void glRasterPos3iv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos3iv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glRasterPos3s

      public void glRasterPos3s(short arg0, short arg1, short arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLshort x, GLshort y, GLshort z)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos3s in interface GL2
    • glRasterPos3sv

      public void glRasterPos3sv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos3sv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glRasterPos3sv

      public void glRasterPos3sv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos3sv in interface GL2
    • glRasterPos4d

      public void glRasterPos4d(double arg0, double arg1, double arg2, double arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble x, GLdouble y, GLdouble z, GLdouble w)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos4d in interface GL2
    • glRasterPos4dv

      public void glRasterPos4dv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos4dv in interface GL2
    • glRasterPos4dv

      public void glRasterPos4dv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos4dv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glRasterPos4f

      public void glRasterPos4f(float arg0, float arg1, float arg2, float arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat x, GLfloat y, GLfloat z, GLfloat w)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos4f in interface GL2
    • glRasterPos4fv

      public void glRasterPos4fv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos4fv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glRasterPos4fv

      public void glRasterPos4fv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos4fv in interface GL2
    • glRasterPos4i

      public void glRasterPos4i(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint x, GLint y, GLint z, GLint w)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos4i in interface GL2
    • glRasterPos4iv

      public void glRasterPos4iv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos4iv in interface GL2
    • glRasterPos4iv

      public void glRasterPos4iv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos4iv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glRasterPos4s

      public void glRasterPos4s(short arg0, short arg1, short arg2, short arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLshort x, GLshort y, GLshort z, GLshort w)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos4s in interface GL2
    • glRasterPos4sv

      public void glRasterPos4sv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos4sv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glRasterPos4sv

      public void glRasterPos4sv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glRasterPos4sv in interface GL2
    • glRasterSamplesEXT

      public void glRasterSamplesEXT(int arg0, boolean arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint samples, GLboolean fixedsamplelocations)
      Part of GL_EXT_raster_multisample
      Specified by:
      glRasterSamplesEXT in interface GL2
    • glReadBuffer

      public void glReadBuffer(int arg0)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum mode)
      Part of GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_NV_read_buffer
      Alias for: glReadBufferNV
      Specified by:
      glReadBuffer in interface GL2ES3
    • glReadPixels

      public void glReadPixels(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
      Description copied from interface: GL
      Entry point to C language function: void (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void * pixels)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glReadPixels in interface GL
    • glReadPixels

      public void glReadPixels(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Buffer arg6)
      Description copied from interface: GL
      Entry point to C language function: void (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void * pixels)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glReadPixels in interface GL
      arg6 - a direct or array-backed Buffer
    • glReadnPixels

      public void glReadnPixels(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Buffer arg7)
      Description copied from interface: GL
      Entry point to C language function: void (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
      Part of GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
      Alias for: glReadnPixelsEXT, glReadnPixelsARB, glReadnPixelsKHR
      Specified by:
      glReadnPixels in interface GL
      arg7 - a direct or array-backed Buffer
    • glRectd

      public void glRectd(double arg0, double arg1, double arg2, double arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)
      Part of GL_VERSION_1_0
      Specified by:
      glRectd in interface GL2
    • glRectdv

      public void glRectdv(double[] arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v1, const GLdouble * v2)
      Part of GL_VERSION_1_0
      Specified by:
      glRectdv in interface GL2
    • glRectdv

      public void glRectdv(DoubleBuffer arg0, DoubleBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v1, const GLdouble * v2)
      Part of GL_VERSION_1_0
      Specified by:
      glRectdv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
      arg1 - a direct or array-backed DoubleBuffer
    • glRectf

      public void glRectf(float arg0, float arg1, float arg2, float arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)
      Part of GL_VERSION_1_0
      Specified by:
      glRectf in interface GL2
    • glRectfv

      public void glRectfv(FloatBuffer arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v1, const GLfloat * v2)
      Part of GL_VERSION_1_0
      Specified by:
      glRectfv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
      arg1 - a direct or array-backed FloatBuffer
    • glRectfv

      public void glRectfv(float[] arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v1, const GLfloat * v2)
      Part of GL_VERSION_1_0
      Specified by:
      glRectfv in interface GL2
    • glRecti

      public void glRecti(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint x1, GLint y1, GLint x2, GLint y2)
      Part of GL_VERSION_1_0
      Specified by:
      glRecti in interface GL2
    • glRectiv

      public void glRectiv(int[] arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v1, const GLint * v2)
      Part of GL_VERSION_1_0
      Specified by:
      glRectiv in interface GL2
    • glRectiv

      public void glRectiv(IntBuffer arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v1, const GLint * v2)
      Part of GL_VERSION_1_0
      Specified by:
      glRectiv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
      arg1 - a direct or array-backed IntBuffer
    • glRects

      public void glRects(short arg0, short arg1, short arg2, short arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLshort x1, GLshort y1, GLshort x2, GLshort y2)
      Part of GL_VERSION_1_0
      Specified by:
      glRects in interface GL2
    • glRectsv

      public void glRectsv(ShortBuffer arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v1, const GLshort * v2)
      Part of GL_VERSION_1_0
      Specified by:
      glRectsv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
      arg1 - a direct or array-backed ShortBuffer
    • glRectsv

      public void glRectsv(short[] arg0, int arg1, short[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v1, const GLshort * v2)
      Part of GL_VERSION_1_0
      Specified by:
      glRectsv in interface GL2
    • glReleaseShaderCompiler

      public void glReleaseShaderCompiler()
      Description copied from interface: GL2ES2
      Entry point to C language function: void (void);
      Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
      Nop if no native implementation is available.
      Specified by:
      glReleaseShaderCompiler in interface GL2ES2
    • glRenderMode

      public int glRenderMode(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: GLint (GLenum mode)
      Part of GL_VERSION_1_0
      Specified by:
      glRenderMode in interface GL2
    • glRenderbufferStorage

      public void glRenderbufferStorage(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
      Part of GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
      Alias for: glRenderbufferStorageEXT, glRenderbufferStorageOES
      Specified by:
      glRenderbufferStorage in interface GL
    • glRenderbufferStorageMultisample

      public void glRenderbufferStorageMultisample(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
      Part of GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_APPLE_framebuffer_multisample, GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample, GL_ANGLE_framebuffer_multisample, GL_IMG_multisampled_render_to_texture, GL_NV_framebuffer_multisample
      Alias for: glRenderbufferStorageMultisampleAPPLE, glRenderbufferStorageMultisampleEXT, glRenderbufferStorageMultisampleANGLE, glRenderbufferStorageMultisampleIMG, glRenderbufferStorageMultisampleNV
      Specified by:
      glRenderbufferStorageMultisample in interface GL
    • glRenderbufferStorageMultisampleCoverageNV

      public void glRenderbufferStorageMultisampleCoverageNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height)
      Part of GL_NV_framebuffer_multisample_coverage
      Specified by:
      glRenderbufferStorageMultisampleCoverageNV in interface GL2
    • glResetHistogram

      public void glResetHistogram(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
      Alias for: glResetHistogramEXT
      Specified by:
      glResetHistogram in interface GL2
    • glResetMinmax

      public void glResetMinmax(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
      Alias for: glResetMinmaxEXT
      Specified by:
      glResetMinmax in interface GL2
    • glResolveDepthValuesNV

      public void glResolveDepthValuesNV()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_NV_sample_locations
      Specified by:
      glResolveDepthValuesNV in interface GL2
    • glResumeTransformFeedback

      public void glResumeTransformFeedback()
      Description copied from interface: GL2ES3
      Entry point to C language function: void (void)
      Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
      Alias for: glResumeTransformFeedbackNV
      Specified by:
      glResumeTransformFeedback in interface GL2ES3
    • glResumeTransformFeedbackNV

      public void glResumeTransformFeedbackNV()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_NV_transform_feedback2
      Specified by:
      glResumeTransformFeedbackNV in interface GL2
    • glRotated

      public void glRotated(double arg0, double arg1, double arg2, double arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
      Part of GL_VERSION_1_0
      Specified by:
      glRotated in interface GL2
    • glRotatef

      public void glRotatef(float arg0, float arg1, float arg2, float arg3)
      Description copied from interface: GLMatrixFunc
      Rotate the current matrix.
      Specified by:
      glRotatef in interface GLMatrixFunc
    • glSampleCoverage

      public void glSampleCoverage(float arg0, boolean arg1)
      Description copied from interface: GL
      Entry point to C language function: void (GLfloat value, GLboolean invert)
      Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multisample, GL_OES_fixed_point
      Alias for: glSampleCoverageARB, glSampleCoverageOES
      Specified by:
      glSampleCoverage in interface GL
    • glSampleMaskIndexedNV

      public void glSampleMaskIndexedNV(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLbitfield mask)
      Part of GL_NV_explicit_multisample
      Specified by:
      glSampleMaskIndexedNV in interface GL2
    • glSampleMaski

      public void glSampleMaski(int arg0, int arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index, GLbitfield mask)
      Part of GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2
      Specified by:
      glSampleMaski in interface GL2ES2
    • glSamplerParameterIiv

      public void glSamplerParameterIiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint sampler, GLenum pname, const GLint * param)
      Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
      Alias for: glSamplerParameterIivEXT, glSamplerParameterIivOES
      Specified by:
      glSamplerParameterIiv in interface GL2ES2
    • glSamplerParameterIiv

      public void glSamplerParameterIiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint sampler, GLenum pname, const GLint * param)
      Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
      Alias for: glSamplerParameterIivEXT, glSamplerParameterIivOES
      Specified by:
      glSamplerParameterIiv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glSamplerParameterIuiv

      public void glSamplerParameterIuiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint sampler, GLenum pname, const GLuint * param)
      Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
      Alias for: glSamplerParameterIuivEXT, glSamplerParameterIuivOES
      Specified by:
      glSamplerParameterIuiv in interface GL2ES2
    • glSamplerParameterIuiv

      public void glSamplerParameterIuiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint sampler, GLenum pname, const GLuint * param)
      Part of GL_ARB_sampler_objects, GL_ES_VERSION_3_2, GL_VERSION_3_3, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
      Alias for: glSamplerParameterIuivEXT, glSamplerParameterIuivOES
      Specified by:
      glSamplerParameterIuiv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glSamplerParameterf

      public void glSamplerParameterf(int arg0, int arg1, float arg2)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint sampler, GLenum pname, GLfloat param)
      Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
      Specified by:
      glSamplerParameterf in interface GL3ES3
    • glSamplerParameterfv

      public void glSamplerParameterfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint sampler, GLenum pname, const GLfloat * param)
      Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
      Specified by:
      glSamplerParameterfv in interface GL3ES3
      arg2 - a direct or array-backed FloatBuffer
    • glSamplerParameterfv

      public void glSamplerParameterfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint sampler, GLenum pname, const GLfloat * param)
      Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
      Specified by:
      glSamplerParameterfv in interface GL3ES3
    • glSamplerParameteri

      public void glSamplerParameteri(int arg0, int arg1, int arg2)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint sampler, GLenum pname, GLint param)
      Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
      Specified by:
      glSamplerParameteri in interface GL3ES3
    • glSamplerParameteriv

      public void glSamplerParameteriv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint sampler, GLenum pname, const GLint * param)
      Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
      Specified by:
      glSamplerParameteriv in interface GL3ES3
      arg2 - a direct or array-backed IntBuffer
    • glSamplerParameteriv

      public void glSamplerParameteriv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint sampler, GLenum pname, const GLint * param)
      Part of GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
      Specified by:
      glSamplerParameteriv in interface GL3ES3
    • glScaled

      public void glScaled(double arg0, double arg1, double arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble x, GLdouble y, GLdouble z)
      Part of GL_VERSION_1_0
      Specified by:
      glScaled in interface GL2
    • glScalef

      public void glScalef(float arg0, float arg1, float arg2)
      Description copied from interface: GLMatrixFunc
      Scale the current matrix.
      Specified by:
      glScalef in interface GLMatrixFunc
    • glScissor

      public void glScissor(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLint x, GLint y, GLsizei width, GLsizei height)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glScissor in interface GL
    • glScissorArrayv

      public void glScissorArrayv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint first, GLsizei count, const GLint * v)
      Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
      Alias for: glScissorArrayvNV
      Specified by:
      glScissorArrayv in interface GL3
    • glScissorArrayv

      public void glScissorArrayv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint first, GLsizei count, const GLint * v)
      Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
      Alias for: glScissorArrayvNV
      Specified by:
      glScissorArrayv in interface GL3
      arg2 - a direct or array-backed IntBuffer
    • glScissorIndexed

      public void glScissorIndexed(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height)
      Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
      Alias for: glScissorIndexedNV
      Specified by:
      glScissorIndexed in interface GL3
    • glScissorIndexedv

      public void glScissorIndexedv(int arg0, IntBuffer arg1)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
      Alias for: glScissorIndexedvNV
      Specified by:
      glScissorIndexedv in interface GL3
      arg1 - a direct or array-backed IntBuffer
    • glScissorIndexedv

      public void glScissorIndexedv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
      Alias for: glScissorIndexedvNV
      Specified by:
      glScissorIndexedv in interface GL3
    • glSecondaryColor3b

      public void glSecondaryColor3b(byte arg0, byte arg1, byte arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLbyte red, GLbyte green, GLbyte blue)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3bEXT
      Specified by:
      glSecondaryColor3b in interface GL2
    • glSecondaryColor3bv

      public void glSecondaryColor3bv(byte[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * v)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3bvEXT
      Specified by:
      glSecondaryColor3bv in interface GL2
    • glSecondaryColor3bv

      public void glSecondaryColor3bv(ByteBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * v)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3bvEXT
      Specified by:
      glSecondaryColor3bv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
    • glSecondaryColor3d

      public void glSecondaryColor3d(double arg0, double arg1, double arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble red, GLdouble green, GLdouble blue)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3dEXT
      Specified by:
      glSecondaryColor3d in interface GL2
    • glSecondaryColor3dv

      public void glSecondaryColor3dv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3dvEXT
      Specified by:
      glSecondaryColor3dv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glSecondaryColor3dv

      public void glSecondaryColor3dv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3dvEXT
      Specified by:
      glSecondaryColor3dv in interface GL2
    • glSecondaryColor3f

      public void glSecondaryColor3f(float arg0, float arg1, float arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat red, GLfloat green, GLfloat blue)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3fEXT
      Specified by:
      glSecondaryColor3f in interface GL2
    • glSecondaryColor3fv

      public void glSecondaryColor3fv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3fvEXT
      Specified by:
      glSecondaryColor3fv in interface GL2
    • glSecondaryColor3fv

      public void glSecondaryColor3fv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3fvEXT
      Specified by:
      glSecondaryColor3fv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glSecondaryColor3h

      public void glSecondaryColor3h(short arg0, short arg1, short arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhalfNV red, GLhalfNV green, GLhalfNV blue)
      Part of GL_NV_half_float
      Alias for: glSecondaryColor3hNV
      Specified by:
      glSecondaryColor3h in interface GL2
    • glSecondaryColor3hv

      public void glSecondaryColor3hv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glSecondaryColor3hvNV
      Specified by:
      glSecondaryColor3hv in interface GL2
    • glSecondaryColor3hv

      public void glSecondaryColor3hv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glSecondaryColor3hvNV
      Specified by:
      glSecondaryColor3hv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glSecondaryColor3i

      public void glSecondaryColor3i(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint red, GLint green, GLint blue)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3iEXT
      Specified by:
      glSecondaryColor3i in interface GL2
    • glSecondaryColor3iv

      public void glSecondaryColor3iv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3ivEXT
      Specified by:
      glSecondaryColor3iv in interface GL2
    • glSecondaryColor3iv

      public void glSecondaryColor3iv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3ivEXT
      Specified by:
      glSecondaryColor3iv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glSecondaryColor3s

      public void glSecondaryColor3s(short arg0, short arg1, short arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLshort red, GLshort green, GLshort blue)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3sEXT
      Specified by:
      glSecondaryColor3s in interface GL2
    • glSecondaryColor3sv

      public void glSecondaryColor3sv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3svEXT
      Specified by:
      glSecondaryColor3sv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glSecondaryColor3sv

      public void glSecondaryColor3sv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3svEXT
      Specified by:
      glSecondaryColor3sv in interface GL2
    • glSecondaryColor3ub

      public void glSecondaryColor3ub(byte arg0, byte arg1, byte arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLubyte red, GLubyte green, GLubyte blue)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3ubEXT
      Specified by:
      glSecondaryColor3ub in interface GL2
    • glSecondaryColor3ubv

      public void glSecondaryColor3ubv(byte[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLubyte * v)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3ubvEXT
      Specified by:
      glSecondaryColor3ubv in interface GL2
    • glSecondaryColor3ubv

      public void glSecondaryColor3ubv(ByteBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLubyte * v)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3ubvEXT
      Specified by:
      glSecondaryColor3ubv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
    • glSecondaryColor3ui

      public void glSecondaryColor3ui(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint red, GLuint green, GLuint blue)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3uiEXT
      Specified by:
      glSecondaryColor3ui in interface GL2
    • glSecondaryColor3uiv

      public void glSecondaryColor3uiv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLuint * v)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3uivEXT
      Specified by:
      glSecondaryColor3uiv in interface GL2
    • glSecondaryColor3uiv

      public void glSecondaryColor3uiv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLuint * v)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3uivEXT
      Specified by:
      glSecondaryColor3uiv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glSecondaryColor3us

      public void glSecondaryColor3us(short arg0, short arg1, short arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLushort red, GLushort green, GLushort blue)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3usEXT
      Specified by:
      glSecondaryColor3us in interface GL2
    • glSecondaryColor3usv

      public void glSecondaryColor3usv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLushort * v)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3usvEXT
      Specified by:
      glSecondaryColor3usv in interface GL2
    • glSecondaryColor3usv

      public void glSecondaryColor3usv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLushort * v)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColor3usvEXT
      Specified by:
      glSecondaryColor3usv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glSecondaryColorFormatNV

      public void glSecondaryColorFormatNV(int arg0, int arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLint size, GLenum type, GLsizei stride)
      Part of GL_NV_vertex_buffer_unified_memory
      Specified by:
      glSecondaryColorFormatNV in interface GL2GL3
    • glSecondaryColorP3ui

      public void glSecondaryColorP3ui(int arg0, int arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, GLuint color)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glSecondaryColorP3ui in interface GL3bc
    • glSecondaryColorP3uiv

      public void glSecondaryColorP3uiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * color)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glSecondaryColorP3uiv in interface GL3bc
      arg1 - a direct or array-backed IntBuffer
    • glSecondaryColorP3uiv

      public void glSecondaryColorP3uiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * color)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glSecondaryColorP3uiv in interface GL3bc
    • glSecondaryColorPointer

      public void glSecondaryColorPointer(int arg0, int arg1, int arg2, Buffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, GLenum type, GLsizei stride, const void * pointer)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColorPointerEXT
      Specified by:
      glSecondaryColorPointer in interface GL2
      arg3 - a direct only Buffer
    • glSecondaryColorPointer

      public void glSecondaryColorPointer(int arg0, int arg1, int arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, GLenum type, GLsizei stride, const void * pointer)
      Part of GL_VERSION_1_4, GL_EXT_secondary_color
      Alias for: glSecondaryColorPointerEXT
      Specified by:
      glSecondaryColorPointer in interface GL2
    • glSelectBuffer

      public void glSelectBuffer(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei size, GLuint * buffer)
      Part of GL_VERSION_1_0
      Specified by:
      glSelectBuffer in interface GL2
      arg1 - a direct only IntBuffer
    • glSelectPerfMonitorCountersAMD

      public void glSelectPerfMonitorCountersAMD(int arg0, boolean arg1, int arg2, int arg3, int[] arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint * counterList)
      Part of GL_AMD_performance_monitor
      Specified by:
      glSelectPerfMonitorCountersAMD in interface GL2
    • glSelectPerfMonitorCountersAMD

      public void glSelectPerfMonitorCountersAMD(int arg0, boolean arg1, int arg2, int arg3, IntBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint * counterList)
      Part of GL_AMD_performance_monitor
      Specified by:
      glSelectPerfMonitorCountersAMD in interface GL2
      arg4 - a direct or array-backed IntBuffer
    • glSeparableFilter2D

      public void glSeparableFilter2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Buffer arg6, Buffer arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * row, const void * column)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glSeparableFilter2DEXT
      Specified by:
      glSeparableFilter2D in interface GL2
      arg6 - a direct or array-backed Buffer
      arg7 - a direct or array-backed Buffer
    • glSeparableFilter2D

      public void glSeparableFilter2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6, long arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * row, const void * column)
      Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
      Alias for: glSeparableFilter2DEXT
      Specified by:
      glSeparableFilter2D in interface GL2
    • glSetInvariantEXT

      public void glSetInvariantEXT(int arg0, int arg1, Buffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum type, const void * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glSetInvariantEXT in interface GL2
      arg2 - a direct or array-backed Buffer
    • glSetLocalConstantEXT

      public void glSetLocalConstantEXT(int arg0, int arg1, Buffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum type, const void * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glSetLocalConstantEXT in interface GL2
      arg2 - a direct or array-backed Buffer
    • glSetMultisamplefvAMD

      public void glSetMultisamplefvAMD(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum pname, GLuint index, const GLfloat * val)
      Part of GL_AMD_sample_positions
      Specified by:
      glSetMultisamplefvAMD in interface GL2GL3
    • glSetMultisamplefvAMD

      public void glSetMultisamplefvAMD(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum pname, GLuint index, const GLfloat * val)
      Part of GL_AMD_sample_positions
      Specified by:
      glSetMultisamplefvAMD in interface GL2GL3
      arg2 - a direct or array-backed FloatBuffer
    • glShadeModel

      public void glShadeModel(int arg0)
      Specified by:
      glShadeModel in interface GLLightingFunc
    • glShaderBinary

      public void glShaderBinary(int arg0, IntBuffer arg1, int arg2, Buffer arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint n, const GLuint * shaders, GLenum binaryformat, const void * binary, GLint length);
      Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
      Throws GLException if no native implementation is available.
      Specified by:
      glShaderBinary in interface GL2ES2
    • glShaderBinary

      public void glShaderBinary(int arg0, int[] arg1, int arg2, int arg3, Buffer arg4, int arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint n, const GLuint * shaders, GLenum binaryformat, const void * binary, GLint length);
      Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
      Throws GLException if no native implementation is available.
      Specified by:
      glShaderBinary in interface GL2ES2
    • glShaderOp1EXT

      public void glShaderOp1EXT(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum op, GLuint res, GLuint arg1)
      Part of GL_EXT_vertex_shader
      Specified by:
      glShaderOp1EXT in interface GL2
    • glShaderOp2EXT

      public void glShaderOp2EXT(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum op, GLuint res, GLuint arg1, GLuint arg2)
      Part of GL_EXT_vertex_shader
      Specified by:
      glShaderOp2EXT in interface GL2
    • glShaderOp3EXT

      public void glShaderOp3EXT(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum op, GLuint res, GLuint arg1, GLuint arg2, GLuint arg3)
      Part of GL_EXT_vertex_shader
      Specified by:
      glShaderOp3EXT in interface GL2
    • glShaderSource

      public void glShaderSource(int arg0, int arg1, String[] arg2, int[] arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint shader, GLsizei count, const GLchar * const * string, const GLint * length)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glShaderSourceARB
      Specified by:
      glShaderSource in interface GL2ES2
    • glShaderSource

      public void glShaderSource(int arg0, int arg1, String[] arg2, IntBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint shader, GLsizei count, const GLchar * const * string, const GLint * length)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glShaderSourceARB
      Specified by:
      glShaderSource in interface GL2ES2
      arg3 - a direct or array-backed IntBuffer
    • glShaderSourceARB

      public void glShaderSourceARB(long arg0, int arg1, String[] arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB shaderObj, GLsizei count, const GLcharARB * * string, const GLint * length)
      Part of GL_ARB_shader_objects
      Specified by:
      glShaderSourceARB in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glShaderSourceARB

      public void glShaderSourceARB(long arg0, int arg1, String[] arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB shaderObj, GLsizei count, const GLcharARB * * string, const GLint * length)
      Part of GL_ARB_shader_objects
      Specified by:
      glShaderSourceARB in interface GL2
    • glShaderStorageBlockBinding

      public void glShaderStorageBlockBinding(int arg0, int arg1, int arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding)
      Part of GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object
      Specified by:
      glShaderStorageBlockBinding in interface GL4
    • glStateCaptureNV

      public void glStateCaptureNV(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint state, GLenum mode)
      Part of GL_NV_command_list
      Specified by:
      glStateCaptureNV in interface GL2
    • glStencilClearTagEXT

      public void glStencilClearTagEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei stencilTagBits, GLuint stencilClearTag)
      Part of GL_EXT_stencil_clear_tag
      Specified by:
      glStencilClearTagEXT in interface GL2
    • glStencilFunc

      public void glStencilFunc(int arg0, int arg1, int arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum func, GLint ref, GLuint mask)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glStencilFunc in interface GL
    • glStencilFuncSeparate

      public void glStencilFuncSeparate(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum face, GLenum func, GLint ref, GLuint mask)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_separate_stencil
      Alias for: glStencilFuncSeparateATI
      Specified by:
      glStencilFuncSeparate in interface GL2ES2
    • glStencilMask

      public void glStencilMask(int arg0)
      Description copied from interface: GL
      Entry point to C language function: void (GLuint mask)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glStencilMask in interface GL
    • glStencilMaskSeparate

      public void glStencilMaskSeparate(int arg0, int arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum face, GLuint mask)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
      Specified by:
      glStencilMaskSeparate in interface GL2ES2
    • glStencilOp

      public void glStencilOp(int arg0, int arg1, int arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum fail, GLenum zfail, GLenum zpass)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glStencilOp in interface GL
    • glStencilOpSeparate

      public void glStencilOpSeparate(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_separate_stencil
      Alias for: glStencilOpSeparateATI
      Specified by:
      glStencilOpSeparate in interface GL2ES2
    • glStencilOpValueAMD

      public void glStencilOpValueAMD(int arg0, int arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum face, GLuint value)
      Part of GL_AMD_stencil_operation_extended
      Specified by:
      glStencilOpValueAMD in interface GL2GL3
    • glStringMarkerGREMEDY

      public void glStringMarkerGREMEDY(int arg0, Buffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei len, const void * string)
      Part of GL_GREMEDY_string_marker
      Specified by:
      glStringMarkerGREMEDY in interface GL2
      arg1 - a direct or array-backed Buffer
    • glSubpixelPrecisionBiasNV

      public void glSubpixelPrecisionBiasNV(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint xbits, GLuint ybits)
      Part of GL_NV_conservative_raster
      Specified by:
      glSubpixelPrecisionBiasNV in interface GL2
    • glSwizzleEXT

      public void glSwizzleEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW)
      Part of GL_EXT_vertex_shader
      Specified by:
      glSwizzleEXT in interface GL2
    • glSyncTextureINTEL

      public void glSyncTextureINTEL(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture)
      Part of GL_INTEL_map_texture
      Specified by:
      glSyncTextureINTEL in interface GL2
    • glTessellationFactorAMD

      public void glTessellationFactorAMD(float arg0)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLfloat factor)
      Part of GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator
      Specified by:
      glTessellationFactorAMD in interface GL2GL3
    • glTessellationModeAMD

      public void glTessellationModeAMD(int arg0)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum mode)
      Part of GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator
      Specified by:
      glTessellationModeAMD in interface GL2GL3
    • glTexBuffer

      public void glTexBuffer(int arg0, int arg1, int arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLuint buffer)
      Part of GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_OES_texture_buffer, GL_ARB_texture_buffer_object, GL_EXT_texture_buffer, GL_EXT_texture_buffer_object
      Alias for: glTexBufferOES, glTexBufferARB, glTexBufferEXT
      Specified by:
      glTexBuffer in interface GL2ES3
    • glTexBufferRange

      public void glTexBufferRange(int arg0, int arg1, int arg2, long arg3, long arg4)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
      Part of GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_texture_buffer_range, GL_OES_texture_buffer, GL_EXT_texture_buffer
      Alias for: glTexBufferRangeOES, glTexBufferRangeEXT
      Specified by:
      glTexBufferRange in interface GL3ES3
    • glTexCoord1bOES

      public void glTexCoord1bOES(byte arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLbyte s)
      Part of GL_OES_byte_coordinates
      Specified by:
      glTexCoord1bOES in interface GL2
    • glTexCoord1bvOES

      public void glTexCoord1bvOES(byte[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glTexCoord1bvOES in interface GL2
    • glTexCoord1bvOES

      public void glTexCoord1bvOES(ByteBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glTexCoord1bvOES in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
    • glTexCoord1d

      public void glTexCoord1d(double arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble s)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord1d in interface GL2
    • glTexCoord1dv

      public void glTexCoord1dv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord1dv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glTexCoord1dv

      public void glTexCoord1dv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord1dv in interface GL2
    • glTexCoord1f

      public void glTexCoord1f(float arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat s)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord1f in interface GL2
    • glTexCoord1fv

      public void glTexCoord1fv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord1fv in interface GL2
    • glTexCoord1fv

      public void glTexCoord1fv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord1fv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glTexCoord1h

      public void glTexCoord1h(short arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhalfNV s)
      Part of GL_NV_half_float
      Alias for: glTexCoord1hNV
      Specified by:
      glTexCoord1h in interface GL2
    • glTexCoord1hv

      public void glTexCoord1hv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glTexCoord1hvNV
      Specified by:
      glTexCoord1hv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glTexCoord1hv

      public void glTexCoord1hv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glTexCoord1hvNV
      Specified by:
      glTexCoord1hv in interface GL2
    • glTexCoord1i

      public void glTexCoord1i(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint s)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord1i in interface GL2
    • glTexCoord1iv

      public void glTexCoord1iv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord1iv in interface GL2
    • glTexCoord1iv

      public void glTexCoord1iv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord1iv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glTexCoord1s

      public void glTexCoord1s(short arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLshort s)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord1s in interface GL2
    • glTexCoord1sv

      public void glTexCoord1sv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord1sv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glTexCoord1sv

      public void glTexCoord1sv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord1sv in interface GL2
    • glTexCoord2bOES

      public void glTexCoord2bOES(byte arg0, byte arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLbyte s, GLbyte t)
      Part of GL_OES_byte_coordinates
      Specified by:
      glTexCoord2bOES in interface GL2
    • glTexCoord2bvOES

      public void glTexCoord2bvOES(ByteBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glTexCoord2bvOES in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
    • glTexCoord2bvOES

      public void glTexCoord2bvOES(byte[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glTexCoord2bvOES in interface GL2
    • glTexCoord2d

      public void glTexCoord2d(double arg0, double arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble s, GLdouble t)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord2d in interface GL2
    • glTexCoord2dv

      public void glTexCoord2dv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord2dv in interface GL2
    • glTexCoord2dv

      public void glTexCoord2dv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord2dv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glTexCoord2f

      public void glTexCoord2f(float arg0, float arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat s, GLfloat t)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord2f in interface GL2
    • glTexCoord2fv

      public void glTexCoord2fv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord2fv in interface GL2
    • glTexCoord2fv

      public void glTexCoord2fv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord2fv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glTexCoord2h

      public void glTexCoord2h(short arg0, short arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhalfNV s, GLhalfNV t)
      Part of GL_NV_half_float
      Alias for: glTexCoord2hNV
      Specified by:
      glTexCoord2h in interface GL2
    • glTexCoord2hv

      public void glTexCoord2hv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glTexCoord2hvNV
      Specified by:
      glTexCoord2hv in interface GL2
    • glTexCoord2hv

      public void glTexCoord2hv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glTexCoord2hvNV
      Specified by:
      glTexCoord2hv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glTexCoord2i

      public void glTexCoord2i(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint s, GLint t)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord2i in interface GL2
    • glTexCoord2iv

      public void glTexCoord2iv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord2iv in interface GL2
    • glTexCoord2iv

      public void glTexCoord2iv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord2iv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glTexCoord2s

      public void glTexCoord2s(short arg0, short arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLshort s, GLshort t)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord2s in interface GL2
    • glTexCoord2sv

      public void glTexCoord2sv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord2sv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glTexCoord2sv

      public void glTexCoord2sv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord2sv in interface GL2
    • glTexCoord3bOES

      public void glTexCoord3bOES(byte arg0, byte arg1, byte arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLbyte s, GLbyte t, GLbyte r)
      Part of GL_OES_byte_coordinates
      Specified by:
      glTexCoord3bOES in interface GL2
    • glTexCoord3bvOES

      public void glTexCoord3bvOES(byte[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glTexCoord3bvOES in interface GL2
    • glTexCoord3bvOES

      public void glTexCoord3bvOES(ByteBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glTexCoord3bvOES in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
    • glTexCoord3d

      public void glTexCoord3d(double arg0, double arg1, double arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble s, GLdouble t, GLdouble r)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord3d in interface GL2
    • glTexCoord3dv

      public void glTexCoord3dv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord3dv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glTexCoord3dv

      public void glTexCoord3dv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord3dv in interface GL2
    • glTexCoord3f

      public void glTexCoord3f(float arg0, float arg1, float arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat s, GLfloat t, GLfloat r)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord3f in interface GL2
    • glTexCoord3fv

      public void glTexCoord3fv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord3fv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glTexCoord3fv

      public void glTexCoord3fv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord3fv in interface GL2
    • glTexCoord3h

      public void glTexCoord3h(short arg0, short arg1, short arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhalfNV s, GLhalfNV t, GLhalfNV r)
      Part of GL_NV_half_float
      Alias for: glTexCoord3hNV
      Specified by:
      glTexCoord3h in interface GL2
    • glTexCoord3hv

      public void glTexCoord3hv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glTexCoord3hvNV
      Specified by:
      glTexCoord3hv in interface GL2
    • glTexCoord3hv

      public void glTexCoord3hv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glTexCoord3hvNV
      Specified by:
      glTexCoord3hv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glTexCoord3i

      public void glTexCoord3i(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint s, GLint t, GLint r)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord3i in interface GL2
    • glTexCoord3iv

      public void glTexCoord3iv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord3iv in interface GL2
    • glTexCoord3iv

      public void glTexCoord3iv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord3iv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glTexCoord3s

      public void glTexCoord3s(short arg0, short arg1, short arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLshort s, GLshort t, GLshort r)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord3s in interface GL2
    • glTexCoord3sv

      public void glTexCoord3sv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord3sv in interface GL2
    • glTexCoord3sv

      public void glTexCoord3sv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord3sv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glTexCoord4bOES

      public void glTexCoord4bOES(byte arg0, byte arg1, byte arg2, byte arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLbyte s, GLbyte t, GLbyte r, GLbyte q)
      Part of GL_OES_byte_coordinates
      Specified by:
      glTexCoord4bOES in interface GL2
    • glTexCoord4bvOES

      public void glTexCoord4bvOES(ByteBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glTexCoord4bvOES in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
    • glTexCoord4bvOES

      public void glTexCoord4bvOES(byte[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glTexCoord4bvOES in interface GL2
    • glTexCoord4d

      public void glTexCoord4d(double arg0, double arg1, double arg2, double arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble s, GLdouble t, GLdouble r, GLdouble q)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord4d in interface GL2
    • glTexCoord4dv

      public void glTexCoord4dv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord4dv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glTexCoord4dv

      public void glTexCoord4dv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord4dv in interface GL2
    • glTexCoord4f

      public void glTexCoord4f(float arg0, float arg1, float arg2, float arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat s, GLfloat t, GLfloat r, GLfloat q)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord4f in interface GL2
    • glTexCoord4fv

      public void glTexCoord4fv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord4fv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glTexCoord4fv

      public void glTexCoord4fv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord4fv in interface GL2
    • glTexCoord4h

      public void glTexCoord4h(short arg0, short arg1, short arg2, short arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q)
      Part of GL_NV_half_float
      Alias for: glTexCoord4hNV
      Specified by:
      glTexCoord4h in interface GL2
    • glTexCoord4hv

      public void glTexCoord4hv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glTexCoord4hvNV
      Specified by:
      glTexCoord4hv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glTexCoord4hv

      public void glTexCoord4hv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glTexCoord4hvNV
      Specified by:
      glTexCoord4hv in interface GL2
    • glTexCoord4i

      public void glTexCoord4i(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint s, GLint t, GLint r, GLint q)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord4i in interface GL2
    • glTexCoord4iv

      public void glTexCoord4iv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord4iv in interface GL2
    • glTexCoord4iv

      public void glTexCoord4iv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord4iv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glTexCoord4s

      public void glTexCoord4s(short arg0, short arg1, short arg2, short arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLshort s, GLshort t, GLshort r, GLshort q)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord4s in interface GL2
    • glTexCoord4sv

      public void glTexCoord4sv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord4sv in interface GL2
    • glTexCoord4sv

      public void glTexCoord4sv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glTexCoord4sv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glTexCoordFormatNV

      public void glTexCoordFormatNV(int arg0, int arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLint size, GLenum type, GLsizei stride)
      Part of GL_NV_vertex_buffer_unified_memory
      Specified by:
      glTexCoordFormatNV in interface GL2GL3
    • glTexCoordP1ui

      public void glTexCoordP1ui(int arg0, int arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, GLuint coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glTexCoordP1ui in interface GL3bc
    • glTexCoordP1uiv

      public void glTexCoordP1uiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glTexCoordP1uiv in interface GL3bc
    • glTexCoordP1uiv

      public void glTexCoordP1uiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glTexCoordP1uiv in interface GL3bc
      arg1 - a direct or array-backed IntBuffer
    • glTexCoordP2ui

      public void glTexCoordP2ui(int arg0, int arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, GLuint coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glTexCoordP2ui in interface GL3bc
    • glTexCoordP2uiv

      public void glTexCoordP2uiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glTexCoordP2uiv in interface GL3bc
      arg1 - a direct or array-backed IntBuffer
    • glTexCoordP2uiv

      public void glTexCoordP2uiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glTexCoordP2uiv in interface GL3bc
    • glTexCoordP3ui

      public void glTexCoordP3ui(int arg0, int arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, GLuint coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glTexCoordP3ui in interface GL3bc
    • glTexCoordP3uiv

      public void glTexCoordP3uiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glTexCoordP3uiv in interface GL3bc
      arg1 - a direct or array-backed IntBuffer
    • glTexCoordP3uiv

      public void glTexCoordP3uiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glTexCoordP3uiv in interface GL3bc
    • glTexCoordP4ui

      public void glTexCoordP4ui(int arg0, int arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, GLuint coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glTexCoordP4ui in interface GL3bc
    • glTexCoordP4uiv

      public void glTexCoordP4uiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glTexCoordP4uiv in interface GL3bc
      arg1 - a direct or array-backed IntBuffer
    • glTexCoordP4uiv

      public void glTexCoordP4uiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * coords)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glTexCoordP4uiv in interface GL3bc
    • glTexCoordPointer

      public void glTexCoordPointer(GLArrayData arg0)
      Specified by:
      glTexCoordPointer in interface GLPointerFunc
    • glTexCoordPointer

      public void glTexCoordPointer(int arg0, int arg1, int arg2, long arg3)
      Specified by:
      glTexCoordPointer in interface GLPointerFunc
    • glTexCoordPointer

      public void glTexCoordPointer(int arg0, int arg1, int arg2, Buffer arg3)
      Specified by:
      glTexCoordPointer in interface GLPointerFunc
    • glTexEnvf

      public void glTexEnvf(int arg0, int arg1, float arg2)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum target, GLenum pname, GLfloat param)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0
      Specified by:
      glTexEnvf in interface GL2ES1
    • glTexEnvfv

      public void glTexEnvfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0
      Specified by:
      glTexEnvfv in interface GL2ES1
      arg2 - a direct or array-backed FloatBuffer
    • glTexEnvfv

      public void glTexEnvfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
      Part of GL_VERSION_ES_CM, GL_VERSION_1_0
      Specified by:
      glTexEnvfv in interface GL2ES1
    • glTexEnvi

      public void glTexEnvi(int arg0, int arg1, int arg2)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum target, GLenum pname, GLint param)
      Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glTexEnvi in interface GL2ES1
    • glTexEnviv

      public void glTexEnviv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
      Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glTexEnviv in interface GL2ES1
    • glTexEnviv

      public void glTexEnviv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES1
      Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
      Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glTexEnviv in interface GL2ES1
      arg2 - a direct or array-backed IntBuffer
    • glTexGend

      public void glTexGend(int arg0, int arg1, double arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum coord, GLenum pname, GLdouble param)
      Part of GL_VERSION_1_0
      Specified by:
      glTexGend in interface GL2
    • glTexGendv

      public void glTexGendv(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum coord, GLenum pname, const GLdouble * params)
      Part of GL_VERSION_1_0
      Specified by:
      glTexGendv in interface GL2
    • glTexGendv

      public void glTexGendv(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum coord, GLenum pname, const GLdouble * params)
      Part of GL_VERSION_1_0
      Specified by:
      glTexGendv in interface GL2
      arg2 - a direct or array-backed DoubleBuffer
    • glTexGenf

      public void glTexGenf(int arg0, int arg1, float arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum coord, GLenum pname, GLfloat param)
      Part of GL_VERSION_1_0, GL_OES_texture_cube_map
      Alias for: glTexGenfOES
      Specified by:
      glTexGenf in interface GL2
    • glTexGenfv

      public void glTexGenfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum coord, GLenum pname, const GLfloat * params)
      Part of GL_VERSION_1_0, GL_OES_texture_cube_map
      Alias for: glTexGenfvOES
      Specified by:
      glTexGenfv in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glTexGenfv

      public void glTexGenfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum coord, GLenum pname, const GLfloat * params)
      Part of GL_VERSION_1_0, GL_OES_texture_cube_map
      Alias for: glTexGenfvOES
      Specified by:
      glTexGenfv in interface GL2
    • glTexGeni

      public void glTexGeni(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum coord, GLenum pname, GLint param)
      Part of GL_VERSION_1_0, GL_OES_texture_cube_map
      Alias for: glTexGeniOES
      Specified by:
      glTexGeni in interface GL2
    • glTexGeniv

      public void glTexGeniv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum coord, GLenum pname, const GLint * params)
      Part of GL_VERSION_1_0, GL_OES_texture_cube_map
      Alias for: glTexGenivOES
      Specified by:
      glTexGeniv in interface GL2
    • glTexGeniv

      public void glTexGeniv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum coord, GLenum pname, const GLint * params)
      Part of GL_VERSION_1_0, GL_OES_texture_cube_map
      Alias for: glTexGenivOES
      Specified by:
      glTexGeniv in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glTexImage1D

      public void glTexImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Buffer arg7)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
      Part of GL_VERSION_1_0
      Specified by:
      glTexImage1D in interface GL2GL3
      arg7 - a direct or array-backed Buffer
    • glTexImage1D

      public void glTexImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, long arg7)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
      Part of GL_VERSION_1_0
      Specified by:
      glTexImage1D in interface GL2GL3
    • glTexImage2D

      public void glTexImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glTexImage2D in interface GL
    • glTexImage2D

      public void glTexImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glTexImage2D in interface GL
      arg8 - a direct or array-backed Buffer
    • glTexImage2DMultisample

      public void glTexImage2DMultisample(int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
      Part of GL_ARB_texture_multisample, GL_VERSION_3_2
      Specified by:
      glTexImage2DMultisample in interface GL2ES2
    • glTexImage2DMultisampleCoverageNV

      public void glTexImage2DMultisampleCoverageNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
      Part of GL_NV_texture_multisample
      Specified by:
      glTexImage2DMultisampleCoverageNV in interface GL2GL3
    • glTexImage3D

      public void glTexImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void * pixels)
      Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3D
      Alias for: glTexImage3DOES, glTexImage3DEXT
      Specified by:
      glTexImage3D in interface GL2ES2
      arg9 - a direct or array-backed Buffer
    • glTexImage3D

      public void glTexImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, long arg9)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void * pixels)
      Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3D
      Alias for: glTexImage3DOES, glTexImage3DEXT
      Specified by:
      glTexImage3D in interface GL2ES2
    • glTexImage3DMultisample

      public void glTexImage3DMultisample(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
      Part of GL_ARB_texture_multisample, GL_VERSION_3_2
      Specified by:
      glTexImage3DMultisample in interface GL2ES2
    • glTexImage3DMultisampleCoverageNV

      public void glTexImage3DMultisampleCoverageNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, boolean arg7)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
      Part of GL_NV_texture_multisample
      Specified by:
      glTexImage3DMultisampleCoverageNV in interface GL2GL3
    • glTexPageCommitmentARB

      public void glTexPageCommitmentARB(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, boolean arg8)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit)
      Part of GL_ARB_sparse_texture
      Specified by:
      glTexPageCommitmentARB in interface GL2GL3
    • glTexParameterIiv

      public void glTexParameterIiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
      Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clamp
      Alias for: glTexParameterIivOES, glTexParameterIivEXT
      Specified by:
      glTexParameterIiv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glTexParameterIiv

      public void glTexParameterIiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
      Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_OES_texture_border_clamp, GL_EXT_texture_integer, GL_EXT_texture_border_clamp
      Alias for: glTexParameterIivOES, glTexParameterIivEXT
      Specified by:
      glTexParameterIiv in interface GL2ES2
    • glTexParameterIuiv

      public void glTexParameterIuiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLuint * params)
      Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_EXT_texture_integer, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
      Alias for: glTexParameterIuivEXT, glTexParameterIuivOES
      Specified by:
      glTexParameterIuiv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glTexParameterIuiv

      public void glTexParameterIuiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLenum pname, const GLuint * params)
      Part of GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_EXT_texture_integer, GL_EXT_texture_border_clamp, GL_OES_texture_border_clamp
      Alias for: glTexParameterIuivEXT, glTexParameterIuivOES
      Specified by:
      glTexParameterIuiv in interface GL2ES2
    • glTexParameterf

      public void glTexParameterf(int arg0, int arg1, float arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum pname, GLfloat param)
      Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
      Specified by:
      glTexParameterf in interface GL
    • glTexParameterfv

      public void glTexParameterfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
      Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
      Specified by:
      glTexParameterfv in interface GL
      arg2 - a direct or array-backed FloatBuffer
    • glTexParameterfv

      public void glTexParameterfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum pname, const GLfloat * params)
      Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
      Specified by:
      glTexParameterfv in interface GL
    • glTexParameteri

      public void glTexParameteri(int arg0, int arg1, int arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum pname, GLint param)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glTexParameteri in interface GL
    • glTexParameteriv

      public void glTexParameteriv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glTexParameteriv in interface GL
      arg2 - a direct or array-backed IntBuffer
    • glTexParameteriv

      public void glTexParameteriv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLenum pname, const GLint * params)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glTexParameteriv in interface GL
    • glTexRenderbufferNV

      public void glTexRenderbufferNV(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLuint renderbuffer)
      Part of GL_NV_explicit_multisample
      Specified by:
      glTexRenderbufferNV in interface GL2
    • glTexStorage1D

      public void glTexStorage1D(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
      Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_EXT_texture_storage
      Alias for: glTexStorage1DEXT
      Specified by:
      glTexStorage1D in interface GL
    • glTexStorage2D

      public void glTexStorage2D(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
      Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_EXT_texture_storage
      Alias for: glTexStorage2DEXT
      Specified by:
      glTexStorage2D in interface GL
    • glTexStorage2DMultisample

      public void glTexStorage2DMultisample(int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
      Part of GL_ARB_texture_storage_multisample, GL_ES_VERSION_3_1, GL_VERSION_4_3
      Specified by:
      glTexStorage2DMultisample in interface GL2ES3
    • glTexStorage3D

      public void glTexStorage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
      Part of GL_ARB_texture_storage, GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_EXT_texture_storage
      Alias for: glTexStorage3DEXT
      Specified by:
      glTexStorage3D in interface GL
    • glTexStorage3DMultisample

      public void glTexStorage3DMultisample(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
      Part of GL_ARB_texture_storage_multisample, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_OES_texture_storage_multisample_2d_array
      Alias for: glTexStorage3DMultisampleOES
      Specified by:
      glTexStorage3DMultisample in interface GL2ES3
    • glTexStorageSparseAMD

      public void glTexStorageSparseAMD(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags)
      Part of GL_AMD_sparse_texture
      Specified by:
      glTexStorageSparseAMD in interface GL2
    • glTexSubImage1D

      public void glTexSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels)
      Part of GL_VERSION_1_1, GL_EXT_subtexture
      Alias for: glTexSubImage1DEXT
      Specified by:
      glTexSubImage1D in interface GL2GL3
    • glTexSubImage1D

      public void glTexSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Buffer arg6)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels)
      Part of GL_VERSION_1_1, GL_EXT_subtexture
      Alias for: glTexSubImage1DEXT
      Specified by:
      glTexSubImage1D in interface GL2GL3
      arg6 - a direct or array-backed Buffer
    • glTexSubImage2D

      public void glTexSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_subtexture
      Alias for: glTexSubImage2DEXT
      Specified by:
      glTexSubImage2D in interface GL
    • glTexSubImage2D

      public void glTexSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
      Description copied from interface: GL
      Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_1, GL_EXT_subtexture
      Alias for: glTexSubImage2DEXT
      Specified by:
      glTexSubImage2D in interface GL
      arg8 - a direct or array-backed Buffer
    • glTexSubImage3D

      public void glTexSubImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, long arg10)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels)
      Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3D
      Alias for: glTexSubImage3DOES, glTexSubImage3DEXT
      Specified by:
      glTexSubImage3D in interface GL2ES2
    • glTexSubImage3D

      public void glTexSubImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, Buffer arg10)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels)
      Part of GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3D
      Alias for: glTexSubImage3DOES, glTexSubImage3DEXT
      Specified by:
      glTexSubImage3D in interface GL2ES2
      arg10 - a direct or array-backed Buffer
    • glTextureBarrier

      public void glTextureBarrier()
      Description copied from interface: GL4
      Entry point to C language function: void (void)
      Part of GL_VERSION_4_5, GL_NV_texture_barrier
      Alias for: glTextureBarrierNV
      Specified by:
      glTextureBarrier in interface GL4
    • glTextureBarrierNV

      public void glTextureBarrierNV()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_NV_texture_barrier
      Specified by:
      glTextureBarrierNV in interface GL2
    • glTextureBuffer

      public void glTextureBuffer(int arg0, int arg1, int arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum internalformat, GLuint buffer)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glTextureBufferEXT
      Specified by:
      glTextureBuffer in interface GL4
    • glTextureBufferEXT

      public void glTextureBufferEXT(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum internalformat, GLuint buffer)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureBufferEXT in interface GL2
    • glTextureBufferRange

      public void glTextureBufferRange(int arg0, int arg1, int arg2, long arg3, long arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access, GL_ARB_texture_buffer_range
      Alias for: glTextureBufferRangeEXT
      Specified by:
      glTextureBufferRange in interface GL4
    • glTextureBufferRangeEXT

      public void glTextureBufferRangeEXT(int arg0, int arg1, int arg2, int arg3, long arg4, long arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
      Part of GL_EXT_direct_state_access, GL_ARB_texture_buffer_range
      Specified by:
      glTextureBufferRangeEXT in interface GL2
    • glTextureImage1DEXT

      public void glTextureImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureImage1DEXT in interface GL2
    • glTextureImage1DEXT

      public void glTextureImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureImage1DEXT in interface GL2
      arg8 - a direct or array-backed Buffer
    • glTextureImage2DEXT

      public void glTextureImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureImage2DEXT in interface GL2
      arg9 - a direct or array-backed Buffer
    • glTextureImage2DEXT

      public void glTextureImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, long arg9)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureImage2DEXT in interface GL2
    • glTextureImage2DMultisampleCoverageNV

      public void glTextureImage2DMultisampleCoverageNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, boolean arg7)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
      Part of GL_NV_texture_multisample
      Specified by:
      glTextureImage2DMultisampleCoverageNV in interface GL2GL3
    • glTextureImage2DMultisampleNV

      public void glTextureImage2DMultisampleNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
      Part of GL_NV_texture_multisample
      Specified by:
      glTextureImage2DMultisampleNV in interface GL2GL3
    • glTextureImage3DEXT

      public void glTextureImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, long arg10)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureImage3DEXT in interface GL2
    • glTextureImage3DEXT

      public void glTextureImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, Buffer arg10)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureImage3DEXT in interface GL2
      arg10 - a direct or array-backed Buffer
    • glTextureImage3DMultisampleCoverageNV

      public void glTextureImage3DMultisampleCoverageNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, boolean arg8)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
      Part of GL_NV_texture_multisample
      Specified by:
      glTextureImage3DMultisampleCoverageNV in interface GL2GL3
    • glTextureImage3DMultisampleNV

      public void glTextureImage3DMultisampleNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, boolean arg7)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
      Part of GL_NV_texture_multisample
      Specified by:
      glTextureImage3DMultisampleNV in interface GL2GL3
    • glTextureLightEXT

      public void glTextureLightEXT(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname)
      Part of GL_EXT_light_texture
      Specified by:
      glTextureLightEXT in interface GL2
    • glTextureMaterialEXT

      public void glTextureMaterialEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum face, GLenum mode)
      Part of GL_EXT_light_texture
      Specified by:
      glTextureMaterialEXT in interface GL2
    • glTextureNormalEXT

      public void glTextureNormalEXT(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum mode)
      Part of GL_EXT_texture_perturb_normal
      Specified by:
      glTextureNormalEXT in interface GL2
    • glTexturePageCommitmentEXT

      public void glTexturePageCommitmentEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, boolean arg8)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTexturePageCommitmentEXT in interface GL2
    • glTextureParameterIiv

      public void glTextureParameterIiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum pname, const GLint * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glTextureParameterIivEXT
      Specified by:
      glTextureParameterIiv in interface GL4
    • glTextureParameterIiv

      public void glTextureParameterIiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum pname, const GLint * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glTextureParameterIivEXT
      Specified by:
      glTextureParameterIiv in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glTextureParameterIivEXT

      public void glTextureParameterIivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, const GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureParameterIivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glTextureParameterIivEXT

      public void glTextureParameterIivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, const GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureParameterIivEXT in interface GL2
    • glTextureParameterIuiv

      public void glTextureParameterIuiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum pname, const GLuint * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glTextureParameterIuivEXT
      Specified by:
      glTextureParameterIuiv in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glTextureParameterIuiv

      public void glTextureParameterIuiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum pname, const GLuint * params)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glTextureParameterIuivEXT
      Specified by:
      glTextureParameterIuiv in interface GL4
    • glTextureParameterIuivEXT

      public void glTextureParameterIuivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, const GLuint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureParameterIuivEXT in interface GL2
    • glTextureParameterIuivEXT

      public void glTextureParameterIuivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, const GLuint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureParameterIuivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glTextureParameterf

      public void glTextureParameterf(int arg0, int arg1, float arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum pname, GLfloat param)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glTextureParameterfEXT
      Specified by:
      glTextureParameterf in interface GL4
    • glTextureParameterfEXT

      public void glTextureParameterfEXT(int arg0, int arg1, int arg2, float arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLfloat param)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureParameterfEXT in interface GL2
    • glTextureParameterfv

      public void glTextureParameterfv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum pname, const GLfloat * param)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glTextureParameterfvEXT
      Specified by:
      glTextureParameterfv in interface GL4
    • glTextureParameterfv

      public void glTextureParameterfv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum pname, const GLfloat * param)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glTextureParameterfvEXT
      Specified by:
      glTextureParameterfv in interface GL4
      arg2 - a direct or array-backed FloatBuffer
    • glTextureParameterfvEXT

      public void glTextureParameterfvEXT(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, const GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureParameterfvEXT in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glTextureParameterfvEXT

      public void glTextureParameterfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, const GLfloat * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureParameterfvEXT in interface GL2
    • glTextureParameteri

      public void glTextureParameteri(int arg0, int arg1, int arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum pname, GLint param)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glTextureParameteriEXT
      Specified by:
      glTextureParameteri in interface GL4
    • glTextureParameteriEXT

      public void glTextureParameteriEXT(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, GLint param)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureParameteriEXT in interface GL2
    • glTextureParameteriv

      public void glTextureParameteriv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum pname, const GLint * param)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glTextureParameterivEXT
      Specified by:
      glTextureParameteriv in interface GL4
    • glTextureParameteriv

      public void glTextureParameteriv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum pname, const GLint * param)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glTextureParameterivEXT
      Specified by:
      glTextureParameteriv in interface GL4
      arg2 - a direct or array-backed IntBuffer
    • glTextureParameterivEXT

      public void glTextureParameterivEXT(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, const GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureParameterivEXT in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glTextureParameterivEXT

      public void glTextureParameterivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum pname, const GLint * params)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureParameterivEXT in interface GL2
    • glTextureRangeAPPLE

      public void glTextureRangeAPPLE(int arg0, int arg1, Buffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum target, GLsizei length, const void * pointer)
      Part of GL_APPLE_texture_range
      Specified by:
      glTextureRangeAPPLE in interface GL2
      arg2 - a direct or array-backed Buffer
    • glTextureRenderbufferEXT

      public void glTextureRenderbufferEXT(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLuint renderbuffer)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureRenderbufferEXT in interface GL2
    • glTextureStorage1D

      public void glTextureStorage1D(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width)
      Part of GL_VERSION_4_5, GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access
      Alias for: glTextureStorage1DEXT
      Specified by:
      glTextureStorage1D in interface GL4
    • glTextureStorage1DEXT

      public void glTextureStorage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL
      Entry point to C language function: void (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
      Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access
      Specified by:
      glTextureStorage1DEXT in interface GL
    • glTextureStorage2D

      public void glTextureStorage2D(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
      Part of GL_VERSION_4_5, GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access
      Alias for: glTextureStorage2DEXT
      Specified by:
      glTextureStorage2D in interface GL4
    • glTextureStorage2DEXT

      public void glTextureStorage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL
      Entry point to C language function: void (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
      Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access
      Specified by:
      glTextureStorage2DEXT in interface GL
    • glTextureStorage2DMultisample

      public void glTextureStorage2DMultisample(int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
      Part of GL_VERSION_4_5, GL_ARB_texture_storage_multisample, GL_EXT_direct_state_access
      Alias for: glTextureStorage2DMultisampleEXT
      Specified by:
      glTextureStorage2DMultisample in interface GL4
    • glTextureStorage2DMultisampleEXT

      public void glTextureStorage2DMultisampleEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
      Part of GL_ARB_texture_storage_multisample, GL_EXT_direct_state_access
      Specified by:
      glTextureStorage2DMultisampleEXT in interface GL2
    • glTextureStorage3D

      public void glTextureStorage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
      Part of GL_VERSION_4_5, GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access
      Alias for: glTextureStorage3DEXT
      Specified by:
      glTextureStorage3D in interface GL4
    • glTextureStorage3DEXT

      public void glTextureStorage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
      Description copied from interface: GL
      Entry point to C language function: void (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
      Part of GL_EXT_texture_storage, GL_ARB_texture_storage, GL_EXT_direct_state_access
      Specified by:
      glTextureStorage3DEXT in interface GL
    • glTextureStorage3DMultisample

      public void glTextureStorage3DMultisample(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
      Part of GL_VERSION_4_5, GL_ARB_texture_storage_multisample, GL_EXT_direct_state_access
      Alias for: glTextureStorage3DMultisampleEXT
      Specified by:
      glTextureStorage3DMultisample in interface GL4
    • glTextureStorage3DMultisampleEXT

      public void glTextureStorage3DMultisampleEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, boolean arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
      Part of GL_ARB_texture_storage_multisample, GL_EXT_direct_state_access
      Specified by:
      glTextureStorage3DMultisampleEXT in interface GL2
    • glTextureStorageSparseAMD

      public void glTextureStorageSparseAMD(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags)
      Part of GL_AMD_sparse_texture
      Specified by:
      glTextureStorageSparseAMD in interface GL2
    • glTextureSubImage1D

      public void glTextureSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Buffer arg6)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void * pixels)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glTextureSubImage1DEXT
      Specified by:
      glTextureSubImage1D in interface GL4
      arg6 - a direct or array-backed Buffer
    • glTextureSubImage1D

      public void glTextureSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void * pixels)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glTextureSubImage1DEXT
      Specified by:
      glTextureSubImage1D in interface GL4
    • glTextureSubImage1DEXT

      public void glTextureSubImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, Buffer arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureSubImage1DEXT in interface GL2
      arg7 - a direct or array-backed Buffer
    • glTextureSubImage1DEXT

      public void glTextureSubImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, long arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureSubImage1DEXT in interface GL2
    • glTextureSubImage2D

      public void glTextureSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, Buffer arg8)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glTextureSubImage2DEXT
      Specified by:
      glTextureSubImage2D in interface GL4
      arg8 - a direct or array-backed Buffer
    • glTextureSubImage2D

      public void glTextureSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, long arg8)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glTextureSubImage2DEXT
      Specified by:
      glTextureSubImage2D in interface GL4
    • glTextureSubImage2DEXT

      public void glTextureSubImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, Buffer arg9)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureSubImage2DEXT in interface GL2
      arg9 - a direct or array-backed Buffer
    • glTextureSubImage2DEXT

      public void glTextureSubImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, long arg9)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureSubImage2DEXT in interface GL2
    • glTextureSubImage3D

      public void glTextureSubImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, Buffer arg10)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glTextureSubImage3DEXT
      Specified by:
      glTextureSubImage3D in interface GL4
      arg10 - a direct or array-backed Buffer
    • glTextureSubImage3D

      public void glTextureSubImage3D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, long arg10)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glTextureSubImage3DEXT
      Specified by:
      glTextureSubImage3D in interface GL4
    • glTextureSubImage3DEXT

      public void glTextureSubImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, Buffer arg11)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureSubImage3DEXT in interface GL2
      arg11 - a direct or array-backed Buffer
    • glTextureSubImage3DEXT

      public void glTextureSubImage3DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, long arg11)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels)
      Part of GL_EXT_direct_state_access
      Specified by:
      glTextureSubImage3DEXT in interface GL2
    • glTextureView

      public void glTextureView(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers)
      Part of GL_VERSION_4_3, GL_ARB_texture_view, GL_OES_texture_view, GL_EXT_texture_view
      Alias for: glTextureViewOES, glTextureViewEXT
      Specified by:
      glTextureView in interface GL4
    • glTransformFeedbackBufferBase

      public void glTransformFeedbackBufferBase(int arg0, int arg1, int arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint xfb, GLuint index, GLuint buffer)
      Part of GL_VERSION_4_5
      Specified by:
      glTransformFeedbackBufferBase in interface GL4
    • glTransformFeedbackBufferRange

      public void glTransformFeedbackBufferRange(int arg0, int arg1, int arg2, long arg3, long arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint xfb, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
      Part of GL_VERSION_4_5
      Specified by:
      glTransformFeedbackBufferRange in interface GL4
    • glTransformFeedbackVaryings

      public void glTransformFeedbackVaryings(int arg0, int arg1, String[] arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint program, GLsizei count, const GLchar * const * varyings, GLenum bufferMode)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_transform_feedback, GL_NV_transform_feedback
      Alias for: glTransformFeedbackVaryingsEXT, glTransformFeedbackVaryingsNV
      Specified by:
      glTransformFeedbackVaryings in interface GL2ES3
    • glTranslated

      public void glTranslated(double arg0, double arg1, double arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble x, GLdouble y, GLdouble z)
      Part of GL_VERSION_1_0
      Specified by:
      glTranslated in interface GL2
    • glTranslatef

      public void glTranslatef(float arg0, float arg1, float arg2)
      Description copied from interface: GLMatrixFunc
      Translate the current matrix.
      Specified by:
      glTranslatef in interface GLMatrixFunc
    • glUniform

      public void glUniform(GLUniformData arg0)
      Specified by:
      glUniform in interface GL2ES2
    • glUniform1d

      public void glUniform1d(int arg0, double arg1)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLdouble x)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniform1d in interface GL3
    • glUniform1dv

      public void glUniform1dv(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniform1dv in interface GL3
    • glUniform1dv

      public void glUniform1dv(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniform1dv in interface GL3
      arg2 - a direct or array-backed DoubleBuffer
    • glUniform1f

      public void glUniform1f(int arg0, float arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLfloat v0)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform1fARB
      Specified by:
      glUniform1f in interface GL2ES2
    • glUniform1fARB

      public void glUniform1fARB(int arg0, float arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLfloat v0)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform1fARB in interface GL2
    • glUniform1fv

      public void glUniform1fv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform1fvARB
      Specified by:
      glUniform1fv in interface GL2ES2
    • glUniform1fv

      public void glUniform1fv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform1fvARB
      Specified by:
      glUniform1fv in interface GL2ES2
      arg2 - a direct or array-backed FloatBuffer
    • glUniform1fvARB

      public void glUniform1fvARB(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform1fvARB in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glUniform1fvARB

      public void glUniform1fvARB(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform1fvARB in interface GL2
    • glUniform1i

      public void glUniform1i(int arg0, int arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLint v0)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform1iARB
      Specified by:
      glUniform1i in interface GL2ES2
    • glUniform1i64ARB

      public void glUniform1i64ARB(int arg0, long arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLint64 x)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform1i64ARB in interface GL2
    • glUniform1i64NV

      public void glUniform1i64NV(int arg0, long arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLint64EXT x)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform1i64NV in interface GL2
    • glUniform1i64vARB

      public void glUniform1i64vARB(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform1i64vARB in interface GL2
    • glUniform1i64vARB

      public void glUniform1i64vARB(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform1i64vARB in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glUniform1i64vNV

      public void glUniform1i64vNV(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform1i64vNV in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glUniform1i64vNV

      public void glUniform1i64vNV(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform1i64vNV in interface GL2
    • glUniform1iARB

      public void glUniform1iARB(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLint v0)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform1iARB in interface GL2
    • glUniform1iv

      public void glUniform1iv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform1ivARB
      Specified by:
      glUniform1iv in interface GL2ES2
    • glUniform1iv

      public void glUniform1iv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform1ivARB
      Specified by:
      glUniform1iv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glUniform1ivARB

      public void glUniform1ivARB(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform1ivARB in interface GL2
    • glUniform1ivARB

      public void glUniform1ivARB(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform1ivARB in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glUniform1ui

      public void glUniform1ui(int arg0, int arg1)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLuint v0)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
      Alias for: glUniform1uiEXT
      Specified by:
      glUniform1ui in interface GL2ES3
    • glUniform1ui64ARB

      public void glUniform1ui64ARB(int arg0, long arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLuint64 x)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform1ui64ARB in interface GL2
    • glUniform1ui64NV

      public void glUniform1ui64NV(int arg0, long arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLuint64EXT x)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform1ui64NV in interface GL2
    • glUniform1ui64vARB

      public void glUniform1ui64vARB(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform1ui64vARB in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glUniform1ui64vARB

      public void glUniform1ui64vARB(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform1ui64vARB in interface GL2
    • glUniform1ui64vNV

      public void glUniform1ui64vNV(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform1ui64vNV in interface GL2
    • glUniform1ui64vNV

      public void glUniform1ui64vNV(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform1ui64vNV in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glUniform1uiv

      public void glUniform1uiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
      Alias for: glUniform1uivEXT
      Specified by:
      glUniform1uiv in interface GL2ES3
    • glUniform1uiv

      public void glUniform1uiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
      Alias for: glUniform1uivEXT
      Specified by:
      glUniform1uiv in interface GL2ES3
      arg2 - a direct or array-backed IntBuffer
    • glUniform2d

      public void glUniform2d(int arg0, double arg1, double arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLdouble x, GLdouble y)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniform2d in interface GL3
    • glUniform2dv

      public void glUniform2dv(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniform2dv in interface GL3
      arg2 - a direct or array-backed DoubleBuffer
    • glUniform2dv

      public void glUniform2dv(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniform2dv in interface GL3
    • glUniform2f

      public void glUniform2f(int arg0, float arg1, float arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLfloat v0, GLfloat v1)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform2fARB
      Specified by:
      glUniform2f in interface GL2ES2
    • glUniform2fARB

      public void glUniform2fARB(int arg0, float arg1, float arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLfloat v0, GLfloat v1)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform2fARB in interface GL2
    • glUniform2fv

      public void glUniform2fv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform2fvARB
      Specified by:
      glUniform2fv in interface GL2ES2
    • glUniform2fv

      public void glUniform2fv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform2fvARB
      Specified by:
      glUniform2fv in interface GL2ES2
      arg2 - a direct or array-backed FloatBuffer
    • glUniform2fvARB

      public void glUniform2fvARB(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform2fvARB in interface GL2
    • glUniform2fvARB

      public void glUniform2fvARB(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform2fvARB in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glUniform2i

      public void glUniform2i(int arg0, int arg1, int arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLint v0, GLint v1)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform2iARB
      Specified by:
      glUniform2i in interface GL2ES2
    • glUniform2i64ARB

      public void glUniform2i64ARB(int arg0, long arg1, long arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLint64 x, GLint64 y)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform2i64ARB in interface GL2
    • glUniform2i64NV

      public void glUniform2i64NV(int arg0, long arg1, long arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLint64EXT x, GLint64EXT y)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform2i64NV in interface GL2
    • glUniform2i64vARB

      public void glUniform2i64vARB(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform2i64vARB in interface GL2
    • glUniform2i64vARB

      public void glUniform2i64vARB(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform2i64vARB in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glUniform2i64vNV

      public void glUniform2i64vNV(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform2i64vNV in interface GL2
    • glUniform2i64vNV

      public void glUniform2i64vNV(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform2i64vNV in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glUniform2iARB

      public void glUniform2iARB(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLint v0, GLint v1)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform2iARB in interface GL2
    • glUniform2iv

      public void glUniform2iv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform2ivARB
      Specified by:
      glUniform2iv in interface GL2ES2
    • glUniform2iv

      public void glUniform2iv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform2ivARB
      Specified by:
      glUniform2iv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glUniform2ivARB

      public void glUniform2ivARB(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform2ivARB in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glUniform2ivARB

      public void glUniform2ivARB(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform2ivARB in interface GL2
    • glUniform2ui

      public void glUniform2ui(int arg0, int arg1, int arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLuint v0, GLuint v1)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
      Alias for: glUniform2uiEXT
      Specified by:
      glUniform2ui in interface GL2ES3
    • glUniform2ui64ARB

      public void glUniform2ui64ARB(int arg0, long arg1, long arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLuint64 x, GLuint64 y)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform2ui64ARB in interface GL2
    • glUniform2ui64NV

      public void glUniform2ui64NV(int arg0, long arg1, long arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLuint64EXT x, GLuint64EXT y)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform2ui64NV in interface GL2
    • glUniform2ui64vARB

      public void glUniform2ui64vARB(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform2ui64vARB in interface GL2
    • glUniform2ui64vARB

      public void glUniform2ui64vARB(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform2ui64vARB in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glUniform2ui64vNV

      public void glUniform2ui64vNV(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform2ui64vNV in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glUniform2ui64vNV

      public void glUniform2ui64vNV(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform2ui64vNV in interface GL2
    • glUniform2uiv

      public void glUniform2uiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
      Alias for: glUniform2uivEXT
      Specified by:
      glUniform2uiv in interface GL2ES3
    • glUniform2uiv

      public void glUniform2uiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
      Alias for: glUniform2uivEXT
      Specified by:
      glUniform2uiv in interface GL2ES3
      arg2 - a direct or array-backed IntBuffer
    • glUniform3d

      public void glUniform3d(int arg0, double arg1, double arg2, double arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLdouble x, GLdouble y, GLdouble z)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniform3d in interface GL3
    • glUniform3dv

      public void glUniform3dv(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniform3dv in interface GL3
    • glUniform3dv

      public void glUniform3dv(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniform3dv in interface GL3
      arg2 - a direct or array-backed DoubleBuffer
    • glUniform3f

      public void glUniform3f(int arg0, float arg1, float arg2, float arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform3fARB
      Specified by:
      glUniform3f in interface GL2ES2
    • glUniform3fARB

      public void glUniform3fARB(int arg0, float arg1, float arg2, float arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform3fARB in interface GL2
    • glUniform3fv

      public void glUniform3fv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform3fvARB
      Specified by:
      glUniform3fv in interface GL2ES2
    • glUniform3fv

      public void glUniform3fv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform3fvARB
      Specified by:
      glUniform3fv in interface GL2ES2
      arg2 - a direct or array-backed FloatBuffer
    • glUniform3fvARB

      public void glUniform3fvARB(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform3fvARB in interface GL2
    • glUniform3fvARB

      public void glUniform3fvARB(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform3fvARB in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glUniform3i

      public void glUniform3i(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLint v0, GLint v1, GLint v2)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform3iARB
      Specified by:
      glUniform3i in interface GL2ES2
    • glUniform3i64ARB

      public void glUniform3i64ARB(int arg0, long arg1, long arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLint64 x, GLint64 y, GLint64 z)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform3i64ARB in interface GL2
    • glUniform3i64NV

      public void glUniform3i64NV(int arg0, long arg1, long arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform3i64NV in interface GL2
    • glUniform3i64vARB

      public void glUniform3i64vARB(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform3i64vARB in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glUniform3i64vARB

      public void glUniform3i64vARB(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform3i64vARB in interface GL2
    • glUniform3i64vNV

      public void glUniform3i64vNV(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform3i64vNV in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glUniform3i64vNV

      public void glUniform3i64vNV(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform3i64vNV in interface GL2
    • glUniform3iARB

      public void glUniform3iARB(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLint v0, GLint v1, GLint v2)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform3iARB in interface GL2
    • glUniform3iv

      public void glUniform3iv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform3ivARB
      Specified by:
      glUniform3iv in interface GL2ES2
    • glUniform3iv

      public void glUniform3iv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform3ivARB
      Specified by:
      glUniform3iv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glUniform3ivARB

      public void glUniform3ivARB(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform3ivARB in interface GL2
    • glUniform3ivARB

      public void glUniform3ivARB(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform3ivARB in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glUniform3ui

      public void glUniform3ui(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLuint v0, GLuint v1, GLuint v2)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
      Alias for: glUniform3uiEXT
      Specified by:
      glUniform3ui in interface GL2ES3
    • glUniform3ui64ARB

      public void glUniform3ui64ARB(int arg0, long arg1, long arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLuint64 x, GLuint64 y, GLuint64 z)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform3ui64ARB in interface GL2
    • glUniform3ui64NV

      public void glUniform3ui64NV(int arg0, long arg1, long arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform3ui64NV in interface GL2
    • glUniform3ui64vARB

      public void glUniform3ui64vARB(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform3ui64vARB in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glUniform3ui64vARB

      public void glUniform3ui64vARB(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform3ui64vARB in interface GL2
    • glUniform3ui64vNV

      public void glUniform3ui64vNV(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform3ui64vNV in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glUniform3ui64vNV

      public void glUniform3ui64vNV(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform3ui64vNV in interface GL2
    • glUniform3uiv

      public void glUniform3uiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
      Alias for: glUniform3uivEXT
      Specified by:
      glUniform3uiv in interface GL2ES3
    • glUniform3uiv

      public void glUniform3uiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
      Alias for: glUniform3uivEXT
      Specified by:
      glUniform3uiv in interface GL2ES3
      arg2 - a direct or array-backed IntBuffer
    • glUniform4d

      public void glUniform4d(int arg0, double arg1, double arg2, double arg3, double arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniform4d in interface GL3
    • glUniform4dv

      public void glUniform4dv(int arg0, int arg1, DoubleBuffer arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniform4dv in interface GL3
      arg2 - a direct or array-backed DoubleBuffer
    • glUniform4dv

      public void glUniform4dv(int arg0, int arg1, double[] arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniform4dv in interface GL3
    • glUniform4f

      public void glUniform4f(int arg0, float arg1, float arg2, float arg3, float arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform4fARB
      Specified by:
      glUniform4f in interface GL2ES2
    • glUniform4fARB

      public void glUniform4fARB(int arg0, float arg1, float arg2, float arg3, float arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform4fARB in interface GL2
    • glUniform4fv

      public void glUniform4fv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform4fvARB
      Specified by:
      glUniform4fv in interface GL2ES2
    • glUniform4fv

      public void glUniform4fv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform4fvARB
      Specified by:
      glUniform4fv in interface GL2ES2
      arg2 - a direct or array-backed FloatBuffer
    • glUniform4fvARB

      public void glUniform4fvARB(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform4fvARB in interface GL2
      arg2 - a direct or array-backed FloatBuffer
    • glUniform4fvARB

      public void glUniform4fvARB(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLfloat * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform4fvARB in interface GL2
    • glUniform4i

      public void glUniform4i(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform4iARB
      Specified by:
      glUniform4i in interface GL2ES2
    • glUniform4i64ARB

      public void glUniform4i64ARB(int arg0, long arg1, long arg2, long arg3, long arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLint64 x, GLint64 y, GLint64 z, GLint64 w)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform4i64ARB in interface GL2
    • glUniform4i64NV

      public void glUniform4i64NV(int arg0, long arg1, long arg2, long arg3, long arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform4i64NV in interface GL2
    • glUniform4i64vARB

      public void glUniform4i64vARB(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform4i64vARB in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glUniform4i64vARB

      public void glUniform4i64vARB(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform4i64vARB in interface GL2
    • glUniform4i64vNV

      public void glUniform4i64vNV(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform4i64vNV in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glUniform4i64vNV

      public void glUniform4i64vNV(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform4i64vNV in interface GL2
    • glUniform4iARB

      public void glUniform4iARB(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform4iARB in interface GL2
    • glUniform4iv

      public void glUniform4iv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform4ivARB
      Specified by:
      glUniform4iv in interface GL2ES2
    • glUniform4iv

      public void glUniform4iv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniform4ivARB
      Specified by:
      glUniform4iv in interface GL2ES2
      arg2 - a direct or array-backed IntBuffer
    • glUniform4ivARB

      public void glUniform4ivARB(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform4ivARB in interface GL2
      arg2 - a direct or array-backed IntBuffer
    • glUniform4ivARB

      public void glUniform4ivARB(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLint * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniform4ivARB in interface GL2
    • glUniform4ui

      public void glUniform4ui(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
      Alias for: glUniform4uiEXT
      Specified by:
      glUniform4ui in interface GL2ES3
    • glUniform4ui64ARB

      public void glUniform4ui64ARB(int arg0, long arg1, long arg2, long arg3, long arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLuint64 x, GLuint64 y, GLuint64 z, GLuint64 w)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform4ui64ARB in interface GL2
    • glUniform4ui64NV

      public void glUniform4ui64NV(int arg0, long arg1, long arg2, long arg3, long arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform4ui64NV in interface GL2
    • glUniform4ui64vARB

      public void glUniform4ui64vARB(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform4ui64vARB in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glUniform4ui64vARB

      public void glUniform4ui64vARB(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
      Part of GL_ARB_gpu_shader_int64
      Specified by:
      glUniform4ui64vARB in interface GL2
    • glUniform4ui64vNV

      public void glUniform4ui64vNV(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform4ui64vNV in interface GL2
    • glUniform4ui64vNV

      public void glUniform4ui64vNV(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
      Specified by:
      glUniform4ui64vNV in interface GL2
      arg2 - a direct or array-backed LongBuffer
    • glUniform4uiv

      public void glUniform4uiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
      Alias for: glUniform4uivEXT
      Specified by:
      glUniform4uiv in interface GL2ES3
    • glUniform4uiv

      public void glUniform4uiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
      Alias for: glUniform4uivEXT
      Specified by:
      glUniform4uiv in interface GL2ES3
      arg2 - a direct or array-backed IntBuffer
    • glUniformBlockBinding

      public void glUniformBlockBinding(int arg0, int arg1, int arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)
      Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
      Specified by:
      glUniformBlockBinding in interface GL2ES3
    • glUniformBufferEXT

      public void glUniformBufferEXT(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint program, GLint location, GLuint buffer)
      Part of GL_EXT_bindable_uniform
      Specified by:
      glUniformBufferEXT in interface GL2
    • glUniformHandleui64ARB

      public void glUniformHandleui64ARB(int arg0, long arg1)
      Description copied from interface: GL4
      Entry point to C language function: void (GLint location, GLuint64 value)
      Part of GL_ARB_bindless_texture
      Specified by:
      glUniformHandleui64ARB in interface GL4
    • glUniformHandleui64vARB

      public void glUniformHandleui64vARB(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
      Part of GL_ARB_bindless_texture
      Specified by:
      glUniformHandleui64vARB in interface GL4
    • glUniformHandleui64vARB

      public void glUniformHandleui64vARB(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64 * value)
      Part of GL_ARB_bindless_texture
      Specified by:
      glUniformHandleui64vARB in interface GL4
      arg2 - a direct or array-backed LongBuffer
    • glUniformMatrix2dv

      public void glUniformMatrix2dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniformMatrix2dv in interface GL3
    • glUniformMatrix2dv

      public void glUniformMatrix2dv(int arg0, int arg1, boolean arg2, DoubleBuffer arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniformMatrix2dv in interface GL3
      arg3 - a direct or array-backed DoubleBuffer
    • glUniformMatrix2fv

      public void glUniformMatrix2fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniformMatrix2fvARB
      Specified by:
      glUniformMatrix2fv in interface GL2ES2
    • glUniformMatrix2fv

      public void glUniformMatrix2fv(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniformMatrix2fvARB
      Specified by:
      glUniformMatrix2fv in interface GL2ES2
      arg3 - a direct or array-backed FloatBuffer
    • glUniformMatrix2fvARB

      public void glUniformMatrix2fvARB(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniformMatrix2fvARB in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glUniformMatrix2fvARB

      public void glUniformMatrix2fvARB(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniformMatrix2fvARB in interface GL2
    • glUniformMatrix2x3dv

      public void glUniformMatrix2x3dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniformMatrix2x3dv in interface GL3
    • glUniformMatrix2x3dv

      public void glUniformMatrix2x3dv(int arg0, int arg1, boolean arg2, DoubleBuffer arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniformMatrix2x3dv in interface GL3
      arg3 - a direct or array-backed DoubleBuffer
    • glUniformMatrix2x3fv

      public void glUniformMatrix2x3fv(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
      Alias for: glUniformMatrix2x3fvNV
      Specified by:
      glUniformMatrix2x3fv in interface GL2ES3
      arg3 - a direct or array-backed FloatBuffer
    • glUniformMatrix2x3fv

      public void glUniformMatrix2x3fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
      Alias for: glUniformMatrix2x3fvNV
      Specified by:
      glUniformMatrix2x3fv in interface GL2ES3
    • glUniformMatrix2x4dv

      public void glUniformMatrix2x4dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniformMatrix2x4dv in interface GL3
    • glUniformMatrix2x4dv

      public void glUniformMatrix2x4dv(int arg0, int arg1, boolean arg2, DoubleBuffer arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniformMatrix2x4dv in interface GL3
      arg3 - a direct or array-backed DoubleBuffer
    • glUniformMatrix2x4fv

      public void glUniformMatrix2x4fv(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
      Alias for: glUniformMatrix2x4fvNV
      Specified by:
      glUniformMatrix2x4fv in interface GL2ES3
      arg3 - a direct or array-backed FloatBuffer
    • glUniformMatrix2x4fv

      public void glUniformMatrix2x4fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
      Alias for: glUniformMatrix2x4fvNV
      Specified by:
      glUniformMatrix2x4fv in interface GL2ES3
    • glUniformMatrix3dv

      public void glUniformMatrix3dv(int arg0, int arg1, boolean arg2, DoubleBuffer arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniformMatrix3dv in interface GL3
      arg3 - a direct or array-backed DoubleBuffer
    • glUniformMatrix3dv

      public void glUniformMatrix3dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniformMatrix3dv in interface GL3
    • glUniformMatrix3fv

      public void glUniformMatrix3fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniformMatrix3fvARB
      Specified by:
      glUniformMatrix3fv in interface GL2ES2
    • glUniformMatrix3fv

      public void glUniformMatrix3fv(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniformMatrix3fvARB
      Specified by:
      glUniformMatrix3fv in interface GL2ES2
      arg3 - a direct or array-backed FloatBuffer
    • glUniformMatrix3fvARB

      public void glUniformMatrix3fvARB(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniformMatrix3fvARB in interface GL2
    • glUniformMatrix3fvARB

      public void glUniformMatrix3fvARB(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniformMatrix3fvARB in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glUniformMatrix3x2dv

      public void glUniformMatrix3x2dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniformMatrix3x2dv in interface GL3
    • glUniformMatrix3x2dv

      public void glUniformMatrix3x2dv(int arg0, int arg1, boolean arg2, DoubleBuffer arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniformMatrix3x2dv in interface GL3
      arg3 - a direct or array-backed DoubleBuffer
    • glUniformMatrix3x2fv

      public void glUniformMatrix3x2fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
      Alias for: glUniformMatrix3x2fvNV
      Specified by:
      glUniformMatrix3x2fv in interface GL2ES3
    • glUniformMatrix3x2fv

      public void glUniformMatrix3x2fv(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
      Alias for: glUniformMatrix3x2fvNV
      Specified by:
      glUniformMatrix3x2fv in interface GL2ES3
      arg3 - a direct or array-backed FloatBuffer
    • glUniformMatrix3x4dv

      public void glUniformMatrix3x4dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniformMatrix3x4dv in interface GL3
    • glUniformMatrix3x4dv

      public void glUniformMatrix3x4dv(int arg0, int arg1, boolean arg2, DoubleBuffer arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniformMatrix3x4dv in interface GL3
      arg3 - a direct or array-backed DoubleBuffer
    • glUniformMatrix3x4fv

      public void glUniformMatrix3x4fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
      Alias for: glUniformMatrix3x4fvNV
      Specified by:
      glUniformMatrix3x4fv in interface GL2ES3
    • glUniformMatrix3x4fv

      public void glUniformMatrix3x4fv(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
      Alias for: glUniformMatrix3x4fvNV
      Specified by:
      glUniformMatrix3x4fv in interface GL2ES3
      arg3 - a direct or array-backed FloatBuffer
    • glUniformMatrix4dv

      public void glUniformMatrix4dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniformMatrix4dv in interface GL3
    • glUniformMatrix4dv

      public void glUniformMatrix4dv(int arg0, int arg1, boolean arg2, DoubleBuffer arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniformMatrix4dv in interface GL3
      arg3 - a direct or array-backed DoubleBuffer
    • glUniformMatrix4fv

      public void glUniformMatrix4fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniformMatrix4fvARB
      Specified by:
      glUniformMatrix4fv in interface GL2ES2
    • glUniformMatrix4fv

      public void glUniformMatrix4fv(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glUniformMatrix4fvARB
      Specified by:
      glUniformMatrix4fv in interface GL2ES2
      arg3 - a direct or array-backed FloatBuffer
    • glUniformMatrix4fvARB

      public void glUniformMatrix4fvARB(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniformMatrix4fvARB in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glUniformMatrix4fvARB

      public void glUniformMatrix4fvARB(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ARB_shader_objects
      Specified by:
      glUniformMatrix4fvARB in interface GL2
    • glUniformMatrix4x2dv

      public void glUniformMatrix4x2dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniformMatrix4x2dv in interface GL3
    • glUniformMatrix4x2dv

      public void glUniformMatrix4x2dv(int arg0, int arg1, boolean arg2, DoubleBuffer arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniformMatrix4x2dv in interface GL3
      arg3 - a direct or array-backed DoubleBuffer
    • glUniformMatrix4x2fv

      public void glUniformMatrix4x2fv(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
      Alias for: glUniformMatrix4x2fvNV
      Specified by:
      glUniformMatrix4x2fv in interface GL2ES3
      arg3 - a direct or array-backed FloatBuffer
    • glUniformMatrix4x2fv

      public void glUniformMatrix4x2fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
      Alias for: glUniformMatrix4x2fvNV
      Specified by:
      glUniformMatrix4x2fv in interface GL2ES3
    • glUniformMatrix4x3dv

      public void glUniformMatrix4x3dv(int arg0, int arg1, boolean arg2, DoubleBuffer arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniformMatrix4x3dv in interface GL3
      arg3 - a direct or array-backed DoubleBuffer
    • glUniformMatrix4x3dv

      public void glUniformMatrix4x3dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
      Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
      Specified by:
      glUniformMatrix4x3dv in interface GL3
    • glUniformMatrix4x3fv

      public void glUniformMatrix4x3fv(int arg0, int arg1, boolean arg2, FloatBuffer arg3)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
      Alias for: glUniformMatrix4x3fvNV
      Specified by:
      glUniformMatrix4x3fv in interface GL2ES3
      arg3 - a direct or array-backed FloatBuffer
    • glUniformMatrix4x3fv

      public void glUniformMatrix4x3fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
      Part of GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
      Alias for: glUniformMatrix4x3fvNV
      Specified by:
      glUniformMatrix4x3fv in interface GL2ES3
    • glUniformSubroutinesuiv

      public void glUniformSubroutinesuiv(int arg0, int arg1, int[] arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum shadertype, GLsizei count, const GLuint * indices)
      Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
      Specified by:
      glUniformSubroutinesuiv in interface GL3
    • glUniformSubroutinesuiv

      public void glUniformSubroutinesuiv(int arg0, int arg1, IntBuffer arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLenum shadertype, GLsizei count, const GLuint * indices)
      Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
      Specified by:
      glUniformSubroutinesuiv in interface GL3
      arg2 - a direct or array-backed IntBuffer
    • glUniformui64NV

      public void glUniformui64NV(int arg0, long arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLint location, GLuint64EXT value)
      Part of GL_NV_shader_buffer_load
      Specified by:
      glUniformui64NV in interface GL2GL3
    • glUniformui64vNV

      public void glUniformui64vNV(int arg0, int arg1, LongBuffer arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_shader_buffer_load
      Specified by:
      glUniformui64vNV in interface GL2GL3
      arg2 - a direct or array-backed LongBuffer
    • glUniformui64vNV

      public void glUniformui64vNV(int arg0, int arg1, long[] arg2, int arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLint location, GLsizei count, const GLuint64EXT * value)
      Part of GL_NV_shader_buffer_load
      Specified by:
      glUniformui64vNV in interface GL2GL3
    • glUnlockArraysEXT

      public void glUnlockArraysEXT()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_EXT_compiled_vertex_array
      Specified by:
      glUnlockArraysEXT in interface GL2
    • glUnmapBuffer

      public boolean glUnmapBuffer(int arg0)
      Description copied from interface: GL
      Entry point to C language function: GLboolean (GLenum target)
      Part of GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_OES_mapbuffer, GL_ARB_vertex_buffer_object
      Alias for: glUnmapBufferOES, glUnmapBufferARB
      Specified by:
      glUnmapBuffer in interface GL
    • glUnmapNamedBuffer

      public boolean glUnmapNamedBuffer(int arg0)
      Description copied from interface: GL4
      Entry point to C language function: GLboolean (GLuint buffer)
      Part of GL_VERSION_4_5, GL_EXT_direct_state_access
      Alias for: glUnmapNamedBufferEXT
      Specified by:
      glUnmapNamedBuffer in interface GL4
    • glUnmapNamedBufferEXT

      public boolean glUnmapNamedBufferEXT(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: GLboolean (GLuint buffer)
      Part of GL_EXT_direct_state_access
      Specified by:
      glUnmapNamedBufferEXT in interface GL2
    • glUnmapTexture2DINTEL

      public void glUnmapTexture2DINTEL(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint texture, GLint level)
      Part of GL_INTEL_map_texture
      Specified by:
      glUnmapTexture2DINTEL in interface GL2
    • glUseProgram

      public void glUseProgram(int arg0)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
      Specified by:
      glUseProgram in interface GL2ES2
    • glUseProgramObjectARB

      public void glUseProgramObjectARB(long arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB programObj)
      Part of GL_ARB_shader_objects
      Specified by:
      glUseProgramObjectARB in interface GL2
    • glUseProgramStages

      public void glUseProgramStages(int arg0, int arg1, int arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint pipeline, GLbitfield stages, GLuint program)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
      Alias for: glUseProgramStagesEXT
      Specified by:
      glUseProgramStages in interface GL2ES2
    • glVDPAUFiniNV

      public void glVDPAUFiniNV()
      Description copied from interface: GL2
      Entry point to C language function: void (void)
      Part of GL_NV_vdpau_interop
      Specified by:
      glVDPAUFiniNV in interface GL2
    • glVDPAUGetSurfaceivNV

      public void glVDPAUGetSurfaceivNV(long arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLvdpauSurfaceNV surface, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values)
      Part of GL_NV_vdpau_interop
      Specified by:
      glVDPAUGetSurfaceivNV in interface GL2
    • glVDPAUGetSurfaceivNV

      public void glVDPAUGetSurfaceivNV(long arg0, int arg1, int arg2, IntBuffer arg3, IntBuffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLvdpauSurfaceNV surface, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values)
      Part of GL_NV_vdpau_interop
      Specified by:
      glVDPAUGetSurfaceivNV in interface GL2
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed IntBuffer
    • glVDPAUInitNV

      public void glVDPAUInitNV(Buffer arg0, Buffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const void * vdpDevice, const void * getProcAddress)
      Part of GL_NV_vdpau_interop
      Specified by:
      glVDPAUInitNV in interface GL2
      Parameters:
      arg0 - a direct or array-backed Buffer
      arg1 - a direct or array-backed Buffer
    • glVDPAUIsSurfaceNV

      public boolean glVDPAUIsSurfaceNV(long arg0)
      Description copied from interface: GL2
      Entry point to C language function: GLboolean (GLvdpauSurfaceNV surface)
      Part of GL_NV_vdpau_interop
      Specified by:
      glVDPAUIsSurfaceNV in interface GL2
    • glVDPAUMapSurfacesNV

      public void glVDPAUMapSurfacesNV(int arg0, com.jogamp.common.nio.PointerBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei numSurfaces, const GLvdpauSurfaceNV * surfaces)
      Part of GL_NV_vdpau_interop
      Specified by:
      glVDPAUMapSurfacesNV in interface GL2
      arg1 - a direct only PointerBuffer
    • glVDPAURegisterOutputSurfaceNV

      public long glVDPAURegisterOutputSurfaceNV(Buffer arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: GLvdpauSurfaceNV (const void * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames)
      Part of GL_NV_vdpau_interop
      Specified by:
      glVDPAURegisterOutputSurfaceNV in interface GL2
      Parameters:
      arg0 - a direct or array-backed Buffer
      arg3 - a direct or array-backed IntBuffer
    • glVDPAURegisterOutputSurfaceNV

      public long glVDPAURegisterOutputSurfaceNV(Buffer arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: GLvdpauSurfaceNV (const void * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames)
      Part of GL_NV_vdpau_interop
      Specified by:
      glVDPAURegisterOutputSurfaceNV in interface GL2
      Parameters:
      arg0 - a direct or array-backed Buffer
    • glVDPAURegisterVideoSurfaceNV

      public long glVDPAURegisterVideoSurfaceNV(Buffer arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: GLvdpauSurfaceNV (const void * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames)
      Part of GL_NV_vdpau_interop
      Specified by:
      glVDPAURegisterVideoSurfaceNV in interface GL2
      Parameters:
      arg0 - a direct or array-backed Buffer
      arg3 - a direct or array-backed IntBuffer
    • glVDPAURegisterVideoSurfaceNV

      public long glVDPAURegisterVideoSurfaceNV(Buffer arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: GLvdpauSurfaceNV (const void * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames)
      Part of GL_NV_vdpau_interop
      Specified by:
      glVDPAURegisterVideoSurfaceNV in interface GL2
      Parameters:
      arg0 - a direct or array-backed Buffer
    • glVDPAUSurfaceAccessNV

      public void glVDPAUSurfaceAccessNV(long arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLvdpauSurfaceNV surface, GLenum access)
      Part of GL_NV_vdpau_interop
      Specified by:
      glVDPAUSurfaceAccessNV in interface GL2
    • glVDPAUUnmapSurfacesNV

      public void glVDPAUUnmapSurfacesNV(int arg0, com.jogamp.common.nio.PointerBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei numSurface, const GLvdpauSurfaceNV * surfaces)
      Part of GL_NV_vdpau_interop
      Specified by:
      glVDPAUUnmapSurfacesNV in interface GL2
      arg1 - a direct only PointerBuffer
    • glVDPAUUnregisterSurfaceNV

      public void glVDPAUUnregisterSurfaceNV(long arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLvdpauSurfaceNV surface)
      Part of GL_NV_vdpau_interop
      Specified by:
      glVDPAUUnregisterSurfaceNV in interface GL2
    • glValidateProgram

      public void glValidateProgram(int arg0)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint program)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
      Alias for: glValidateProgramARB
      Specified by:
      glValidateProgram in interface GL2ES2
    • glValidateProgramARB

      public void glValidateProgramARB(long arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhandleARB programObj)
      Part of GL_ARB_shader_objects
      Specified by:
      glValidateProgramARB in interface GL2
    • glValidateProgramPipeline

      public void glValidateProgramPipeline(int arg0)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint pipeline)
      Part of GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
      Alias for: glValidateProgramPipelineEXT
      Specified by:
      glValidateProgramPipeline in interface GL2ES2
    • glVariantPointerEXT

      public void glVariantPointerEXT(int arg0, int arg1, int arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum type, GLuint stride, const void * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glVariantPointerEXT in interface GL2
    • glVariantPointerEXT

      public void glVariantPointerEXT(int arg0, int arg1, int arg2, Buffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, GLenum type, GLuint stride, const void * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glVariantPointerEXT in interface GL2
      arg3 - a direct only Buffer
    • glVariantbvEXT

      public void glVariantbvEXT(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, const GLbyte * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glVariantbvEXT in interface GL2
      arg1 - a direct or array-backed ByteBuffer
    • glVariantbvEXT

      public void glVariantbvEXT(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, const GLbyte * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glVariantbvEXT in interface GL2
    • glVariantdvEXT

      public void glVariantdvEXT(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, const GLdouble * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glVariantdvEXT in interface GL2
    • glVariantdvEXT

      public void glVariantdvEXT(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, const GLdouble * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glVariantdvEXT in interface GL2
      arg1 - a direct or array-backed DoubleBuffer
    • glVariantfvEXT

      public void glVariantfvEXT(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, const GLfloat * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glVariantfvEXT in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glVariantfvEXT

      public void glVariantfvEXT(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, const GLfloat * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glVariantfvEXT in interface GL2
    • glVariantivEXT

      public void glVariantivEXT(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, const GLint * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glVariantivEXT in interface GL2
    • glVariantivEXT

      public void glVariantivEXT(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, const GLint * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glVariantivEXT in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glVariantsvEXT

      public void glVariantsvEXT(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, const GLshort * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glVariantsvEXT in interface GL2
    • glVariantsvEXT

      public void glVariantsvEXT(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, const GLshort * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glVariantsvEXT in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glVariantubvEXT

      public void glVariantubvEXT(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, const GLubyte * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glVariantubvEXT in interface GL2
    • glVariantubvEXT

      public void glVariantubvEXT(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, const GLubyte * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glVariantubvEXT in interface GL2
      arg1 - a direct or array-backed ByteBuffer
    • glVariantuivEXT

      public void glVariantuivEXT(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, const GLuint * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glVariantuivEXT in interface GL2
    • glVariantuivEXT

      public void glVariantuivEXT(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, const GLuint * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glVariantuivEXT in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glVariantusvEXT

      public void glVariantusvEXT(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, const GLushort * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glVariantusvEXT in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glVariantusvEXT

      public void glVariantusvEXT(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint id, const GLushort * addr)
      Part of GL_EXT_vertex_shader
      Specified by:
      glVariantusvEXT in interface GL2
    • glVertex2bOES

      public void glVertex2bOES(byte arg0, byte arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLbyte x, GLbyte y)
      Part of GL_OES_byte_coordinates
      Specified by:
      glVertex2bOES in interface GL2
    • glVertex2bvOES

      public void glVertex2bvOES(ByteBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glVertex2bvOES in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
    • glVertex2bvOES

      public void glVertex2bvOES(byte[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glVertex2bvOES in interface GL2
    • glVertex2d

      public void glVertex2d(double arg0, double arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble x, GLdouble y)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex2d in interface GL2
    • glVertex2dv

      public void glVertex2dv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex2dv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glVertex2dv

      public void glVertex2dv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex2dv in interface GL2
    • glVertex2f

      public void glVertex2f(float arg0, float arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat x, GLfloat y)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex2f in interface GL2
    • glVertex2fv

      public void glVertex2fv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex2fv in interface GL2
    • glVertex2fv

      public void glVertex2fv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex2fv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glVertex2h

      public void glVertex2h(short arg0, short arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhalfNV x, GLhalfNV y)
      Part of GL_NV_half_float
      Alias for: glVertex2hNV
      Specified by:
      glVertex2h in interface GL2
    • glVertex2hv

      public void glVertex2hv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertex2hvNV
      Specified by:
      glVertex2hv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glVertex2hv

      public void glVertex2hv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertex2hvNV
      Specified by:
      glVertex2hv in interface GL2
    • glVertex2i

      public void glVertex2i(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint x, GLint y)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex2i in interface GL2
    • glVertex2iv

      public void glVertex2iv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex2iv in interface GL2
    • glVertex2iv

      public void glVertex2iv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex2iv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glVertex2s

      public void glVertex2s(short arg0, short arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLshort x, GLshort y)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex2s in interface GL2
    • glVertex2sv

      public void glVertex2sv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex2sv in interface GL2
    • glVertex2sv

      public void glVertex2sv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex2sv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glVertex3bOES

      public void glVertex3bOES(byte arg0, byte arg1, byte arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLbyte x, GLbyte y, GLbyte z)
      Part of GL_OES_byte_coordinates
      Specified by:
      glVertex3bOES in interface GL2
    • glVertex3bvOES

      public void glVertex3bvOES(byte[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glVertex3bvOES in interface GL2
    • glVertex3bvOES

      public void glVertex3bvOES(ByteBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glVertex3bvOES in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
    • glVertex3d

      public void glVertex3d(double arg0, double arg1, double arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble x, GLdouble y, GLdouble z)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex3d in interface GL2
    • glVertex3dv

      public void glVertex3dv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex3dv in interface GL2
    • glVertex3dv

      public void glVertex3dv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex3dv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glVertex3f

      public void glVertex3f(float arg0, float arg1, float arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat x, GLfloat y, GLfloat z)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex3f in interface GL2
    • glVertex3fv

      public void glVertex3fv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex3fv in interface GL2
    • glVertex3fv

      public void glVertex3fv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex3fv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glVertex3h

      public void glVertex3h(short arg0, short arg1, short arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhalfNV x, GLhalfNV y, GLhalfNV z)
      Part of GL_NV_half_float
      Alias for: glVertex3hNV
      Specified by:
      glVertex3h in interface GL2
    • glVertex3hv

      public void glVertex3hv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertex3hvNV
      Specified by:
      glVertex3hv in interface GL2
    • glVertex3hv

      public void glVertex3hv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertex3hvNV
      Specified by:
      glVertex3hv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glVertex3i

      public void glVertex3i(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint x, GLint y, GLint z)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex3i in interface GL2
    • glVertex3iv

      public void glVertex3iv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex3iv in interface GL2
    • glVertex3iv

      public void glVertex3iv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex3iv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glVertex3s

      public void glVertex3s(short arg0, short arg1, short arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLshort x, GLshort y, GLshort z)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex3s in interface GL2
    • glVertex3sv

      public void glVertex3sv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex3sv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glVertex3sv

      public void glVertex3sv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex3sv in interface GL2
    • glVertex4bOES

      public void glVertex4bOES(byte arg0, byte arg1, byte arg2, byte arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLbyte x, GLbyte y, GLbyte z, GLbyte w)
      Part of GL_OES_byte_coordinates
      Specified by:
      glVertex4bOES in interface GL2
    • glVertex4bvOES

      public void glVertex4bvOES(byte[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glVertex4bvOES in interface GL2
    • glVertex4bvOES

      public void glVertex4bvOES(ByteBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLbyte * coords)
      Part of GL_OES_byte_coordinates
      Specified by:
      glVertex4bvOES in interface GL2
      Parameters:
      arg0 - a direct or array-backed ByteBuffer
    • glVertex4d

      public void glVertex4d(double arg0, double arg1, double arg2, double arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble x, GLdouble y, GLdouble z, GLdouble w)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex4d in interface GL2
    • glVertex4dv

      public void glVertex4dv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex4dv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glVertex4dv

      public void glVertex4dv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex4dv in interface GL2
    • glVertex4f

      public void glVertex4f(float arg0, float arg1, float arg2, float arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat x, GLfloat y, GLfloat z, GLfloat w)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex4f in interface GL2
    • glVertex4fv

      public void glVertex4fv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex4fv in interface GL2
    • glVertex4fv

      public void glVertex4fv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex4fv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glVertex4h

      public void glVertex4h(short arg0, short arg1, short arg2, short arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w)
      Part of GL_NV_half_float
      Alias for: glVertex4hNV
      Specified by:
      glVertex4h in interface GL2
    • glVertex4hv

      public void glVertex4hv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertex4hvNV
      Specified by:
      glVertex4hv in interface GL2
    • glVertex4hv

      public void glVertex4hv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertex4hvNV
      Specified by:
      glVertex4hv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glVertex4i

      public void glVertex4i(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint x, GLint y, GLint z, GLint w)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex4i in interface GL2
    • glVertex4iv

      public void glVertex4iv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex4iv in interface GL2
    • glVertex4iv

      public void glVertex4iv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex4iv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glVertex4s

      public void glVertex4s(short arg0, short arg1, short arg2, short arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLshort x, GLshort y, GLshort z, GLshort w)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex4s in interface GL2
    • glVertex4sv

      public void glVertex4sv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex4sv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glVertex4sv

      public void glVertex4sv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_0
      Specified by:
      glVertex4sv in interface GL2
    • glVertexArrayAttribBinding

      public void glVertexArrayAttribBinding(int arg0, int arg1, int arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint vaobj, GLuint attribindex, GLuint bindingindex)
      Part of GL_VERSION_4_5
      Specified by:
      glVertexArrayAttribBinding in interface GL4
    • glVertexArrayAttribFormat

      public void glVertexArrayAttribFormat(int arg0, int arg1, int arg2, int arg3, boolean arg4, int arg5)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
      Part of GL_VERSION_4_5
      Specified by:
      glVertexArrayAttribFormat in interface GL4
    • glVertexArrayAttribIFormat

      public void glVertexArrayAttribIFormat(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
      Part of GL_VERSION_4_5
      Specified by:
      glVertexArrayAttribIFormat in interface GL4
    • glVertexArrayAttribLFormat

      public void glVertexArrayAttribLFormat(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
      Part of GL_VERSION_4_5
      Specified by:
      glVertexArrayAttribLFormat in interface GL4
    • glVertexArrayBindVertexBufferEXT

      public void glVertexArrayBindVertexBufferEXT(int arg0, int arg1, int arg2, long arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
      Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding
      Specified by:
      glVertexArrayBindVertexBufferEXT in interface GL2
    • glVertexArrayBindingDivisor

      public void glVertexArrayBindingDivisor(int arg0, int arg1, int arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint vaobj, GLuint bindingindex, GLuint divisor)
      Part of GL_VERSION_4_5
      Specified by:
      glVertexArrayBindingDivisor in interface GL4
    • glVertexArrayColorOffsetEXT

      public void glVertexArrayColorOffsetEXT(int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
      Part of GL_EXT_direct_state_access
      Specified by:
      glVertexArrayColorOffsetEXT in interface GL2
    • glVertexArrayEdgeFlagOffsetEXT

      public void glVertexArrayEdgeFlagOffsetEXT(int arg0, int arg1, int arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLsizei stride, GLintptr offset)
      Part of GL_EXT_direct_state_access
      Specified by:
      glVertexArrayEdgeFlagOffsetEXT in interface GL2
    • glVertexArrayElementBuffer

      public void glVertexArrayElementBuffer(int arg0, int arg1)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint vaobj, GLuint buffer)
      Part of GL_VERSION_4_5
      Specified by:
      glVertexArrayElementBuffer in interface GL4
    • glVertexArrayFogCoordOffsetEXT

      public void glVertexArrayFogCoordOffsetEXT(int arg0, int arg1, int arg2, int arg3, long arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset)
      Part of GL_EXT_direct_state_access
      Specified by:
      glVertexArrayFogCoordOffsetEXT in interface GL2
    • glVertexArrayIndexOffsetEXT

      public void glVertexArrayIndexOffsetEXT(int arg0, int arg1, int arg2, int arg3, long arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset)
      Part of GL_EXT_direct_state_access
      Specified by:
      glVertexArrayIndexOffsetEXT in interface GL2
    • glVertexArrayMultiTexCoordOffsetEXT

      public void glVertexArrayMultiTexCoordOffsetEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLenum texunit, GLint size, GLenum type, GLsizei stride, GLintptr offset)
      Part of GL_EXT_direct_state_access
      Specified by:
      glVertexArrayMultiTexCoordOffsetEXT in interface GL2
    • glVertexArrayNormalOffsetEXT

      public void glVertexArrayNormalOffsetEXT(int arg0, int arg1, int arg2, int arg3, long arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset)
      Part of GL_EXT_direct_state_access
      Specified by:
      glVertexArrayNormalOffsetEXT in interface GL2
    • glVertexArrayParameteriAPPLE

      public void glVertexArrayParameteriAPPLE(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLenum pname, GLint param)
      Part of GL_APPLE_vertex_array_range
      Specified by:
      glVertexArrayParameteriAPPLE in interface GL2
    • glVertexArrayRangeAPPLE

      public void glVertexArrayRangeAPPLE(int arg0, Buffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLsizei length, void * pointer)
      Part of GL_APPLE_vertex_array_range
      Specified by:
      glVertexArrayRangeAPPLE in interface GL2
      arg1 - a direct or array-backed Buffer
    • glVertexArraySecondaryColorOffsetEXT

      public void glVertexArraySecondaryColorOffsetEXT(int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
      Part of GL_EXT_direct_state_access
      Specified by:
      glVertexArraySecondaryColorOffsetEXT in interface GL2
    • glVertexArrayTexCoordOffsetEXT

      public void glVertexArrayTexCoordOffsetEXT(int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
      Part of GL_EXT_direct_state_access
      Specified by:
      glVertexArrayTexCoordOffsetEXT in interface GL2
    • glVertexArrayVertexAttribBindingEXT

      public void glVertexArrayVertexAttribBindingEXT(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint attribindex, GLuint bindingindex)
      Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding
      Specified by:
      glVertexArrayVertexAttribBindingEXT in interface GL2
    • glVertexArrayVertexAttribDivisorEXT

      public void glVertexArrayVertexAttribDivisorEXT(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint index, GLuint divisor)
      Part of GL_EXT_direct_state_access
      Specified by:
      glVertexArrayVertexAttribDivisorEXT in interface GL2
    • glVertexArrayVertexAttribFormatEXT

      public void glVertexArrayVertexAttribFormatEXT(int arg0, int arg1, int arg2, int arg3, boolean arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
      Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding
      Specified by:
      glVertexArrayVertexAttribFormatEXT in interface GL2
    • glVertexArrayVertexAttribIFormatEXT

      public void glVertexArrayVertexAttribIFormatEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
      Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding
      Specified by:
      glVertexArrayVertexAttribIFormatEXT in interface GL2
    • glVertexArrayVertexAttribIOffsetEXT

      public void glVertexArrayVertexAttribIOffsetEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLsizei stride, GLintptr offset)
      Part of GL_EXT_direct_state_access
      Specified by:
      glVertexArrayVertexAttribIOffsetEXT in interface GL2
    • glVertexArrayVertexAttribLFormatEXT

      public void glVertexArrayVertexAttribLFormatEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
      Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding
      Specified by:
      glVertexArrayVertexAttribLFormatEXT in interface GL2
    • glVertexArrayVertexAttribLOffsetEXT

      public void glVertexArrayVertexAttribLOffsetEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLsizei stride, GLintptr offset)
      Part of GL_EXT_vertex_attrib_64bit, GL_EXT_direct_state_access
      Specified by:
      glVertexArrayVertexAttribLOffsetEXT in interface GL2
    • glVertexArrayVertexAttribOffsetEXT

      public void glVertexArrayVertexAttribOffsetEXT(int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5, int arg6, long arg7)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLintptr offset)
      Part of GL_EXT_direct_state_access
      Specified by:
      glVertexArrayVertexAttribOffsetEXT in interface GL2
    • glVertexArrayVertexBindingDivisorEXT

      public void glVertexArrayVertexBindingDivisorEXT(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint bindingindex, GLuint divisor)
      Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding
      Specified by:
      glVertexArrayVertexBindingDivisorEXT in interface GL2
    • glVertexArrayVertexBuffer

      public void glVertexArrayVertexBuffer(int arg0, int arg1, int arg2, long arg3, int arg4)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
      Part of GL_VERSION_4_5
      Specified by:
      glVertexArrayVertexBuffer in interface GL4
    • glVertexArrayVertexBuffers

      public void glVertexArrayVertexBuffers(int arg0, int arg1, int arg2, IntBuffer arg3, com.jogamp.common.nio.PointerBuffer arg4, IntBuffer arg5)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint vaobj, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizei * strides)
      Part of GL_VERSION_4_5
      Specified by:
      glVertexArrayVertexBuffers in interface GL4
      arg3 - a direct or array-backed IntBuffer
      arg4 - a direct or array-backed PointerBuffer
      arg5 - a direct or array-backed IntBuffer
    • glVertexArrayVertexBuffers

      public void glVertexArrayVertexBuffers(int arg0, int arg1, int arg2, int[] arg3, int arg4, com.jogamp.common.nio.PointerBuffer arg5, int[] arg6, int arg7)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint vaobj, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizei * strides)
      Part of GL_VERSION_4_5
      Specified by:
      glVertexArrayVertexBuffers in interface GL4
      arg5 - a direct or array-backed PointerBuffer
    • glVertexArrayVertexOffsetEXT

      public void glVertexArrayVertexOffsetEXT(int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
      Part of GL_EXT_direct_state_access
      Specified by:
      glVertexArrayVertexOffsetEXT in interface GL2
    • glVertexAttrib1d

      public void glVertexAttrib1d(int arg0, double arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLdouble x)
      Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib1dNV, glVertexAttrib1dARB
      Specified by:
      glVertexAttrib1d in interface GL2GL3
    • glVertexAttrib1dARB

      public void glVertexAttrib1dARB(int arg0, double arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLdouble x)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib1dARB in interface GL2
    • glVertexAttrib1dv

      public void glVertexAttrib1dv(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glVertexAttrib1dvARB, glVertexAttrib1dvNV
      Specified by:
      glVertexAttrib1dv in interface GL2GL3
      arg1 - a direct or array-backed DoubleBuffer
    • glVertexAttrib1dv

      public void glVertexAttrib1dv(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glVertexAttrib1dvARB, glVertexAttrib1dvNV
      Specified by:
      glVertexAttrib1dv in interface GL2GL3
    • glVertexAttrib1dvARB

      public void glVertexAttrib1dvARB(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib1dvARB in interface GL2
      arg1 - a direct or array-backed DoubleBuffer
    • glVertexAttrib1dvARB

      public void glVertexAttrib1dvARB(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib1dvARB in interface GL2
    • glVertexAttrib1f

      public void glVertexAttrib1f(int arg0, float arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index, GLfloat x)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glVertexAttrib1fARB, glVertexAttrib1fNV
      Specified by:
      glVertexAttrib1f in interface GL2ES2
    • glVertexAttrib1fARB

      public void glVertexAttrib1fARB(int arg0, float arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLfloat x)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib1fARB in interface GL2
    • glVertexAttrib1fv

      public void glVertexAttrib1fv(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index, const GLfloat * v)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib1fvNV, glVertexAttrib1fvARB
      Specified by:
      glVertexAttrib1fv in interface GL2ES2
      arg1 - a direct or array-backed FloatBuffer
    • glVertexAttrib1fv

      public void glVertexAttrib1fv(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index, const GLfloat * v)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib1fvNV, glVertexAttrib1fvARB
      Specified by:
      glVertexAttrib1fv in interface GL2ES2
    • glVertexAttrib1fvARB

      public void glVertexAttrib1fvARB(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLfloat * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib1fvARB in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glVertexAttrib1fvARB

      public void glVertexAttrib1fvARB(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLfloat * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib1fvARB in interface GL2
    • glVertexAttrib1h

      public void glVertexAttrib1h(int arg0, short arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLhalfNV x)
      Part of GL_NV_half_float
      Alias for: glVertexAttrib1hNV
      Specified by:
      glVertexAttrib1h in interface GL2
    • glVertexAttrib1hv

      public void glVertexAttrib1hv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertexAttrib1hvNV
      Specified by:
      glVertexAttrib1hv in interface GL2
    • glVertexAttrib1hv

      public void glVertexAttrib1hv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertexAttrib1hvNV
      Specified by:
      glVertexAttrib1hv in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttrib1s

      public void glVertexAttrib1s(int arg0, short arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLshort x)
      Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib1sNV, glVertexAttrib1sARB
      Specified by:
      glVertexAttrib1s in interface GL2GL3
    • glVertexAttrib1sARB

      public void glVertexAttrib1sARB(int arg0, short arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLshort x)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib1sARB in interface GL2
    • glVertexAttrib1sv

      public void glVertexAttrib1sv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glVertexAttrib1svARB, glVertexAttrib1svNV
      Specified by:
      glVertexAttrib1sv in interface GL2GL3
    • glVertexAttrib1sv

      public void glVertexAttrib1sv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glVertexAttrib1svARB, glVertexAttrib1svNV
      Specified by:
      glVertexAttrib1sv in interface GL2GL3
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttrib1svARB

      public void glVertexAttrib1svARB(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib1svARB in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttrib1svARB

      public void glVertexAttrib1svARB(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib1svARB in interface GL2
    • glVertexAttrib2d

      public void glVertexAttrib2d(int arg0, double arg1, double arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLdouble x, GLdouble y)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glVertexAttrib2dARB, glVertexAttrib2dNV
      Specified by:
      glVertexAttrib2d in interface GL2GL3
    • glVertexAttrib2dARB

      public void glVertexAttrib2dARB(int arg0, double arg1, double arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLdouble x, GLdouble y)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib2dARB in interface GL2
    • glVertexAttrib2dv

      public void glVertexAttrib2dv(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib2dvNV, glVertexAttrib2dvARB
      Specified by:
      glVertexAttrib2dv in interface GL2GL3
    • glVertexAttrib2dv

      public void glVertexAttrib2dv(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib2dvNV, glVertexAttrib2dvARB
      Specified by:
      glVertexAttrib2dv in interface GL2GL3
      arg1 - a direct or array-backed DoubleBuffer
    • glVertexAttrib2dvARB

      public void glVertexAttrib2dvARB(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib2dvARB in interface GL2
      arg1 - a direct or array-backed DoubleBuffer
    • glVertexAttrib2dvARB

      public void glVertexAttrib2dvARB(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib2dvARB in interface GL2
    • glVertexAttrib2f

      public void glVertexAttrib2f(int arg0, float arg1, float arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index, GLfloat x, GLfloat y)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glVertexAttrib2fARB, glVertexAttrib2fNV
      Specified by:
      glVertexAttrib2f in interface GL2ES2
    • glVertexAttrib2fARB

      public void glVertexAttrib2fARB(int arg0, float arg1, float arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLfloat x, GLfloat y)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib2fARB in interface GL2
    • glVertexAttrib2fv

      public void glVertexAttrib2fv(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index, const GLfloat * v)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glVertexAttrib2fvARB, glVertexAttrib2fvNV
      Specified by:
      glVertexAttrib2fv in interface GL2ES2
      arg1 - a direct or array-backed FloatBuffer
    • glVertexAttrib2fv

      public void glVertexAttrib2fv(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index, const GLfloat * v)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glVertexAttrib2fvARB, glVertexAttrib2fvNV
      Specified by:
      glVertexAttrib2fv in interface GL2ES2
    • glVertexAttrib2fvARB

      public void glVertexAttrib2fvARB(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLfloat * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib2fvARB in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glVertexAttrib2fvARB

      public void glVertexAttrib2fvARB(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLfloat * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib2fvARB in interface GL2
    • glVertexAttrib2h

      public void glVertexAttrib2h(int arg0, short arg1, short arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLhalfNV x, GLhalfNV y)
      Part of GL_NV_half_float
      Alias for: glVertexAttrib2hNV
      Specified by:
      glVertexAttrib2h in interface GL2
    • glVertexAttrib2hv

      public void glVertexAttrib2hv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertexAttrib2hvNV
      Specified by:
      glVertexAttrib2hv in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttrib2hv

      public void glVertexAttrib2hv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertexAttrib2hvNV
      Specified by:
      glVertexAttrib2hv in interface GL2
    • glVertexAttrib2s

      public void glVertexAttrib2s(int arg0, short arg1, short arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLshort x, GLshort y)
      Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib2sNV, glVertexAttrib2sARB
      Specified by:
      glVertexAttrib2s in interface GL2GL3
    • glVertexAttrib2sARB

      public void glVertexAttrib2sARB(int arg0, short arg1, short arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLshort x, GLshort y)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib2sARB in interface GL2
    • glVertexAttrib2sv

      public void glVertexAttrib2sv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glVertexAttrib2svARB, glVertexAttrib2svNV
      Specified by:
      glVertexAttrib2sv in interface GL2GL3
    • glVertexAttrib2sv

      public void glVertexAttrib2sv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glVertexAttrib2svARB, glVertexAttrib2svNV
      Specified by:
      glVertexAttrib2sv in interface GL2GL3
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttrib2svARB

      public void glVertexAttrib2svARB(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib2svARB in interface GL2
    • glVertexAttrib2svARB

      public void glVertexAttrib2svARB(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib2svARB in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttrib3d

      public void glVertexAttrib3d(int arg0, double arg1, double arg2, double arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLdouble x, GLdouble y, GLdouble z)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glVertexAttrib3dARB, glVertexAttrib3dNV
      Specified by:
      glVertexAttrib3d in interface GL2GL3
    • glVertexAttrib3dARB

      public void glVertexAttrib3dARB(int arg0, double arg1, double arg2, double arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLdouble x, GLdouble y, GLdouble z)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib3dARB in interface GL2
    • glVertexAttrib3dv

      public void glVertexAttrib3dv(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib3dvNV, glVertexAttrib3dvARB
      Specified by:
      glVertexAttrib3dv in interface GL2GL3
      arg1 - a direct or array-backed DoubleBuffer
    • glVertexAttrib3dv

      public void glVertexAttrib3dv(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib3dvNV, glVertexAttrib3dvARB
      Specified by:
      glVertexAttrib3dv in interface GL2GL3
    • glVertexAttrib3dvARB

      public void glVertexAttrib3dvARB(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib3dvARB in interface GL2
      arg1 - a direct or array-backed DoubleBuffer
    • glVertexAttrib3dvARB

      public void glVertexAttrib3dvARB(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib3dvARB in interface GL2
    • glVertexAttrib3f

      public void glVertexAttrib3f(int arg0, float arg1, float arg2, float arg3)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index, GLfloat x, GLfloat y, GLfloat z)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glVertexAttrib3fARB, glVertexAttrib3fNV
      Specified by:
      glVertexAttrib3f in interface GL2ES2
    • glVertexAttrib3fARB

      public void glVertexAttrib3fARB(int arg0, float arg1, float arg2, float arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLfloat x, GLfloat y, GLfloat z)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib3fARB in interface GL2
    • glVertexAttrib3fv

      public void glVertexAttrib3fv(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index, const GLfloat * v)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib3fvNV, glVertexAttrib3fvARB
      Specified by:
      glVertexAttrib3fv in interface GL2ES2
    • glVertexAttrib3fv

      public void glVertexAttrib3fv(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index, const GLfloat * v)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib3fvNV, glVertexAttrib3fvARB
      Specified by:
      glVertexAttrib3fv in interface GL2ES2
      arg1 - a direct or array-backed FloatBuffer
    • glVertexAttrib3fvARB

      public void glVertexAttrib3fvARB(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLfloat * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib3fvARB in interface GL2
    • glVertexAttrib3fvARB

      public void glVertexAttrib3fvARB(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLfloat * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib3fvARB in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glVertexAttrib3h

      public void glVertexAttrib3h(int arg0, short arg1, short arg2, short arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z)
      Part of GL_NV_half_float
      Alias for: glVertexAttrib3hNV
      Specified by:
      glVertexAttrib3h in interface GL2
    • glVertexAttrib3hv

      public void glVertexAttrib3hv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertexAttrib3hvNV
      Specified by:
      glVertexAttrib3hv in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttrib3hv

      public void glVertexAttrib3hv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertexAttrib3hvNV
      Specified by:
      glVertexAttrib3hv in interface GL2
    • glVertexAttrib3s

      public void glVertexAttrib3s(int arg0, short arg1, short arg2, short arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLshort x, GLshort y, GLshort z)
      Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib3sNV, glVertexAttrib3sARB
      Specified by:
      glVertexAttrib3s in interface GL2GL3
    • glVertexAttrib3sARB

      public void glVertexAttrib3sARB(int arg0, short arg1, short arg2, short arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLshort x, GLshort y, GLshort z)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib3sARB in interface GL2
    • glVertexAttrib3sv

      public void glVertexAttrib3sv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glVertexAttrib3svARB, glVertexAttrib3svNV
      Specified by:
      glVertexAttrib3sv in interface GL2GL3
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttrib3sv

      public void glVertexAttrib3sv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glVertexAttrib3svARB, glVertexAttrib3svNV
      Specified by:
      glVertexAttrib3sv in interface GL2GL3
    • glVertexAttrib3svARB

      public void glVertexAttrib3svARB(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib3svARB in interface GL2
    • glVertexAttrib3svARB

      public void glVertexAttrib3svARB(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib3svARB in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttrib4Nbv

      public void glVertexAttrib4Nbv(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLbyte * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4NbvARB
      Specified by:
      glVertexAttrib4Nbv in interface GL2GL3
      arg1 - a direct or array-backed ByteBuffer
    • glVertexAttrib4Nbv

      public void glVertexAttrib4Nbv(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLbyte * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4NbvARB
      Specified by:
      glVertexAttrib4Nbv in interface GL2GL3
    • glVertexAttrib4NbvARB

      public void glVertexAttrib4NbvARB(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLbyte * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4NbvARB in interface GL2
      arg1 - a direct or array-backed ByteBuffer
    • glVertexAttrib4NbvARB

      public void glVertexAttrib4NbvARB(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLbyte * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4NbvARB in interface GL2
    • glVertexAttrib4Niv

      public void glVertexAttrib4Niv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4NivARB
      Specified by:
      glVertexAttrib4Niv in interface GL2GL3
    • glVertexAttrib4Niv

      public void glVertexAttrib4Niv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4NivARB
      Specified by:
      glVertexAttrib4Niv in interface GL2GL3
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttrib4NivARB

      public void glVertexAttrib4NivARB(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4NivARB in interface GL2
    • glVertexAttrib4NivARB

      public void glVertexAttrib4NivARB(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4NivARB in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttrib4Nsv

      public void glVertexAttrib4Nsv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4NsvARB
      Specified by:
      glVertexAttrib4Nsv in interface GL2GL3
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttrib4Nsv

      public void glVertexAttrib4Nsv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4NsvARB
      Specified by:
      glVertexAttrib4Nsv in interface GL2GL3
    • glVertexAttrib4NsvARB

      public void glVertexAttrib4NsvARB(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4NsvARB in interface GL2
    • glVertexAttrib4NsvARB

      public void glVertexAttrib4NsvARB(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4NsvARB in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttrib4Nub

      public void glVertexAttrib4Nub(int arg0, byte arg1, byte arg2, byte arg3, byte arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4NubARB
      Specified by:
      glVertexAttrib4Nub in interface GL2GL3
    • glVertexAttrib4NubARB

      public void glVertexAttrib4NubARB(int arg0, byte arg1, byte arg2, byte arg3, byte arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4NubARB in interface GL2
    • glVertexAttrib4Nubv

      public void glVertexAttrib4Nubv(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLubyte * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4NubvARB
      Specified by:
      glVertexAttrib4Nubv in interface GL2GL3
    • glVertexAttrib4Nubv

      public void glVertexAttrib4Nubv(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLubyte * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4NubvARB
      Specified by:
      glVertexAttrib4Nubv in interface GL2GL3
      arg1 - a direct or array-backed ByteBuffer
    • glVertexAttrib4NubvARB

      public void glVertexAttrib4NubvARB(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLubyte * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4NubvARB in interface GL2
      arg1 - a direct or array-backed ByteBuffer
    • glVertexAttrib4NubvARB

      public void glVertexAttrib4NubvARB(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLubyte * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4NubvARB in interface GL2
    • glVertexAttrib4Nuiv

      public void glVertexAttrib4Nuiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4NuivARB
      Specified by:
      glVertexAttrib4Nuiv in interface GL2GL3
    • glVertexAttrib4Nuiv

      public void glVertexAttrib4Nuiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4NuivARB
      Specified by:
      glVertexAttrib4Nuiv in interface GL2GL3
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttrib4NuivARB

      public void glVertexAttrib4NuivARB(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4NuivARB in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttrib4NuivARB

      public void glVertexAttrib4NuivARB(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4NuivARB in interface GL2
    • glVertexAttrib4Nusv

      public void glVertexAttrib4Nusv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLushort * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4NusvARB
      Specified by:
      glVertexAttrib4Nusv in interface GL2GL3
    • glVertexAttrib4Nusv

      public void glVertexAttrib4Nusv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLushort * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4NusvARB
      Specified by:
      glVertexAttrib4Nusv in interface GL2GL3
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttrib4NusvARB

      public void glVertexAttrib4NusvARB(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLushort * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4NusvARB in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttrib4NusvARB

      public void glVertexAttrib4NusvARB(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLushort * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4NusvARB in interface GL2
    • glVertexAttrib4bv

      public void glVertexAttrib4bv(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLbyte * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4bvARB
      Specified by:
      glVertexAttrib4bv in interface GL2GL3
    • glVertexAttrib4bv

      public void glVertexAttrib4bv(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLbyte * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4bvARB
      Specified by:
      glVertexAttrib4bv in interface GL2GL3
      arg1 - a direct or array-backed ByteBuffer
    • glVertexAttrib4bvARB

      public void glVertexAttrib4bvARB(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLbyte * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4bvARB in interface GL2
    • glVertexAttrib4bvARB

      public void glVertexAttrib4bvARB(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLbyte * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4bvARB in interface GL2
      arg1 - a direct or array-backed ByteBuffer
    • glVertexAttrib4d

      public void glVertexAttrib4d(int arg0, double arg1, double arg2, double arg3, double arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
      Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib4dNV, glVertexAttrib4dARB
      Specified by:
      glVertexAttrib4d in interface GL2GL3
    • glVertexAttrib4dARB

      public void glVertexAttrib4dARB(int arg0, double arg1, double arg2, double arg3, double arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4dARB in interface GL2
    • glVertexAttrib4dv

      public void glVertexAttrib4dv(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib4dvNV, glVertexAttrib4dvARB
      Specified by:
      glVertexAttrib4dv in interface GL2GL3
      arg1 - a direct or array-backed DoubleBuffer
    • glVertexAttrib4dv

      public void glVertexAttrib4dv(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib4dvNV, glVertexAttrib4dvARB
      Specified by:
      glVertexAttrib4dv in interface GL2GL3
    • glVertexAttrib4dvARB

      public void glVertexAttrib4dvARB(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4dvARB in interface GL2
      arg1 - a direct or array-backed DoubleBuffer
    • glVertexAttrib4dvARB

      public void glVertexAttrib4dvARB(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4dvARB in interface GL2
    • glVertexAttrib4f

      public void glVertexAttrib4f(int arg0, float arg1, float arg2, float arg3, float arg4)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib4fNV, glVertexAttrib4fARB
      Specified by:
      glVertexAttrib4f in interface GL2ES2
    • glVertexAttrib4fARB

      public void glVertexAttrib4fARB(int arg0, float arg1, float arg2, float arg3, float arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4fARB in interface GL2
    • glVertexAttrib4fv

      public void glVertexAttrib4fv(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index, const GLfloat * v)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib4fvNV, glVertexAttrib4fvARB
      Specified by:
      glVertexAttrib4fv in interface GL2ES2
    • glVertexAttrib4fv

      public void glVertexAttrib4fv(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index, const GLfloat * v)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib4fvNV, glVertexAttrib4fvARB
      Specified by:
      glVertexAttrib4fv in interface GL2ES2
      arg1 - a direct or array-backed FloatBuffer
    • glVertexAttrib4fvARB

      public void glVertexAttrib4fvARB(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLfloat * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4fvARB in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glVertexAttrib4fvARB

      public void glVertexAttrib4fvARB(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLfloat * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4fvARB in interface GL2
    • glVertexAttrib4h

      public void glVertexAttrib4h(int arg0, short arg1, short arg2, short arg3, short arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w)
      Part of GL_NV_half_float
      Alias for: glVertexAttrib4hNV
      Specified by:
      glVertexAttrib4h in interface GL2
    • glVertexAttrib4hv

      public void glVertexAttrib4hv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertexAttrib4hvNV
      Specified by:
      glVertexAttrib4hv in interface GL2
    • glVertexAttrib4hv

      public void glVertexAttrib4hv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertexAttrib4hvNV
      Specified by:
      glVertexAttrib4hv in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttrib4iv

      public void glVertexAttrib4iv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4ivARB
      Specified by:
      glVertexAttrib4iv in interface GL2GL3
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttrib4iv

      public void glVertexAttrib4iv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4ivARB
      Specified by:
      glVertexAttrib4iv in interface GL2GL3
    • glVertexAttrib4ivARB

      public void glVertexAttrib4ivARB(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4ivARB in interface GL2
    • glVertexAttrib4ivARB

      public void glVertexAttrib4ivARB(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4ivARB in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttrib4s

      public void glVertexAttrib4s(int arg0, short arg1, short arg2, short arg3, short arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
      Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib4sNV, glVertexAttrib4sARB
      Specified by:
      glVertexAttrib4s in interface GL2GL3
    • glVertexAttrib4sARB

      public void glVertexAttrib4sARB(int arg0, short arg1, short arg2, short arg3, short arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4sARB in interface GL2
    • glVertexAttrib4sv

      public void glVertexAttrib4sv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib4svNV, glVertexAttrib4svARB
      Specified by:
      glVertexAttrib4sv in interface GL2GL3
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttrib4sv

      public void glVertexAttrib4sv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib4svNV, glVertexAttrib4svARB
      Specified by:
      glVertexAttrib4sv in interface GL2GL3
    • glVertexAttrib4svARB

      public void glVertexAttrib4svARB(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4svARB in interface GL2
    • glVertexAttrib4svARB

      public void glVertexAttrib4svARB(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4svARB in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttrib4ubv

      public void glVertexAttrib4ubv(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLubyte * v)
      Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib4ubvNV, glVertexAttrib4ubvARB
      Specified by:
      glVertexAttrib4ubv in interface GL2GL3
    • glVertexAttrib4ubv

      public void glVertexAttrib4ubv(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLubyte * v)
      Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
      Alias for: glVertexAttrib4ubvNV, glVertexAttrib4ubvARB
      Specified by:
      glVertexAttrib4ubv in interface GL2GL3
      arg1 - a direct or array-backed ByteBuffer
    • glVertexAttrib4ubvARB

      public void glVertexAttrib4ubvARB(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLubyte * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4ubvARB in interface GL2
    • glVertexAttrib4ubvARB

      public void glVertexAttrib4ubvARB(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLubyte * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4ubvARB in interface GL2
      arg1 - a direct or array-backed ByteBuffer
    • glVertexAttrib4uiv

      public void glVertexAttrib4uiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4uivARB
      Specified by:
      glVertexAttrib4uiv in interface GL2GL3
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttrib4uiv

      public void glVertexAttrib4uiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4uivARB
      Specified by:
      glVertexAttrib4uiv in interface GL2GL3
    • glVertexAttrib4uivARB

      public void glVertexAttrib4uivARB(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4uivARB in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttrib4uivARB

      public void glVertexAttrib4uivARB(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4uivARB in interface GL2
    • glVertexAttrib4usv

      public void glVertexAttrib4usv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLushort * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4usvARB
      Specified by:
      glVertexAttrib4usv in interface GL2GL3
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttrib4usv

      public void glVertexAttrib4usv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLushort * v)
      Part of GL_VERSION_2_0, GL_ARB_vertex_program
      Alias for: glVertexAttrib4usvARB
      Specified by:
      glVertexAttrib4usv in interface GL2GL3
    • glVertexAttrib4usvARB

      public void glVertexAttrib4usvARB(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLushort * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4usvARB in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttrib4usvARB

      public void glVertexAttrib4usvARB(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLushort * v)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttrib4usvARB in interface GL2
    • glVertexAttribBinding

      public void glVertexAttribBinding(int arg0, int arg1)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint attribindex, GLuint bindingindex)
      Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding
      Specified by:
      glVertexAttribBinding in interface GL3ES3
    • glVertexAttribDivisor

      public void glVertexAttribDivisor(int arg0, int arg1)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint index, GLuint divisor)
      Part of GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_NV_instanced_arrays, GL_ANGLE_instanced_arrays, GL_ARB_instanced_arrays, GL_EXT_instanced_arrays
      Alias for: glVertexAttribDivisorNV, glVertexAttribDivisorANGLE, glVertexAttribDivisorARB, glVertexAttribDivisorEXT
      Specified by:
      glVertexAttribDivisor in interface GL2ES3
    • glVertexAttribFormat

      public void glVertexAttribFormat(int arg0, int arg1, int arg2, boolean arg3, int arg4)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
      Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding, GL_NV_vertex_buffer_unified_memory
      Alias for: glVertexAttribFormatNV
      Specified by:
      glVertexAttribFormat in interface GL3ES3
    • glVertexAttribFormatNV

      public void glVertexAttribFormatNV(int arg0, int arg1, int arg2, boolean arg3, int arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride)
      Part of GL_NV_vertex_buffer_unified_memory
      Specified by:
      glVertexAttribFormatNV in interface GL2GL3
    • glVertexAttribI1i

      public void glVertexAttribI1i(int arg0, int arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLint x)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI1iEXT
      Specified by:
      glVertexAttribI1i in interface GL2GL3
    • glVertexAttribI1iEXT

      public void glVertexAttribI1iEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLint x)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI1iEXT in interface GL2
    • glVertexAttribI1iv

      public void glVertexAttribI1iv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI1ivEXT
      Specified by:
      glVertexAttribI1iv in interface GL2GL3
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttribI1iv

      public void glVertexAttribI1iv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI1ivEXT
      Specified by:
      glVertexAttribI1iv in interface GL2GL3
    • glVertexAttribI1ivEXT

      public void glVertexAttribI1ivEXT(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI1ivEXT in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttribI1ivEXT

      public void glVertexAttribI1ivEXT(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI1ivEXT in interface GL2
    • glVertexAttribI1ui

      public void glVertexAttribI1ui(int arg0, int arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLuint x)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI1uiEXT
      Specified by:
      glVertexAttribI1ui in interface GL2GL3
    • glVertexAttribI1uiEXT

      public void glVertexAttribI1uiEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLuint x)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI1uiEXT in interface GL2
    • glVertexAttribI1uiv

      public void glVertexAttribI1uiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI1uivEXT
      Specified by:
      glVertexAttribI1uiv in interface GL2GL3
    • glVertexAttribI1uiv

      public void glVertexAttribI1uiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI1uivEXT
      Specified by:
      glVertexAttribI1uiv in interface GL2GL3
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttribI1uivEXT

      public void glVertexAttribI1uivEXT(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI1uivEXT in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttribI1uivEXT

      public void glVertexAttribI1uivEXT(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI1uivEXT in interface GL2
    • glVertexAttribI2i

      public void glVertexAttribI2i(int arg0, int arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLint x, GLint y)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI2iEXT
      Specified by:
      glVertexAttribI2i in interface GL2GL3
    • glVertexAttribI2iEXT

      public void glVertexAttribI2iEXT(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLint x, GLint y)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI2iEXT in interface GL2
    • glVertexAttribI2iv

      public void glVertexAttribI2iv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI2ivEXT
      Specified by:
      glVertexAttribI2iv in interface GL2GL3
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttribI2iv

      public void glVertexAttribI2iv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI2ivEXT
      Specified by:
      glVertexAttribI2iv in interface GL2GL3
    • glVertexAttribI2ivEXT

      public void glVertexAttribI2ivEXT(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI2ivEXT in interface GL2
    • glVertexAttribI2ivEXT

      public void glVertexAttribI2ivEXT(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI2ivEXT in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttribI2ui

      public void glVertexAttribI2ui(int arg0, int arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLuint x, GLuint y)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI2uiEXT
      Specified by:
      glVertexAttribI2ui in interface GL2GL3
    • glVertexAttribI2uiEXT

      public void glVertexAttribI2uiEXT(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLuint x, GLuint y)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI2uiEXT in interface GL2
    • glVertexAttribI2uiv

      public void glVertexAttribI2uiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI2uivEXT
      Specified by:
      glVertexAttribI2uiv in interface GL2GL3
    • glVertexAttribI2uiv

      public void glVertexAttribI2uiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI2uivEXT
      Specified by:
      glVertexAttribI2uiv in interface GL2GL3
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttribI2uivEXT

      public void glVertexAttribI2uivEXT(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI2uivEXT in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttribI2uivEXT

      public void glVertexAttribI2uivEXT(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI2uivEXT in interface GL2
    • glVertexAttribI3i

      public void glVertexAttribI3i(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLint x, GLint y, GLint z)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI3iEXT
      Specified by:
      glVertexAttribI3i in interface GL2GL3
    • glVertexAttribI3iEXT

      public void glVertexAttribI3iEXT(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLint x, GLint y, GLint z)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI3iEXT in interface GL2
    • glVertexAttribI3iv

      public void glVertexAttribI3iv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI3ivEXT
      Specified by:
      glVertexAttribI3iv in interface GL2GL3
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttribI3iv

      public void glVertexAttribI3iv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI3ivEXT
      Specified by:
      glVertexAttribI3iv in interface GL2GL3
    • glVertexAttribI3ivEXT

      public void glVertexAttribI3ivEXT(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI3ivEXT in interface GL2
    • glVertexAttribI3ivEXT

      public void glVertexAttribI3ivEXT(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI3ivEXT in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttribI3ui

      public void glVertexAttribI3ui(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLuint x, GLuint y, GLuint z)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI3uiEXT
      Specified by:
      glVertexAttribI3ui in interface GL2GL3
    • glVertexAttribI3uiEXT

      public void glVertexAttribI3uiEXT(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLuint x, GLuint y, GLuint z)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI3uiEXT in interface GL2
    • glVertexAttribI3uiv

      public void glVertexAttribI3uiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI3uivEXT
      Specified by:
      glVertexAttribI3uiv in interface GL2GL3
    • glVertexAttribI3uiv

      public void glVertexAttribI3uiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI3uivEXT
      Specified by:
      glVertexAttribI3uiv in interface GL2GL3
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttribI3uivEXT

      public void glVertexAttribI3uivEXT(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI3uivEXT in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttribI3uivEXT

      public void glVertexAttribI3uivEXT(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI3uivEXT in interface GL2
    • glVertexAttribI4bv

      public void glVertexAttribI4bv(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLbyte * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI4bvEXT
      Specified by:
      glVertexAttribI4bv in interface GL2GL3
      arg1 - a direct or array-backed ByteBuffer
    • glVertexAttribI4bv

      public void glVertexAttribI4bv(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLbyte * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI4bvEXT
      Specified by:
      glVertexAttribI4bv in interface GL2GL3
    • glVertexAttribI4bvEXT

      public void glVertexAttribI4bvEXT(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLbyte * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI4bvEXT in interface GL2
      arg1 - a direct or array-backed ByteBuffer
    • glVertexAttribI4bvEXT

      public void glVertexAttribI4bvEXT(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLbyte * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI4bvEXT in interface GL2
    • glVertexAttribI4i

      public void glVertexAttribI4i(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint index, GLint x, GLint y, GLint z, GLint w)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI4iEXT
      Specified by:
      glVertexAttribI4i in interface GL2ES3
    • glVertexAttribI4iEXT

      public void glVertexAttribI4iEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLint x, GLint y, GLint z, GLint w)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI4iEXT in interface GL2
    • glVertexAttribI4iv

      public void glVertexAttribI4iv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI4ivEXT
      Specified by:
      glVertexAttribI4iv in interface GL2ES3
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttribI4iv

      public void glVertexAttribI4iv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI4ivEXT
      Specified by:
      glVertexAttribI4iv in interface GL2ES3
    • glVertexAttribI4ivEXT

      public void glVertexAttribI4ivEXT(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI4ivEXT in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttribI4ivEXT

      public void glVertexAttribI4ivEXT(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI4ivEXT in interface GL2
    • glVertexAttribI4sv

      public void glVertexAttribI4sv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI4svEXT
      Specified by:
      glVertexAttribI4sv in interface GL2GL3
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttribI4sv

      public void glVertexAttribI4sv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI4svEXT
      Specified by:
      glVertexAttribI4sv in interface GL2GL3
    • glVertexAttribI4svEXT

      public void glVertexAttribI4svEXT(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI4svEXT in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttribI4svEXT

      public void glVertexAttribI4svEXT(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLshort * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI4svEXT in interface GL2
    • glVertexAttribI4ubv

      public void glVertexAttribI4ubv(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLubyte * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI4ubvEXT
      Specified by:
      glVertexAttribI4ubv in interface GL2GL3
    • glVertexAttribI4ubv

      public void glVertexAttribI4ubv(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLubyte * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI4ubvEXT
      Specified by:
      glVertexAttribI4ubv in interface GL2GL3
      arg1 - a direct or array-backed ByteBuffer
    • glVertexAttribI4ubvEXT

      public void glVertexAttribI4ubvEXT(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLubyte * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI4ubvEXT in interface GL2
    • glVertexAttribI4ubvEXT

      public void glVertexAttribI4ubvEXT(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLubyte * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI4ubvEXT in interface GL2
      arg1 - a direct or array-backed ByteBuffer
    • glVertexAttribI4ui

      public void glVertexAttribI4ui(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI4uiEXT
      Specified by:
      glVertexAttribI4ui in interface GL2ES3
    • glVertexAttribI4uiEXT

      public void glVertexAttribI4uiEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI4uiEXT in interface GL2
    • glVertexAttribI4uiv

      public void glVertexAttribI4uiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI4uivEXT
      Specified by:
      glVertexAttribI4uiv in interface GL2ES3
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttribI4uiv

      public void glVertexAttribI4uiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI4uivEXT
      Specified by:
      glVertexAttribI4uiv in interface GL2ES3
    • glVertexAttribI4uivEXT

      public void glVertexAttribI4uivEXT(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI4uivEXT in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glVertexAttribI4uivEXT

      public void glVertexAttribI4uivEXT(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI4uivEXT in interface GL2
    • glVertexAttribI4usv

      public void glVertexAttribI4usv(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLushort * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI4usvEXT
      Specified by:
      glVertexAttribI4usv in interface GL2GL3
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttribI4usv

      public void glVertexAttribI4usv(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLushort * v)
      Part of GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribI4usvEXT
      Specified by:
      glVertexAttribI4usv in interface GL2GL3
    • glVertexAttribI4usvEXT

      public void glVertexAttribI4usvEXT(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLushort * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI4usvEXT in interface GL2
    • glVertexAttribI4usvEXT

      public void glVertexAttribI4usvEXT(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLushort * v)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribI4usvEXT in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glVertexAttribIFormat

      public void glVertexAttribIFormat(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
      Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding, GL_NV_vertex_buffer_unified_memory
      Alias for: glVertexAttribIFormatNV
      Specified by:
      glVertexAttribIFormat in interface GL3ES3
    • glVertexAttribIFormatNV

      public void glVertexAttribIFormatNV(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLsizei stride)
      Part of GL_NV_vertex_buffer_unified_memory
      Specified by:
      glVertexAttribIFormatNV in interface GL2GL3
    • glVertexAttribIPointer

      public void glVertexAttribIPointer(int arg0, int arg1, int arg2, int arg3, long arg4)
      Description copied from interface: GL2ES3
      Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLsizei stride, const void * pointer)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_vertex_program4
      Alias for: glVertexAttribIPointerEXT
      Specified by:
      glVertexAttribIPointer in interface GL2ES3
    • glVertexAttribIPointer

      public void glVertexAttribIPointer(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
      Specified by:
      glVertexAttribIPointer in interface GL2
      arg4 - a direct only Buffer
    • glVertexAttribIPointerEXT

      public void glVertexAttribIPointerEXT(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLsizei stride, const void * pointer)
      Part of GL_NV_vertex_program4
      Specified by:
      glVertexAttribIPointerEXT in interface GL2
      arg4 - a direct or array-backed Buffer
    • glVertexAttribL1d

      public void glVertexAttribL1d(int arg0, double arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLdouble x)
      Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
      Alias for: glVertexAttribL1dEXT
      Specified by:
      glVertexAttribL1d in interface GL2GL3
    • glVertexAttribL1dv

      public void glVertexAttribL1dv(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
      Alias for: glVertexAttribL1dvEXT
      Specified by:
      glVertexAttribL1dv in interface GL2GL3
    • glVertexAttribL1dv

      public void glVertexAttribL1dv(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
      Alias for: glVertexAttribL1dvEXT
      Specified by:
      glVertexAttribL1dv in interface GL2GL3
      arg1 - a direct or array-backed DoubleBuffer
    • glVertexAttribL1i64NV

      public void glVertexAttribL1i64NV(int arg0, long arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLint64EXT x)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL1i64NV in interface GL2
    • glVertexAttribL1i64vNV

      public void glVertexAttribL1i64vNV(int arg0, LongBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint64EXT * v)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL1i64vNV in interface GL2
      arg1 - a direct or array-backed LongBuffer
    • glVertexAttribL1i64vNV

      public void glVertexAttribL1i64vNV(int arg0, long[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint64EXT * v)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL1i64vNV in interface GL2
    • glVertexAttribL1ui64ARB

      public void glVertexAttribL1ui64ARB(int arg0, long arg1)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint index, GLuint64EXT x)
      Part of GL_ARB_bindless_texture
      Specified by:
      glVertexAttribL1ui64ARB in interface GL4
    • glVertexAttribL1ui64NV

      public void glVertexAttribL1ui64NV(int arg0, long arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLuint64EXT x)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL1ui64NV in interface GL2
    • glVertexAttribL1ui64vARB

      public void glVertexAttribL1ui64vARB(int arg0, LongBuffer arg1)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
      Part of GL_ARB_bindless_texture
      Specified by:
      glVertexAttribL1ui64vARB in interface GL4
      arg1 - a direct or array-backed LongBuffer
    • glVertexAttribL1ui64vARB

      public void glVertexAttribL1ui64vARB(int arg0, long[] arg1, int arg2)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
      Part of GL_ARB_bindless_texture
      Specified by:
      glVertexAttribL1ui64vARB in interface GL4
    • glVertexAttribL1ui64vNV

      public void glVertexAttribL1ui64vNV(int arg0, LongBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL1ui64vNV in interface GL2
      arg1 - a direct or array-backed LongBuffer
    • glVertexAttribL1ui64vNV

      public void glVertexAttribL1ui64vNV(int arg0, long[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL1ui64vNV in interface GL2
    • glVertexAttribL2d

      public void glVertexAttribL2d(int arg0, double arg1, double arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLdouble x, GLdouble y)
      Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
      Alias for: glVertexAttribL2dEXT
      Specified by:
      glVertexAttribL2d in interface GL2GL3
    • glVertexAttribL2dv

      public void glVertexAttribL2dv(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
      Alias for: glVertexAttribL2dvEXT
      Specified by:
      glVertexAttribL2dv in interface GL2GL3
      arg1 - a direct or array-backed DoubleBuffer
    • glVertexAttribL2dv

      public void glVertexAttribL2dv(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
      Alias for: glVertexAttribL2dvEXT
      Specified by:
      glVertexAttribL2dv in interface GL2GL3
    • glVertexAttribL2i64NV

      public void glVertexAttribL2i64NV(int arg0, long arg1, long arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLint64EXT x, GLint64EXT y)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL2i64NV in interface GL2
    • glVertexAttribL2i64vNV

      public void glVertexAttribL2i64vNV(int arg0, long[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint64EXT * v)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL2i64vNV in interface GL2
    • glVertexAttribL2i64vNV

      public void glVertexAttribL2i64vNV(int arg0, LongBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint64EXT * v)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL2i64vNV in interface GL2
      arg1 - a direct or array-backed LongBuffer
    • glVertexAttribL2ui64NV

      public void glVertexAttribL2ui64NV(int arg0, long arg1, long arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLuint64EXT x, GLuint64EXT y)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL2ui64NV in interface GL2
    • glVertexAttribL2ui64vNV

      public void glVertexAttribL2ui64vNV(int arg0, LongBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL2ui64vNV in interface GL2
      arg1 - a direct or array-backed LongBuffer
    • glVertexAttribL2ui64vNV

      public void glVertexAttribL2ui64vNV(int arg0, long[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL2ui64vNV in interface GL2
    • glVertexAttribL3d

      public void glVertexAttribL3d(int arg0, double arg1, double arg2, double arg3)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLdouble x, GLdouble y, GLdouble z)
      Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
      Alias for: glVertexAttribL3dEXT
      Specified by:
      glVertexAttribL3d in interface GL2GL3
    • glVertexAttribL3dv

      public void glVertexAttribL3dv(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
      Alias for: glVertexAttribL3dvEXT
      Specified by:
      glVertexAttribL3dv in interface GL2GL3
    • glVertexAttribL3dv

      public void glVertexAttribL3dv(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
      Alias for: glVertexAttribL3dvEXT
      Specified by:
      glVertexAttribL3dv in interface GL2GL3
      arg1 - a direct or array-backed DoubleBuffer
    • glVertexAttribL3i64NV

      public void glVertexAttribL3i64NV(int arg0, long arg1, long arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL3i64NV in interface GL2
    • glVertexAttribL3i64vNV

      public void glVertexAttribL3i64vNV(int arg0, long[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint64EXT * v)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL3i64vNV in interface GL2
    • glVertexAttribL3i64vNV

      public void glVertexAttribL3i64vNV(int arg0, LongBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint64EXT * v)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL3i64vNV in interface GL2
      arg1 - a direct or array-backed LongBuffer
    • glVertexAttribL3ui64NV

      public void glVertexAttribL3ui64NV(int arg0, long arg1, long arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL3ui64NV in interface GL2
    • glVertexAttribL3ui64vNV

      public void glVertexAttribL3ui64vNV(int arg0, long[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL3ui64vNV in interface GL2
    • glVertexAttribL3ui64vNV

      public void glVertexAttribL3ui64vNV(int arg0, LongBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL3ui64vNV in interface GL2
      arg1 - a direct or array-backed LongBuffer
    • glVertexAttribL4d

      public void glVertexAttribL4d(int arg0, double arg1, double arg2, double arg3, double arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
      Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
      Alias for: glVertexAttribL4dEXT
      Specified by:
      glVertexAttribL4d in interface GL2GL3
    • glVertexAttribL4dv

      public void glVertexAttribL4dv(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
      Alias for: glVertexAttribL4dvEXT
      Specified by:
      glVertexAttribL4dv in interface GL2GL3
      arg1 - a direct or array-backed DoubleBuffer
    • glVertexAttribL4dv

      public void glVertexAttribL4dv(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, const GLdouble * v)
      Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
      Alias for: glVertexAttribL4dvEXT
      Specified by:
      glVertexAttribL4dv in interface GL2GL3
    • glVertexAttribL4i64NV

      public void glVertexAttribL4i64NV(int arg0, long arg1, long arg2, long arg3, long arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL4i64NV in interface GL2
    • glVertexAttribL4i64vNV

      public void glVertexAttribL4i64vNV(int arg0, long[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint64EXT * v)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL4i64vNV in interface GL2
    • glVertexAttribL4i64vNV

      public void glVertexAttribL4i64vNV(int arg0, LongBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLint64EXT * v)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL4i64vNV in interface GL2
      arg1 - a direct or array-backed LongBuffer
    • glVertexAttribL4ui64NV

      public void glVertexAttribL4ui64NV(int arg0, long arg1, long arg2, long arg3, long arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL4ui64NV in interface GL2
    • glVertexAttribL4ui64vNV

      public void glVertexAttribL4ui64vNV(int arg0, long[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL4ui64vNV in interface GL2
    • glVertexAttribL4ui64vNV

      public void glVertexAttribL4ui64vNV(int arg0, LongBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, const GLuint64EXT * v)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribL4ui64vNV in interface GL2
      arg1 - a direct or array-backed LongBuffer
    • glVertexAttribLFormat

      public void glVertexAttribLFormat(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL4
      Entry point to C language function: void (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
      Part of GL_VERSION_4_3, GL_ARB_vertex_attrib_binding, GL_NV_vertex_attrib_integer_64bit
      Alias for: glVertexAttribLFormatNV
      Specified by:
      glVertexAttribLFormat in interface GL4
    • glVertexAttribLFormatNV

      public void glVertexAttribLFormatNV(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLsizei stride)
      Part of GL_NV_vertex_attrib_integer_64bit
      Specified by:
      glVertexAttribLFormatNV in interface GL2
    • glVertexAttribLPointer

      public void glVertexAttribLPointer(int arg0, int arg1, int arg2, int arg3, long arg4)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLsizei stride, const void * pointer)
      Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
      Alias for: glVertexAttribLPointerEXT
      Specified by:
      glVertexAttribLPointer in interface GL2GL3
    • glVertexAttribLPointer

      public void glVertexAttribLPointer(int arg0, int arg1, int arg2, int arg3, Buffer arg4)
      Description copied from interface: GL4bc
      Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
      Part of GL_VERSION_4_1, GL_ARB_vertex_attrib_64bit
      Specified by:
      glVertexAttribLPointer in interface GL4bc
      arg4 - a direct only Buffer
    • glVertexAttribP1ui

      public void glVertexAttribP1ui(int arg0, int arg1, boolean arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, GLuint value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexAttribP1ui in interface GL3
    • glVertexAttribP1uiv

      public void glVertexAttribP1uiv(int arg0, int arg1, boolean arg2, IntBuffer arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexAttribP1uiv in interface GL3
      arg3 - a direct or array-backed IntBuffer
    • glVertexAttribP1uiv

      public void glVertexAttribP1uiv(int arg0, int arg1, boolean arg2, int[] arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexAttribP1uiv in interface GL3
    • glVertexAttribP2ui

      public void glVertexAttribP2ui(int arg0, int arg1, boolean arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, GLuint value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexAttribP2ui in interface GL3
    • glVertexAttribP2uiv

      public void glVertexAttribP2uiv(int arg0, int arg1, boolean arg2, int[] arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexAttribP2uiv in interface GL3
    • glVertexAttribP2uiv

      public void glVertexAttribP2uiv(int arg0, int arg1, boolean arg2, IntBuffer arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexAttribP2uiv in interface GL3
      arg3 - a direct or array-backed IntBuffer
    • glVertexAttribP3ui

      public void glVertexAttribP3ui(int arg0, int arg1, boolean arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, GLuint value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexAttribP3ui in interface GL3
    • glVertexAttribP3uiv

      public void glVertexAttribP3uiv(int arg0, int arg1, boolean arg2, int[] arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexAttribP3uiv in interface GL3
    • glVertexAttribP3uiv

      public void glVertexAttribP3uiv(int arg0, int arg1, boolean arg2, IntBuffer arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexAttribP3uiv in interface GL3
      arg3 - a direct or array-backed IntBuffer
    • glVertexAttribP4ui

      public void glVertexAttribP4ui(int arg0, int arg1, boolean arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, GLuint value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexAttribP4ui in interface GL3
    • glVertexAttribP4uiv

      public void glVertexAttribP4uiv(int arg0, int arg1, boolean arg2, int[] arg3, int arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexAttribP4uiv in interface GL3
    • glVertexAttribP4uiv

      public void glVertexAttribP4uiv(int arg0, int arg1, boolean arg2, IntBuffer arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexAttribP4uiv in interface GL3
      arg3 - a direct or array-backed IntBuffer
    • glVertexAttribParameteriAMD

      public void glVertexAttribParameteriAMD(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLenum pname, GLint param)
      Part of GL_AMD_interleaved_elements
      Specified by:
      glVertexAttribParameteriAMD in interface GL2
    • glVertexAttribPointer

      public void glVertexAttribPointer(GLArrayData arg0)
      Specified by:
      glVertexAttribPointer in interface GL2ES2
    • glVertexAttribPointer

      public void glVertexAttribPointer(int arg0, int arg1, int arg2, boolean arg3, int arg4, long arg5)
      Description copied from interface: GL2ES2
      Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void * pointer)
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
      Alias for: glVertexAttribPointerARB, glVertexAttribPointerNV
      Specified by:
      glVertexAttribPointer in interface GL2ES2
    • glVertexAttribPointer

      public void glVertexAttribPointer(int arg0, int arg1, int arg2, boolean arg3, int arg4, Buffer arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * ptr);
      Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
      Specified by:
      glVertexAttribPointer in interface GL2
      arg5 - a direct only Buffer
    • glVertexAttribPointerARB

      public void glVertexAttribPointerARB(int arg0, int arg1, int arg2, boolean arg3, int arg4, long arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void * pointer)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttribPointerARB in interface GL2
    • glVertexAttribPointerARB

      public void glVertexAttribPointerARB(int arg0, int arg1, int arg2, boolean arg3, int arg4, Buffer arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void * pointer)
      Part of GL_ARB_vertex_program
      Specified by:
      glVertexAttribPointerARB in interface GL2
      arg5 - a direct or array-backed Buffer
    • glVertexAttribs1hv

      public void glVertexAttribs1hv(int arg0, int arg1, ShortBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLsizei n, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertexAttribs1hvNV
      Specified by:
      glVertexAttribs1hv in interface GL2
      arg2 - a direct or array-backed ShortBuffer
    • glVertexAttribs1hv

      public void glVertexAttribs1hv(int arg0, int arg1, short[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLsizei n, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertexAttribs1hvNV
      Specified by:
      glVertexAttribs1hv in interface GL2
    • glVertexAttribs2hv

      public void glVertexAttribs2hv(int arg0, int arg1, ShortBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLsizei n, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertexAttribs2hvNV
      Specified by:
      glVertexAttribs2hv in interface GL2
      arg2 - a direct or array-backed ShortBuffer
    • glVertexAttribs2hv

      public void glVertexAttribs2hv(int arg0, int arg1, short[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLsizei n, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertexAttribs2hvNV
      Specified by:
      glVertexAttribs2hv in interface GL2
    • glVertexAttribs3hv

      public void glVertexAttribs3hv(int arg0, int arg1, short[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLsizei n, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertexAttribs3hvNV
      Specified by:
      glVertexAttribs3hv in interface GL2
    • glVertexAttribs3hv

      public void glVertexAttribs3hv(int arg0, int arg1, ShortBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLsizei n, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertexAttribs3hvNV
      Specified by:
      glVertexAttribs3hv in interface GL2
      arg2 - a direct or array-backed ShortBuffer
    • glVertexAttribs4hv

      public void glVertexAttribs4hv(int arg0, int arg1, short[] arg2, int arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLsizei n, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertexAttribs4hvNV
      Specified by:
      glVertexAttribs4hv in interface GL2
    • glVertexAttribs4hv

      public void glVertexAttribs4hv(int arg0, int arg1, ShortBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint index, GLsizei n, const GLhalfNV * v)
      Part of GL_NV_half_float
      Alias for: glVertexAttribs4hvNV
      Specified by:
      glVertexAttribs4hv in interface GL2
      arg2 - a direct or array-backed ShortBuffer
    • glVertexBindingDivisor

      public void glVertexBindingDivisor(int arg0, int arg1)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLuint bindingindex, GLuint divisor)
      Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding
      Specified by:
      glVertexBindingDivisor in interface GL3ES3
    • glVertexBlendARB

      public void glVertexBlendARB(int arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint count)
      Part of GL_ARB_vertex_blend
      Specified by:
      glVertexBlendARB in interface GL2
    • glVertexFormatNV

      public void glVertexFormatNV(int arg0, int arg1, int arg2)
      Description copied from interface: GL2GL3
      Entry point to C language function: void (GLint size, GLenum type, GLsizei stride)
      Part of GL_NV_vertex_buffer_unified_memory
      Specified by:
      glVertexFormatNV in interface GL2GL3
    • glVertexP2ui

      public void glVertexP2ui(int arg0, int arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, GLuint value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexP2ui in interface GL3bc
    • glVertexP2uiv

      public void glVertexP2uiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexP2uiv in interface GL3bc
      arg1 - a direct or array-backed IntBuffer
    • glVertexP2uiv

      public void glVertexP2uiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexP2uiv in interface GL3bc
    • glVertexP3ui

      public void glVertexP3ui(int arg0, int arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, GLuint value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexP3ui in interface GL3bc
    • glVertexP3uiv

      public void glVertexP3uiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexP3uiv in interface GL3bc
    • glVertexP3uiv

      public void glVertexP3uiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexP3uiv in interface GL3bc
      arg1 - a direct or array-backed IntBuffer
    • glVertexP4ui

      public void glVertexP4ui(int arg0, int arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, GLuint value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexP4ui in interface GL3bc
    • glVertexP4uiv

      public void glVertexP4uiv(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexP4uiv in interface GL3bc
    • glVertexP4uiv

      public void glVertexP4uiv(int arg0, IntBuffer arg1)
      Description copied from interface: GL3bc
      Entry point to C language function: void (GLenum type, const GLuint * value)
      Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
      Specified by:
      glVertexP4uiv in interface GL3bc
      arg1 - a direct or array-backed IntBuffer
    • glVertexPointer

      public void glVertexPointer(int arg0, int arg1, int arg2, Buffer arg3)
      Specified by:
      glVertexPointer in interface GLPointerFunc
    • glVertexPointer

      public void glVertexPointer(GLArrayData arg0)
      Specified by:
      glVertexPointer in interface GLPointerFunc
    • glVertexPointer

      public void glVertexPointer(int arg0, int arg1, int arg2, long arg3)
      Specified by:
      glVertexPointer in interface GLPointerFunc
    • glVertexWeightPointerEXT

      public void glVertexWeightPointerEXT(int arg0, int arg1, int arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, GLenum type, GLsizei stride, const void * pointer)
      Part of GL_EXT_vertex_weighting
      Specified by:
      glVertexWeightPointerEXT in interface GL2
    • glVertexWeightPointerEXT

      public void glVertexWeightPointerEXT(int arg0, int arg1, int arg2, Buffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, GLenum type, GLsizei stride, const void * pointer)
      Part of GL_EXT_vertex_weighting
      Specified by:
      glVertexWeightPointerEXT in interface GL2
      arg3 - a direct only Buffer
    • glVertexWeightfEXT

      public void glVertexWeightfEXT(float arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat weight)
      Part of GL_EXT_vertex_weighting
      Specified by:
      glVertexWeightfEXT in interface GL2
    • glVertexWeightfvEXT

      public void glVertexWeightfvEXT(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * weight)
      Part of GL_EXT_vertex_weighting
      Specified by:
      glVertexWeightfvEXT in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glVertexWeightfvEXT

      public void glVertexWeightfvEXT(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * weight)
      Part of GL_EXT_vertex_weighting
      Specified by:
      glVertexWeightfvEXT in interface GL2
    • glVertexWeighth

      public void glVertexWeighth(short arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (GLhalfNV weight)
      Part of GL_NV_half_float
      Alias for: glVertexWeighthNV
      Specified by:
      glVertexWeighth in interface GL2
    • glVertexWeighthv

      public void glVertexWeighthv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * weight)
      Part of GL_NV_half_float
      Alias for: glVertexWeighthvNV
      Specified by:
      glVertexWeighthv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glVertexWeighthv

      public void glVertexWeighthv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLhalfNV * weight)
      Part of GL_NV_half_float
      Alias for: glVertexWeighthvNV
      Specified by:
      glVertexWeighthv in interface GL2
    • glVideoCaptureNV

      public int glVideoCaptureNV(int arg0, IntBuffer arg1, LongBuffer arg2)
      Description copied from interface: GL2
      Entry point to C language function: GLenum (GLuint video_capture_slot, GLuint * sequence_num, GLuint64EXT * capture_time)
      Part of GL_NV_video_capture
      Specified by:
      glVideoCaptureNV in interface GL2
      arg1 - a direct or array-backed IntBuffer
      arg2 - a direct or array-backed LongBuffer
    • glVideoCaptureNV

      public int glVideoCaptureNV(int arg0, int[] arg1, int arg2, long[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: GLenum (GLuint video_capture_slot, GLuint * sequence_num, GLuint64EXT * capture_time)
      Part of GL_NV_video_capture
      Specified by:
      glVideoCaptureNV in interface GL2
    • glVideoCaptureStreamParameterdvNV

      public void glVideoCaptureStreamParameterdvNV(int arg0, int arg1, int arg2, DoubleBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLdouble * params)
      Part of GL_NV_video_capture
      Specified by:
      glVideoCaptureStreamParameterdvNV in interface GL2
      arg3 - a direct or array-backed DoubleBuffer
    • glVideoCaptureStreamParameterdvNV

      public void glVideoCaptureStreamParameterdvNV(int arg0, int arg1, int arg2, double[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLdouble * params)
      Part of GL_NV_video_capture
      Specified by:
      glVideoCaptureStreamParameterdvNV in interface GL2
    • glVideoCaptureStreamParameterfvNV

      public void glVideoCaptureStreamParameterfvNV(int arg0, int arg1, int arg2, float[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLfloat * params)
      Part of GL_NV_video_capture
      Specified by:
      glVideoCaptureStreamParameterfvNV in interface GL2
    • glVideoCaptureStreamParameterfvNV

      public void glVideoCaptureStreamParameterfvNV(int arg0, int arg1, int arg2, FloatBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLfloat * params)
      Part of GL_NV_video_capture
      Specified by:
      glVideoCaptureStreamParameterfvNV in interface GL2
      arg3 - a direct or array-backed FloatBuffer
    • glVideoCaptureStreamParameterivNV

      public void glVideoCaptureStreamParameterivNV(int arg0, int arg1, int arg2, IntBuffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLint * params)
      Part of GL_NV_video_capture
      Specified by:
      glVideoCaptureStreamParameterivNV in interface GL2
      arg3 - a direct or array-backed IntBuffer
    • glVideoCaptureStreamParameterivNV

      public void glVideoCaptureStreamParameterivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLint * params)
      Part of GL_NV_video_capture
      Specified by:
      glVideoCaptureStreamParameterivNV in interface GL2
    • glViewport

      public void glViewport(int arg0, int arg1, int arg2, int arg3)
      Description copied from interface: GL
      Entry point to C language function: void (GLint x, GLint y, GLsizei width, GLsizei height)
      Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
      Specified by:
      glViewport in interface GL
    • glViewportArrayv

      public void glViewportArrayv(int arg0, int arg1, FloatBuffer arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint first, GLsizei count, const GLfloat * v)
      Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
      Alias for: glViewportArrayvNV
      Specified by:
      glViewportArrayv in interface GL3
      arg2 - a direct or array-backed FloatBuffer
    • glViewportArrayv

      public void glViewportArrayv(int arg0, int arg1, float[] arg2, int arg3)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint first, GLsizei count, const GLfloat * v)
      Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
      Alias for: glViewportArrayvNV
      Specified by:
      glViewportArrayv in interface GL3
    • glViewportIndexedf

      public void glViewportIndexedf(int arg0, float arg1, float arg2, float arg3, float arg4)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)
      Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
      Alias for: glViewportIndexedfNV
      Specified by:
      glViewportIndexedf in interface GL3
    • glViewportIndexedfv

      public void glViewportIndexedfv(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, const GLfloat * v)
      Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
      Alias for: glViewportIndexedfvNV
      Specified by:
      glViewportIndexedfv in interface GL3
    • glViewportIndexedfv

      public void glViewportIndexedfv(int arg0, FloatBuffer arg1)
      Description copied from interface: GL3
      Entry point to C language function: void (GLuint index, const GLfloat * v)
      Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array
      Alias for: glViewportIndexedfvNV
      Specified by:
      glViewportIndexedfv in interface GL3
      arg1 - a direct or array-backed FloatBuffer
    • glWaitSync

      public void glWaitSync(long arg0, int arg1, long arg2)
      Description copied from interface: GL3ES3
      Entry point to C language function: void (GLsync sync, GLbitfield flags, GLuint64 timeout)
      Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
      Alias for: glWaitSyncAPPLE
      Specified by:
      glWaitSync in interface GL3ES3
    • glWeightPointerARB

      public void glWeightPointerARB(int arg0, int arg1, int arg2, Buffer arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, GLenum type, GLsizei stride, const void * pointer)
      Part of GL_ARB_vertex_blend
      Specified by:
      glWeightPointerARB in interface GL2
      arg3 - a direct only Buffer
    • glWeightPointerARB

      public void glWeightPointerARB(int arg0, int arg1, int arg2, long arg3)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, GLenum type, GLsizei stride, const void * pointer)
      Part of GL_ARB_vertex_blend
      Specified by:
      glWeightPointerARB in interface GL2
    • glWeightbvARB

      public void glWeightbvARB(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLbyte * weights)
      Part of GL_ARB_vertex_blend
      Specified by:
      glWeightbvARB in interface GL2
      arg1 - a direct or array-backed ByteBuffer
    • glWeightbvARB

      public void glWeightbvARB(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLbyte * weights)
      Part of GL_ARB_vertex_blend
      Specified by:
      glWeightbvARB in interface GL2
    • glWeightdvARB

      public void glWeightdvARB(int arg0, double[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLdouble * weights)
      Part of GL_ARB_vertex_blend
      Specified by:
      glWeightdvARB in interface GL2
    • glWeightdvARB

      public void glWeightdvARB(int arg0, DoubleBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLdouble * weights)
      Part of GL_ARB_vertex_blend
      Specified by:
      glWeightdvARB in interface GL2
      arg1 - a direct or array-backed DoubleBuffer
    • glWeightfvARB

      public void glWeightfvARB(int arg0, FloatBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLfloat * weights)
      Part of GL_ARB_vertex_blend
      Specified by:
      glWeightfvARB in interface GL2
      arg1 - a direct or array-backed FloatBuffer
    • glWeightfvARB

      public void glWeightfvARB(int arg0, float[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLfloat * weights)
      Part of GL_ARB_vertex_blend
      Specified by:
      glWeightfvARB in interface GL2
    • glWeightivARB

      public void glWeightivARB(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLint * weights)
      Part of GL_ARB_vertex_blend
      Specified by:
      glWeightivARB in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glWeightivARB

      public void glWeightivARB(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLint * weights)
      Part of GL_ARB_vertex_blend
      Specified by:
      glWeightivARB in interface GL2
    • glWeightsvARB

      public void glWeightsvARB(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLshort * weights)
      Part of GL_ARB_vertex_blend
      Specified by:
      glWeightsvARB in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glWeightsvARB

      public void glWeightsvARB(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLshort * weights)
      Part of GL_ARB_vertex_blend
      Specified by:
      glWeightsvARB in interface GL2
    • glWeightubvARB

      public void glWeightubvARB(int arg0, ByteBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLubyte * weights)
      Part of GL_ARB_vertex_blend
      Specified by:
      glWeightubvARB in interface GL2
      arg1 - a direct or array-backed ByteBuffer
    • glWeightubvARB

      public void glWeightubvARB(int arg0, byte[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLubyte * weights)
      Part of GL_ARB_vertex_blend
      Specified by:
      glWeightubvARB in interface GL2
    • glWeightuivARB

      public void glWeightuivARB(int arg0, int[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLuint * weights)
      Part of GL_ARB_vertex_blend
      Specified by:
      glWeightuivARB in interface GL2
    • glWeightuivARB

      public void glWeightuivARB(int arg0, IntBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLuint * weights)
      Part of GL_ARB_vertex_blend
      Specified by:
      glWeightuivARB in interface GL2
      arg1 - a direct or array-backed IntBuffer
    • glWeightusvARB

      public void glWeightusvARB(int arg0, ShortBuffer arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLushort * weights)
      Part of GL_ARB_vertex_blend
      Specified by:
      glWeightusvARB in interface GL2
      arg1 - a direct or array-backed ShortBuffer
    • glWeightusvARB

      public void glWeightusvARB(int arg0, short[] arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint size, const GLushort * weights)
      Part of GL_ARB_vertex_blend
      Specified by:
      glWeightusvARB in interface GL2
    • glWindowPos2d

      public void glWindowPos2d(double arg0, double arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble x, GLdouble y)
      Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
      Alias for: glWindowPos2dMESA, glWindowPos2dARB
      Specified by:
      glWindowPos2d in interface GL2
    • glWindowPos2dv

      public void glWindowPos2dv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
      Alias for: glWindowPos2dvMESA, glWindowPos2dvARB
      Specified by:
      glWindowPos2dv in interface GL2
    • glWindowPos2dv

      public void glWindowPos2dv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
      Alias for: glWindowPos2dvMESA, glWindowPos2dvARB
      Specified by:
      glWindowPos2dv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glWindowPos2f

      public void glWindowPos2f(float arg0, float arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat x, GLfloat y)
      Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
      Alias for: glWindowPos2fARB, glWindowPos2fMESA
      Specified by:
      glWindowPos2f in interface GL2
    • glWindowPos2fv

      public void glWindowPos2fv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
      Alias for: glWindowPos2fvMESA, glWindowPos2fvARB
      Specified by:
      glWindowPos2fv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glWindowPos2fv

      public void glWindowPos2fv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
      Alias for: glWindowPos2fvMESA, glWindowPos2fvARB
      Specified by:
      glWindowPos2fv in interface GL2
    • glWindowPos2i

      public void glWindowPos2i(int arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint x, GLint y)
      Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
      Alias for: glWindowPos2iMESA, glWindowPos2iARB
      Specified by:
      glWindowPos2i in interface GL2
    • glWindowPos2iv

      public void glWindowPos2iv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
      Alias for: glWindowPos2ivARB, glWindowPos2ivMESA
      Specified by:
      glWindowPos2iv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glWindowPos2iv

      public void glWindowPos2iv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
      Alias for: glWindowPos2ivARB, glWindowPos2ivMESA
      Specified by:
      glWindowPos2iv in interface GL2
    • glWindowPos2s

      public void glWindowPos2s(short arg0, short arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (GLshort x, GLshort y)
      Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
      Alias for: glWindowPos2sMESA, glWindowPos2sARB
      Specified by:
      glWindowPos2s in interface GL2
    • glWindowPos2sv

      public void glWindowPos2sv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
      Alias for: glWindowPos2svARB, glWindowPos2svMESA
      Specified by:
      glWindowPos2sv in interface GL2
    • glWindowPos2sv

      public void glWindowPos2sv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
      Alias for: glWindowPos2svARB, glWindowPos2svMESA
      Specified by:
      glWindowPos2sv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glWindowPos3d

      public void glWindowPos3d(double arg0, double arg1, double arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLdouble x, GLdouble y, GLdouble z)
      Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
      Alias for: glWindowPos3dMESA, glWindowPos3dARB
      Specified by:
      glWindowPos3d in interface GL2
    • glWindowPos3dv

      public void glWindowPos3dv(DoubleBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
      Alias for: glWindowPos3dvARB, glWindowPos3dvMESA
      Specified by:
      glWindowPos3dv in interface GL2
      Parameters:
      arg0 - a direct or array-backed DoubleBuffer
    • glWindowPos3dv

      public void glWindowPos3dv(double[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLdouble * v)
      Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
      Alias for: glWindowPos3dvARB, glWindowPos3dvMESA
      Specified by:
      glWindowPos3dv in interface GL2
    • glWindowPos3f

      public void glWindowPos3f(float arg0, float arg1, float arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLfloat x, GLfloat y, GLfloat z)
      Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
      Alias for: glWindowPos3fARB, glWindowPos3fMESA
      Specified by:
      glWindowPos3f in interface GL2
    • glWindowPos3fv

      public void glWindowPos3fv(FloatBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
      Alias for: glWindowPos3fvMESA, glWindowPos3fvARB
      Specified by:
      glWindowPos3fv in interface GL2
      Parameters:
      arg0 - a direct or array-backed FloatBuffer
    • glWindowPos3fv

      public void glWindowPos3fv(float[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLfloat * v)
      Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
      Alias for: glWindowPos3fvMESA, glWindowPos3fvARB
      Specified by:
      glWindowPos3fv in interface GL2
    • glWindowPos3i

      public void glWindowPos3i(int arg0, int arg1, int arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLint x, GLint y, GLint z)
      Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
      Alias for: glWindowPos3iARB, glWindowPos3iMESA
      Specified by:
      glWindowPos3i in interface GL2
    • glWindowPos3iv

      public void glWindowPos3iv(IntBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
      Alias for: glWindowPos3ivARB, glWindowPos3ivMESA
      Specified by:
      glWindowPos3iv in interface GL2
      Parameters:
      arg0 - a direct or array-backed IntBuffer
    • glWindowPos3iv

      public void glWindowPos3iv(int[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLint * v)
      Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
      Alias for: glWindowPos3ivARB, glWindowPos3ivMESA
      Specified by:
      glWindowPos3iv in interface GL2
    • glWindowPos3s

      public void glWindowPos3s(short arg0, short arg1, short arg2)
      Description copied from interface: GL2
      Entry point to C language function: void (GLshort x, GLshort y, GLshort z)
      Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
      Alias for: glWindowPos3sARB, glWindowPos3sMESA
      Specified by:
      glWindowPos3s in interface GL2
    • glWindowPos3sv

      public void glWindowPos3sv(short[] arg0, int arg1)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
      Alias for: glWindowPos3svARB, glWindowPos3svMESA
      Specified by:
      glWindowPos3sv in interface GL2
    • glWindowPos3sv

      public void glWindowPos3sv(ShortBuffer arg0)
      Description copied from interface: GL2
      Entry point to C language function: void (const GLshort * v)
      Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
      Alias for: glWindowPos3svARB, glWindowPos3svMESA
      Specified by:
      glWindowPos3sv in interface GL2
      Parameters:
      arg0 - a direct or array-backed ShortBuffer
    • glWriteMaskEXT

      public void glWriteMaskEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
      Description copied from interface: GL2
      Entry point to C language function: void (GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW)
      Part of GL_EXT_vertex_shader
      Specified by:
      glWriteMaskEXT in interface GL2
    • hasBasicFBOSupport

      public boolean hasBasicFBOSupport()
      Description copied from interface: GLBase
      Returns true if basic FBO support is available, otherwise false.

      Basic FBO is supported if the context is either GL-ES >= 2.0, GL >= 3.0 [core, compat] or implements the extensions GL_ARB_ES2_compatibility, GL_ARB_framebuffer_object, GL_EXT_framebuffer_object or GL_OES_framebuffer_object.

      Basic FBO support may only include one color attachment and no multisampling, as well as limited internal formats for renderbuffer.

      Specified by:
      hasBasicFBOSupport in interface GLBase
      See Also:
    • hasFullFBOSupport

      public boolean hasFullFBOSupport()
      Description copied from interface: GLBase
      Returns true if full FBO support is available, otherwise false.

      Full FBO is supported if the context is either GL >= core 3.0 [ES, core, compat] or implements the extensions ARB_framebuffer_object, or all of EXT_framebuffer_object, EXT_framebuffer_multisample, EXT_framebuffer_blit, GL_EXT_packed_depth_stencil.

      Full FBO support includes multiple color attachments and multisampling.

      Specified by:
      hasFullFBOSupport in interface GLBase
      See Also:
    • hasGLSL

      public boolean hasGLSL()
      Description copied from interface: GLBase
      Indicates whether this GL object supports GLSL.
      Specified by:
      hasGLSL in interface GLBase
      See Also:
    • isExtensionAvailable

      public boolean isExtensionAvailable(String arg0)
      Description copied from interface: GLBase
      Returns true if the specified OpenGL extension can be used successfully through this GL instance given the current host (OpenGL client) and display (OpenGL server) configuration.

      Specified by:
      isExtensionAvailable in interface GLBase
      Parameters:
      arg0 - the name of the OpenGL extension (e.g., "GL_ARB_vertex_program").
    • isFunctionAvailable

      public boolean isFunctionAvailable(String arg0)
      Description copied from interface: GLBase
      Returns true if the specified OpenGL core- or extension-function can be used successfully through this GL instance given the current host (OpenGL client) and display (OpenGL server) configuration.

      By "successfully" we mean that the function is both callable on the machine running the program and available on the current display.

      In order to call a function successfully, the function must be both callable on the machine running the program and available on the display device that is rendering the output (note: on non-networked, single-display machines these two conditions are identical; on networked and/or multi-display machines this becomes more complicated). These conditions are met if the function is either part of the core OpenGL version supported by both the host and display, or it is an OpenGL extension function that both the host and display support.

      A GL function is callable if it is successfully linked at runtime, hence the GLContext must be made current at least once.

      Specified by:
      isFunctionAvailable in interface GLBase
      Parameters:
      arg0 - the name of the OpenGL function (e.g., use "glBindRenderbufferEXT" or "glBindRenderbuffer" to check if GL.glBindRenderbuffer(int,int) is available).
    • isGL

      public boolean isGL()
      Description copied from interface: GLBase
      Indicates whether this GL object conforms to any of the OpenGL profiles.
      Specified by:
      isGL in interface GLBase
    • isGL2

      public boolean isGL2()
      Description copied from interface: GLBase
      Indicates whether this GL object conforms to the OpenGL ≤ 3.0 profile. The GL2 profile includes the GL2ES1 and GL2ES2 profile.
      Specified by:
      isGL2 in interface GLBase
      See Also:
    • isGL2ES1

      public boolean isGL2ES1()
      Description copied from interface: GLBase
      Indicates whether this GL object conforms to a GL2ES1 compatible profile.
      Specified by:
      isGL2ES1 in interface GLBase
      See Also:
    • isGL2ES2

      public boolean isGL2ES2()
      Description copied from interface: GLBase
      Indicates whether this GL object conforms to a GL2ES2 compatible profile.
      Specified by:
      isGL2ES2 in interface GLBase
      See Also:
    • isGL2ES3

      public boolean isGL2ES3()
      Description copied from interface: GLBase
      Indicates whether this GL object conforms to a either a GL2GL3 or GL3ES3 compatible profile.
      Specified by:
      isGL2ES3 in interface GLBase
      See Also:
    • isGL2GL3

      public boolean isGL2GL3()
      Description copied from interface: GLBase
      Indicates whether this GL object conforms to a GL2GL3 compatible profile.
      Specified by:
      isGL2GL3 in interface GLBase
      See Also:
    • isGL3

      public boolean isGL3()
      Description copied from interface: GLBase
      Indicates whether this GL object conforms to the OpenGL ≥ 3.1 core profile. The GL3 core profile includes the GL2ES2 profile.
      Specified by:
      isGL3 in interface GLBase
      See Also:
    • isGL3ES3

      public boolean isGL3ES3()
      Description copied from interface: GLBase
      Indicates whether this GL object conforms to a GL3ES3 compatible profile.
      Specified by:
      isGL3ES3 in interface GLBase
      See Also:
    • isGL3bc

      public boolean isGL3bc()
      Description copied from interface: GLBase
      Indicates whether this GL object conforms to the OpenGL ≥ 3.1 compatibility profile. The GL3 compatibility profile includes the GL2, GL2ES1, GL2ES2 and GL3 profile.
      Specified by:
      isGL3bc in interface GLBase
      See Also:
    • isGL3core

      public boolean isGL3core()
      Description copied from interface: GLBase
      Indicates whether this GL object uses a GL3 core profile.

      Includes [ GL4, GL3 ].

      Specified by:
      isGL3core in interface GLBase
      See Also:
    • isGL4

      public boolean isGL4()
      Description copied from interface: GLBase
      Indicates whether this GL object conforms to the OpenGL ≥ 4.0 core profile. The GL4 core profile includes the GL2ES2, and GL3 profile.
      Specified by:
      isGL4 in interface GLBase
      See Also:
    • isGL4ES3

      public boolean isGL4ES3()
      Description copied from interface: GLBase
      Returns true if this GL object conforms to a GL4ES3 compatible profile, i.e. if GLBase.isGLES3Compatible() returns true.

      Includes [ GL ≥ 4.3, GL ≥ 3.1 w/ GL_ARB_ES3_compatibility and GLES3 ]

      Specified by:
      isGL4ES3 in interface GLBase
      See Also:
    • isGL4bc

      public boolean isGL4bc()
      Description copied from interface: GLBase
      Indicates whether this GL object conforms to the OpenGL ≥ 4.0 compatibility profile. The GL4 compatibility profile includes the GL2, GL2ES1, GL2ES2, GL3, GL3bc and GL4 profile.
      Specified by:
      isGL4bc in interface GLBase
      See Also:
    • isGL4core

      public boolean isGL4core()
      Description copied from interface: GLBase
      Indicates whether this GL object uses a GL4 core profile.

      Includes [ GL4 ].

      Specified by:
      isGL4core in interface GLBase
      See Also:
    • isGLES

      public boolean isGLES()
      Description copied from interface: GLBase
      Indicates whether this GL object conforms to one of the OpenGL ES profiles, see GLBase.isGLES1(), GLBase.isGLES2() and GLBase.isGLES3().
      Specified by:
      isGLES in interface GLBase
      See Also:
    • isGLES1

      public boolean isGLES1()
      Description copied from interface: GLBase
      Indicates whether this GL object conforms to the OpenGL ES ≥ 1.0 profile.
      Specified by:
      isGLES1 in interface GLBase
      See Also:
    • isGLES2

      public boolean isGLES2()
      Description copied from interface: GLBase
      Indicates whether this GL object conforms to the OpenGL ES ≥ 2.0 profile.

      Remark: ES2 compatible desktop profiles are not included. To query whether core ES2 functionality is provided, use GLBase.isGLES2Compatible().

      Specified by:
      isGLES2 in interface GLBase
      See Also:
    • isGLES2Compatible

      public boolean isGLES2Compatible()
      Description copied from interface: GLBase
      Indicates whether this GL object is compatible with the core OpenGL ES2 functionality.
      Specified by:
      isGLES2Compatible in interface GLBase
      Returns:
      true if this context is an ES2 context or implements the extension GL_ARB_ES2_compatibility, otherwise false
      See Also:
    • isGLES3

      public boolean isGLES3()
      Description copied from interface: GLBase
      Indicates whether this GL object conforms to the OpenGL ES ≥ 3.0 profile.

      Remark: ES3 compatible desktop profiles are not included. To query whether core ES3 functionality is provided, use GLBase.isGLES3Compatible().

      Specified by:
      isGLES3 in interface GLBase
      See Also:
    • isGLES31Compatible

      public boolean isGLES31Compatible()
      Description copied from interface: GLBase
      Indicates whether this GL object is compatible with the core OpenGL ES3.1 functionality.

      Return true if the underlying context is an ES3 context ≥ 3.1 or implements the extension GL_ARB_ES3_1_compatibility, otherwise false.

      Includes [ GL ≥ 4.5, GL ≥ 3.1 w/ GL_ARB_ES3_1_compatibility and GLES3 ≥ 3.1 ]

      Specified by:
      isGLES31Compatible in interface GLBase
      See Also:
    • isGLES32Compatible

      public boolean isGLES32Compatible()
      Description copied from interface: GLBase
      Indicates whether this GL object is compatible with the core OpenGL ES3.2 functionality.

      Return true if the underlying context is an ES3 context ≥ 3.2 or implements the extension GL_ARB_ES3_2_compatibility, otherwise false.

      Includes [ GL ≥ 4.5, GL ≥ 3.1 w/ GL_ARB_ES3_2_compatibility and GLES3 ≥ 3.2 ]

      Specified by:
      isGLES32Compatible in interface GLBase
      See Also:
    • isGLES3Compatible

      public boolean isGLES3Compatible()
      Description copied from interface: GLBase
      Indicates whether this GL object is compatible with the core OpenGL ES3 functionality.

      Return true if the underlying context is an ES3 context or implements the extension GL_ARB_ES3_compatibility, otherwise false.

      Includes [ GL ≥ 4.3, GL ≥ 3.1 w/ GL_ARB_ES3_compatibility and GLES3 ]

      Specified by:
      isGLES3Compatible in interface GLBase
      See Also:
    • isGLcore

      public boolean isGLcore()
      Description copied from interface: GLBase
      Indicates whether this GL object uses a GL core profile.

      Includes [ GL4, GL3, GLES3, GL2ES2 ].

      Specified by:
      isGLcore in interface GLBase
      See Also:
    • isNPOTTextureAvailable

      public boolean isNPOTTextureAvailable()
      Description copied from interface: GLBase
      Returns true if the GL context supports non power of two (NPOT) textures, otherwise false.

      NPOT textures are supported in OpenGL >= 3, GLES2 or if the 'GL_ARB_texture_non_power_of_two' extension is available.

      Specified by:
      isNPOTTextureAvailable in interface GLBase
    • isPBOPackBound

      public boolean isPBOPackBound()
      Specified by:
      isPBOPackBound in interface GL2ES3
    • isPBOUnpackBound

      public boolean isPBOUnpackBound()
      Specified by:
      isPBOUnpackBound in interface GL2ES3
    • isTextureFormatBGRA8888Available

      public boolean isTextureFormatBGRA8888Available()
      Specified by:
      isTextureFormatBGRA8888Available in interface GLBase
    • isVBOArrayBound

      public boolean isVBOArrayBound()
      Specified by:
      isVBOArrayBound in interface GLBase
      Returns:
      true if a VBO is bound to GL.GL_ARRAY_BUFFER via GL.glBindBuffer(int, int), otherwise false
    • isVBOElementArrayBound

      public boolean isVBOElementArrayBound()
      Specified by:
      isVBOElementArrayBound in interface GLBase
      Returns:
      true if a VBO is bound to GL.GL_ELEMENT_ARRAY_BUFFER via GL.glBindBuffer(int, int), otherwise false
    • mapBuffer

      public GLBufferStorage mapBuffer(int arg0, int arg1)
      Description copied from interface: GLBase
      Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBuffer(..) implementation.

      Throws a GLException if GL-function constraints are not met.

      GL.glMapBuffer(int, int) wrapper calls this method and returns GLBufferStorage.getMappedBuffer().

      A zero GLBufferStorage.getSize() will avoid a native call and returns the unmapped GLBufferStorage.

      A null native mapping result indicating an error will not cause a GLException but returns the unmapped GLBufferStorage. This allows the user to handle this case.

      Specified by:
      mapBuffer in interface GLBase
      Parameters:
      arg0 - denotes the buffer via it's bound target
      arg1 - the mapping access mode
    • mapBufferRange

      public GLBufferStorage mapBufferRange(int arg0, long arg1, long arg2, int arg3)
      Description copied from interface: GLBase
      Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBufferRange(..) implementation.

      Throws a GLException if GL-function constraints are not met.

      GL.glMapBufferRange(int, long, long, int) wrapper calls this method and returns GLBufferStorage.getMappedBuffer().

      A zero GLBufferStorage.getSize() will avoid a native call and returns the unmapped GLBufferStorage.

      A null native mapping result indicating an error will not cause a GLException but returns the unmapped GLBufferStorage. This allows the user to handle this case.

      Specified by:
      mapBufferRange in interface GLBase
      Parameters:
      arg0 - denotes the buffer via it's bound target
      arg1 - offset of the mapped buffer's storage
      arg2 - length of the mapped buffer's storage
      arg3 - the mapping access mode
    • mapNamedBuffer

      public GLBufferStorage mapNamedBuffer(int arg0, int arg1)
      Description copied from interface: GL4
      Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBuffer(..) implementation.

      Throws a GLException if GL-function constraints are not met.

      Depends on GL_VERSION_4_5.

      GL4.glMapNamedBuffer(int, int) wrapper calls this method and returns GLBufferStorage.getMappedBuffer().

      Specified by:
      mapNamedBuffer in interface GL4
      Parameters:
      arg0 - denotes the buffer
      arg1 - the mapping access mode
    • mapNamedBufferEXT

      public GLBufferStorage mapNamedBufferEXT(int arg0, int arg1)
      Description copied from interface: GL2
      Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferEXT(..) implementation.

      Throws a GLException if GL-function constraints are not met.

      Depends on GL_EXT_direct_state_access.

      GL2.glMapNamedBufferEXT(int, int) wrapper calls this method and returns GLBufferStorage.getMappedBuffer().

      Specified by:
      mapNamedBufferEXT in interface GL2
      Parameters:
      arg0 - denotes the buffer
      arg1 - the mapping access mode
    • mapNamedBufferRange

      public GLBufferStorage mapNamedBufferRange(int arg0, long arg1, long arg2, int arg3)
      Description copied from interface: GL4
      Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferRange(..) implementation.

      Throws a GLException if GL-function constraints are not met.

      Depends on GL_VERSION_4_5.

      GL4.glMapNamedBufferRange(int, long, long, int) wrapper calls this method and returns GLBufferStorage.getMappedBuffer().

      Specified by:
      mapNamedBufferRange in interface GL4
      Parameters:
      arg0 - denotes the buffer
      arg1 - offset of the mapped buffer's storage
      arg2 - length of the mapped buffer's storage
      arg3 - the mapping access mode
    • mapNamedBufferRangeEXT

      public GLBufferStorage mapNamedBufferRangeEXT(int arg0, long arg1, long arg2, int arg3)
      Description copied from interface: GL2
      Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferRangeEXT(..) implementation.

      Throws a GLException if GL-function constraints are not met.

      Depends on GL_EXT_direct_state_access.

      GL2.glMapNamedBufferRangeEXT(int, long, long, int) wrapper calls this method and returns GLBufferStorage.getMappedBuffer().

      Specified by:
      mapNamedBufferRangeEXT in interface GL2
      Parameters:
      arg0 - denotes the buffer
      arg1 - offset of the mapped buffer's storage
      arg2 - length of the mapped buffer's storage
      arg3 - the mapping access mode
    • setSwapInterval

      public void setSwapInterval(int arg0)
      Description copied from interface: GLBase
      Set the swap interval of the current context and attached onscreen GLDrawable.

      offscreen GLDrawable are ignored and false is returned.

      The interval semantics:

      • 0 disables the vertical synchronization
      • ≥1 is the number of vertical refreshes before a swap buffer occurs
      • <0 enables late swaps to occur without synchronization to the video frame, a.k.a EXT_swap_control_tear. If supported, the absolute value is the minimum number of video frames between buffer swaps. If not supported, the absolute value is being used, see above.

      Specified by:
      setSwapInterval in interface GLBase
      Parameters:
      arg0 - see above
      See Also:
    • toString

      public String toString()
      Overrides:
      toString in class Object