JOGL v2.6.0-rc-20250822
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.DebugGL4bc Class Reference
Inheritance diagram for com.jogamp.opengl.DebugGL4bc:
Collaboration diagram for com.jogamp.opengl.DebugGL4bc:

Public Member Functions

 DebugGL4bc (GL4bc downstreamGL4bc)
 
final GL getDownstreamGL () throws GLException
 Returns the downstream GL instance in case this is a wrapping pipeline, otherwise null. More...
 
int getBoundBuffer (int arg0)
 
int getBoundFramebuffer (int arg0)
 Return the framebuffer name bound to this context, see GL#glBindFramebuffer(int, int). More...
 
com.jogamp.opengl.GLBufferStorage getBufferStorage (int arg0)
 
com.jogamp.opengl.GLContext getContext ()
 Returns the GLContext associated which this GL object. More...
 
int getDefaultDrawBuffer ()
 Returns the default color buffer within the current bound getDefaultReadFramebuffer(), i.e. More...
 
int getDefaultDrawFramebuffer ()
 Return the default draw framebuffer name. More...
 
int getDefaultReadBuffer ()
 Returns the default color buffer within the current bound getDefaultReadFramebuffer(), i.e. More...
 
int getDefaultReadFramebuffer ()
 Return the default read framebuffer name. More...
 
java.lang.Object getExtension (java.lang.String arg0)
 
com.jogamp.opengl.GL getGL ()
 Casts this object to the GL interface. More...
 
com.jogamp.opengl.GL2 getGL2 ()
 Casts this object to the GL2 interface. More...
 
com.jogamp.opengl.GL2ES1 getGL2ES1 ()
 Casts this object to the GL2ES1 interface. More...
 
com.jogamp.opengl.GL2ES2 getGL2ES2 ()
 Casts this object to the GL2ES2 interface. More...
 
com.jogamp.opengl.GL2ES3 getGL2ES3 ()
 Casts this object to the GL2ES3 interface. More...
 
com.jogamp.opengl.GL2GL3 getGL2GL3 ()
 Casts this object to the GL2GL3 interface. More...
 
com.jogamp.opengl.GL3 getGL3 ()
 Casts this object to the GL3 interface. More...
 
com.jogamp.opengl.GL3ES3 getGL3ES3 ()
 Casts this object to the GL3ES3 interface. More...
 
com.jogamp.opengl.GL3bc getGL3bc ()
 Casts this object to the GL3bc interface. More...
 
com.jogamp.opengl.GL4 getGL4 ()
 Casts this object to the GL4 interface. More...
 
com.jogamp.opengl.GL4ES3 getGL4ES3 ()
 Casts this object to the GL4ES3 interface. More...
 
com.jogamp.opengl.GL4bc getGL4bc ()
 Casts this object to the GL4bc interface. More...
 
com.jogamp.opengl.GLES1 getGLES1 ()
 Casts this object to the GLES1 interface. More...
 
com.jogamp.opengl.GLES2 getGLES2 ()
 Casts this object to the GLES2 interface. More...
 
com.jogamp.opengl.GLES3 getGLES3 ()
 Casts this object to the GLES3 interface. More...
 
com.jogamp.opengl.GLProfile getGLProfile ()
 Returns the GLProfile associated with this GL object. More...
 
int getMaxRenderbufferSamples ()
 Returns the maximum number of FBO RENDERBUFFER samples if full FBO is supported, otherwise false. More...
 
java.lang.Object getPlatformGLExtensions ()
 Returns an object through which platform-specific OpenGL extensions (EGL, GLX, WGL, etc.) may be accessed. More...
 
com.jogamp.opengl.GL getRootGL ()
 Returns the implementing root instance, considering a wrapped pipelined hierarchy, see getDownstreamGL(). More...
 
int getSwapInterval ()
 Return the current swap interval. More...
 
void glAccum (int arg0, float arg1)
 Entry point to C language function: void {@native glAccum}(GLenum op, GLfloat value)
Part of GL_VERSION_1_0

More...
 
boolean glAcquireKeyedMutexWin32EXT (int arg0, long arg1, int arg2)
 Entry point to C language function: GLboolean {@native glAcquireKeyedMutexWin32EXT}(GLuint memory, GLuint64 key, GLuint timeout)
Part of GL_EXT_win32_keyed_mutex

More...
 
void glActiveShaderProgram (int arg0, int arg1)
 Entry point to C language function: void {@native glActiveShaderProgram}(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
More...
 
void glActiveStencilFaceEXT (int arg0)
 Entry point to C language function: void {@native glActiveStencilFaceEXT}(GLenum face)
Part of GL_EXT_stencil_two_side

More...
 
void glActiveTexture (int arg0)
 Entry point to C language function: void {@native glActiveTexture}(GLenum texture)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitexture
Alias for: glActiveTextureARB
More...
 
void glAlphaFunc (int arg0, float arg1)
 Entry point to C language function: void {@native glAlphaFunc}(GLenum func, GLclampf ref)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0, GL_QCOM_alpha_test
Alias for: glAlphaFuncQCOM
More...
 
void glAlphaToCoverageDitherControlNV (int arg0)
 Entry point to C language function: void {@native glAlphaToCoverageDitherControlNV}(GLenum mode)
Part of GL_NV_alpha_to_coverage_dither_control

More...
 
void glApplyFramebufferAttachmentCMAAINTEL ()
 Entry point to C language function: void {@native glApplyFramebufferAttachmentCMAAINTEL}()
Part of GL_INTEL_framebuffer_CMAA

More...
 
void glApplyTextureEXT (int arg0)
 Entry point to C language function: void {@native glApplyTextureEXT}(GLenum mode)
Part of GL_EXT_light_texture

More...
 
boolean glAreTexturesResident (int arg0, int[] arg1, int arg2, byte[] arg3, int arg4)
 Entry point to C language function: GLboolean {@native glAreTexturesResident}(GLsizei n, const GLuint * textures, GLboolean * residences)
Part of GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glAreTexturesResidentEXT
More...
 
boolean glAreTexturesResident (int arg0, java.nio.IntBuffer arg1, java.nio.ByteBuffer arg2)
 
void glArrayElement (int arg0)
 Entry point to C language function: void {@native glArrayElement}(GLint i)
Part of GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: glArrayElementEXT
More...
 
int glAsyncCopyBufferSubDataNVX (int arg0, int[] arg1, int arg2, long[] arg3, int arg4, int arg5, int arg6, int arg7, int arg8, long arg9, long arg10, long arg11, int arg12, int[] arg13, int arg14, long[] arg15, int arg16)
 Entry point to C language function: GLuint {@native glAsyncCopyBufferSubDataNVX}(GLsizei waitSemaphoreCount, const GLuint * waitSemaphoreArray, const GLuint64 * fenceValueArray, GLuint readGpu, GLbitfield writeGpuMask, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size, GLsizei signalSemaphoreCount, const GLuint * signalSemaphoreArray, const GLuint64 * signalValueArray)
Part of GL_NVX_gpu_multicast2

More...
 
int glAsyncCopyBufferSubDataNVX (int arg0, java.nio.IntBuffer arg1, java.nio.LongBuffer arg2, int arg3, int arg4, int arg5, int arg6, long arg7, long arg8, long arg9, int arg10, java.nio.IntBuffer arg11, java.nio.LongBuffer arg12)
 
int glAsyncCopyImageSubDataNVX (int arg0, int[] arg1, int arg2, long[] arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, int arg11, int arg12, int arg13, int arg14, int arg15, int arg16, int arg17, int arg18, int arg19, int arg20, int arg21, int arg22, int[] arg23, int arg24, long[] arg25, int arg26)
 Entry point to C language function: GLuint {@native glAsyncCopyImageSubDataNVX}(GLsizei waitSemaphoreCount, const GLuint * waitSemaphoreArray, const GLuint64 * waitValueArray, GLuint srcGpu, GLbitfield dstGpuMask, 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, GLsizei signalSemaphoreCount, const GLuint * signalSemaphoreArray, const GLuint64 * signalValueArray)
Part of GL_NVX_gpu_multicast2

More...
 
int glAsyncCopyImageSubDataNVX (int arg0, java.nio.IntBuffer arg1, java.nio.LongBuffer 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, int arg15, int arg16, int arg17, int arg18, int arg19, int arg20, java.nio.IntBuffer arg21, java.nio.LongBuffer arg22)
 
void glAttachObjectARB (long arg0, long arg1)
 Entry point to C language function: void {@native glAttachObjectARB}(GLhandleARB containerObj, GLhandleARB obj)
Part of GL_ARB_shader_objects

More...
 
void glAttachShader (int arg0, int arg1)
 Entry point to C language function: void {@native glAttachShader}(GLuint program, GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glBegin (int arg0)
 Entry point to C language function: void {@native glBegin}(GLenum mode)
Part of GL_VERSION_1_0

More...
 
void glBeginConditionalRender (int arg0, int arg1)
 Entry point to C language function: void {@native glBeginConditionalRender}(GLuint id, GLenum mode)
Part of GL_VERSION_3_0, GL_NV_conditional_render
Alias for: glBeginConditionalRenderNV
More...
 
void glBeginConditionalRenderNVX (int arg0)
 Entry point to C language function: void {@native glBeginConditionalRenderNVX}(GLuint id)
Part of GL_NVX_conditional_render

More...
 
void glBeginOcclusionQueryNV (int arg0)
 Entry point to C language function: void {@native glBeginOcclusionQueryNV}(GLuint id)
Part of GL_NV_occlusion_query

More...
 
void glBeginPerfQueryINTEL (int arg0)
 Entry point to C language function: void {@native glBeginPerfQueryINTEL}(GLuint queryHandle)
Part of GL_INTEL_performance_query

More...
 
void glBeginQuery (int arg0, int arg1)
 Entry point to C language function: void {@native glBeginQuery}(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
More...
 
void glBeginQueryIndexed (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glBeginQueryIndexed}(GLenum target, GLuint index, GLuint id)
Part of GL_ARB_transform_feedback3, GL_VERSION_4_0

More...
 
void glBeginTransformFeedback (int arg0)
 Entry point to C language function: void {@native glBeginTransformFeedback}(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
More...
 
void glBeginVertexShaderEXT ()
 Entry point to C language function: void {@native glBeginVertexShaderEXT}()
Part of GL_EXT_vertex_shader

More...
 
void glBeginVideoCaptureNV (int arg0)
 Entry point to C language function: void {@native glBeginVideoCaptureNV}(GLuint video_capture_slot)
Part of GL_NV_video_capture

More...
 
void glBindAttribLocation (int arg0, int arg1, java.lang.String arg2)
 
void glBindBuffer (int arg0, int arg1)
 Entry point to C language function: void {@native glBindBuffer}(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
More...
 
void glBindBufferBase (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glBindBufferBase}(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
More...
 
void glBindBufferRange (int arg0, int arg1, int arg2, long arg3, long arg4)
 Entry point to C language function: void {@native glBindBufferRange}(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
More...
 
void glBindBuffersBase (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glBindBuffersBase}(GLenum target, GLuint first, GLsizei count, const GLuint * buffers)
Part of GL_VERSION_4_4

More...
 
void glBindBuffersBase (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glBindBuffersRange (int arg0, int arg1, int arg2, int[] arg3, int arg4, com.jogamp.common.nio.PointerBuffer arg5, com.jogamp.common.nio.PointerBuffer arg6)
 
void glBindBuffersRange (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, com.jogamp.common.nio.PointerBuffer arg4, com.jogamp.common.nio.PointerBuffer arg5)
 
void glBindFragDataLocation (int arg0, int arg1, java.lang.String arg2)
 
void glBindFragDataLocationIndexed (int arg0, int arg1, int arg2, java.lang.String arg3)
 
void glBindFramebuffer (int arg0, int arg1)
 Entry point to C language function: void {@native glBindFramebuffer}(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
More...
 
void glBindImageTexture (int arg0, int arg1, int arg2, boolean arg3, int arg4, int arg5, int arg6)
 Entry point to C language function: void {@native glBindImageTexture}(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
More...
 
void glBindImageTextures (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glBindImageTextures}(GLuint first, GLsizei count, const GLuint * textures)
Part of GL_VERSION_4_4

More...
 
void glBindImageTextures (int arg0, int arg1, java.nio.IntBuffer arg2)
 
int glBindLightParameterEXT (int arg0, int arg1)
 Entry point to C language function: GLuint {@native glBindLightParameterEXT}(GLenum light, GLenum value)
Part of GL_EXT_vertex_shader

More...
 
int glBindMaterialParameterEXT (int arg0, int arg1)
 Entry point to C language function: GLuint {@native glBindMaterialParameterEXT}(GLenum face, GLenum value)
Part of GL_EXT_vertex_shader

More...
 
void glBindMultiTextureEXT (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glBindMultiTextureEXT}(GLenum texunit, GLenum target, GLuint texture)
Part of GL_EXT_direct_state_access

More...
 
int glBindParameterEXT (int arg0)
 Entry point to C language function: GLuint {@native glBindParameterEXT}(GLenum value)
Part of GL_EXT_vertex_shader

More...
 
void glBindProgramARB (int arg0, int arg1)
 Entry point to C language function: void {@native glBindProgramARB}(GLenum target, GLuint program)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glBindProgramPipeline (int arg0)
 Entry point to C language function: void {@native glBindProgramPipeline}(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
More...
 
void glBindRenderbuffer (int arg0, int arg1)
 Entry point to C language function: void {@native glBindRenderbuffer}(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
More...
 
void glBindSampler (int arg0, int arg1)
 Entry point to C language function: void {@native glBindSampler}(GLuint unit, GLuint sampler)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
void glBindSamplers (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glBindSamplers (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glBindSamplers}(GLuint first, GLsizei count, const GLuint * samplers)
Part of GL_VERSION_4_4

More...
 
void glBindShadingRateImageNV (int arg0)
 Entry point to C language function: void {@native glBindShadingRateImageNV}(GLuint texture)
Part of GL_NV_shading_rate_image

More...
 
int glBindTexGenParameterEXT (int arg0, int arg1, int arg2)
 Entry point to C language function: GLuint {@native glBindTexGenParameterEXT}(GLenum unit, GLenum coord, GLenum value)
Part of GL_EXT_vertex_shader

More...
 
void glBindTexture (int arg0, int arg1)
 Entry point to C language function: void {@native glBindTexture}(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
More...
 
void glBindTextureUnit (int arg0, int arg1)
 Entry point to C language function: void {@native glBindTextureUnit}(GLuint unit, GLuint texture)
Part of GL_VERSION_4_5

More...
 
int glBindTextureUnitParameterEXT (int arg0, int arg1)
 Entry point to C language function: GLuint {@native glBindTextureUnitParameterEXT}(GLenum unit, GLenum value)
Part of GL_EXT_vertex_shader

More...
 
void glBindTextures (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glBindTextures (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glBindTextures}(GLuint first, GLsizei count, const GLuint * textures)
Part of GL_VERSION_4_4

More...
 
void glBindTransformFeedback (int arg0, int arg1)
 Entry point to C language function: void {@native glBindTransformFeedback}(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
More...
 
void glBindTransformFeedbackNV (int arg0, int arg1)
 Entry point to C language function: void {@native glBindTransformFeedbackNV}(GLenum target, GLuint id)
Part of GL_NV_transform_feedback2

More...
 
void glBindVertexArray (int arg0)
 Entry point to C language function: void {@native glBindVertexArray}(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
More...
 
void glBindVertexBuffer (int arg0, int arg1, long arg2, int arg3)
 Entry point to C language function: void {@native glBindVertexBuffer}(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding

More...
 
void glBindVertexBuffers (int arg0, int arg1, int[] arg2, int arg3, com.jogamp.common.nio.PointerBuffer arg4, int[] arg5, int arg6)
 
void glBindVertexBuffers (int arg0, int arg1, java.nio.IntBuffer arg2, com.jogamp.common.nio.PointerBuffer arg3, java.nio.IntBuffer arg4)
 
void glBindVertexShaderEXT (int arg0)
 Entry point to C language function: void {@native glBindVertexShaderEXT}(GLuint id)
Part of GL_EXT_vertex_shader

More...
 
void glBindVideoCaptureStreamBufferNV (int arg0, int arg1, int arg2, long arg3)
 Entry point to C language function: void {@native glBindVideoCaptureStreamBufferNV}(GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLintptrARB offset)
Part of GL_NV_video_capture

More...
 
void glBindVideoCaptureStreamTextureNV (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glBindVideoCaptureStreamTextureNV}(GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLenum target, GLuint texture)
Part of GL_NV_video_capture

More...
 
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 {@native glBitmap}(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
Part of GL_VERSION_1_0

More...
 
void glBitmap (int arg0, int arg1, float arg2, float arg3, float arg4, float arg5, java.nio.ByteBuffer arg6)
 
void glBitmap (int arg0, int arg1, float arg2, float arg3, float arg4, float arg5, long arg6)
 Entry point to C language function: void {@native glBitmap}(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
Part of GL_VERSION_1_0

More...
 
void glBlendBarrier ()
 Entry point to C language function: void {@native glBlendBarrier}()
Part of GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced
Alias for: glBlendBarrierKHR, glBlendBarrierNV
More...
 
void glBlendColor (float arg0, float arg1, float arg2, float arg3)
 Entry point to C language function: void {@native glBlendColor}(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
More...
 
void glBlendEquation (int arg0)
 Entry point to C language function: void {@native glBlendEquation}(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
More...
 
void glBlendEquationIndexedAMD (int arg0, int arg1)
 Entry point to C language function: void {@native glBlendEquationIndexedAMD}(GLuint buf, GLenum mode)
Part of GL_AMD_draw_buffers_blend

More...
 
void glBlendEquationSeparate (int arg0, int arg1)
 Entry point to C language function: void {@native glBlendEquationSeparate}(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
More...
 
void glBlendEquationSeparateIndexedAMD (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glBlendEquationSeparateIndexedAMD}(GLuint buf, GLenum modeRGB, GLenum modeAlpha)
Part of GL_AMD_draw_buffers_blend

More...
 
void glBlendEquationSeparatei (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glBlendEquationSeparatei}(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
More...
 
void glBlendEquationi (int arg0, int arg1)
 Entry point to C language function: void {@native glBlendEquationi}(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
More...
 
void glBlendFunc (int arg0, int arg1)
 Entry point to C language function: void {@native glBlendFunc}(GLenum sfactor, GLenum dfactor)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glBlendFuncIndexedAMD (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glBlendFuncIndexedAMD}(GLuint buf, GLenum src, GLenum dst)
Part of GL_AMD_draw_buffers_blend

More...
 
void glBlendFuncSeparate (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glBlendFuncSeparate}(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
More...
 
void glBlendFuncSeparateIndexedAMD (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glBlendFuncSeparateIndexedAMD}(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
Part of GL_AMD_draw_buffers_blend

More...
 
void glBlendFuncSeparatei (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glBlendFuncSeparatei}(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
More...
 
void glBlendFunci (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glBlendFunci}(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
More...
 
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 {@native glBlitFramebuffer}(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
More...
 
void glBlitFramebufferLayerEXT (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 {@native glBlitFramebufferLayerEXT}(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint srcLayer, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLint dstLayer, GLbitfield mask, GLenum filter)
Part of GL_EXT_framebuffer_blit_layers

More...
 
void glBlitFramebufferLayersEXT (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 {@native glBlitFramebufferLayersEXT}(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Part of GL_EXT_framebuffer_blit_layers

More...
 
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 {@native glBlitNamedFramebuffer}(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

More...
 
void glBufferAddressRangeNV (int arg0, int arg1, long arg2, long arg3)
 Entry point to C language function: void {@native glBufferAddressRangeNV}(GLenum pname, GLuint index, GLuint64EXT address, GLsizeiptr length)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glBufferAttachMemoryNV (int arg0, int arg1, long arg2)
 Entry point to C language function: void {@native glBufferAttachMemoryNV}(GLenum target, GLuint memory, GLuint64 offset)
Part of GL_NV_memory_attachment

More...
 
void glBufferData (int arg0, long arg1, java.nio.Buffer arg2, int arg3)
 
void glBufferPageCommitmentARB (int arg0, long arg1, long arg2, boolean arg3)
 Entry point to C language function: void {@native glBufferPageCommitmentARB}(GLenum target, GLintptr offset, GLsizeiptr size, GLboolean commit)
Part of GL_ARB_sparse_buffer

More...
 
void glBufferPageCommitmentMemNV (int arg0, long arg1, long arg2, int arg3, long arg4, boolean arg5)
 Entry point to C language function: void {@native glBufferPageCommitmentMemNV}(GLenum target, GLintptr offset, GLsizeiptr size, GLuint memory, GLuint64 memOffset, GLboolean commit)
Part of GL_NV_memory_object_sparse

More...
 
void glBufferParameteri (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glBufferParameteri}(GLenum target, GLenum pname, GLint param)
Part of GL_APPLE_flush_buffer_range
Alias for: glBufferParameteriAPPLE
More...
 
void glBufferStorage (int arg0, long arg1, java.nio.Buffer arg2, int arg3)
 
void glBufferStorageExternalEXT (int arg0, long arg1, long arg2, java.nio.Buffer arg3, int arg4)
 
void glBufferStorageMemEXT (int arg0, long arg1, int arg2, long arg3)
 Entry point to C language function: void {@native glBufferStorageMemEXT}(GLenum target, GLsizeiptr size, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glBufferSubData (int arg0, long arg1, long arg2, java.nio.Buffer arg3)
 
void glCallCommandListNV (int arg0)
 Entry point to C language function: void {@native glCallCommandListNV}(GLuint list)
Part of GL_NV_command_list

More...
 
void glCallList (int arg0)
 Entry point to C language function: void {@native glCallList}(GLuint list)
Part of GL_VERSION_1_0

More...
 
void glCallLists (int arg0, int arg1, java.nio.Buffer arg2)
 
int glCheckFramebufferStatus (int arg0)
 Entry point to C language function: GLenum {@native glCheckFramebufferStatus}(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
More...
 
int glCheckNamedFramebufferStatus (int arg0, int arg1)
 Entry point to C language function: GLenum {@native glCheckNamedFramebufferStatus}(GLuint framebuffer, GLenum target)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glCheckNamedFramebufferStatusEXT
More...
 
int glCheckNamedFramebufferStatusEXT (int arg0, int arg1)
 Entry point to C language function: GLenum {@native glCheckNamedFramebufferStatusEXT}(GLuint framebuffer, GLenum target)
Part of GL_EXT_direct_state_access

More...
 
void glClampColor (int arg0, int arg1)
 Entry point to C language function: void {@native glClampColor}(GLenum target, GLenum clamp)
Part of GL_VERSION_3_0, GL_ARB_color_buffer_float
Alias for: glClampColorARB
More...
 
void glClear (int arg0)
 Entry point to C language function: void {@native glClear}(GLbitfield mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glClearAccum (float arg0, float arg1, float arg2, float arg3)
 Entry point to C language function: void {@native glClearAccum}(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Part of GL_VERSION_1_0

More...
 
void glClearBufferData (int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
 
void glClearBufferSubData (int arg0, int arg1, long arg2, long arg3, int arg4, int arg5, java.nio.Buffer arg6)
 
void glClearBufferfi (int arg0, int arg1, float arg2, int arg3)
 Entry point to C language function: void {@native glClearBufferfi}(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0

More...
 
void glClearBufferfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glClearBufferfv}(GLenum buffer, GLint drawbuffer, const GLfloat * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0

More...
 
void glClearBufferfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glClearBufferiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glClearBufferiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glClearBufferiv}(GLenum buffer, GLint drawbuffer, const GLint * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0

More...
 
void glClearBufferuiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glClearBufferuiv}(GLenum buffer, GLint drawbuffer, const GLuint * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0

More...
 
void glClearBufferuiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glClearColor (float arg0, float arg1, float arg2, float arg3)
 Entry point to C language function: void {@native glClearColor}(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glClearColorIi (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glClearColorIi}(GLint red, GLint green, GLint blue, GLint alpha)
Part of GL_EXT_texture_integer
Alias for: glClearColorIiEXT
More...
 
void glClearColorIui (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glClearColorIui}(GLuint red, GLuint green, GLuint blue, GLuint alpha)
Part of GL_EXT_texture_integer
Alias for: glClearColorIuiEXT
More...
 
void glClearDepth (double arg0)
 Aliased entrypoint of void {@native glClearDepth}(GLclampd depth); and void {@native glClearDepthf}(GLclampf depth); . More...
 
void glClearDepthf (float arg0)
 Entry point to C language function: void {@native glClearDepthf}(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
More...
 
void glClearIndex (float arg0)
 Entry point to C language function: void {@native glClearIndex}(GLfloat c)
Part of GL_VERSION_1_0

More...
 
void glClearNamedBufferData (int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
 
void glClearNamedBufferSubData (int arg0, int arg1, long arg2, long arg3, int arg4, int arg5, java.nio.Buffer arg6)
 
void glClearNamedFramebufferfi (int arg0, int arg1, int arg2, float arg3, int arg4)
 Entry point to C language function: void {@native glClearNamedFramebufferfi}(GLuint framebuffer, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
Part of GL_VERSION_4_5

More...
 
void glClearNamedFramebufferfv (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glClearNamedFramebufferfv}(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLfloat * value)
Part of GL_VERSION_4_5

More...
 
void glClearNamedFramebufferfv (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glClearNamedFramebufferiv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glClearNamedFramebufferiv}(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLint * value)
Part of GL_VERSION_4_5

More...
 
void glClearNamedFramebufferiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glClearNamedFramebufferuiv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glClearNamedFramebufferuiv}(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLuint * value)
Part of GL_VERSION_4_5

More...
 
void glClearNamedFramebufferuiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glClearStencil (int arg0)
 Entry point to C language function: void {@native glClearStencil}(GLint s)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glClearTexImage (int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
 
void glClearTexSubImage (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, java.nio.Buffer arg10)
 
void glClientActiveTexture (int arg0)
 Entry point to C language function: void {@native glClientActiveTexture}(GLenum texture)
Part of GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitexture
Alias for: glClientActiveTextureARB
More...
 
void glClientAttribDefaultEXT (int arg0)
 Entry point to C language function: void {@native glClientAttribDefaultEXT}(GLbitfield mask)
Part of GL_EXT_direct_state_access

More...
 
void glClientWaitSemaphoreui64NVX (int arg0, int[] arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glClientWaitSemaphoreui64NVX}(GLsizei fenceObjectCount, const GLuint * semaphoreArray, const GLuint64 * fenceValueArray)
Part of GL_NVX_progress_fence

More...
 
void glClientWaitSemaphoreui64NVX (int arg0, java.nio.IntBuffer arg1, java.nio.LongBuffer arg2)
 
int glClientWaitSync (long arg0, int arg1, long arg2)
 Entry point to C language function: GLenum {@native glClientWaitSync}(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
More...
 
void glClipControl (int arg0, int arg1)
 Entry point to C language function: void {@native glClipControl}(GLenum origin, GLenum depth)
Part of GL_VERSION_4_5, GL_EXT_clip_control
Alias for: glClipControlEXT
More...
 
void glClipPlane (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glClipPlane}(GLenum plane, const GLdouble * equation)
Part of GL_VERSION_1_0

More...
 
void glClipPlane (int arg0, java.nio.DoubleBuffer arg1)
 
void glClipPlanef (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glClipPlanef}(GLenum plane, const GLfloat * equation)
Part of GL_VERSION_ES_CM, GL_IMG_user_clip_plane, GL_OES_single_precision
Alias for: glClipPlanefIMG, glClipPlanefOES
More...
 
void glClipPlanef (int arg0, java.nio.FloatBuffer arg1)
 
void glColor3b (byte arg0, byte arg1, byte arg2)
 Entry point to C language function: void {@native glColor3b}(GLbyte red, GLbyte green, GLbyte blue)
Part of GL_VERSION_1_0

More...
 
void glColor3bv (byte[] arg0, int arg1)
 Entry point to C language function: void {@native glColor3bv}(const GLbyte * v)
Part of GL_VERSION_1_0

More...
 
void glColor3bv (java.nio.ByteBuffer arg0)
 
void glColor3d (double arg0, double arg1, double arg2)
 Entry point to C language function: void {@native glColor3d}(GLdouble red, GLdouble green, GLdouble blue)
Part of GL_VERSION_1_0

More...
 
void glColor3dv (java.nio.DoubleBuffer arg0)
 
void glColor3dv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glColor3dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glColor3f (float arg0, float arg1, float arg2)
 Entry point to C language function: void {@native glColor3f}(GLfloat red, GLfloat green, GLfloat blue)
Part of GL_VERSION_1_0

More...
 
void glColor3fv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glColor3fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glColor3fv (java.nio.FloatBuffer arg0)
 
void glColor3h (short arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glColor3h}(GLhalfNV red, GLhalfNV green, GLhalfNV blue)
Part of GL_NV_half_float
Alias for: glColor3hNV
More...
 
void glColor3hv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glColor3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glColor3hvNV
More...
 
void glColor3hv (java.nio.ShortBuffer arg0)
 
void glColor3i (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glColor3i}(GLint red, GLint green, GLint blue)
Part of GL_VERSION_1_0

More...
 
void glColor3iv (java.nio.IntBuffer arg0)
 
void glColor3iv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glColor3iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glColor3s (short arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glColor3s}(GLshort red, GLshort green, GLshort blue)
Part of GL_VERSION_1_0

More...
 
void glColor3sv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glColor3sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glColor3sv (java.nio.ShortBuffer arg0)
 
void glColor3ub (byte arg0, byte arg1, byte arg2)
 Entry point to C language function: void {@native glColor3ub}(GLubyte red, GLubyte green, GLubyte blue)
Part of GL_VERSION_1_0

More...
 
void glColor3ubv (java.nio.ByteBuffer arg0)
 
void glColor3ubv (byte[] arg0, int arg1)
 Entry point to C language function: void {@native glColor3ubv}(const GLubyte * v)
Part of GL_VERSION_1_0

More...
 
void glColor3ui (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glColor3ui}(GLuint red, GLuint green, GLuint blue)
Part of GL_VERSION_1_0

More...
 
void glColor3uiv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glColor3uiv}(const GLuint * v)
Part of GL_VERSION_1_0

More...
 
void glColor3uiv (java.nio.IntBuffer arg0)
 
void glColor3us (short arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glColor3us}(GLushort red, GLushort green, GLushort blue)
Part of GL_VERSION_1_0

More...
 
void glColor3usv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glColor3usv}(const GLushort * v)
Part of GL_VERSION_1_0

More...
 
void glColor3usv (java.nio.ShortBuffer arg0)
 
void glColor4b (byte arg0, byte arg1, byte arg2, byte arg3)
 Entry point to C language function: void {@native glColor4b}(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)
Part of GL_VERSION_1_0

More...
 
void glColor4bv (byte[] arg0, int arg1)
 Entry point to C language function: void {@native glColor4bv}(const GLbyte * v)
Part of GL_VERSION_1_0

More...
 
void glColor4bv (java.nio.ByteBuffer arg0)
 
void glColor4d (double arg0, double arg1, double arg2, double arg3)
 Entry point to C language function: void {@native glColor4d}(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)
Part of GL_VERSION_1_0

More...
 
void glColor4dv (java.nio.DoubleBuffer arg0)
 
void glColor4dv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glColor4dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glColor4f (float arg0, float arg1, float arg2, float arg3)
 
void glColor4fv (java.nio.FloatBuffer arg0)
 
void glColor4fv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glColor4fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glColor4h (short arg0, short arg1, short arg2, short arg3)
 Entry point to C language function: void {@native glColor4h}(GLhalfNV red, GLhalfNV green, GLhalfNV blue, GLhalfNV alpha)
Part of GL_NV_half_float
Alias for: glColor4hNV
More...
 
void glColor4hv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glColor4hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glColor4hvNV
More...
 
void glColor4hv (java.nio.ShortBuffer arg0)
 
void glColor4i (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glColor4i}(GLint red, GLint green, GLint blue, GLint alpha)
Part of GL_VERSION_1_0

More...
 
void glColor4iv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glColor4iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glColor4iv (java.nio.IntBuffer arg0)
 
void glColor4s (short arg0, short arg1, short arg2, short arg3)
 Entry point to C language function: void {@native glColor4s}(GLshort red, GLshort green, GLshort blue, GLshort alpha)
Part of GL_VERSION_1_0

More...
 
void glColor4sv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glColor4sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glColor4sv (java.nio.ShortBuffer arg0)
 
void glColor4ub (byte arg0, byte arg1, byte arg2, byte arg3)
 Entry point to C language function: void {@native glColor4ub}(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glColor4ubv (byte[] arg0, int arg1)
 Entry point to C language function: void {@native glColor4ubv}(const GLubyte * v)
Part of GL_VERSION_1_0

More...
 
void glColor4ubv (java.nio.ByteBuffer arg0)
 
void glColor4ui (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glColor4ui}(GLuint red, GLuint green, GLuint blue, GLuint alpha)
Part of GL_VERSION_1_0

More...
 
void glColor4uiv (java.nio.IntBuffer arg0)
 
void glColor4uiv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glColor4uiv}(const GLuint * v)
Part of GL_VERSION_1_0

More...
 
void glColor4us (short arg0, short arg1, short arg2, short arg3)
 Entry point to C language function: void {@native glColor4us}(GLushort red, GLushort green, GLushort blue, GLushort alpha)
Part of GL_VERSION_1_0

More...
 
void glColor4usv (java.nio.ShortBuffer arg0)
 
void glColor4usv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glColor4usv}(const GLushort * v)
Part of GL_VERSION_1_0

More...
 
void glColorFormatNV (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glColorFormatNV}(GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glColorMask (boolean arg0, boolean arg1, boolean arg2, boolean arg3)
 Entry point to C language function: void {@native glColorMask}(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glColorMaskIndexed (int arg0, boolean arg1, boolean arg2, boolean arg3, boolean arg4)
 Entry point to C language function: void {@native glColorMaskIndexed}(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
Part of GL_EXT_draw_buffers2
Alias for: glColorMaskIndexedEXT
More...
 
void glColorMaski (int arg0, boolean arg1, boolean arg2, boolean arg3, boolean arg4)
 Entry point to C language function: void {@native glColorMaski}(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
More...
 
void glColorMaterial (int arg0, int arg1)
 Entry point to C language function: void {@native glColorMaterial}(GLenum face, GLenum mode)
Part of GL_VERSION_1_0

More...
 
void glColorP3ui (int arg0, int arg1)
 Entry point to C language function: void {@native glColorP3ui}(GLenum type, GLuint color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glColorP3uiv (int arg0, java.nio.IntBuffer arg1)
 
void glColorP3uiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glColorP3uiv}(GLenum type, const GLuint * color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glColorP4ui (int arg0, int arg1)
 Entry point to C language function: void {@native glColorP4ui}(GLenum type, GLuint color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glColorP4uiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glColorP4uiv}(GLenum type, const GLuint * color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glColorP4uiv (int arg0, java.nio.IntBuffer arg1)
 
void glColorPointer (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glColorPointer (com.jogamp.opengl.GLArrayData arg0)
 
void glColorPointer (int arg0, int arg1, int arg2, long arg3)
 
void glColorSubTable (int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
 
void glColorSubTable (int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
 Entry point to C language function: void {@native glColorSubTable}(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
More...
 
void glColorTable (int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
 Entry point to C language function: void {@native glColorTable}(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
More...
 
void glColorTable (int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
 
void glColorTableParameterfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glColorTableParameterfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glColorTableParameterfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table
Alias for: glColorTableParameterfvSGI
More...
 
void glColorTableParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glColorTableParameteriv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table
Alias for: glColorTableParameterivSGI
More...
 
void glColorTableParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glCommandListSegmentsNV (int arg0, int arg1)
 Entry point to C language function: void {@native glCommandListSegmentsNV}(GLuint list, GLuint segments)
Part of GL_NV_command_list

More...
 
void glCompileCommandListNV (int arg0)
 Entry point to C language function: void {@native glCompileCommandListNV}(GLuint list)
Part of GL_NV_command_list

More...
 
void glCompileShader (int arg0)
 Entry point to C language function: void {@native glCompileShader}(GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glCompileShaderARB
More...
 
void glCompileShaderARB (long arg0)
 Entry point to C language function: void {@native glCompileShaderARB}(GLhandleARB shaderObj)
Part of GL_ARB_shader_objects

More...
 
void glCompileShaderIncludeARB (int arg0, int arg1, java.lang.String[] arg2, int[] arg3, int arg4)
 
void glCompileShaderIncludeARB (int arg0, int arg1, java.lang.String[] arg2, java.nio.IntBuffer arg3)
 
void glCompressedMultiTexImage1DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
 
void glCompressedMultiTexImage2DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
 
void glCompressedMultiTexImage3DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, java.nio.Buffer arg9)
 
void glCompressedMultiTexSubImage1DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
 
void glCompressedMultiTexSubImage2DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, java.nio.Buffer arg9)
 
void glCompressedMultiTexSubImage3DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, java.nio.Buffer arg11)
 
void glCompressedTexImage1D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, java.nio.Buffer arg6)
 
void glCompressedTexImage1D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
 Entry point to C language function: void {@native glCompressedTexImage1D}(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
More...
 
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 {@native glCompressedTexImage2D}(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
More...
 
void glCompressedTexImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
 
void glCompressedTexImage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
 
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 {@native glCompressedTexImage3D}(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
More...
 
void glCompressedTexSubImage1D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, java.nio.Buffer arg6)
 
void glCompressedTexSubImage1D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
 Entry point to C language function: void {@native glCompressedTexSubImage1D}(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
More...
 
void glCompressedTexSubImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
 
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 {@native glCompressedTexSubImage2D}(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
More...
 
void glCompressedTexSubImage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, java.nio.Buffer arg10)
 
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 {@native glCompressedTexSubImage3D}(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
More...
 
void glCompressedTextureImage1DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
 
void glCompressedTextureImage2DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
 
void glCompressedTextureImage3DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, java.nio.Buffer arg9)
 
void glCompressedTextureSubImage1D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, java.nio.Buffer arg6)
 
void glCompressedTextureSubImage1DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
 
void glCompressedTextureSubImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
 
void glCompressedTextureSubImage2DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, java.nio.Buffer arg9)
 
void glCompressedTextureSubImage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, java.nio.Buffer arg10)
 
void glCompressedTextureSubImage3DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, java.nio.Buffer arg11)
 
void glConservativeRasterParameterfNV (int arg0, float arg1)
 Entry point to C language function: void {@native glConservativeRasterParameterfNV}(GLenum pname, GLfloat value)
Part of GL_NV_conservative_raster_dilate

More...
 
void glConservativeRasterParameteriNV (int arg0, int arg1)
 Entry point to C language function: void {@native glConservativeRasterParameteriNV}(GLenum pname, GLint param)
Part of GL_NV_conservative_raster_pre_snap_triangles

More...
 
void glConvolutionFilter1D (int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
 Entry point to C language function: void {@native glConvolutionFilter1D}(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
More...
 
void glConvolutionFilter1D (int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
 
void glConvolutionFilter2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, java.nio.Buffer arg6)
 
void glConvolutionFilter2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
 Entry point to C language function: void {@native glConvolutionFilter2D}(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
More...
 
void glConvolutionParameterf (int arg0, int arg1, float arg2)
 Entry point to C language function: void {@native glConvolutionParameterf}(GLenum target, GLenum pname, GLfloat params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glConvolutionParameterfEXT
More...
 
void glConvolutionParameterfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glConvolutionParameterfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glConvolutionParameterfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glConvolutionParameterfvEXT
More...
 
void glConvolutionParameteri (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glConvolutionParameteri}(GLenum target, GLenum pname, GLint params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glConvolutionParameteriEXT
More...
 
void glConvolutionParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glConvolutionParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glConvolutionParameteriv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glConvolutionParameterivEXT
More...
 
void glCopyBufferSubData (int arg0, int arg1, long arg2, long arg3, long arg4)
 Entry point to C language function: void {@native glCopyBufferSubData}(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
More...
 
void glCopyColorSubTable (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glCopyColorSubTable}(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
More...
 
void glCopyColorTable (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glCopyColorTable}(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
More...
 
void glCopyConvolutionFilter1D (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glCopyConvolutionFilter1D}(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
More...
 
void glCopyConvolutionFilter2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glCopyConvolutionFilter2D}(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
More...
 
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 {@native glCopyImageSubData}(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
More...
 
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 {@native glCopyImageSubDataNV}(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

More...
 
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 {@native glCopyMultiTexImage1DEXT}(GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
Part of GL_EXT_direct_state_access

More...
 
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 {@native glCopyMultiTexImage2DEXT}(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

More...
 
void glCopyMultiTexSubImage1DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
 Entry point to C language function: void {@native glCopyMultiTexSubImage1DEXT}(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
Part of GL_EXT_direct_state_access

More...
 
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 {@native glCopyMultiTexSubImage2DEXT}(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

More...
 
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 {@native glCopyMultiTexSubImage3DEXT}(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

More...
 
void glCopyNamedBufferSubData (int arg0, int arg1, long arg2, long arg3, long arg4)
 Entry point to C language function: void {@native glCopyNamedBufferSubData}(GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Part of GL_VERSION_4_5

More...
 
void glCopyPixels (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glCopyPixels}(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)
Part of GL_VERSION_1_0

More...
 
void glCopyTexImage1D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
 Entry point to C language function: void {@native glCopyTexImage1D}(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
More...
 
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 {@native glCopyTexImage2D}(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
More...
 
void glCopyTexSubImage1D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glCopyTexSubImage1D}(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
More...
 
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 {@native glCopyTexSubImage2D}(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
More...
 
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 {@native glCopyTexSubImage3D}(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
More...
 
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 {@native glCopyTextureImage1DEXT}(GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
Part of GL_EXT_direct_state_access

More...
 
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 {@native glCopyTextureImage2DEXT}(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

More...
 
void glCopyTextureSubImage1D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glCopyTextureSubImage1D}(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
More...
 
void glCopyTextureSubImage1DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
 Entry point to C language function: void {@native glCopyTextureSubImage1DEXT}(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
Part of GL_EXT_direct_state_access

More...
 
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 {@native glCopyTextureSubImage2D}(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
More...
 
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 {@native glCopyTextureSubImage2DEXT}(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

More...
 
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 {@native glCopyTextureSubImage3D}(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
More...
 
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 {@native glCopyTextureSubImage3DEXT}(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

More...
 
void glCoverageModulationNV (int arg0)
 Entry point to C language function: void {@native glCoverageModulationNV}(GLenum components)
Part of GL_NV_framebuffer_mixed_samples

More...
 
void glCoverageModulationTableNV (int arg0, java.nio.FloatBuffer arg1)
 
void glCoverageModulationTableNV (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glCoverageModulationTableNV}(GLsizei n, const GLfloat * v)
Part of GL_NV_framebuffer_mixed_samples

More...
 
void glCreateBuffers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glCreateBuffers}(GLsizei n, GLuint * buffers)
Part of GL_VERSION_4_5

More...
 
void glCreateBuffers (int arg0, java.nio.IntBuffer arg1)
 
void glCreateCommandListsNV (int arg0, java.nio.IntBuffer arg1)
 
void glCreateCommandListsNV (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glCreateCommandListsNV}(GLsizei n, GLuint * lists)
Part of GL_NV_command_list

More...
 
void glCreateFramebuffers (int arg0, java.nio.IntBuffer arg1)
 
void glCreateFramebuffers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glCreateFramebuffers}(GLsizei n, GLuint * framebuffers)
Part of GL_VERSION_4_5

More...
 
void glCreateMemoryObjectsEXT (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glCreateMemoryObjectsEXT}(GLsizei n, GLuint * memoryObjects)
Part of GL_EXT_memory_object

More...
 
void glCreateMemoryObjectsEXT (int arg0, java.nio.IntBuffer arg1)
 
void glCreatePerfQueryINTEL (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glCreatePerfQueryINTEL}(GLuint queryId, GLuint * queryHandle)
Part of GL_INTEL_performance_query

More...
 
void glCreatePerfQueryINTEL (int arg0, java.nio.IntBuffer arg1)
 
int glCreateProgram ()
 Entry point to C language function: GLuint {@native glCreateProgram}()
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
long glCreateProgramObjectARB ()
 Entry point to C language function: GLhandleARB {@native glCreateProgramObjectARB}()
Part of GL_ARB_shader_objects

More...
 
void glCreateProgramPipelines (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glCreateProgramPipelines}(GLsizei n, GLuint * pipelines)
Part of GL_VERSION_4_5

More...
 
void glCreateProgramPipelines (int arg0, java.nio.IntBuffer arg1)
 
int glCreateProgressFenceNVX ()
 Entry point to C language function: GLuint {@native glCreateProgressFenceNVX}()
Part of GL_NVX_progress_fence

More...
 
void glCreateQueries (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glCreateQueries (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glCreateQueries}(GLenum target, GLsizei n, GLuint * ids)
Part of GL_VERSION_4_5

More...
 
void glCreateRenderbuffers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glCreateRenderbuffers}(GLsizei n, GLuint * renderbuffers)
Part of GL_VERSION_4_5

More...
 
void glCreateRenderbuffers (int arg0, java.nio.IntBuffer arg1)
 
void glCreateSamplers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glCreateSamplers}(GLsizei n, GLuint * samplers)
Part of GL_VERSION_4_5

More...
 
void glCreateSamplers (int arg0, java.nio.IntBuffer arg1)
 
void glCreateSemaphoresNV (int arg0, java.nio.IntBuffer arg1)
 
void glCreateSemaphoresNV (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glCreateSemaphoresNV}(GLsizei n, GLuint * semaphores)
Part of GL_NV_timeline_semaphore

More...
 
int glCreateShader (int arg0)
 Entry point to C language function: GLuint {@native glCreateShader}(GLenum type)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
long glCreateShaderObjectARB (int arg0)
 Entry point to C language function: GLhandleARB {@native glCreateShaderObjectARB}(GLenum shaderType)
Part of GL_ARB_shader_objects

More...
 
int glCreateShaderProgramv (int arg0, int arg1, java.lang.String[] arg2)
 
void glCreateStatesNV (int arg0, java.nio.IntBuffer arg1)
 
void glCreateStatesNV (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glCreateStatesNV}(GLsizei n, GLuint * states)
Part of GL_NV_command_list

More...
 
long glCreateSyncFromCLeventARB (long arg0, long arg1, int arg2)
 Entry point to C language function: GLsync {@native glCreateSyncFromCLeventARB}(struct _cl_context * context, struct _cl_event * event, GLbitfield flags)
Part of GL_ARB_cl_event

More...
 
void glCreateTextures (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glCreateTextures (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glCreateTextures}(GLenum target, GLsizei n, GLuint * textures)
Part of GL_VERSION_4_5

More...
 
void glCreateTransformFeedbacks (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glCreateTransformFeedbacks}(GLsizei n, GLuint * ids)
Part of GL_VERSION_4_5

More...
 
void glCreateTransformFeedbacks (int arg0, java.nio.IntBuffer arg1)
 
void glCreateVertexArrays (int arg0, java.nio.IntBuffer arg1)
 
void glCreateVertexArrays (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glCreateVertexArrays}(GLsizei n, GLuint * arrays)
Part of GL_VERSION_4_5

More...
 
void glCullFace (int arg0)
 Entry point to C language function: void {@native glCullFace}(GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glCullParameterdvEXT (int arg0, java.nio.DoubleBuffer arg1)
 
void glCullParameterdvEXT (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glCullParameterdvEXT}(GLenum pname, GLdouble * params)
Part of GL_EXT_cull_vertex

More...
 
void glCullParameterfvEXT (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glCullParameterfvEXT}(GLenum pname, GLfloat * params)
Part of GL_EXT_cull_vertex

More...
 
void glCullParameterfvEXT (int arg0, java.nio.FloatBuffer arg1)
 
void glCurrentPaletteMatrixARB (int arg0)
 Entry point to C language function: void {@native glCurrentPaletteMatrixARB}(GLint index)
Part of GL_ARB_matrix_palette

More...
 
void glDebugMessageControl (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4, boolean arg5)
 
void glDebugMessageControl (int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5, boolean arg6)
 Entry point to C language function: void {@native glDebugMessageControl}(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
More...
 
void glDebugMessageEnableAMD (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, boolean arg4)
 
void glDebugMessageEnableAMD (int arg0, int arg1, int arg2, int[] arg3, int arg4, boolean arg5)
 Entry point to C language function: void {@native glDebugMessageEnableAMD}(GLenum category, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled)
Part of GL_AMD_debug_output

More...
 
void glDebugMessageInsert (int arg0, int arg1, int arg2, int arg3, int arg4, java.lang.String arg5)
 
void glDebugMessageInsertAMD (int arg0, int arg1, int arg2, int arg3, java.lang.String arg4)
 
void glDeleteBuffers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteBuffers}(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
More...
 
void glDeleteBuffers (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteCommandListsNV (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteCommandListsNV (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteCommandListsNV}(GLsizei n, const GLuint * lists)
Part of GL_NV_command_list

More...
 
void glDeleteFramebuffers (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteFramebuffers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteFramebuffers}(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
More...
 
void glDeleteLists (int arg0, int arg1)
 Entry point to C language function: void {@native glDeleteLists}(GLuint list, GLsizei range)
Part of GL_VERSION_1_0

More...
 
void glDeleteMemoryObjectsEXT (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteMemoryObjectsEXT (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteMemoryObjectsEXT}(GLsizei n, const GLuint * memoryObjects)
Part of GL_EXT_memory_object

More...
 
void glDeleteNamedStringARB (int arg0, java.lang.String arg1)
 
void glDeleteNamesAMD (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glDeleteNamesAMD (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glDeleteNamesAMD}(GLenum identifier, GLuint num, const GLuint * names)
Part of GL_AMD_name_gen_delete

More...
 
void glDeleteObjectARB (long arg0)
 Entry point to C language function: void {@native glDeleteObjectARB}(GLhandleARB obj)
Part of GL_ARB_shader_objects

More...
 
void glDeleteOcclusionQueriesNV (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteOcclusionQueriesNV}(GLsizei n, const GLuint * ids)
Part of GL_NV_occlusion_query

More...
 
void glDeleteOcclusionQueriesNV (int arg0, java.nio.IntBuffer arg1)
 
void glDeletePerfQueryINTEL (int arg0)
 Entry point to C language function: void {@native glDeletePerfQueryINTEL}(GLuint queryHandle)
Part of GL_INTEL_performance_query

More...
 
void glDeleteProgram (int arg0)
 Entry point to C language function: void {@native glDeleteProgram}(GLuint program)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glDeleteProgramPipelines (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteProgramPipelines (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteProgramPipelines}(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
More...
 
void glDeleteProgramsARB (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteProgramsARB}(GLsizei n, const GLuint * programs)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glDeleteProgramsARB (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteQueries (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteQueries (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteQueries}(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
More...
 
void glDeleteQueryResourceTagNV (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteQueryResourceTagNV (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteQueryResourceTagNV}(GLsizei n, const GLint * tagIds)
Part of GL_NV_query_resource_tag

More...
 
void glDeleteRenderbuffers (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteRenderbuffers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteRenderbuffers}(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
More...
 
void glDeleteSamplers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteSamplers}(GLsizei count, const GLuint * samplers)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
void glDeleteSamplers (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteSemaphoresEXT (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteSemaphoresEXT (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteSemaphoresEXT}(GLsizei n, const GLuint * semaphores)
Part of GL_EXT_semaphore

More...
 
void glDeleteShader (int arg0)
 Entry point to C language function: void {@native glDeleteShader}(GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glDeleteStatesNV (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteStatesNV (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteStatesNV}(GLsizei n, const GLuint * states)
Part of GL_NV_command_list

More...
 
void glDeleteSync (long arg0)
 Entry point to C language function: void {@native glDeleteSync}(GLsync sync)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: glDeleteSyncAPPLE
More...
 
void glDeleteTextures (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteTextures (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteTextures}(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
More...
 
void glDeleteTransformFeedbacks (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteTransformFeedbacks}(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
More...
 
void glDeleteTransformFeedbacks (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteTransformFeedbacksNV (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteTransformFeedbacksNV}(GLsizei n, const GLuint * ids)
Part of GL_NV_transform_feedback2

More...
 
void glDeleteTransformFeedbacksNV (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteVertexArrays (int arg0, java.nio.IntBuffer arg1)
 
void glDeleteVertexArrays (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDeleteVertexArrays}(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
More...
 
void glDeleteVertexShaderEXT (int arg0)
 Entry point to C language function: void {@native glDeleteVertexShaderEXT}(GLuint id)
Part of GL_EXT_vertex_shader

More...
 
void glDepthBoundsEXT (double arg0, double arg1)
 Entry point to C language function: void {@native glDepthBoundsEXT}(GLclampd zmin, GLclampd zmax)
Part of GL_EXT_depth_bounds_test

More...
 
void glDepthFunc (int arg0)
 Entry point to C language function: void {@native glDepthFunc}(GLenum func)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glDepthMask (boolean arg0)
 Entry point to C language function: void {@native glDepthMask}(GLboolean flag)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glDepthRange (double arg0, double arg1)
 Aliased entrypoint of void {@native glDepthRange}(GLclampd depth); and void {@native glDepthRangef}(GLclampf depth); . More...
 
void glDepthRangeArraydv (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glDepthRangeArraydv}(GLuint first, GLsizei count, const GLdouble * v)
Part of GL_ARB_viewport_array
Alias for: glDepthRangeArraydvNV
More...
 
void glDepthRangeArraydv (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glDepthRangeArrayv (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glDepthRangeArrayv (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glDepthRangeArrayv}(GLuint first, GLsizei count, const GLdouble * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1

More...
 
void glDepthRangeIndexed (int arg0, double arg1, double arg2)
 Entry point to C language function: void {@native glDepthRangeIndexed}(GLuint index, GLdouble n, GLdouble f)
Part of GL_ARB_viewport_array, GL_VERSION_4_1

More...
 
void glDepthRangeIndexedd (int arg0, double arg1, double arg2)
 Entry point to C language function: void {@native glDepthRangeIndexedd}(GLuint index, GLdouble n, GLdouble f)
Part of GL_ARB_viewport_array
Alias for: glDepthRangeIndexeddNV
More...
 
void glDepthRangef (float arg0, float arg1)
 Entry point to C language function: void {@native glDepthRangef}(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
More...
 
void glDetachObjectARB (long arg0, long arg1)
 Entry point to C language function: void {@native glDetachObjectARB}(GLhandleARB containerObj, GLhandleARB attachedObj)
Part of GL_ARB_shader_objects

More...
 
void glDetachShader (int arg0, int arg1)
 Entry point to C language function: void {@native glDetachShader}(GLuint program, GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glDisable (int arg0)
 Entry point to C language function: void {@native glDisable}(GLenum cap)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glDisableClientState (int arg0)
 
void glDisableClientStateIndexedEXT (int arg0, int arg1)
 Entry point to C language function: void {@native glDisableClientStateIndexedEXT}(GLenum array, GLuint index)
Part of GL_EXT_direct_state_access

More...
 
void glDisableClientStateiEXT (int arg0, int arg1)
 Entry point to C language function: void {@native glDisableClientStateiEXT}(GLenum array, GLuint index)
Part of GL_EXT_direct_state_access

More...
 
void glDisableIndexed (int arg0, int arg1)
 Entry point to C language function: void {@native glDisableIndexed}(GLenum target, GLuint index)
Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
Alias for: glDisableIndexedEXT
More...
 
void glDisableVariantClientStateEXT (int arg0)
 Entry point to C language function: void {@native glDisableVariantClientStateEXT}(GLuint id)
Part of GL_EXT_vertex_shader

More...
 
void glDisableVertexArrayAttrib (int arg0, int arg1)
 Entry point to C language function: void {@native glDisableVertexArrayAttrib}(GLuint vaobj, GLuint index)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glDisableVertexArrayAttribEXT
More...
 
void glDisableVertexArrayAttribEXT (int arg0, int arg1)
 Entry point to C language function: void {@native glDisableVertexArrayAttribEXT}(GLuint vaobj, GLuint index)
Part of GL_EXT_direct_state_access

More...
 
void glDisableVertexArrayEXT (int arg0, int arg1)
 Entry point to C language function: void {@native glDisableVertexArrayEXT}(GLuint vaobj, GLenum array)
Part of GL_EXT_direct_state_access

More...
 
void glDisableVertexAttribAPPLE (int arg0, int arg1)
 Entry point to C language function: void {@native glDisableVertexAttribAPPLE}(GLuint index, GLenum pname)
Part of GL_APPLE_vertex_program_evaluators

More...
 
void glDisableVertexAttribArray (int arg0)
 Entry point to C language function: void {@native glDisableVertexAttribArray}(GLuint index)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glDisableVertexAttribArrayARB
More...
 
void glDisableVertexAttribArrayARB (int arg0)
 Entry point to C language function: void {@native glDisableVertexAttribArrayARB}(GLuint index)
Part of GL_ARB_vertex_program

More...
 
void glDisablei (int arg0, int arg1)
 Entry point to C language function: void {@native glDisablei}(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
More...
 
void glDispatchCompute (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glDispatchCompute}(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

More...
 
void glDispatchComputeGroupSizeARB (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glDispatchComputeGroupSizeARB}(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

More...
 
void glDispatchComputeIndirect (long arg0)
 Entry point to C language function: void {@native glDispatchComputeIndirect}(GLintptr indirect)
Part of GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3

More...
 
void glDrawArrays (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glDrawArrays}(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
More...
 
void glDrawArraysIndirect (int arg0, java.nio.Buffer arg1)
 
void glDrawArraysIndirect (int arg0, long arg1)
 Entry point to C language function: void {@native glDrawArraysIndirect}(GLenum mode, const void * indirect)
Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0

More...
 
void glDrawArraysInstanced (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glDrawArraysInstanced}(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
More...
 
void glDrawArraysInstancedBaseInstance (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glDrawArraysInstancedBaseInstance}(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
More...
 
void glDrawBuffer (int arg0)
 Entry point to C language function: void {@native glDrawBuffer}(GLenum mode)
Part of GL_VERSION_1_0

More...
 
void glDrawBuffers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDrawBuffers}(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
More...
 
void glDrawBuffers (int arg0, java.nio.IntBuffer arg1)
 
void glDrawBuffersATI (int arg0, java.nio.IntBuffer arg1)
 
void glDrawBuffersATI (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glDrawBuffersATI}(GLsizei n, const GLenum * bufs)
Part of GL_ATI_draw_buffers

More...
 
void glDrawCommandsAddressNV (int arg0, long[] arg1, int arg2, int[] arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glDrawCommandsAddressNV}(GLenum primitiveMode, const GLuint64 * indirects, const GLsizei * sizes, GLuint count)
Part of GL_NV_command_list

More...
 
void glDrawCommandsAddressNV (int arg0, java.nio.LongBuffer arg1, java.nio.IntBuffer arg2, int arg3)
 
void glDrawCommandsNV (int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2, java.nio.IntBuffer arg3, int arg4)
 
void glDrawCommandsNV (int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2, int[] arg3, int arg4, int arg5)
 
void glDrawCommandsStatesAddressNV (java.nio.LongBuffer arg0, java.nio.IntBuffer arg1, java.nio.IntBuffer arg2, java.nio.IntBuffer arg3, int arg4)
 
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 {@native glDrawCommandsStatesAddressNV}(const GLuint64 * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
Part of GL_NV_command_list

More...
 
void glDrawCommandsStatesNV (int arg0, com.jogamp.common.nio.PointerBuffer arg1, int[] arg2, int arg3, int[] arg4, int arg5, int[] arg6, int arg7, int arg8)
 
void glDrawCommandsStatesNV (int arg0, com.jogamp.common.nio.PointerBuffer arg1, java.nio.IntBuffer arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4, int arg5)
 
void glDrawElements (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glDrawElements (int arg0, int arg1, int arg2, long arg3)
 Entry point to C language function: void {@native glDrawElements}(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

More...
 
void glDrawElementsBaseVertex (int arg0, int arg1, int arg2, long arg3, int arg4)
 Entry point to C language function: void {@native glDrawElementsBaseVertex}(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
More...
 
void glDrawElementsBaseVertex (int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4)
 
void glDrawElementsIndirect (int arg0, int arg1, java.nio.Buffer arg2)
 
void glDrawElementsIndirect (int arg0, int arg1, long arg2)
 Entry point to C language function: void {@native glDrawElementsIndirect}(GLenum mode, GLenum type, const void * indirect)
Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0

More...
 
void glDrawElementsInstanced (int arg0, int arg1, int arg2, long arg3, int arg4)
 Entry point to C language function: void {@native glDrawElementsInstanced}(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
More...
 
void glDrawElementsInstanced (int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4)
 
void glDrawElementsInstancedBaseInstance (int arg0, int arg1, int arg2, long arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glDrawElementsInstancedBaseInstance}(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
More...
 
void glDrawElementsInstancedBaseInstance (int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4, int arg5)
 
void glDrawElementsInstancedBaseVertex (int arg0, int arg1, int arg2, long arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glDrawElementsInstancedBaseVertex}(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
More...
 
void glDrawElementsInstancedBaseVertex (int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4, int arg5)
 
void glDrawElementsInstancedBaseVertexBaseInstance (int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4, int arg5, int arg6)
 
void glDrawElementsInstancedBaseVertexBaseInstance (int arg0, int arg1, int arg2, long arg3, int arg4, int arg5, int arg6)
 Entry point to C language function: void {@native glDrawElementsInstancedBaseVertexBaseInstance}(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
More...
 
void glDrawMeshTasksIndirectNV (long arg0)
 Entry point to C language function: void {@native glDrawMeshTasksIndirectNV}(GLintptr indirect)
Part of GL_NV_mesh_shader

More...
 
void glDrawMeshTasksNV (int arg0, int arg1)
 Entry point to C language function: void {@native glDrawMeshTasksNV}(GLuint first, GLuint count)
Part of GL_NV_mesh_shader

More...
 
void glDrawPixels (int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
 
void glDrawPixels (int arg0, int arg1, int arg2, int arg3, long arg4)
 Entry point to C language function: void {@native glDrawPixels}(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_VERSION_1_0

More...
 
void glDrawRangeElements (int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
 
void glDrawRangeElements (int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
 Entry point to C language function: void {@native glDrawRangeElements}(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
More...
 
void glDrawRangeElementsBaseVertex (int arg0, int arg1, int arg2, int arg3, int arg4, long arg5, int arg6)
 Entry point to C language function: void {@native glDrawRangeElementsBaseVertex}(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
More...
 
void glDrawRangeElementsBaseVertex (int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5, int arg6)
 
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 {@native glDrawTextureNV}(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

More...
 
void glDrawTransformFeedback (int arg0, int arg1)
 Entry point to C language function: void {@native glDrawTransformFeedback}(GLenum mode, GLuint id)
Part of GL_ARB_transform_feedback2, GL_VERSION_4_0, GL_EXT_draw_transform_feedback, GL_NV_transform_feedback2
Alias for: glDrawTransformFeedbackEXT, glDrawTransformFeedbackNV
More...
 
void glDrawTransformFeedbackInstanced (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glDrawTransformFeedbackInstanced}(GLenum mode, GLuint id, GLsizei instancecount)
Part of GL_VERSION_4_2, GL_ARB_transform_feedback_instanced, GL_EXT_draw_transform_feedback
Alias for: glDrawTransformFeedbackInstancedEXT
More...
 
void glDrawTransformFeedbackNV (int arg0, int arg1)
 Entry point to C language function: void {@native glDrawTransformFeedbackNV}(GLenum mode, GLuint id)
Part of GL_NV_transform_feedback2

More...
 
void glDrawTransformFeedbackStream (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glDrawTransformFeedbackStream}(GLenum mode, GLuint id, GLuint stream)
Part of GL_ARB_transform_feedback3, GL_VERSION_4_0

More...
 
void glDrawTransformFeedbackStreamInstanced (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glDrawTransformFeedbackStreamInstanced}(GLenum mode, GLuint id, GLuint stream, GLsizei instancecount)
Part of GL_VERSION_4_2, GL_ARB_transform_feedback_instanced

More...
 
void glDrawVkImageNV (long 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 {@native glDrawVkImageNV}(GLuint64 vkImage, 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_vulkan_image

More...
 
void glEdgeFlag (boolean arg0)
 Entry point to C language function: void {@native glEdgeFlag}(GLboolean flag)
Part of GL_VERSION_1_0

More...
 
void glEdgeFlagFormatNV (int arg0)
 Entry point to C language function: void {@native glEdgeFlagFormatNV}(GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glEdgeFlagPointer (int arg0, java.nio.Buffer arg1)
 
void glEdgeFlagPointer (int arg0, long arg1)
 Entry point to C language function: void {@native glEdgeFlagPointer}(GLsizei stride, const GLvoid * ptr)
Part of GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: glEdgeFlagPointerEXT
More...
 
void glEdgeFlagv (byte[] arg0, int arg1)
 Entry point to C language function: void {@native glEdgeFlagv}(const GLboolean * flag)
Part of GL_VERSION_1_0

More...
 
void glEdgeFlagv (java.nio.ByteBuffer arg0)
 
void glEnable (int arg0)
 Entry point to C language function: void {@native glEnable}(GLenum cap)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glEnableClientState (int arg0)
 
void glEnableClientStateIndexedEXT (int arg0, int arg1)
 Entry point to C language function: void {@native glEnableClientStateIndexedEXT}(GLenum array, GLuint index)
Part of GL_EXT_direct_state_access

More...
 
void glEnableClientStateiEXT (int arg0, int arg1)
 Entry point to C language function: void {@native glEnableClientStateiEXT}(GLenum array, GLuint index)
Part of GL_EXT_direct_state_access

More...
 
void glEnableIndexed (int arg0, int arg1)
 Entry point to C language function: void {@native glEnableIndexed}(GLenum target, GLuint index)
Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
Alias for: glEnableIndexedEXT
More...
 
void glEnableVariantClientStateEXT (int arg0)
 Entry point to C language function: void {@native glEnableVariantClientStateEXT}(GLuint id)
Part of GL_EXT_vertex_shader

More...
 
void glEnableVertexArrayAttrib (int arg0, int arg1)
 Entry point to C language function: void {@native glEnableVertexArrayAttrib}(GLuint vaobj, GLuint index)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glEnableVertexArrayAttribEXT
More...
 
void glEnableVertexArrayAttribEXT (int arg0, int arg1)
 Entry point to C language function: void {@native glEnableVertexArrayAttribEXT}(GLuint vaobj, GLuint index)
Part of GL_EXT_direct_state_access

More...
 
void glEnableVertexArrayEXT (int arg0, int arg1)
 Entry point to C language function: void {@native glEnableVertexArrayEXT}(GLuint vaobj, GLenum array)
Part of GL_EXT_direct_state_access

More...
 
void glEnableVertexAttribAPPLE (int arg0, int arg1)
 Entry point to C language function: void {@native glEnableVertexAttribAPPLE}(GLuint index, GLenum pname)
Part of GL_APPLE_vertex_program_evaluators

More...
 
void glEnableVertexAttribArray (int arg0)
 Entry point to C language function: void {@native glEnableVertexAttribArray}(GLuint index)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glEnableVertexAttribArrayARB
More...
 
void glEnableVertexAttribArrayARB (int arg0)
 Entry point to C language function: void {@native glEnableVertexAttribArrayARB}(GLuint index)
Part of GL_ARB_vertex_program

More...
 
void glEnablei (int arg0, int arg1)
 Entry point to C language function: void {@native glEnablei}(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
More...
 
void glEnd ()
 Entry point to C language function: void {@native glEnd}()
Part of GL_VERSION_1_0

More...
 
void glEndConditionalRender ()
 Entry point to C language function: void {@native glEndConditionalRender}()
Part of GL_VERSION_3_0, GL_NV_conditional_render
Alias for: glEndConditionalRenderNV
More...
 
void glEndConditionalRenderNVX ()
 Entry point to C language function: void {@native glEndConditionalRenderNVX}()
Part of GL_NVX_conditional_render

More...
 
void glEndList ()
 Entry point to C language function: void {@native glEndList}()
Part of GL_VERSION_1_0

More...
 
void glEndOcclusionQueryNV ()
 Entry point to C language function: void {@native glEndOcclusionQueryNV}()
Part of GL_NV_occlusion_query

More...
 
void glEndPerfQueryINTEL (int arg0)
 Entry point to C language function: void {@native glEndPerfQueryINTEL}(GLuint queryHandle)
Part of GL_INTEL_performance_query

More...
 
void glEndQuery (int arg0)
 Entry point to C language function: void {@native glEndQuery}(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
More...
 
void glEndQueryIndexed (int arg0, int arg1)
 Entry point to C language function: void {@native glEndQueryIndexed}(GLenum target, GLuint index)
Part of GL_ARB_transform_feedback3, GL_VERSION_4_0

More...
 
void glEndTransformFeedback ()
 Entry point to C language function: void {@native glEndTransformFeedback}()
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: glEndTransformFeedbackNV, glEndTransformFeedbackEXT
More...
 
void glEndVertexShaderEXT ()
 Entry point to C language function: void {@native glEndVertexShaderEXT}()
Part of GL_EXT_vertex_shader

More...
 
void glEndVideoCaptureNV (int arg0)
 Entry point to C language function: void {@native glEndVideoCaptureNV}(GLuint video_capture_slot)
Part of GL_NV_video_capture

More...
 
void glEvalCoord1d (double arg0)
 Entry point to C language function: void {@native glEvalCoord1d}(GLdouble u)
Part of GL_VERSION_1_0

More...
 
void glEvalCoord1dv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glEvalCoord1dv}(const GLdouble * u)
Part of GL_VERSION_1_0

More...
 
void glEvalCoord1dv (java.nio.DoubleBuffer arg0)
 
void glEvalCoord1f (float arg0)
 Entry point to C language function: void {@native glEvalCoord1f}(GLfloat u)
Part of GL_VERSION_1_0

More...
 
void glEvalCoord1fv (java.nio.FloatBuffer arg0)
 
void glEvalCoord1fv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glEvalCoord1fv}(const GLfloat * u)
Part of GL_VERSION_1_0

More...
 
void glEvalCoord2d (double arg0, double arg1)
 Entry point to C language function: void {@native glEvalCoord2d}(GLdouble u, GLdouble v)
Part of GL_VERSION_1_0

More...
 
void glEvalCoord2dv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glEvalCoord2dv}(const GLdouble * u)
Part of GL_VERSION_1_0

More...
 
void glEvalCoord2dv (java.nio.DoubleBuffer arg0)
 
void glEvalCoord2f (float arg0, float arg1)
 Entry point to C language function: void {@native glEvalCoord2f}(GLfloat u, GLfloat v)
Part of GL_VERSION_1_0

More...
 
void glEvalCoord2fv (java.nio.FloatBuffer arg0)
 
void glEvalCoord2fv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glEvalCoord2fv}(const GLfloat * u)
Part of GL_VERSION_1_0

More...
 
void glEvalMapsNV (int arg0, int arg1)
 Entry point to C language function: void {@native glEvalMapsNV}(GLenum target, GLenum mode)
Part of GL_NV_evaluators

More...
 
void glEvalMesh1 (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glEvalMesh1}(GLenum mode, GLint i1, GLint i2)
Part of GL_VERSION_1_0

More...
 
void glEvalMesh2 (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glEvalMesh2}(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)
Part of GL_VERSION_1_0

More...
 
void glEvalPoint1 (int arg0)
 Entry point to C language function: void {@native glEvalPoint1}(GLint i)
Part of GL_VERSION_1_0

More...
 
void glEvalPoint2 (int arg0, int arg1)
 Entry point to C language function: void {@native glEvalPoint2}(GLint i, GLint j)
Part of GL_VERSION_1_0

More...
 
void glEvaluateDepthValuesARB ()
 Entry point to C language function: void {@native glEvaluateDepthValuesARB}()
Part of GL_ARB_sample_locations

More...
 
void glExtractComponentEXT (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glExtractComponentEXT}(GLuint res, GLuint src, GLuint num)
Part of GL_EXT_vertex_shader

More...
 
void glFeedbackBuffer (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
long glFenceSync (int arg0, int arg1)
 Entry point to C language function: GLsync {@native glFenceSync}(GLenum condition, GLbitfield flags)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: glFenceSyncAPPLE
More...
 
void glFinish ()
 Entry point to C language function: void {@native glFinish}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glFinishTextureSUNX ()
 Entry point to C language function: void {@native glFinishTextureSUNX}()
Part of GL_SUNX_constant_data

More...
 
void glFlush ()
 Entry point to C language function: void {@native glFlush}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glFlushMappedBufferRange (int arg0, long arg1, long arg2)
 Entry point to C language function: void {@native glFlushMappedBufferRange}(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
More...
 
void glFlushMappedNamedBufferRange (int arg0, long arg1, long arg2)
 Entry point to C language function: void {@native glFlushMappedNamedBufferRange}(GLuint buffer, GLintptr offset, GLsizeiptr length)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glFlushMappedNamedBufferRangeEXT
More...
 
void glFlushMappedNamedBufferRangeEXT (int arg0, long arg1, long arg2)
 Entry point to C language function: void {@native glFlushMappedNamedBufferRangeEXT}(GLuint buffer, GLintptr offset, GLsizeiptr length)
Part of GL_EXT_direct_state_access

More...
 
void glFlushPixelDataRangeNV (int arg0)
 Entry point to C language function: void {@native glFlushPixelDataRangeNV}(GLenum target)
Part of GL_NV_pixel_data_range

More...
 
void glFlushVertexArrayRangeAPPLE (int arg0, java.nio.Buffer arg1)
 
void glFogCoordFormatNV (int arg0, int arg1)
 Entry point to C language function: void {@native glFogCoordFormatNV}(GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glFogCoordPointer (int arg0, int arg1, java.nio.Buffer arg2)
 
void glFogCoordPointer (int arg0, int arg1, long arg2)
 Entry point to C language function: void {@native glFogCoordPointer}(GLenum type, GLsizei stride, const void * pointer)
Part of GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: glFogCoordPointerEXT
More...
 
void glFogCoordd (double arg0)
 Entry point to C language function: void {@native glFogCoordd}(GLdouble coord)
Part of GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: glFogCoorddEXT
More...
 
void glFogCoorddv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glFogCoorddv}(const GLdouble * coord)
Part of GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: glFogCoorddvEXT
More...
 
void glFogCoorddv (java.nio.DoubleBuffer arg0)
 
void glFogCoordf (float arg0)
 Entry point to C language function: void {@native glFogCoordf}(GLfloat coord)
Part of GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: glFogCoordfEXT
More...
 
void glFogCoordfv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glFogCoordfv}(const GLfloat * coord)
Part of GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: glFogCoordfvEXT
More...
 
void glFogCoordfv (java.nio.FloatBuffer arg0)
 
void glFogCoordh (short arg0)
 Entry point to C language function: void {@native glFogCoordh}(GLhalfNV fog)
Part of GL_NV_half_float
Alias for: glFogCoordhNV
More...
 
void glFogCoordhv (java.nio.ShortBuffer arg0)
 
void glFogCoordhv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glFogCoordhv}(const GLhalfNV * fog)
Part of GL_NV_half_float
Alias for: glFogCoordhvNV
More...
 
void glFogf (int arg0, float arg1)
 Entry point to C language function: void {@native glFogf}(GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glFogfv (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glFogfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glFogfv (int arg0, java.nio.FloatBuffer arg1)
 
void glFogi (int arg0, int arg1)
 Entry point to C language function: void {@native glFogi}(GLenum pname, GLint param)
Part of GL_VERSION_1_0

More...
 
void glFogiv (int arg0, java.nio.IntBuffer arg1)
 
void glFogiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glFogiv}(GLenum pname, const GLint * params)
Part of GL_VERSION_1_0

More...
 
void glFragmentCoverageColorNV (int arg0)
 Entry point to C language function: void {@native glFragmentCoverageColorNV}(GLuint color)
Part of GL_NV_fragment_coverage_to_color

More...
 
void glFrameTerminatorGREMEDY ()
 Entry point to C language function: void {@native glFrameTerminatorGREMEDY}()
Part of GL_GREMEDY_frame_terminator

More...
 
void glFramebufferDrawBufferEXT (int arg0, int arg1)
 Entry point to C language function: void {@native glFramebufferDrawBufferEXT}(GLuint framebuffer, GLenum mode)
Part of GL_EXT_direct_state_access

More...
 
void glFramebufferDrawBuffersEXT (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glFramebufferDrawBuffersEXT (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glFramebufferDrawBuffersEXT}(GLuint framebuffer, GLsizei n, const GLenum * bufs)
Part of GL_EXT_direct_state_access

More...
 
void glFramebufferFetchBarrierEXT ()
 Entry point to C language function: void {@native glFramebufferFetchBarrierEXT}()
Part of GL_EXT_shader_framebuffer_fetch_non_coherent

More...
 
void glFramebufferParameteri (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glFramebufferParameteri}(GLenum target, GLenum pname, GLint param)
Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_MESA_framebuffer_flip_y
Alias for: glFramebufferParameteriMESA
More...
 
void glFramebufferReadBufferEXT (int arg0, int arg1)
 Entry point to C language function: void {@native glFramebufferReadBufferEXT}(GLuint framebuffer, GLenum mode)
Part of GL_EXT_direct_state_access

More...
 
void glFramebufferRenderbuffer (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glFramebufferRenderbuffer}(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
More...
 
void glFramebufferSampleLocationsfvARB (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glFramebufferSampleLocationsfvARB (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glFramebufferSampleLocationsfvARB}(GLenum target, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_ARB_sample_locations

More...
 
void glFramebufferSampleLocationsfvNV (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glFramebufferSampleLocationsfvNV}(GLenum target, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_NV_sample_locations

More...
 
void glFramebufferSampleLocationsfvNV (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glFramebufferSamplePositionsfvAMD (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glFramebufferSamplePositionsfvAMD}(GLenum target, GLuint numsamples, GLuint pixelindex, const GLfloat * values)
Part of GL_AMD_framebuffer_sample_positions

More...
 
void glFramebufferSamplePositionsfvAMD (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glFramebufferTexture (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glFramebufferTexture}(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
More...
 
void glFramebufferTexture1D (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glFramebufferTexture1D}(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
More...
 
void glFramebufferTexture2D (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glFramebufferTexture2D}(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
More...
 
void glFramebufferTexture3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glFramebufferTexture3D}(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
More...
 
void glFramebufferTextureARB (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glFramebufferTextureARB}(GLenum target, GLenum attachment, GLuint texture, GLint level)
Part of GL_ARB_geometry_shader4

More...
 
void glFramebufferTextureEXT (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glFramebufferTextureEXT}(GLenum target, GLenum attachment, GLuint texture, GLint level)
Part of GL_NV_geometry_program4, GL_EXT_geometry_shader

More...
 
void glFramebufferTextureFaceARB (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glFramebufferTextureFaceARB}(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
Part of GL_ARB_geometry_shader4

More...
 
void glFramebufferTextureFaceEXT (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glFramebufferTextureFaceEXT}(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
Part of GL_NV_geometry_program4

More...
 
void glFramebufferTextureLayer (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glFramebufferTextureLayer}(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
More...
 
void glFramebufferTextureLayerARB (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glFramebufferTextureLayerARB}(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
Part of GL_ARB_geometry_shader4

More...
 
void glFramebufferTextureMultiviewOVR (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glFramebufferTextureMultiviewOVR}(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews)
Part of GL_OVR_multiview

More...
 
void glFrontFace (int arg0)
 Entry point to C language function: void {@native glFrontFace}(GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
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. More...
 
void glGenBuffers (int arg0, java.nio.IntBuffer arg1)
 
void glGenBuffers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenBuffers}(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
More...
 
void glGenFramebuffers (int arg0, java.nio.IntBuffer arg1)
 
void glGenFramebuffers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenFramebuffers}(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
More...
 
int glGenLists (int arg0)
 Entry point to C language function: GLuint {@native glGenLists}(GLsizei range)
Part of GL_VERSION_1_0

More...
 
void glGenNamesAMD (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGenNamesAMD (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGenNamesAMD}(GLenum identifier, GLuint num, GLuint * names)
Part of GL_AMD_name_gen_delete

More...
 
void glGenOcclusionQueriesNV (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenOcclusionQueriesNV}(GLsizei n, GLuint * ids)
Part of GL_NV_occlusion_query

More...
 
void glGenOcclusionQueriesNV (int arg0, java.nio.IntBuffer arg1)
 
void glGenProgramPipelines (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenProgramPipelines}(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
More...
 
void glGenProgramPipelines (int arg0, java.nio.IntBuffer arg1)
 
void glGenProgramsARB (int arg0, java.nio.IntBuffer arg1)
 
void glGenProgramsARB (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenProgramsARB}(GLsizei n, GLuint * programs)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glGenQueries (int arg0, java.nio.IntBuffer arg1)
 
void glGenQueries (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenQueries}(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
More...
 
void glGenQueryResourceTagNV (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenQueryResourceTagNV}(GLsizei n, GLint * tagIds)
Part of GL_NV_query_resource_tag

More...
 
void glGenQueryResourceTagNV (int arg0, java.nio.IntBuffer arg1)
 
void glGenRenderbuffers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenRenderbuffers}(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
More...
 
void glGenRenderbuffers (int arg0, java.nio.IntBuffer arg1)
 
void glGenSamplers (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenSamplers}(GLsizei count, GLuint * samplers)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
void glGenSamplers (int arg0, java.nio.IntBuffer arg1)
 
void glGenSemaphoresEXT (int arg0, java.nio.IntBuffer arg1)
 
void glGenSemaphoresEXT (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenSemaphoresEXT}(GLsizei n, GLuint * semaphores)
Part of GL_EXT_semaphore

More...
 
int glGenSymbolsEXT (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: GLuint {@native glGenSymbolsEXT}(GLenum datatype, GLenum storagetype, GLenum range, GLuint components)
Part of GL_EXT_vertex_shader

More...
 
void glGenTextures (int arg0, java.nio.IntBuffer arg1)
 
void glGenTextures (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenTextures}(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
More...
 
void glGenTransformFeedbacks (int arg0, java.nio.IntBuffer arg1)
 
void glGenTransformFeedbacks (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenTransformFeedbacks}(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
More...
 
void glGenTransformFeedbacksNV (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenTransformFeedbacksNV}(GLsizei n, GLuint * ids)
Part of GL_NV_transform_feedback2

More...
 
void glGenTransformFeedbacksNV (int arg0, java.nio.IntBuffer arg1)
 
void glGenVertexArrays (int arg0, java.nio.IntBuffer arg1)
 
void glGenVertexArrays (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGenVertexArrays}(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
More...
 
int glGenVertexShadersEXT (int arg0)
 Entry point to C language function: GLuint {@native glGenVertexShadersEXT}(GLuint range)
Part of GL_EXT_vertex_shader

More...
 
void glGenerateMipmap (int arg0)
 Entry point to C language function: void {@native glGenerateMipmap}(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
More...
 
void glGenerateMultiTexMipmapEXT (int arg0, int arg1)
 Entry point to C language function: void {@native glGenerateMultiTexMipmapEXT}(GLenum texunit, GLenum target)
Part of GL_EXT_direct_state_access

More...
 
void glGenerateTextureMipmap (int arg0)
 Entry point to C language function: void {@native glGenerateTextureMipmap}(GLuint texture)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGenerateTextureMipmapEXT
More...
 
void glGenerateTextureMipmapEXT (int arg0, int arg1)
 Entry point to C language function: void {@native glGenerateTextureMipmapEXT}(GLuint texture, GLenum target)
Part of GL_EXT_direct_state_access

More...
 
void glGetActiveAtomicCounterBufferiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetActiveAtomicCounterBufferiv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetActiveAtomicCounterBufferiv}(GLuint program, GLuint bufferIndex, GLenum pname, GLint * params)
Part of GL_ARB_shader_atomic_counters, GL_VERSION_4_2

More...
 
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 {@native glGetActiveAttrib}(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
More...
 
void glGetActiveAttrib (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4, java.nio.IntBuffer arg5, java.nio.ByteBuffer arg6)
 
void glGetActiveSubroutineName (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4, java.nio.ByteBuffer arg5)
 
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 {@native glGetActiveSubroutineName}(GLuint program, GLenum shadertype, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

More...
 
void glGetActiveSubroutineUniformName (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4, java.nio.ByteBuffer arg5)
 
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 {@native glGetActiveSubroutineUniformName}(GLuint program, GLenum shadertype, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

More...
 
void glGetActiveSubroutineUniformiv (int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
 Entry point to C language function: void {@native glGetActiveSubroutineUniformiv}(GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint * values)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

More...
 
void glGetActiveSubroutineUniformiv (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
 
void glGetActiveUniform (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4, java.nio.IntBuffer arg5, java.nio.ByteBuffer arg6)
 
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 {@native glGetActiveUniform}(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
More...
 
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 {@native glGetActiveUniformARB}(GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name)
Part of GL_ARB_shader_objects

More...
 
void glGetActiveUniformARB (long arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4, java.nio.IntBuffer arg5, java.nio.ByteBuffer arg6)
 
void glGetActiveUniformBlockName (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.ByteBuffer arg4)
 
void glGetActiveUniformBlockName (int arg0, int arg1, int arg2, int[] arg3, int arg4, byte[] arg5, int arg6)
 Entry point to C language function: void {@native glGetActiveUniformBlockName}(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

More...
 
void glGetActiveUniformBlockiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetActiveUniformBlockiv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetActiveUniformBlockiv}(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint * params)
Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1

More...
 
void glGetActiveUniformName (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.ByteBuffer arg4)
 
void glGetActiveUniformName (int arg0, int arg1, int arg2, int[] arg3, int arg4, byte[] arg5, int arg6)
 Entry point to C language function: void {@native glGetActiveUniformName}(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformName)
Part of GL_ARB_uniform_buffer_object, GL_VERSION_3_1

More...
 
void glGetActiveUniformsiv (int arg0, int arg1, int[] arg2, int arg3, int arg4, int[] arg5, int arg6)
 Entry point to C language function: void {@native glGetActiveUniformsiv}(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

More...
 
void glGetActiveUniformsiv (int arg0, int arg1, java.nio.IntBuffer arg2, int arg3, java.nio.IntBuffer arg4)
 
void glGetAttachedObjectsARB (long arg0, int arg1, java.nio.IntBuffer arg2, java.nio.LongBuffer arg3)
 
void glGetAttachedObjectsARB (long arg0, int arg1, int[] arg2, int arg3, long[] arg4, int arg5)
 Entry point to C language function: void {@native glGetAttachedObjectsARB}(GLhandleARB containerObj, GLsizei maxCount, GLsizei * count, GLhandleARB * obj)
Part of GL_ARB_shader_objects

More...
 
void glGetAttachedShaders (int arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5)
 Entry point to C language function: void {@native glGetAttachedShaders}(GLuint program, GLsizei maxCount, GLsizei * count, GLuint * shaders)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glGetAttachedShaders (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.IntBuffer arg3)
 
int glGetAttribLocation (int arg0, java.lang.String arg1)
 
void glGetBooleanIndexedv (int arg0, int arg1, java.nio.ByteBuffer arg2)
 
void glGetBooleanIndexedv (int arg0, int arg1, byte[] arg2, int arg3)
 Entry point to C language function: void {@native glGetBooleanIndexedv}(GLenum target, GLuint index, GLboolean * data)
Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
Alias for: glGetBooleanIndexedvEXT
More...
 
void glGetBooleani_v (int arg0, int arg1, java.nio.ByteBuffer arg2)
 
void glGetBooleani_v (int arg0, int arg1, byte[] arg2, int arg3)
 Entry point to C language function: void {@native glGetBooleani_v}(GLenum target, GLuint index, GLboolean * data)
Part of GL_ES_VERSION_3_1, GL_VERSION_3_0

More...
 
void glGetBooleanv (int arg0, java.nio.ByteBuffer arg1)
 
void glGetBooleanv (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glGetBooleanv}(GLenum pname, GLboolean * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGetBufferParameteri64v (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glGetBufferParameteri64v}(GLenum target, GLenum pname, GLint64 * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2

More...
 
void glGetBufferParameteri64v (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glGetBufferParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetBufferParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetBufferParameteriv}(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
More...
 
void glGetBufferParameterui64vNV (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glGetBufferParameterui64vNV (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glGetBufferParameterui64vNV}(GLenum target, GLenum pname, GLuint64EXT * params)
Part of GL_NV_shader_buffer_load

More...
 
void glGetBufferSubData (int arg0, long arg1, long arg2, java.nio.Buffer arg3)
 
void glGetClipPlane (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glGetClipPlane}(GLenum plane, GLdouble * equation)
Part of GL_VERSION_1_0

More...
 
void glGetClipPlane (int arg0, java.nio.DoubleBuffer arg1)
 
void glGetClipPlanef (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glGetClipPlanef}(GLenum plane, GLfloat * equation)
Part of GL_VERSION_ES_CM, GL_OES_single_precision
Alias for: glGetClipPlanefOES
More...
 
void glGetClipPlanef (int arg0, java.nio.FloatBuffer arg1)
 
void glGetColorTable (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glGetColorTable (int arg0, int arg1, int arg2, long arg3)
 Entry point to C language function: void {@native glGetColorTable}(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
More...
 
void glGetColorTableParameterfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetColorTableParameterfv}(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
More...
 
void glGetColorTableParameterfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetColorTableParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetColorTableParameteriv}(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
More...
 
void glGetColorTableParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
int glGetCommandHeaderNV (int arg0, int arg1)
 Entry point to C language function: GLuint {@native glGetCommandHeaderNV}(GLenum tokenID, GLuint size)
Part of GL_NV_command_list

More...
 
void glGetCompressedMultiTexImageEXT (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glGetCompressedTexImage (int arg0, int arg1, long arg2)
 Entry point to C language function: void {@native glGetCompressedTexImage}(GLenum target, GLint level, void * img)
Part of GL_VERSION_1_3, GL_ARB_texture_compression
Alias for: glGetCompressedTexImageARB
More...
 
void glGetCompressedTexImage (int arg0, int arg1, java.nio.Buffer arg2)
 
void glGetCompressedTextureImage (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glGetCompressedTextureImageEXT (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glGetCompressedTextureSubImage (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, java.nio.Buffer arg9)
 
void glGetConvolutionFilter (int arg0, int arg1, int arg2, long arg3)
 Entry point to C language function: void {@native glGetConvolutionFilter}(GLenum target, GLenum format, GLenum type, void * image)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glGetConvolutionFilterEXT
More...
 
void glGetConvolutionFilter (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glGetConvolutionParameterfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetConvolutionParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glGetConvolutionParameterfvEXT
More...
 
void glGetConvolutionParameterfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetConvolutionParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetConvolutionParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glGetConvolutionParameterivEXT
More...
 
void glGetConvolutionParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetCoverageModulationTableNV (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glGetCoverageModulationTableNV}(GLsizei bufSize, GLfloat * v)
Part of GL_NV_framebuffer_mixed_samples

More...
 
void glGetCoverageModulationTableNV (int arg0, java.nio.FloatBuffer arg1)
 
int glGetDebugMessageLog (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4, java.nio.IntBuffer arg5, java.nio.IntBuffer arg6, java.nio.ByteBuffer arg7)
 
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 {@native glGetDebugMessageLog}(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
More...
 
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 {@native glGetDebugMessageLogAMD}(GLuint count, GLsizei bufSize, GLenum * categories, GLenum * severities, GLuint * ids, GLsizei * lengths, GLchar * message)
Part of GL_AMD_debug_output

More...
 
int glGetDebugMessageLogAMD (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4, java.nio.IntBuffer arg5, java.nio.ByteBuffer arg6)
 
void glGetDoubleIndexedvEXT (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glGetDoubleIndexedvEXT (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glGetDoubleIndexedvEXT}(GLenum target, GLuint index, GLdouble * data)
Part of GL_EXT_direct_state_access

More...
 
void glGetDoublei_v (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glGetDoublei_v}(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
More...
 
void glGetDoublei_v (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glGetDoublei_vEXT (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glGetDoublei_vEXT}(GLenum pname, GLuint index, GLdouble * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetDoublei_vEXT (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glGetDoublev (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glGetDoublev}(GLenum pname, GLdouble * params)
Part of GL_VERSION_1_0

More...
 
void glGetDoublev (int arg0, java.nio.DoubleBuffer arg1)
 
int glGetError ()
 Entry point to C language function: GLenum {@native glGetError}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGetFirstPerfQueryIdINTEL (java.nio.IntBuffer arg0)
 
void glGetFirstPerfQueryIdINTEL (int[] arg0, int arg1)
 Entry point to C language function: void {@native glGetFirstPerfQueryIdINTEL}(GLuint * queryId)
Part of GL_INTEL_performance_query

More...
 
void glGetFloatIndexedvEXT (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetFloatIndexedvEXT (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetFloatIndexedvEXT}(GLenum target, GLuint index, GLfloat * data)
Part of GL_EXT_direct_state_access

More...
 
void glGetFloati_v (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetFloati_v (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetFloati_v}(GLenum target, GLuint index, GLfloat * data)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_OES_viewport_array, GL_EXT_direct_state_access, GL_NV_viewport_array
Alias for: glGetFloati_vOES, glGetFloati_vEXT, glGetFloati_vNV
More...
 
void glGetFloati_vEXT (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetFloati_vEXT (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetFloati_vEXT}(GLenum pname, GLuint index, GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetFloatv (int arg0, float[] arg1, int arg2)
 Copy the named matrix to the given storage at offset. More...
 
void glGetFloatv (int arg0, java.nio.FloatBuffer arg1)
 Copy the named matrix into the given storage. More...
 
int glGetFragDataIndex (int arg0, java.lang.String arg1)
 
int glGetFragDataLocation (int arg0, java.lang.String arg1)
 
void glGetFramebufferAttachmentParameteriv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetFramebufferAttachmentParameteriv}(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
More...
 
void glGetFramebufferAttachmentParameteriv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetFramebufferParameterfvAMD (int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.FloatBuffer arg5)
 
void glGetFramebufferParameterfvAMD (int arg0, int arg1, int arg2, int arg3, int arg4, float[] arg5, int arg6)
 Entry point to C language function: void {@native glGetFramebufferParameterfvAMD}(GLenum target, GLenum pname, GLuint numsamples, GLuint pixelindex, GLsizei size, GLfloat * values)
Part of GL_AMD_framebuffer_sample_positions

More...
 
void glGetFramebufferParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetFramebufferParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_MESA_framebuffer_flip_y, GL_EXT_direct_state_access
Alias for: glGetFramebufferParameterivMESA, glGetFramebufferParameterivEXT
More...
 
void glGetFramebufferParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetFramebufferParameterivEXT (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetFramebufferParameterivEXT (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetFramebufferParameterivEXT}(GLuint framebuffer, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
int glGetGraphicsResetStatus ()
 Entry point to C language function: GLenum {@native glGetGraphicsResetStatus}()
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
More...
 
long glGetHandleARB (int arg0)
 Entry point to C language function: GLhandleARB {@native glGetHandleARB}(GLenum pname)
Part of GL_ARB_shader_objects

More...
 
void glGetHistogram (int arg0, boolean arg1, int arg2, int arg3, long arg4)
 Entry point to C language function: void {@native glGetHistogram}(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
More...
 
void glGetHistogram (int arg0, boolean arg1, int arg2, int arg3, java.nio.Buffer arg4)
 
void glGetHistogramParameterfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetHistogramParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glGetHistogramParameterfvEXT
More...
 
void glGetHistogramParameterfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetHistogramParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetHistogramParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glGetHistogramParameterivEXT
More...
 
void glGetHistogramParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
long glGetImageHandleARB (int arg0, int arg1, boolean arg2, int arg3, int arg4)
 Entry point to C language function: GLuint64 {@native glGetImageHandleARB}(GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum format)
Part of GL_ARB_bindless_texture

More...
 
void glGetInfoLogARB (long arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
 Entry point to C language function: void {@native glGetInfoLogARB}(GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * infoLog)
Part of GL_ARB_shader_objects

More...
 
void glGetInfoLogARB (long arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3)
 
void glGetInteger64i_v (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glGetInteger64i_v (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glGetInteger64i_v}(GLenum target, GLuint index, GLint64 * data)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2

More...
 
void glGetInteger64v (int arg0, java.nio.LongBuffer arg1)
 
void glGetInteger64v (int arg0, long[] arg1, int arg2)
 Entry point to C language function: void {@native glGetInteger64v}(GLenum pname, GLint64 * data)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync, GL_EXT_disjoint_timer_query
Alias for: glGetInteger64vAPPLE, glGetInteger64vEXT
More...
 
void glGetIntegerIndexedv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetIntegerIndexedv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetIntegerIndexedv}(GLenum target, GLuint index, GLint * data)
Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
Alias for: glGetIntegerIndexedvEXT
More...
 
void glGetIntegeri_v (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetIntegeri_v (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetIntegeri_v}(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
More...
 
void glGetIntegerui64i_vNV (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glGetIntegerui64i_vNV}(GLenum value, GLuint index, GLuint64EXT * result)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glGetIntegerui64i_vNV (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glGetIntegerui64vNV (int arg0, long[] arg1, int arg2)
 Entry point to C language function: void {@native glGetIntegerui64vNV}(GLenum value, GLuint64EXT * result)
Part of GL_NV_shader_buffer_load

More...
 
void glGetIntegerui64vNV (int arg0, java.nio.LongBuffer arg1)
 
void glGetIntegerv (int arg0, java.nio.IntBuffer arg1)
 
void glGetIntegerv (int arg0, int[] arg1, int arg2)
 
void glGetInternalformati64v (int arg0, int arg1, int arg2, int arg3, java.nio.LongBuffer arg4)
 
void glGetInternalformati64v (int arg0, int arg1, int arg2, int arg3, long[] arg4, int arg5)
 Entry point to C language function: void {@native glGetInternalformati64v}(GLenum target, GLenum internalformat, GLenum pname, GLsizei count, GLint64 * params)
Part of GL_ARB_internalformat_query2, GL_VERSION_4_3

More...
 
void glGetInternalformativ (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
 
void glGetInternalformativ (int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
 Entry point to C language function: void {@native glGetInternalformativ}(GLenum target, GLenum internalformat, GLenum pname, GLsizei count, GLint * params)
Part of GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_ARB_internalformat_query

More...
 
void glGetInvariantBooleanvEXT (int arg0, int arg1, java.nio.ByteBuffer arg2)
 
void glGetInvariantBooleanvEXT (int arg0, int arg1, byte[] arg2, int arg3)
 Entry point to C language function: void {@native glGetInvariantBooleanvEXT}(GLuint id, GLenum value, GLboolean * data)
Part of GL_EXT_vertex_shader

More...
 
void glGetInvariantFloatvEXT (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetInvariantFloatvEXT}(GLuint id, GLenum value, GLfloat * data)
Part of GL_EXT_vertex_shader

More...
 
void glGetInvariantFloatvEXT (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetInvariantIntegervEXT (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetInvariantIntegervEXT}(GLuint id, GLenum value, GLint * data)
Part of GL_EXT_vertex_shader

More...
 
void glGetInvariantIntegervEXT (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetLightfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetLightfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetLightfv}(GLenum light, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glGetLightiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetLightiv}(GLenum light, GLenum pname, GLint * params)
Part of GL_VERSION_1_0

More...
 
void glGetLightiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetLocalConstantBooleanvEXT (int arg0, int arg1, java.nio.ByteBuffer arg2)
 
void glGetLocalConstantBooleanvEXT (int arg0, int arg1, byte[] arg2, int arg3)
 Entry point to C language function: void {@native glGetLocalConstantBooleanvEXT}(GLuint id, GLenum value, GLboolean * data)
Part of GL_EXT_vertex_shader

More...
 
void glGetLocalConstantFloatvEXT (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetLocalConstantFloatvEXT}(GLuint id, GLenum value, GLfloat * data)
Part of GL_EXT_vertex_shader

More...
 
void glGetLocalConstantFloatvEXT (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetLocalConstantIntegervEXT (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetLocalConstantIntegervEXT}(GLuint id, GLenum value, GLint * data)
Part of GL_EXT_vertex_shader

More...
 
void glGetLocalConstantIntegervEXT (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetMapAttribParameterfvNV (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glGetMapAttribParameterfvNV}(GLenum target, GLuint index, GLenum pname, GLfloat * params)
Part of GL_NV_evaluators

More...
 
void glGetMapAttribParameterfvNV (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glGetMapAttribParameterivNV (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetMapAttribParameterivNV}(GLenum target, GLuint index, GLenum pname, GLint * params)
Part of GL_NV_evaluators

More...
 
void glGetMapAttribParameterivNV (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetMapControlPointsNV (int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5, java.nio.Buffer arg6)
 
void glGetMapParameterfvNV (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetMapParameterfvNV (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetMapParameterfvNV}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_NV_evaluators

More...
 
void glGetMapParameterivNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetMapParameterivNV}(GLenum target, GLenum pname, GLint * params)
Part of GL_NV_evaluators

More...
 
void glGetMapParameterivNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetMapdv (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glGetMapdv}(GLenum target, GLenum query, GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glGetMapdv (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glGetMapfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetMapfv}(GLenum target, GLenum query, GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glGetMapfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetMapiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetMapiv}(GLenum target, GLenum query, GLint * v)
Part of GL_VERSION_1_0

More...
 
void glGetMapiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetMaterialfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetMaterialfv}(GLenum face, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glGetMaterialfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetMaterialiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetMaterialiv}(GLenum face, GLenum pname, GLint * params)
Part of GL_VERSION_1_0

More...
 
void glGetMaterialiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetMemoryObjectDetachedResourcesuivNV (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
 
void glGetMemoryObjectDetachedResourcesuivNV (int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
 Entry point to C language function: void {@native glGetMemoryObjectDetachedResourcesuivNV}(GLuint memory, GLenum pname, GLint first, GLsizei count, GLuint * params)
Part of GL_NV_memory_attachment

More...
 
void glGetMemoryObjectParameterivEXT (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetMemoryObjectParameterivEXT}(GLuint memoryObject, GLenum pname, GLint * params)
Part of GL_EXT_memory_object

More...
 
void glGetMemoryObjectParameterivEXT (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetMinmax (int arg0, boolean arg1, int arg2, int arg3, java.nio.Buffer arg4)
 
void glGetMinmax (int arg0, boolean arg1, int arg2, int arg3, long arg4)
 Entry point to C language function: void {@native glGetMinmax}(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
More...
 
void glGetMinmaxParameterfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetMinmaxParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glGetMinmaxParameterfvEXT
More...
 
void glGetMinmaxParameterfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetMinmaxParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetMinmaxParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glGetMinmaxParameterivEXT
More...
 
void glGetMinmaxParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetMultiTexEnvfvEXT (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glGetMultiTexEnvfvEXT}(GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexEnvfvEXT (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glGetMultiTexEnvivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetMultiTexEnvivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetMultiTexEnvivEXT}(GLenum texunit, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexGendvEXT (int arg0, int arg1, int arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glGetMultiTexGendvEXT}(GLenum texunit, GLenum coord, GLenum pname, GLdouble * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexGendvEXT (int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
 
void glGetMultiTexGenfvEXT (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glGetMultiTexGenfvEXT (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glGetMultiTexGenfvEXT}(GLenum texunit, GLenum coord, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexGenivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetMultiTexGenivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetMultiTexGenivEXT}(GLenum texunit, GLenum coord, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexImageEXT (int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
 
void glGetMultiTexLevelParameterfvEXT (int arg0, int arg1, int arg2, int arg3, float[] arg4, int arg5)
 Entry point to C language function: void {@native glGetMultiTexLevelParameterfvEXT}(GLenum texunit, GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexLevelParameterfvEXT (int arg0, int arg1, int arg2, int arg3, java.nio.FloatBuffer arg4)
 
void glGetMultiTexLevelParameterivEXT (int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
 Entry point to C language function: void {@native glGetMultiTexLevelParameterivEXT}(GLenum texunit, GLenum target, GLint level, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexLevelParameterivEXT (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
 
void glGetMultiTexParameterIivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetMultiTexParameterIivEXT}(GLenum texunit, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexParameterIivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetMultiTexParameterIuivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetMultiTexParameterIuivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetMultiTexParameterIuivEXT}(GLenum texunit, GLenum target, GLenum pname, GLuint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexParameterfvEXT (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glGetMultiTexParameterfvEXT}(GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexParameterfvEXT (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glGetMultiTexParameterivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetMultiTexParameterivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetMultiTexParameterivEXT}(GLenum texunit, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultisamplefv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetMultisamplefv}(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
More...
 
void glGetMultisamplefv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetMultisamplefvNV (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetMultisamplefvNV (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetMultisamplefvNV}(GLenum pname, GLuint index, GLfloat * val)
Part of GL_NV_explicit_multisample

More...
 
void glGetNamedBufferParameteri64v (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glGetNamedBufferParameteri64v}(GLuint buffer, GLenum pname, GLint64 * params)
Part of GL_VERSION_4_5

More...
 
void glGetNamedBufferParameteri64v (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glGetNamedBufferParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetNamedBufferParameteriv}(GLuint buffer, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetNamedBufferParameterivEXT
More...
 
void glGetNamedBufferParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetNamedBufferParameterivEXT (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetNamedBufferParameterivEXT (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetNamedBufferParameterivEXT}(GLuint buffer, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetNamedBufferParameterui64vNV (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glGetNamedBufferParameterui64vNV (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glGetNamedBufferParameterui64vNV}(GLuint buffer, GLenum pname, GLuint64EXT * params)
Part of GL_NV_shader_buffer_load

More...
 
void glGetNamedBufferPointerv (int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2)
 
void glGetNamedBufferSubData (int arg0, long arg1, long arg2, java.nio.Buffer arg3)
 
void glGetNamedBufferSubDataEXT (int arg0, long arg1, long arg2, java.nio.Buffer arg3)
 
void glGetNamedFramebufferAttachmentParameteriv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameteriv}(GLuint framebuffer, GLenum attachment, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetNamedFramebufferAttachmentParameterivEXT
More...
 
void glGetNamedFramebufferAttachmentParameteriv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetNamedFramebufferAttachmentParameterivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameterivEXT}(GLuint framebuffer, GLenum attachment, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetNamedFramebufferAttachmentParameterivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetNamedFramebufferParameterfvAMD (int arg0, int arg1, int arg2, int arg3, int arg4, float[] arg5, int arg6)
 Entry point to C language function: void {@native glGetNamedFramebufferParameterfvAMD}(GLuint framebuffer, GLenum pname, GLuint numsamples, GLuint pixelindex, GLsizei size, GLfloat * values)
Part of GL_AMD_framebuffer_sample_positions

More...
 
void glGetNamedFramebufferParameterfvAMD (int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.FloatBuffer arg5)
 
void glGetNamedFramebufferParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetNamedFramebufferParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetNamedFramebufferParameteriv}(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
More...
 
void glGetNamedProgramLocalParameterIivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetNamedProgramLocalParameterIivEXT}(GLuint program, GLenum target, GLuint index, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetNamedProgramLocalParameterIivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetNamedProgramLocalParameterIuivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetNamedProgramLocalParameterIuivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetNamedProgramLocalParameterIuivEXT}(GLuint program, GLenum target, GLuint index, GLuint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetNamedProgramLocalParameterdvEXT (int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
 
void glGetNamedProgramLocalParameterdvEXT (int arg0, int arg1, int arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glGetNamedProgramLocalParameterdvEXT}(GLuint program, GLenum target, GLuint index, GLdouble * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetNamedProgramLocalParameterfvEXT (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glGetNamedProgramLocalParameterfvEXT (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glGetNamedProgramLocalParameterfvEXT}(GLuint program, GLenum target, GLuint index, GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetNamedProgramStringEXT (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glGetNamedProgramivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetNamedProgramivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetNamedProgramivEXT}(GLuint program, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetNamedRenderbufferParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetNamedRenderbufferParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetNamedRenderbufferParameteriv}(GLuint renderbuffer, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetNamedRenderbufferParameterivEXT
More...
 
void glGetNamedRenderbufferParameterivEXT (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetNamedRenderbufferParameterivEXT}(GLuint renderbuffer, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetNamedRenderbufferParameterivEXT (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetNamedStringARB (int arg0, java.lang.String arg1, int arg2, java.nio.IntBuffer arg3, java.nio.ByteBuffer arg4)
 
void glGetNamedStringARB (int arg0, java.lang.String arg1, int arg2, int[] arg3, int arg4, byte[] arg5, int arg6)
 
void glGetNamedStringivARB (int arg0, java.lang.String arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetNamedStringivARB (int arg0, java.lang.String arg1, int arg2, int[] arg3, int arg4)
 
void glGetNextPerfQueryIdINTEL (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGetNextPerfQueryIdINTEL}(GLuint queryId, GLuint * nextQueryId)
Part of GL_INTEL_performance_query

More...
 
void glGetNextPerfQueryIdINTEL (int arg0, java.nio.IntBuffer arg1)
 
void glGetObjectLabel (int arg0, int arg1, int arg2, int[] arg3, int arg4, byte[] arg5, int arg6)
 Entry point to C language function: void {@native glGetObjectLabel}(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
More...
 
void glGetObjectLabel (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.ByteBuffer arg4)
 
void glGetObjectParameterfvARB (long arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetObjectParameterfvARB}(GLhandleARB obj, GLenum pname, GLfloat * params)
Part of GL_ARB_shader_objects

More...
 
void glGetObjectParameterfvARB (long arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetObjectParameterivAPPLE (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetObjectParameterivAPPLE (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetObjectParameterivAPPLE}(GLenum objectType, GLuint name, GLenum pname, GLint * params)
Part of GL_APPLE_object_purgeable

More...
 
void glGetObjectParameterivARB (long arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetObjectParameterivARB}(GLhandleARB obj, GLenum pname, GLint * params)
Part of GL_ARB_shader_objects

More...
 
void glGetObjectParameterivARB (long arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetObjectPtrLabel (java.nio.Buffer arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3)
 
void glGetObjectPtrLabel (java.nio.Buffer arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
 
void glGetOcclusionQueryivNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetOcclusionQueryivNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetOcclusionQueryivNV}(GLuint id, GLenum pname, GLint * params)
Part of GL_NV_occlusion_query

More...
 
void glGetOcclusionQueryuivNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetOcclusionQueryuivNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetOcclusionQueryuivNV}(GLuint id, GLenum pname, GLuint * params)
Part of GL_NV_occlusion_query

More...
 
void glGetPerfCounterInfoINTEL (int arg0, int arg1, int arg2, java.nio.ByteBuffer arg3, int arg4, java.nio.ByteBuffer arg5, java.nio.IntBuffer arg6, java.nio.IntBuffer arg7, java.nio.IntBuffer arg8, java.nio.IntBuffer arg9, java.nio.LongBuffer arg10)
 
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 {@native glGetPerfCounterInfoINTEL}(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

More...
 
void glGetPerfQueryDataINTEL (int arg0, int arg1, int arg2, java.nio.Buffer arg3, int[] arg4, int arg5)
 
void glGetPerfQueryDataINTEL (int arg0, int arg1, int arg2, java.nio.Buffer arg3, java.nio.IntBuffer arg4)
 
void glGetPerfQueryIdByNameINTEL (java.nio.ByteBuffer arg0, java.nio.IntBuffer arg1)
 
void glGetPerfQueryIdByNameINTEL (byte[] arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetPerfQueryIdByNameINTEL}(GLchar * queryName, GLuint * queryId)
Part of GL_INTEL_performance_query

More...
 
void glGetPerfQueryInfoINTEL (int arg0, int arg1, java.nio.ByteBuffer arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4, java.nio.IntBuffer arg5, java.nio.IntBuffer arg6)
 
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 {@native glGetPerfQueryInfoINTEL}(GLuint queryId, GLuint queryNameLength, GLchar * queryName, GLuint * dataSize, GLuint * noCounters, GLuint * noInstances, GLuint * capsMask)
Part of GL_INTEL_performance_query

More...
 
void glGetPixelMapfv (int arg0, java.nio.FloatBuffer arg1)
 
void glGetPixelMapfv (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glGetPixelMapfv}(GLenum map, GLfloat * values)
Part of GL_VERSION_1_0

More...
 
void glGetPixelMapfv (int arg0, long arg1)
 Entry point to C language function: void {@native glGetPixelMapfv}(GLenum map, GLfloat * values)
Part of GL_VERSION_1_0

More...
 
void glGetPixelMapuiv (int arg0, java.nio.IntBuffer arg1)
 
void glGetPixelMapuiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glGetPixelMapuiv}(GLenum map, GLuint * values)
Part of GL_VERSION_1_0

More...
 
void glGetPixelMapuiv (int arg0, long arg1)
 Entry point to C language function: void {@native glGetPixelMapuiv}(GLenum map, GLuint * values)
Part of GL_VERSION_1_0

More...
 
void glGetPixelMapusv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glGetPixelMapusv}(GLenum map, GLushort * values)
Part of GL_VERSION_1_0

More...
 
void glGetPixelMapusv (int arg0, java.nio.ShortBuffer arg1)
 
void glGetPixelMapusv (int arg0, long arg1)
 Entry point to C language function: void {@native glGetPixelMapusv}(GLenum map, GLushort * values)
Part of GL_VERSION_1_0

More...
 
void glGetPixelTransformParameterfvEXT (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetPixelTransformParameterfvEXT (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetPixelTransformParameterfvEXT}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_pixel_transform

More...
 
void glGetPixelTransformParameterivEXT (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetPixelTransformParameterivEXT}(GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_pixel_transform

More...
 
void glGetPixelTransformParameterivEXT (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetPointeri_vEXT (int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2)
 
void glGetPolygonStipple (long arg0)
 Entry point to C language function: void {@native glGetPolygonStipple}(GLubyte * mask)
Part of GL_VERSION_1_0

More...
 
void glGetPolygonStipple (java.nio.ByteBuffer arg0)
 
void glGetPolygonStipple (byte[] arg0, int arg1)
 Entry point to C language function: void {@native glGetPolygonStipple}(GLubyte * mask)
Part of GL_VERSION_1_0

More...
 
void glGetProgramBinary (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.IntBuffer arg3, java.nio.Buffer arg4)
 
void glGetProgramBinary (int arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5, java.nio.Buffer arg6)
 
void glGetProgramEnvParameterIivNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetProgramEnvParameterIivNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetProgramEnvParameterIivNV}(GLenum target, GLuint index, GLint * params)
Part of GL_NV_gpu_program4

More...
 
void glGetProgramEnvParameterIuivNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetProgramEnvParameterIuivNV}(GLenum target, GLuint index, GLuint * params)
Part of GL_NV_gpu_program4

More...
 
void glGetProgramEnvParameterIuivNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetProgramEnvParameterdvARB (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glGetProgramEnvParameterdvARB (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glGetProgramEnvParameterdvARB}(GLenum target, GLuint index, GLdouble * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glGetProgramEnvParameterfvARB (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetProgramEnvParameterfvARB (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetProgramEnvParameterfvARB}(GLenum target, GLuint index, GLfloat * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glGetProgramInfoLog (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3)
 
void glGetProgramInfoLog (int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
 Entry point to C language function: void {@native glGetProgramInfoLog}(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glGetProgramInterfaceiv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetProgramInterfaceiv}(GLuint program, GLenum programInterface, GLenum pname, GLint * params)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query

More...
 
void glGetProgramInterfaceiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetProgramLocalParameterIivNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetProgramLocalParameterIivNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetProgramLocalParameterIivNV}(GLenum target, GLuint index, GLint * params)
Part of GL_NV_gpu_program4

More...
 
void glGetProgramLocalParameterIuivNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetProgramLocalParameterIuivNV}(GLenum target, GLuint index, GLuint * params)
Part of GL_NV_gpu_program4

More...
 
void glGetProgramLocalParameterIuivNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetProgramLocalParameterdvARB (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glGetProgramLocalParameterdvARB (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glGetProgramLocalParameterdvARB}(GLenum target, GLuint index, GLdouble * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glGetProgramLocalParameterfvARB (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetProgramLocalParameterfvARB (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetProgramLocalParameterfvARB}(GLenum target, GLuint index, GLfloat * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glGetProgramPipelineInfoLog (int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
 Entry point to C language function: void {@native glGetProgramPipelineInfoLog}(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
More...
 
void glGetProgramPipelineInfoLog (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3)
 
void glGetProgramPipelineiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetProgramPipelineiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetProgramPipelineiv}(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
More...
 
int glGetProgramResourceIndex (int arg0, int arg1, java.nio.ByteBuffer arg2)
 
int glGetProgramResourceIndex (int arg0, int arg1, byte[] arg2, int arg3)
 Entry point to C language function: GLuint {@native glGetProgramResourceIndex}(GLuint program, GLenum programInterface, const GLchar * name)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query

More...
 
int glGetProgramResourceLocation (int arg0, int arg1, byte[] arg2, int arg3)
 Entry point to C language function: GLint {@native glGetProgramResourceLocation}(GLuint program, GLenum programInterface, const GLchar * name)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query

More...
 
int glGetProgramResourceLocation (int arg0, int arg1, java.nio.ByteBuffer arg2)
 
int glGetProgramResourceLocationIndex (int arg0, int arg1, byte[] arg2, int arg3)
 Entry point to C language function: GLint {@native glGetProgramResourceLocationIndex}(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
More...
 
int glGetProgramResourceLocationIndex (int arg0, int arg1, java.nio.ByteBuffer arg2)
 
void glGetProgramResourceName (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4, java.nio.ByteBuffer arg5)
 
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 {@native glGetProgramResourceName}(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

More...
 
void glGetProgramResourceiv (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4, int arg5, java.nio.IntBuffer arg6, java.nio.IntBuffer arg7)
 
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 {@native glGetProgramResourceiv}(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

More...
 
void glGetProgramStageiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetProgramStageiv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetProgramStageiv}(GLuint program, GLenum shadertype, GLenum pname, GLint * values)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

More...
 
void glGetProgramStringARB (int arg0, int arg1, java.nio.Buffer arg2)
 
void glGetProgramSubroutineParameteruivNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetProgramSubroutineParameteruivNV}(GLenum target, GLuint index, GLuint * param)
Part of GL_NV_gpu_program5

More...
 
void glGetProgramSubroutineParameteruivNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetProgramiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetProgramiv}(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
More...
 
void glGetProgramiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetProgramivARB (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetProgramivARB (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetProgramivARB}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glGetQueryBufferObjecti64v (int arg0, int arg1, int arg2, long arg3)
 Entry point to C language function: void {@native glGetQueryBufferObjecti64v}(GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
Part of GL_VERSION_4_5

More...
 
void glGetQueryBufferObjectiv (int arg0, int arg1, int arg2, long arg3)
 Entry point to C language function: void {@native glGetQueryBufferObjectiv}(GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
Part of GL_VERSION_4_5

More...
 
void glGetQueryBufferObjectui64v (int arg0, int arg1, int arg2, long arg3)
 Entry point to C language function: void {@native glGetQueryBufferObjectui64v}(GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
Part of GL_VERSION_4_5

More...
 
void glGetQueryBufferObjectuiv (int arg0, int arg1, int arg2, long arg3)
 Entry point to C language function: void {@native glGetQueryBufferObjectuiv}(GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
Part of GL_VERSION_4_5

More...
 
void glGetQueryIndexediv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetQueryIndexediv}(GLenum target, GLuint index, GLenum pname, GLint * params)
Part of GL_ARB_transform_feedback3, GL_VERSION_4_0

More...
 
void glGetQueryIndexediv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetQueryObjecti64v (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glGetQueryObjecti64v}(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
More...
 
void glGetQueryObjecti64v (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glGetQueryObjecti64vEXT (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glGetQueryObjecti64vEXT (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glGetQueryObjecti64vEXT}(GLuint id, GLenum pname, GLint64 * params)
Part of GL_EXT_disjoint_timer_query, GL_EXT_timer_query

More...
 
void glGetQueryObjectiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetQueryObjectiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetQueryObjectiv}(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
More...
 
void glGetQueryObjectui64v (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glGetQueryObjectui64v}(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
More...
 
void glGetQueryObjectui64v (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glGetQueryObjectui64vEXT (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glGetQueryObjectui64vEXT (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glGetQueryObjectui64vEXT}(GLuint id, GLenum pname, GLuint64 * params)
Part of GL_EXT_disjoint_timer_query, GL_EXT_timer_query

More...
 
void glGetQueryObjectuiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetQueryObjectuiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetQueryObjectuiv}(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
More...
 
void glGetQueryiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetQueryiv}(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
More...
 
void glGetQueryiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetRenderbufferParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetRenderbufferParameteriv}(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
More...
 
void glGetRenderbufferParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetSamplerParameterIiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetSamplerParameterIiv}(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
More...
 
void glGetSamplerParameterIiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetSamplerParameterIuiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetSamplerParameterIuiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetSamplerParameterIuiv}(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
More...
 
void glGetSamplerParameterfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetSamplerParameterfv}(GLuint sampler, GLenum pname, GLfloat * params)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
void glGetSamplerParameterfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetSamplerParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetSamplerParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetSamplerParameteriv}(GLuint sampler, GLenum pname, GLint * params)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
void glGetSemaphoreParameterivNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetSemaphoreParameterivNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetSemaphoreParameterivNV}(GLuint semaphore, GLenum pname, GLint * params)
Part of GL_NV_timeline_semaphore

More...
 
void glGetSemaphoreParameterui64vEXT (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glGetSemaphoreParameterui64vEXT}(GLuint semaphore, GLenum pname, GLuint64 * params)
Part of GL_EXT_semaphore

More...
 
void glGetSemaphoreParameterui64vEXT (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glGetSeparableFilter (int arg0, int arg1, int arg2, java.nio.Buffer arg3, java.nio.Buffer arg4, java.nio.Buffer arg5)
 
void glGetSeparableFilter (int arg0, int arg1, int arg2, long arg3, long arg4, long arg5)
 Entry point to C language function: void {@native glGetSeparableFilter}(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
More...
 
void glGetShaderInfoLog (int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
 Entry point to C language function: void {@native glGetShaderInfoLog}(GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glGetShaderInfoLog (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3)
 
void glGetShaderPrecisionFormat (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.IntBuffer arg3)
 
void glGetShaderPrecisionFormat (int arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5)
 Entry point to C language function: void {@native glGetShaderPrecisionFormat}(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. More...
 
void glGetShaderSource (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3)
 
void glGetShaderSource (int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
 Entry point to C language function: void {@native glGetShaderSource}(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
More...
 
void glGetShaderSourceARB (long arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
 Entry point to C language function: void {@native glGetShaderSourceARB}(GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * source)
Part of GL_ARB_shader_objects

More...
 
void glGetShaderSourceARB (long arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3)
 
void glGetShaderiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetShaderiv}(GLuint shader, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glGetShaderiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetShadingRateImagePaletteNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetShadingRateImagePaletteNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetShadingRateImagePaletteNV}(GLuint viewport, GLuint entry, GLenum * rate)
Part of GL_NV_shading_rate_image

More...
 
void glGetShadingRateSampleLocationivNV (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetShadingRateSampleLocationivNV}(GLenum rate, GLuint samples, GLuint index, GLint * location)
Part of GL_NV_shading_rate_image

More...
 
void glGetShadingRateSampleLocationivNV (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
short glGetStageIndexNV (int arg0)
 Entry point to C language function: GLushort {@native glGetStageIndexNV}(GLenum shadertype)
Part of GL_NV_command_list

More...
 
java.lang.String glGetString (int arg0)
 Entry point to C language function: const GLubyte * {@native glGetString}(GLenum name)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
java.lang.String glGetStringi (int arg0, int arg1)
 Entry point to C language function: const GLubyte * {@native glGetStringi}(GLenum name, GLuint index)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0

More...
 
int glGetSubroutineIndex (int arg0, int arg1, java.lang.String arg2)
 
int glGetSubroutineUniformLocation (int arg0, int arg1, java.lang.String arg2)
 
void glGetSynciv (long arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6)
 Entry point to C language function: void {@native glGetSynciv}(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
More...
 
void glGetSynciv (long arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4)
 
void glGetTexEnvfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetTexEnvfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTexEnvfv}(GLenum tenv, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glGetTexEnviv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTexEnviv}(GLenum tenv, GLenum pname, GLint * params)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGetTexEnviv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetTexGendv (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glGetTexGendv (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTexGendv}(GLenum coord, GLenum pname, GLdouble * params)
Part of GL_VERSION_1_0

More...
 
void glGetTexGenfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetTexGenfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTexGenfv}(GLenum coord, GLenum pname, GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenfvOES
More...
 
void glGetTexGeniv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTexGeniv}(GLenum coord, GLenum pname, GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenivOES
More...
 
void glGetTexGeniv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetTexImage (int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
 
void glGetTexImage (int arg0, int arg1, int arg2, int arg3, long arg4)
 Entry point to C language function: void {@native glGetTexImage}(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels)
Part of GL_VERSION_1_0

More...
 
void glGetTexLevelParameterfv (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glGetTexLevelParameterfv}(GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of GL_ES_VERSION_3_1, GL_VERSION_1_0

More...
 
void glGetTexLevelParameterfv (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glGetTexLevelParameteriv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetTexLevelParameteriv}(GLenum target, GLint level, GLenum pname, GLint * params)
Part of GL_ES_VERSION_3_1, GL_VERSION_1_0

More...
 
void glGetTexLevelParameteriv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetTexParameterIiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTexParameterIiv}(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
More...
 
void glGetTexParameterIiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetTexParameterIuiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetTexParameterIuiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTexParameterIuiv}(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
More...
 
void glGetTexParameterfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTexParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glGetTexParameterfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetTexParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetTexParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTexParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
long glGetTextureHandleARB (int arg0)
 Entry point to C language function: GLuint64 {@native glGetTextureHandleARB}(GLuint texture)
Part of GL_ARB_bindless_texture

More...
 
void glGetTextureImage (int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
 
void glGetTextureImageEXT (int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
 
void glGetTextureLevelParameterfv (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glGetTextureLevelParameterfv}(GLuint texture, GLint level, GLenum pname, GLfloat * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureLevelParameterfvEXT
More...
 
void glGetTextureLevelParameterfv (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glGetTextureLevelParameterfvEXT (int arg0, int arg1, int arg2, int arg3, java.nio.FloatBuffer arg4)
 
void glGetTextureLevelParameterfvEXT (int arg0, int arg1, int arg2, int arg3, float[] arg4, int arg5)
 Entry point to C language function: void {@native glGetTextureLevelParameterfvEXT}(GLuint texture, GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetTextureLevelParameteriv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetTextureLevelParameteriv}(GLuint texture, GLint level, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureLevelParameterivEXT
More...
 
void glGetTextureLevelParameteriv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetTextureLevelParameterivEXT (int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
 Entry point to C language function: void {@native glGetTextureLevelParameterivEXT}(GLuint texture, GLenum target, GLint level, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetTextureLevelParameterivEXT (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
 
void glGetTextureParameterIiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTextureParameterIiv}(GLuint texture, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureParameterIivEXT
More...
 
void glGetTextureParameterIiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetTextureParameterIivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetTextureParameterIivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetTextureParameterIivEXT}(GLuint texture, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetTextureParameterIuiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetTextureParameterIuiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTextureParameterIuiv}(GLuint texture, GLenum pname, GLuint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureParameterIuivEXT
More...
 
void glGetTextureParameterIuivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetTextureParameterIuivEXT}(GLuint texture, GLenum target, GLenum pname, GLuint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetTextureParameterIuivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetTextureParameterfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTextureParameterfv}(GLuint texture, GLenum pname, GLfloat * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureParameterfvEXT
More...
 
void glGetTextureParameterfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetTextureParameterfvEXT (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glGetTextureParameterfvEXT (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glGetTextureParameterfvEXT}(GLuint texture, GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetTextureParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetTextureParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTextureParameteriv}(GLuint texture, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureParameterivEXT
More...
 
void glGetTextureParameterivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetTextureParameterivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetTextureParameterivEXT}(GLuint texture, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
long glGetTextureSamplerHandleARB (int arg0, int arg1)
 Entry point to C language function: GLuint64 {@native glGetTextureSamplerHandleARB}(GLuint texture, GLuint sampler)
Part of GL_ARB_bindless_texture

More...
 
void glGetTextureSubImage (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, java.nio.Buffer arg11)
 
void glGetTransformFeedbackVarying (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4, java.nio.IntBuffer arg5, java.nio.ByteBuffer arg6)
 
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 {@native glGetTransformFeedbackVarying}(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
More...
 
void glGetTransformFeedbacki64_v (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glGetTransformFeedbacki64_v}(GLuint xfb, GLenum pname, GLuint index, GLint64 * param)
Part of GL_VERSION_4_5

More...
 
void glGetTransformFeedbacki64_v (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glGetTransformFeedbacki_v (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetTransformFeedbacki_v}(GLuint xfb, GLenum pname, GLuint index, GLint * param)
Part of GL_VERSION_4_5

More...
 
void glGetTransformFeedbacki_v (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetTransformFeedbackiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetTransformFeedbackiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetTransformFeedbackiv}(GLuint xfb, GLenum pname, GLint * param)
Part of GL_VERSION_4_5

More...
 
int glGetUniformBlockIndex (int arg0, java.lang.String arg1)
 
int glGetUniformBufferSizeEXT (int arg0, int arg1)
 Entry point to C language function: GLint {@native glGetUniformBufferSizeEXT}(GLuint program, GLint location)
Part of GL_EXT_bindable_uniform

More...
 
void glGetUniformIndices (int arg0, int arg1, java.lang.String[] arg2, int[] arg3, int arg4)
 
void glGetUniformIndices (int arg0, int arg1, java.lang.String[] arg2, java.nio.IntBuffer arg3)
 
int glGetUniformLocation (int arg0, java.lang.String arg1)
 
int glGetUniformLocationARB (long arg0, java.lang.String arg1)
 
long glGetUniformOffsetEXT (int arg0, int arg1)
 Entry point to C language function: GLintptr {@native glGetUniformOffsetEXT}(GLuint program, GLint location)
Part of GL_EXT_bindable_uniform

More...
 
void glGetUniformSubroutineuiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetUniformSubroutineuiv}(GLenum shadertype, GLint location, GLuint * params)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

More...
 
void glGetUniformSubroutineuiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetUniformdv (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glGetUniformdv (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glGetUniformdv}(GLuint program, GLint location, GLdouble * params)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glGetUniformfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetUniformfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetUniformfv}(GLuint program, GLint location, GLfloat * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glGetUniformfvARB
More...
 
void glGetUniformfvARB (long arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetUniformfvARB}(GLhandleARB programObj, GLint location, GLfloat * params)
Part of GL_ARB_shader_objects

More...
 
void glGetUniformfvARB (long arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetUniformi64vARB (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glGetUniformi64vARB}(GLuint program, GLint location, GLint64 * params)
Part of GL_ARB_gpu_shader_int64

More...
 
void glGetUniformi64vARB (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glGetUniformi64vNV (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glGetUniformi64vNV}(GLuint program, GLint location, GLint64EXT * params)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glGetUniformi64vNV (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glGetUniformiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetUniformiv}(GLuint program, GLint location, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glGetUniformivARB
More...
 
void glGetUniformiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetUniformivARB (long arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetUniformivARB}(GLhandleARB programObj, GLint location, GLint * params)
Part of GL_ARB_shader_objects

More...
 
void glGetUniformivARB (long arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetUniformui64vARB (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glGetUniformui64vARB}(GLuint program, GLint location, GLuint64 * params)
Part of GL_ARB_gpu_shader_int64

More...
 
void glGetUniformui64vARB (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glGetUniformui64vNV (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glGetUniformui64vNV (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glGetUniformui64vNV}(GLuint program, GLint location, GLuint64EXT * params)
Part of GL_NV_shader_buffer_load, GL_AMD_gpu_shader_int64

More...
 
void glGetUniformuiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetUniformuiv}(GLuint program, GLint location, GLuint * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glGetUniformuivEXT
More...
 
void glGetUniformuiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetUnsignedBytei_vEXT (int arg0, int arg1, java.nio.ByteBuffer arg2)
 
void glGetUnsignedBytei_vEXT (int arg0, int arg1, byte[] arg2, int arg3)
 Entry point to C language function: void {@native glGetUnsignedBytei_vEXT}(GLenum target, GLuint index, GLubyte * data)
Part of GL_EXT_memory_object

More...
 
void glGetUnsignedBytevEXT (int arg0, java.nio.ByteBuffer arg1)
 
void glGetUnsignedBytevEXT (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glGetUnsignedBytevEXT}(GLenum pname, GLubyte * data)
Part of GL_EXT_memory_object

More...
 
void glGetVariantBooleanvEXT (int arg0, int arg1, java.nio.ByteBuffer arg2)
 
void glGetVariantBooleanvEXT (int arg0, int arg1, byte[] arg2, int arg3)
 Entry point to C language function: void {@native glGetVariantBooleanvEXT}(GLuint id, GLenum value, GLboolean * data)
Part of GL_EXT_vertex_shader

More...
 
void glGetVariantFloatvEXT (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetVariantFloatvEXT}(GLuint id, GLenum value, GLfloat * data)
Part of GL_EXT_vertex_shader

More...
 
void glGetVariantFloatvEXT (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetVariantIntegervEXT (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetVariantIntegervEXT}(GLuint id, GLenum value, GLint * data)
Part of GL_EXT_vertex_shader

More...
 
void glGetVariantIntegervEXT (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetVertexArrayIndexed64iv (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glGetVertexArrayIndexed64iv}(GLuint vaobj, GLuint index, GLenum pname, GLint64 * param)
Part of GL_VERSION_4_5

More...
 
void glGetVertexArrayIndexed64iv (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glGetVertexArrayIndexediv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetVertexArrayIndexediv}(GLuint vaobj, GLuint index, GLenum pname, GLint * param)
Part of GL_VERSION_4_5

More...
 
void glGetVertexArrayIndexediv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetVertexArrayIntegeri_vEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetVertexArrayIntegeri_vEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetVertexArrayIntegeri_vEXT}(GLuint vaobj, GLuint index, GLenum pname, GLint * param)
Part of GL_EXT_direct_state_access

More...
 
void glGetVertexArrayIntegervEXT (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetVertexArrayIntegervEXT (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetVertexArrayIntegervEXT}(GLuint vaobj, GLenum pname, GLint * param)
Part of GL_EXT_direct_state_access

More...
 
void glGetVertexArrayPointeri_vEXT (int arg0, int arg1, int arg2, com.jogamp.common.nio.PointerBuffer arg3)
 
void glGetVertexArrayPointervEXT (int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2)
 
void glGetVertexArrayiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetVertexArrayiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetVertexArrayiv}(GLuint vaobj, GLenum pname, GLint * param)
Part of GL_VERSION_4_5

More...
 
void glGetVertexAttribIiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetVertexAttribIiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetVertexAttribIiv}(GLuint index, GLenum pname, GLint * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glGetVertexAttribIivEXT
More...
 
void glGetVertexAttribIuiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetVertexAttribIuiv}(GLuint index, GLenum pname, GLuint * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glGetVertexAttribIuivEXT
More...
 
void glGetVertexAttribIuiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetVertexAttribLdv (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glGetVertexAttribLdv (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glGetVertexAttribLdv}(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
More...
 
void glGetVertexAttribLi64vNV (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glGetVertexAttribLi64vNV (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glGetVertexAttribLi64vNV}(GLuint index, GLenum pname, GLint64EXT * params)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glGetVertexAttribLui64vARB (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glGetVertexAttribLui64vARB}(GLuint index, GLenum pname, GLuint64EXT * params)
Part of GL_ARB_bindless_texture

More...
 
void glGetVertexAttribLui64vARB (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glGetVertexAttribLui64vNV (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glGetVertexAttribLui64vNV (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glGetVertexAttribLui64vNV}(GLuint index, GLenum pname, GLuint64EXT * params)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glGetVertexAttribdv (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glGetVertexAttribdv (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glGetVertexAttribdv}(GLuint index, GLenum pname, GLdouble * params)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glGetVertexAttribdvARB, glGetVertexAttribdvNV
More...
 
void glGetVertexAttribdvARB (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glGetVertexAttribdvARB}(GLuint index, GLenum pname, GLdouble * params)
Part of GL_ARB_vertex_program

More...
 
void glGetVertexAttribdvARB (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glGetVertexAttribfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetVertexAttribfv}(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
More...
 
void glGetVertexAttribfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetVertexAttribfvARB (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetVertexAttribfvARB (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetVertexAttribfvARB}(GLuint index, GLenum pname, GLfloat * params)
Part of GL_ARB_vertex_program

More...
 
void glGetVertexAttribiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetVertexAttribiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetVertexAttribiv}(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
More...
 
void glGetVertexAttribivARB (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetVertexAttribivARB (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetVertexAttribivARB}(GLuint index, GLenum pname, GLint * params)
Part of GL_ARB_vertex_program

More...
 
void glGetVideoCaptureStreamdvNV (int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
 
void glGetVideoCaptureStreamdvNV (int arg0, int arg1, int arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glGetVideoCaptureStreamdvNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, GLdouble * params)
Part of GL_NV_video_capture

More...
 
void glGetVideoCaptureStreamfvNV (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glGetVideoCaptureStreamfvNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, GLfloat * params)
Part of GL_NV_video_capture

More...
 
void glGetVideoCaptureStreamfvNV (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glGetVideoCaptureStreamivNV (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetVideoCaptureStreamivNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, GLint * params)
Part of GL_NV_video_capture

More...
 
void glGetVideoCaptureStreamivNV (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetVideoCaptureivNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetVideoCaptureivNV}(GLuint video_capture_slot, GLenum pname, GLint * params)
Part of GL_NV_video_capture

More...
 
void glGetVideoCaptureivNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
long glGetVkProcAddrNV (byte[] arg0, int arg1)
 Entry point to C language function: GLVULKANPROCNV {@native glGetVkProcAddrNV}(const GLchar * name)
Part of GL_NV_draw_vulkan_image

More...
 
long glGetVkProcAddrNV (java.nio.ByteBuffer arg0)
 
void glGetnColorTable (int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
 
void glGetnCompressedTexImage (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glGetnConvolutionFilter (int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
 
void glGetnHistogram (int arg0, boolean arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
 
void glGetnMapdv (int arg0, int arg1, int arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glGetnMapdv}(GLenum target, GLenum query, GLsizei bufSize, GLdouble * v)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnMapdvARB
More...
 
void glGetnMapdv (int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
 
void glGetnMapfv (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glGetnMapfv}(GLenum target, GLenum query, GLsizei bufSize, GLfloat * v)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnMapfvARB
More...
 
void glGetnMapfv (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glGetnMapiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetnMapiv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetnMapiv}(GLenum target, GLenum query, GLsizei bufSize, GLint * v)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnMapivARB
More...
 
void glGetnMinmax (int arg0, boolean arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
 
void glGetnPixelMapfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glGetnPixelMapfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glGetnPixelMapfv}(GLenum map, GLsizei bufSize, GLfloat * values)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnPixelMapfvARB
More...
 
void glGetnPixelMapuiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glGetnPixelMapuiv}(GLenum map, GLsizei bufSize, GLuint * values)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnPixelMapuivARB
More...
 
void glGetnPixelMapuiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glGetnPixelMapusv (int arg0, int arg1, short[] arg2, int arg3)
 Entry point to C language function: void {@native glGetnPixelMapusv}(GLenum map, GLsizei bufSize, GLushort * values)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnPixelMapusvARB
More...
 
void glGetnPixelMapusv (int arg0, int arg1, java.nio.ShortBuffer arg2)
 
void glGetnPolygonStipple (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glGetnPolygonStipple}(GLsizei bufSize, GLubyte * pattern)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnPolygonStippleARB
More...
 
void glGetnPolygonStipple (int arg0, java.nio.ByteBuffer arg1)
 
void glGetnSeparableFilter (int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4, int arg5, java.nio.Buffer arg6, java.nio.Buffer arg7)
 
void glGetnTexImage (int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
 
void glGetnUniformdv (int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
 
void glGetnUniformdv (int arg0, int arg1, int arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glGetnUniformdv}(GLuint program, GLint location, GLsizei bufSize, GLdouble * params)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnUniformdvARB
More...
 
void glGetnUniformfv (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glGetnUniformfv}(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
More...
 
void glGetnUniformfv (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glGetnUniformi64vARB (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glGetnUniformi64vARB}(GLuint program, GLint location, GLsizei bufSize, GLint64 * params)
Part of GL_ARB_gpu_shader_int64

More...
 
void glGetnUniformi64vARB (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glGetnUniformiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glGetnUniformiv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetnUniformiv}(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
More...
 
void glGetnUniformui64vARB (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glGetnUniformui64vARB (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glGetnUniformui64vARB}(GLuint program, GLint location, GLsizei bufSize, GLuint64 * params)
Part of GL_ARB_gpu_shader_int64

More...
 
void glGetnUniformuiv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glGetnUniformuiv}(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
More...
 
void glGetnUniformuiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glHint (int arg0, int arg1)
 Entry point to C language function: void {@native glHint}(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
More...
 
void glHistogram (int arg0, int arg1, int arg2, boolean arg3)
 Entry point to C language function: void {@native glHistogram}(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glHistogramEXT
More...
 
void glImportMemoryFdEXT (int arg0, long arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glImportMemoryFdEXT}(GLuint memory, GLuint64 size, GLenum handleType, GLint fd)
Part of GL_EXT_memory_object_fd

More...
 
void glImportMemoryWin32HandleEXT (int arg0, long arg1, int arg2, java.nio.Buffer arg3)
 
void glImportMemoryWin32NameEXT (int arg0, long arg1, int arg2, java.nio.Buffer arg3)
 
void glImportSemaphoreFdEXT (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glImportSemaphoreFdEXT}(GLuint semaphore, GLenum handleType, GLint fd)
Part of GL_EXT_semaphore_fd

More...
 
void glImportSemaphoreWin32HandleEXT (int arg0, int arg1, java.nio.Buffer arg2)
 
void glImportSemaphoreWin32NameEXT (int arg0, int arg1, java.nio.Buffer arg2)
 
long glImportSyncEXT (int arg0, long arg1, int arg2)
 Entry point to C language function: GLsync {@native glImportSyncEXT}(GLenum external_sync_type, GLintptr external_sync, GLbitfield flags)
Part of GL_EXT_x11_sync_object

More...
 
void glIndexFormatNV (int arg0, int arg1)
 Entry point to C language function: void {@native glIndexFormatNV}(GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glIndexFuncEXT (int arg0, float arg1)
 Entry point to C language function: void {@native glIndexFuncEXT}(GLenum func, GLclampf ref)
Part of GL_EXT_index_func

More...
 
void glIndexMask (int arg0)
 Entry point to C language function: void {@native glIndexMask}(GLuint mask)
Part of GL_VERSION_1_0

More...
 
void glIndexMaterialEXT (int arg0, int arg1)
 Entry point to C language function: void {@native glIndexMaterialEXT}(GLenum face, GLenum mode)
Part of GL_EXT_index_material

More...
 
void glIndexPointer (int arg0, int arg1, java.nio.Buffer arg2)
 
void glIndexd (double arg0)
 Entry point to C language function: void {@native glIndexd}(GLdouble c)
Part of GL_VERSION_1_0

More...
 
void glIndexdv (java.nio.DoubleBuffer arg0)
 
void glIndexdv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glIndexdv}(const GLdouble * c)
Part of GL_VERSION_1_0

More...
 
void glIndexf (float arg0)
 Entry point to C language function: void {@native glIndexf}(GLfloat c)
Part of GL_VERSION_1_0

More...
 
void glIndexfv (java.nio.FloatBuffer arg0)
 
void glIndexfv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glIndexfv}(const GLfloat * c)
Part of GL_VERSION_1_0

More...
 
void glIndexi (int arg0)
 Entry point to C language function: void {@native glIndexi}(GLint c)
Part of GL_VERSION_1_0

More...
 
void glIndexiv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glIndexiv}(const GLint * c)
Part of GL_VERSION_1_0

More...
 
void glIndexiv (java.nio.IntBuffer arg0)
 
void glIndexs (short arg0)
 Entry point to C language function: void {@native glIndexs}(GLshort c)
Part of GL_VERSION_1_0

More...
 
void glIndexsv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glIndexsv}(const GLshort * c)
Part of GL_VERSION_1_0

More...
 
void glIndexsv (java.nio.ShortBuffer arg0)
 
void glIndexub (byte arg0)
 Entry point to C language function: void {@native glIndexub}(GLubyte c)
Part of GL_VERSION_1_1

More...
 
void glIndexubv (byte[] arg0, int arg1)
 Entry point to C language function: void {@native glIndexubv}(const GLubyte * c)
Part of GL_VERSION_1_1

More...
 
void glIndexubv (java.nio.ByteBuffer arg0)
 
void glInitNames ()
 Entry point to C language function: void {@native glInitNames}()
Part of GL_VERSION_1_0

More...
 
void glInsertComponentEXT (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glInsertComponentEXT}(GLuint res, GLuint src, GLuint num)
Part of GL_EXT_vertex_shader

More...
 
void glInterleavedArrays (int arg0, int arg1, long arg2)
 Entry point to C language function: void {@native glInterleavedArrays}(GLenum format, GLsizei stride, const GLvoid * pointer)
Part of GL_VERSION_1_1

More...
 
void glInterleavedArrays (int arg0, int arg1, java.nio.Buffer arg2)
 
void glInvalidateBufferData (int arg0)
 Entry point to C language function: void {@native glInvalidateBufferData}(GLuint buffer)
Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3

More...
 
void glInvalidateBufferSubData (int arg0, long arg1, long arg2)
 Entry point to C language function: void {@native glInvalidateBufferSubData}(GLuint buffer, GLintptr offset, GLsizeiptr length)
Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3

More...
 
void glInvalidateFramebuffer (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glInvalidateFramebuffer}(GLenum target, GLsizei numAttachments, const GLenum * attachments)
Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0

More...
 
void glInvalidateFramebuffer (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glInvalidateNamedFramebufferData (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glInvalidateNamedFramebufferData}(GLuint framebuffer, GLsizei numAttachments, const GLenum * attachments)
Part of GL_VERSION_4_5

More...
 
void glInvalidateNamedFramebufferData (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glInvalidateNamedFramebufferSubData (int arg0, int arg1, java.nio.IntBuffer arg2, int arg3, int arg4, int arg5, int arg6)
 
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 {@native glInvalidateNamedFramebufferSubData}(GLuint framebuffer, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_VERSION_4_5

More...
 
void glInvalidateSubFramebuffer (int arg0, int arg1, java.nio.IntBuffer arg2, int arg3, int arg4, int arg5, int arg6)
 
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 {@native glInvalidateSubFramebuffer}(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

More...
 
void glInvalidateTexImage (int arg0, int arg1)
 Entry point to C language function: void {@native glInvalidateTexImage}(GLuint texture, GLint level)
Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3

More...
 
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 {@native glInvalidateTexSubImage}(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

More...
 
boolean glIsBuffer (int arg0)
 Entry point to C language function: GLboolean {@native glIsBuffer}(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
More...
 
boolean glIsBufferResidentNV (int arg0)
 Entry point to C language function: GLboolean {@native glIsBufferResidentNV}(GLenum target)
Part of GL_NV_shader_buffer_load

More...
 
boolean glIsCommandListNV (int arg0)
 Entry point to C language function: GLboolean {@native glIsCommandListNV}(GLuint list)
Part of GL_NV_command_list

More...
 
boolean glIsEnabled (int arg0)
 Entry point to C language function: GLboolean {@native glIsEnabled}(GLenum cap)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
boolean glIsEnabledIndexed (int arg0, int arg1)
 Entry point to C language function: GLboolean {@native glIsEnabledIndexed}(GLenum target, GLuint index)
Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
Alias for: glIsEnabledIndexedEXT
More...
 
boolean glIsEnabledi (int arg0, int arg1)
 Entry point to C language function: GLboolean {@native glIsEnabledi}(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
More...
 
boolean glIsFramebuffer (int arg0)
 Entry point to C language function: GLboolean {@native glIsFramebuffer}(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
More...
 
boolean glIsImageHandleResidentARB (long arg0)
 Entry point to C language function: GLboolean {@native glIsImageHandleResidentARB}(GLuint64 handle)
Part of GL_ARB_bindless_texture

More...
 
boolean glIsList (int arg0)
 Entry point to C language function: GLboolean {@native glIsList}(GLuint list)
Part of GL_VERSION_1_0

More...
 
boolean glIsMemoryObjectEXT (int arg0)
 Entry point to C language function: GLboolean {@native glIsMemoryObjectEXT}(GLuint memoryObject)
Part of GL_EXT_memory_object

More...
 
boolean glIsNameAMD (int arg0, int arg1)
 Entry point to C language function: GLboolean {@native glIsNameAMD}(GLenum identifier, GLuint name)
Part of GL_AMD_name_gen_delete

More...
 
boolean glIsNamedBufferResidentNV (int arg0)
 Entry point to C language function: GLboolean {@native glIsNamedBufferResidentNV}(GLuint buffer)
Part of GL_NV_shader_buffer_load

More...
 
boolean glIsNamedStringARB (int arg0, java.lang.String arg1)
 
boolean glIsOcclusionQueryNV (int arg0)
 Entry point to C language function: GLboolean {@native glIsOcclusionQueryNV}(GLuint id)
Part of GL_NV_occlusion_query

More...
 
boolean glIsProgram (int arg0)
 Entry point to C language function: GLboolean {@native glIsProgram}(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
More...
 
boolean glIsProgramARB (int arg0)
 Entry point to C language function: GLboolean {@native glIsProgramARB}(GLuint program)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
boolean glIsProgramPipeline (int arg0)
 Entry point to C language function: GLboolean {@native glIsProgramPipeline}(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
More...
 
boolean glIsQuery (int arg0)
 Entry point to C language function: GLboolean {@native glIsQuery}(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
More...
 
boolean glIsRenderbuffer (int arg0)
 Entry point to C language function: GLboolean {@native glIsRenderbuffer}(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
More...
 
boolean glIsSampler (int arg0)
 Entry point to C language function: GLboolean {@native glIsSampler}(GLuint sampler)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
boolean glIsSemaphoreEXT (int arg0)
 Entry point to C language function: GLboolean {@native glIsSemaphoreEXT}(GLuint semaphore)
Part of GL_EXT_semaphore

More...
 
boolean glIsShader (int arg0)
 Entry point to C language function: GLboolean {@native glIsShader}(GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
boolean glIsStateNV (int arg0)
 Entry point to C language function: GLboolean {@native glIsStateNV}(GLuint state)
Part of GL_NV_command_list

More...
 
boolean glIsSync (long arg0)
 Entry point to C language function: GLboolean {@native glIsSync}(GLsync sync)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: glIsSyncAPPLE
More...
 
boolean glIsTexture (int arg0)
 Entry point to C language function: GLboolean {@native glIsTexture}(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
More...
 
boolean glIsTextureHandleResidentARB (long arg0)
 Entry point to C language function: GLboolean {@native glIsTextureHandleResidentARB}(GLuint64 handle)
Part of GL_ARB_bindless_texture

More...
 
boolean glIsTransformFeedback (int arg0)
 Entry point to C language function: GLboolean {@native glIsTransformFeedback}(GLuint id)
Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: glIsTransformFeedbackNV
More...
 
boolean glIsTransformFeedbackNV (int arg0)
 Entry point to C language function: GLboolean {@native glIsTransformFeedbackNV}(GLuint id)
Part of GL_NV_transform_feedback2

More...
 
boolean glIsVariantEnabledEXT (int arg0, int arg1)
 Entry point to C language function: GLboolean {@native glIsVariantEnabledEXT}(GLuint id, GLenum cap)
Part of GL_EXT_vertex_shader

More...
 
boolean glIsVertexArray (int arg0)
 Entry point to C language function: GLboolean {@native glIsVertexArray}(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
More...
 
boolean glIsVertexAttribEnabledAPPLE (int arg0, int arg1)
 Entry point to C language function: GLboolean {@native glIsVertexAttribEnabledAPPLE}(GLuint index, GLenum pname)
Part of GL_APPLE_vertex_program_evaluators

More...
 
void glLGPUCopyImageSubDataNVX (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, int arg15, int arg16)
 Entry point to C language function: void {@native glLGPUCopyImageSubDataNVX}(GLuint sourceGpu, GLbitfield destinationGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srxY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)
Part of GL_NVX_linked_gpu_multicast

More...
 
void glLGPUInterlockNVX ()
 Entry point to C language function: void {@native glLGPUInterlockNVX}()
Part of GL_NVX_linked_gpu_multicast

More...
 
void glLGPUNamedBufferSubDataNVX (int arg0, int arg1, long arg2, long arg3, java.nio.Buffer arg4)
 
void glLightModelf (int arg0, float arg1)
 Entry point to C language function: void {@native glLightModelf}(GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glLightModelfv (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glLightModelfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glLightModelfv (int arg0, java.nio.FloatBuffer arg1)
 
void glLightModeli (int arg0, int arg1)
 Entry point to C language function: void {@native glLightModeli}(GLenum pname, GLint param)
Part of GL_VERSION_1_0

More...
 
void glLightModeliv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glLightModeliv}(GLenum pname, const GLint * params)
Part of GL_VERSION_1_0

More...
 
void glLightModeliv (int arg0, java.nio.IntBuffer arg1)
 
void glLightf (int arg0, int arg1, float arg2)
 Entry point to C language function: void {@native glLightf}(GLenum light, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glLightfv (int arg0, int arg1, float[] arg2, int arg3)
 
void glLightfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glLighti (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glLighti}(GLenum light, GLenum pname, GLint param)
Part of GL_VERSION_1_0

More...
 
void glLightiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glLightiv}(GLenum light, GLenum pname, const GLint * params)
Part of GL_VERSION_1_0

More...
 
void glLightiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glLineStipple (int arg0, short arg1)
 Entry point to C language function: void {@native glLineStipple}(GLint factor, GLushort pattern)
Part of GL_VERSION_1_0

More...
 
void glLineWidth (float arg0)
 Entry point to C language function: void {@native glLineWidth}(GLfloat width)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glLinkProgram (int arg0)
 Entry point to C language function: void {@native glLinkProgram}(GLuint program)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glLinkProgramARB
More...
 
void glLinkProgramARB (long arg0)
 Entry point to C language function: void {@native glLinkProgramARB}(GLhandleARB programObj)
Part of GL_ARB_shader_objects

More...
 
void glListBase (int arg0)
 Entry point to C language function: void {@native glListBase}(GLuint base)
Part of GL_VERSION_1_0

More...
 
void glListDrawCommandsStatesClientNV (int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4, java.nio.IntBuffer arg5, int arg6)
 
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)
 
void glLoadIdentity ()
 Load the current matrix with the identity matrix. More...
 
void glLoadMatrixd (double[] arg0, int arg1)
 Entry point to C language function: void {@native glLoadMatrixd}(const GLdouble * m)
Part of GL_VERSION_1_0

More...
 
void glLoadMatrixd (java.nio.DoubleBuffer arg0)
 
void glLoadMatrixf (float[] arg0, int arg1)
 Load the current matrix w/ the provided one. More...
 
void glLoadMatrixf (java.nio.FloatBuffer arg0)
 Load the current matrix w/ the provided one. More...
 
void glLoadName (int arg0)
 Entry point to C language function: void {@native glLoadName}(GLuint name)
Part of GL_VERSION_1_0

More...
 
void glLoadTransposeMatrixd (double[] arg0, int arg1)
 Entry point to C language function: void {@native glLoadTransposeMatrixd}(const GLdouble * m)
Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: glLoadTransposeMatrixdARB
More...
 
void glLoadTransposeMatrixd (java.nio.DoubleBuffer arg0)
 
void glLoadTransposeMatrixf (float[] arg0, int arg1)
 Entry point to C language function: void {@native glLoadTransposeMatrixf}(const GLfloat * m)
Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: glLoadTransposeMatrixfARB
More...
 
void glLoadTransposeMatrixf (java.nio.FloatBuffer arg0)
 
void glLockArraysEXT (int arg0, int arg1)
 Entry point to C language function: void {@native glLockArraysEXT}(GLint first, GLsizei count)
Part of GL_EXT_compiled_vertex_array

More...
 
void glLogicOp (int arg0)
 Entry point to C language function: void {@native glLogicOp}(GLenum opcode)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glMakeBufferNonResidentNV (int arg0)
 Entry point to C language function: void {@native glMakeBufferNonResidentNV}(GLenum target)
Part of GL_NV_shader_buffer_load

More...
 
void glMakeBufferResidentNV (int arg0, int arg1)
 Entry point to C language function: void {@native glMakeBufferResidentNV}(GLenum target, GLenum access)
Part of GL_NV_shader_buffer_load

More...
 
void glMakeImageHandleNonResidentARB (long arg0)
 Entry point to C language function: void {@native glMakeImageHandleNonResidentARB}(GLuint64 handle)
Part of GL_ARB_bindless_texture

More...
 
void glMakeImageHandleResidentARB (long arg0, int arg1)
 Entry point to C language function: void {@native glMakeImageHandleResidentARB}(GLuint64 handle, GLenum access)
Part of GL_ARB_bindless_texture

More...
 
void glMakeNamedBufferNonResidentNV (int arg0)
 Entry point to C language function: void {@native glMakeNamedBufferNonResidentNV}(GLuint buffer)
Part of GL_NV_shader_buffer_load

More...
 
void glMakeNamedBufferResidentNV (int arg0, int arg1)
 Entry point to C language function: void {@native glMakeNamedBufferResidentNV}(GLuint buffer, GLenum access)
Part of GL_NV_shader_buffer_load

More...
 
void glMakeTextureHandleNonResidentARB (long arg0)
 Entry point to C language function: void {@native glMakeTextureHandleNonResidentARB}(GLuint64 handle)
Part of GL_ARB_bindless_texture

More...
 
void glMakeTextureHandleResidentARB (long arg0)
 Entry point to C language function: void {@native glMakeTextureHandleResidentARB}(GLuint64 handle)
Part of GL_ARB_bindless_texture

More...
 
void glMap1d (int arg0, double arg1, double arg2, int arg3, int arg4, java.nio.DoubleBuffer arg5)
 
void glMap1d (int arg0, double arg1, double arg2, int arg3, int arg4, double[] arg5, int arg6)
 Entry point to C language function: void {@native glMap1d}(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
Part of GL_VERSION_1_0

More...
 
void glMap1f (int arg0, float arg1, float arg2, int arg3, int arg4, java.nio.FloatBuffer arg5)
 
void glMap1f (int arg0, float arg1, float arg2, int arg3, int arg4, float[] arg5, int arg6)
 Entry point to C language function: void {@native glMap1f}(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
Part of GL_VERSION_1_0

More...
 
void glMap2d (int arg0, double arg1, double arg2, int arg3, int arg4, double arg5, double arg6, int arg7, int arg8, java.nio.DoubleBuffer arg9)
 
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 {@native glMap2d}(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

More...
 
void glMap2f (int arg0, float arg1, float arg2, int arg3, int arg4, float arg5, float arg6, int arg7, int arg8, java.nio.FloatBuffer arg9)
 
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 {@native glMap2f}(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

More...
 
java.nio.ByteBuffer glMapBuffer (int arg0, int arg1)
 Entry point to C language function: void * {@native glMapBuffer}(GLenum target, GLenum access)
Part of GL_VERSION_1_5, GL_OES_mapbuffer, GL_ARB_vertex_buffer_object
Alias for: glMapBufferOES, glMapBufferARB
More...
 
java.nio.ByteBuffer glMapBufferRange (int arg0, long arg1, long arg2, int arg3)
 Entry point to C language function: void * {@native glMapBufferRange}(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
More...
 
void glMapControlPointsNV (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, boolean arg7, java.nio.Buffer arg8)
 
void glMapGrid1d (int arg0, double arg1, double arg2)
 Entry point to C language function: void {@native glMapGrid1d}(GLint un, GLdouble u1, GLdouble u2)
Part of GL_VERSION_1_0

More...
 
void glMapGrid1f (int arg0, float arg1, float arg2)
 Entry point to C language function: void {@native glMapGrid1f}(GLint un, GLfloat u1, GLfloat u2)
Part of GL_VERSION_1_0

More...
 
void glMapGrid2d (int arg0, double arg1, double arg2, int arg3, double arg4, double arg5)
 Entry point to C language function: void {@native glMapGrid2d}(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)
Part of GL_VERSION_1_0

More...
 
void glMapGrid2f (int arg0, float arg1, float arg2, int arg3, float arg4, float arg5)
 Entry point to C language function: void {@native glMapGrid2f}(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)
Part of GL_VERSION_1_0

More...
 
java.nio.ByteBuffer glMapNamedBuffer (int arg0, int arg1)
 Entry point to C language function: void * {@native glMapNamedBuffer}(GLuint buffer, GLenum access)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glMapNamedBufferEXT
More...
 
java.nio.ByteBuffer glMapNamedBufferEXT (int arg0, int arg1)
 Entry point to C language function: void * {@native glMapNamedBufferEXT}(GLuint buffer, GLenum access)
Part of GL_EXT_direct_state_access

More...
 
java.nio.ByteBuffer glMapNamedBufferRange (int arg0, long arg1, long arg2, int arg3)
 Entry point to C language function: void * {@native glMapNamedBufferRange}(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glMapNamedBufferRangeEXT
More...
 
java.nio.ByteBuffer glMapNamedBufferRangeEXT (int arg0, long arg1, long arg2, int arg3)
 Entry point to C language function: void * {@native glMapNamedBufferRangeEXT}(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access)
Part of GL_EXT_direct_state_access

More...
 
void glMapParameterfvNV (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glMapParameterfvNV (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glMapParameterfvNV}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_NV_evaluators

More...
 
void glMapParameterivNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glMapParameterivNV}(GLenum target, GLenum pname, const GLint * params)
Part of GL_NV_evaluators

More...
 
void glMapParameterivNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
java.nio.ByteBuffer glMapTexture2DINTEL (int arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6)
 Entry point to C language function: void * {@native glMapTexture2DINTEL}(GLuint texture, GLint level, GLbitfield access, GLint * stride, GLenum * layout)
Part of GL_INTEL_map_texture

More...
 
java.nio.ByteBuffer glMapTexture2DINTEL (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4)
 
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 {@native glMapVertexAttrib1dAPPLE}(GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
Part of GL_APPLE_vertex_program_evaluators

More...
 
void glMapVertexAttrib1dAPPLE (int arg0, int arg1, double arg2, double arg3, int arg4, int arg5, java.nio.DoubleBuffer arg6)
 
void glMapVertexAttrib1fAPPLE (int arg0, int arg1, float arg2, float arg3, int arg4, int arg5, java.nio.FloatBuffer arg6)
 
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 {@native glMapVertexAttrib1fAPPLE}(GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
Part of GL_APPLE_vertex_program_evaluators

More...
 
void glMapVertexAttrib2dAPPLE (int arg0, int arg1, double arg2, double arg3, int arg4, int arg5, double arg6, double arg7, int arg8, int arg9, java.nio.DoubleBuffer arg10)
 
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 {@native glMapVertexAttrib2dAPPLE}(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

More...
 
void glMapVertexAttrib2fAPPLE (int arg0, int arg1, float arg2, float arg3, int arg4, int arg5, float arg6, float arg7, int arg8, int arg9, java.nio.FloatBuffer arg10)
 
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 {@native glMapVertexAttrib2fAPPLE}(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

More...
 
void glMaterialf (int arg0, int arg1, float arg2)
 
void glMaterialfv (int arg0, int arg1, float[] arg2, int arg3)
 
void glMaterialfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glMateriali (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glMateriali}(GLenum face, GLenum pname, GLint param)
Part of GL_VERSION_1_0

More...
 
void glMaterialiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glMaterialiv}(GLenum face, GLenum pname, const GLint * params)
Part of GL_VERSION_1_0

More...
 
void glMaterialiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glMatrixFrustumEXT (int arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
 Entry point to C language function: void {@native glMatrixFrustumEXT}(GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixIndexPointerARB (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glMatrixIndexPointerARB (int arg0, int arg1, int arg2, long arg3)
 Entry point to C language function: void {@native glMatrixIndexPointerARB}(GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_ARB_matrix_palette

More...
 
void glMatrixIndexubvARB (int arg0, java.nio.ByteBuffer arg1)
 
void glMatrixIndexubvARB (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glMatrixIndexubvARB}(GLint size, const GLubyte * indices)
Part of GL_ARB_matrix_palette

More...
 
void glMatrixIndexuivARB (int arg0, java.nio.IntBuffer arg1)
 
void glMatrixIndexuivARB (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glMatrixIndexuivARB}(GLint size, const GLuint * indices)
Part of GL_ARB_matrix_palette

More...
 
void glMatrixIndexusvARB (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glMatrixIndexusvARB}(GLint size, const GLushort * indices)
Part of GL_ARB_matrix_palette

More...
 
void glMatrixIndexusvARB (int arg0, java.nio.ShortBuffer arg1)
 
void glMatrixLoadIdentityEXT (int arg0)
 Entry point to C language function: void {@native glMatrixLoadIdentityEXT}(GLenum mode)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixLoadTransposedEXT (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glMatrixLoadTransposedEXT}(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixLoadTransposedEXT (int arg0, java.nio.DoubleBuffer arg1)
 
void glMatrixLoadTransposefEXT (int arg0, java.nio.FloatBuffer arg1)
 
void glMatrixLoadTransposefEXT (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glMatrixLoadTransposefEXT}(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixLoaddEXT (int arg0, java.nio.DoubleBuffer arg1)
 
void glMatrixLoaddEXT (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glMatrixLoaddEXT}(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixLoadfEXT (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glMatrixLoadfEXT}(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixLoadfEXT (int arg0, java.nio.FloatBuffer arg1)
 
void glMatrixMode (int arg0)
 Sets the current matrix mode. More...
 
void glMatrixMultTransposedEXT (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glMatrixMultTransposedEXT}(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixMultTransposedEXT (int arg0, java.nio.DoubleBuffer arg1)
 
void glMatrixMultTransposefEXT (int arg0, java.nio.FloatBuffer arg1)
 
void glMatrixMultTransposefEXT (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glMatrixMultTransposefEXT}(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixMultdEXT (int arg0, java.nio.DoubleBuffer arg1)
 
void glMatrixMultdEXT (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glMatrixMultdEXT}(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixMultfEXT (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glMatrixMultfEXT}(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixMultfEXT (int arg0, java.nio.FloatBuffer arg1)
 
void glMatrixOrthoEXT (int arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
 Entry point to C language function: void {@native glMatrixOrthoEXT}(GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixPopEXT (int arg0)
 Entry point to C language function: void {@native glMatrixPopEXT}(GLenum mode)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixPushEXT (int arg0)
 Entry point to C language function: void {@native glMatrixPushEXT}(GLenum mode)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixRotatedEXT (int arg0, double arg1, double arg2, double arg3, double arg4)
 Entry point to C language function: void {@native glMatrixRotatedEXT}(GLenum mode, GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixRotatefEXT (int arg0, float arg1, float arg2, float arg3, float arg4)
 Entry point to C language function: void {@native glMatrixRotatefEXT}(GLenum mode, GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixScaledEXT (int arg0, double arg1, double arg2, double arg3)
 Entry point to C language function: void {@native glMatrixScaledEXT}(GLenum mode, GLdouble x, GLdouble y, GLdouble z)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixScalefEXT (int arg0, float arg1, float arg2, float arg3)
 Entry point to C language function: void {@native glMatrixScalefEXT}(GLenum mode, GLfloat x, GLfloat y, GLfloat z)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixTranslatedEXT (int arg0, double arg1, double arg2, double arg3)
 Entry point to C language function: void {@native glMatrixTranslatedEXT}(GLenum mode, GLdouble x, GLdouble y, GLdouble z)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixTranslatefEXT (int arg0, float arg1, float arg2, float arg3)
 Entry point to C language function: void {@native glMatrixTranslatefEXT}(GLenum mode, GLfloat x, GLfloat y, GLfloat z)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMaxShaderCompilerThreadsARB (int arg0)
 Entry point to C language function: void {@native glMaxShaderCompilerThreadsARB}(GLuint count)
Part of GL_ARB_parallel_shader_compile

More...
 
void glMaxShaderCompilerThreadsKHR (int arg0)
 Entry point to C language function: void {@native glMaxShaderCompilerThreadsKHR}(GLuint count)
Part of GL_KHR_parallel_shader_compile

More...
 
void glMemoryBarrier (int arg0)
 Entry point to C language function: void {@native glMemoryBarrier}(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
More...
 
void glMemoryBarrierByRegion (int arg0)
 Entry point to C language function: void {@native glMemoryBarrierByRegion}(GLbitfield barriers)
Part of GL_VERSION_4_5, GL_ES_VERSION_3_1

More...
 
void glMemoryObjectParameterivEXT (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glMemoryObjectParameterivEXT}(GLuint memoryObject, GLenum pname, const GLint * params)
Part of GL_EXT_memory_object

More...
 
void glMemoryObjectParameterivEXT (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glMinSampleShading (float arg0)
 Entry point to C language function: void {@native glMinSampleShading}(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
More...
 
void glMinmax (int arg0, int arg1, boolean arg2)
 Entry point to C language function: void {@native glMinmax}(GLenum target, GLenum internalformat, GLboolean sink)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glMinmaxEXT
More...
 
void glMultMatrixd (double[] arg0, int arg1)
 Entry point to C language function: void {@native glMultMatrixd}(const GLdouble * m)
Part of GL_VERSION_1_0

More...
 
void glMultMatrixd (java.nio.DoubleBuffer arg0)
 
void glMultMatrixf (java.nio.FloatBuffer arg0)
 Multiply the current matrix: [c] = [c] x [m]. More...
 
void glMultMatrixf (float[] arg0, int arg1)
 Multiply the current matrix: [c] = [c] x [m]. More...
 
void glMultTransposeMatrixd (java.nio.DoubleBuffer arg0)
 
void glMultTransposeMatrixd (double[] arg0, int arg1)
 Entry point to C language function: void {@native glMultTransposeMatrixd}(const GLdouble * m)
Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: glMultTransposeMatrixdARB
More...
 
void glMultTransposeMatrixf (java.nio.FloatBuffer arg0)
 
void glMultTransposeMatrixf (float[] arg0, int arg1)
 Entry point to C language function: void {@native glMultTransposeMatrixf}(const GLfloat * m)
Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: glMultTransposeMatrixfARB
More...
 
void glMultiDrawArrays (int arg0, java.nio.IntBuffer arg1, java.nio.IntBuffer arg2, int arg3)
 
void glMultiDrawArrays (int arg0, int[] arg1, int arg2, int[] arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glMultiDrawArrays}(GLenum mode, const GLint * first, const GLsizei * count, GLsizei drawcount)
Part of GL_VERSION_1_4, GL_EXT_multi_draw_arrays
Alias for: glMultiDrawArraysEXT
More...
 
void glMultiDrawArraysIndirect (int arg0, long arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glMultiDrawArraysIndirect}(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
More...
 
void glMultiDrawArraysIndirect (int arg0, java.nio.Buffer arg1, int arg2, int arg3)
 
void glMultiDrawArraysIndirectAMD (int arg0, java.nio.Buffer arg1, int arg2, int arg3)
 
void glMultiDrawArraysIndirectBindlessCountNV (int arg0, java.nio.Buffer arg1, int arg2, int arg3, int arg4, int arg5)
 
void glMultiDrawArraysIndirectBindlessNV (int arg0, java.nio.Buffer arg1, int arg2, int arg3, int arg4)
 
void glMultiDrawArraysIndirectCount (int arg0, java.nio.Buffer arg1, long arg2, int arg3, int arg4)
 
void glMultiDrawElements (int arg0, java.nio.IntBuffer arg1, int arg2, com.jogamp.common.nio.PointerBuffer arg3, int arg4)
 
void glMultiDrawElementsBaseVertex (int arg0, java.nio.IntBuffer arg1, int arg2, com.jogamp.common.nio.PointerBuffer arg3, int arg4, java.nio.IntBuffer arg5)
 
void glMultiDrawElementsIndirect (int arg0, int arg1, long arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glMultiDrawElementsIndirect}(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
More...
 
void glMultiDrawElementsIndirectAMD (int arg0, int arg1, java.nio.Buffer arg2, int arg3, int arg4)
 
void glMultiDrawElementsIndirectBindlessCountNV (int arg0, int arg1, java.nio.Buffer arg2, int arg3, int arg4, int arg5, int arg6)
 
void glMultiDrawElementsIndirectBindlessNV (int arg0, int arg1, java.nio.Buffer arg2, int arg3, int arg4, int arg5)
 
void glMultiDrawElementsIndirectCount (int arg0, int arg1, java.nio.Buffer arg2, long arg3, int arg4, int arg5)
 
void glMultiDrawMeshTasksIndirectCountNV (long arg0, long arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glMultiDrawMeshTasksIndirectCountNV}(GLintptr indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride)
Part of GL_NV_mesh_shader

More...
 
void glMultiDrawMeshTasksIndirectNV (long arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glMultiDrawMeshTasksIndirectNV}(GLintptr indirect, GLsizei drawcount, GLsizei stride)
Part of GL_NV_mesh_shader

More...
 
void glMultiTexBufferEXT (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glMultiTexBufferEXT}(GLenum texunit, GLenum target, GLenum internalformat, GLuint buffer)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexCoord1bOES (int arg0, byte arg1)
 Entry point to C language function: void {@native glMultiTexCoord1bOES}(GLenum texture, GLbyte s)
Part of GL_OES_byte_coordinates

More...
 
void glMultiTexCoord1bvOES (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord1bvOES}(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glMultiTexCoord1bvOES (int arg0, java.nio.ByteBuffer arg1)
 
void glMultiTexCoord1d (int arg0, double arg1)
 Entry point to C language function: void {@native glMultiTexCoord1d}(GLenum target, GLdouble s)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1dARB
More...
 
void glMultiTexCoord1dv (int arg0, java.nio.DoubleBuffer arg1)
 
void glMultiTexCoord1dv (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord1dv}(GLenum target, const GLdouble * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1dvARB
More...
 
void glMultiTexCoord1f (int arg0, float arg1)
 Entry point to C language function: void {@native glMultiTexCoord1f}(GLenum target, GLfloat s)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1fARB
More...
 
void glMultiTexCoord1fv (int arg0, java.nio.FloatBuffer arg1)
 
void glMultiTexCoord1fv (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord1fv}(GLenum target, const GLfloat * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1fvARB
More...
 
void glMultiTexCoord1h (int arg0, short arg1)
 Entry point to C language function: void {@native glMultiTexCoord1h}(GLenum target, GLhalfNV s)
Part of GL_NV_half_float
Alias for: glMultiTexCoord1hNV
More...
 
void glMultiTexCoord1hv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord1hv}(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glMultiTexCoord1hvNV
More...
 
void glMultiTexCoord1hv (int arg0, java.nio.ShortBuffer arg1)
 
void glMultiTexCoord1i (int arg0, int arg1)
 Entry point to C language function: void {@native glMultiTexCoord1i}(GLenum target, GLint s)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1iARB
More...
 
void glMultiTexCoord1iv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord1iv}(GLenum target, const GLint * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1ivARB
More...
 
void glMultiTexCoord1iv (int arg0, java.nio.IntBuffer arg1)
 
void glMultiTexCoord1s (int arg0, short arg1)
 Entry point to C language function: void {@native glMultiTexCoord1s}(GLenum target, GLshort s)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1sARB
More...
 
void glMultiTexCoord1sv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord1sv}(GLenum target, const GLshort * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1svARB
More...
 
void glMultiTexCoord1sv (int arg0, java.nio.ShortBuffer arg1)
 
void glMultiTexCoord2bOES (int arg0, byte arg1, byte arg2)
 Entry point to C language function: void {@native glMultiTexCoord2bOES}(GLenum texture, GLbyte s, GLbyte t)
Part of GL_OES_byte_coordinates

More...
 
void glMultiTexCoord2bvOES (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord2bvOES}(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glMultiTexCoord2bvOES (int arg0, java.nio.ByteBuffer arg1)
 
void glMultiTexCoord2d (int arg0, double arg1, double arg2)
 Entry point to C language function: void {@native glMultiTexCoord2d}(GLenum target, GLdouble s, GLdouble t)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2dARB
More...
 
void glMultiTexCoord2dv (int arg0, java.nio.DoubleBuffer arg1)
 
void glMultiTexCoord2dv (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord2dv}(GLenum target, const GLdouble * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2dvARB
More...
 
void glMultiTexCoord2f (int arg0, float arg1, float arg2)
 Entry point to C language function: void {@native glMultiTexCoord2f}(GLenum target, GLfloat s, GLfloat t)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2fARB
More...
 
void glMultiTexCoord2fv (int arg0, java.nio.FloatBuffer arg1)
 
void glMultiTexCoord2fv (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord2fv}(GLenum target, const GLfloat * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2fvARB
More...
 
void glMultiTexCoord2h (int arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glMultiTexCoord2h}(GLenum target, GLhalfNV s, GLhalfNV t)
Part of GL_NV_half_float
Alias for: glMultiTexCoord2hNV
More...
 
void glMultiTexCoord2hv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord2hv}(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glMultiTexCoord2hvNV
More...
 
void glMultiTexCoord2hv (int arg0, java.nio.ShortBuffer arg1)
 
void glMultiTexCoord2i (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord2i}(GLenum target, GLint s, GLint t)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2iARB
More...
 
void glMultiTexCoord2iv (int arg0, java.nio.IntBuffer arg1)
 
void glMultiTexCoord2iv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord2iv}(GLenum target, const GLint * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2ivARB
More...
 
void glMultiTexCoord2s (int arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glMultiTexCoord2s}(GLenum target, GLshort s, GLshort t)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2sARB
More...
 
void glMultiTexCoord2sv (int arg0, java.nio.ShortBuffer arg1)
 
void glMultiTexCoord2sv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord2sv}(GLenum target, const GLshort * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2svARB
More...
 
void glMultiTexCoord3bOES (int arg0, byte arg1, byte arg2, byte arg3)
 Entry point to C language function: void {@native glMultiTexCoord3bOES}(GLenum texture, GLbyte s, GLbyte t, GLbyte r)
Part of GL_OES_byte_coordinates

More...
 
void glMultiTexCoord3bvOES (int arg0, java.nio.ByteBuffer arg1)
 
void glMultiTexCoord3bvOES (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord3bvOES}(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glMultiTexCoord3d (int arg0, double arg1, double arg2, double arg3)
 Entry point to C language function: void {@native glMultiTexCoord3d}(GLenum target, GLdouble s, GLdouble t, GLdouble r)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3dARB
More...
 
void glMultiTexCoord3dv (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord3dv}(GLenum target, const GLdouble * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3dvARB
More...
 
void glMultiTexCoord3dv (int arg0, java.nio.DoubleBuffer arg1)
 
void glMultiTexCoord3f (int arg0, float arg1, float arg2, float arg3)
 Entry point to C language function: void {@native glMultiTexCoord3f}(GLenum target, GLfloat s, GLfloat t, GLfloat r)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3fARB
More...
 
void glMultiTexCoord3fv (int arg0, java.nio.FloatBuffer arg1)
 
void glMultiTexCoord3fv (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord3fv}(GLenum target, const GLfloat * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3fvARB
More...
 
void glMultiTexCoord3h (int arg0, short arg1, short arg2, short arg3)
 Entry point to C language function: void {@native glMultiTexCoord3h}(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r)
Part of GL_NV_half_float
Alias for: glMultiTexCoord3hNV
More...
 
void glMultiTexCoord3hv (int arg0, java.nio.ShortBuffer arg1)
 
void glMultiTexCoord3hv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord3hv}(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glMultiTexCoord3hvNV
More...
 
void glMultiTexCoord3i (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glMultiTexCoord3i}(GLenum target, GLint s, GLint t, GLint r)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3iARB
More...
 
void glMultiTexCoord3iv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord3iv}(GLenum target, const GLint * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3ivARB
More...
 
void glMultiTexCoord3iv (int arg0, java.nio.IntBuffer arg1)
 
void glMultiTexCoord3s (int arg0, short arg1, short arg2, short arg3)
 Entry point to C language function: void {@native glMultiTexCoord3s}(GLenum target, GLshort s, GLshort t, GLshort r)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3sARB
More...
 
void glMultiTexCoord3sv (int arg0, java.nio.ShortBuffer arg1)
 
void glMultiTexCoord3sv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord3sv}(GLenum target, const GLshort * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3svARB
More...
 
void glMultiTexCoord4bOES (int arg0, byte arg1, byte arg2, byte arg3, byte arg4)
 Entry point to C language function: void {@native glMultiTexCoord4bOES}(GLenum texture, GLbyte s, GLbyte t, GLbyte r, GLbyte q)
Part of GL_OES_byte_coordinates

More...
 
void glMultiTexCoord4bvOES (int arg0, java.nio.ByteBuffer arg1)
 
void glMultiTexCoord4bvOES (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord4bvOES}(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glMultiTexCoord4d (int arg0, double arg1, double arg2, double arg3, double arg4)
 Entry point to C language function: void {@native glMultiTexCoord4d}(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4dARB
More...
 
void glMultiTexCoord4dv (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord4dv}(GLenum target, const GLdouble * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4dvARB
More...
 
void glMultiTexCoord4dv (int arg0, java.nio.DoubleBuffer arg1)
 
void glMultiTexCoord4f (int arg0, float arg1, float arg2, float arg3, float arg4)
 Entry point to C language function: void {@native glMultiTexCoord4f}(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
More...
 
void glMultiTexCoord4fv (int arg0, java.nio.FloatBuffer arg1)
 
void glMultiTexCoord4fv (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord4fv}(GLenum target, const GLfloat * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4fvARB
More...
 
void glMultiTexCoord4h (int arg0, short arg1, short arg2, short arg3, short arg4)
 Entry point to C language function: void {@native glMultiTexCoord4h}(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q)
Part of GL_NV_half_float
Alias for: glMultiTexCoord4hNV
More...
 
void glMultiTexCoord4hv (int arg0, java.nio.ShortBuffer arg1)
 
void glMultiTexCoord4hv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord4hv}(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glMultiTexCoord4hvNV
More...
 
void glMultiTexCoord4i (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glMultiTexCoord4i}(GLenum target, GLint s, GLint t, GLint r, GLint q)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4iARB
More...
 
void glMultiTexCoord4iv (int arg0, java.nio.IntBuffer arg1)
 
void glMultiTexCoord4iv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord4iv}(GLenum target, const GLint * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4ivARB
More...
 
void glMultiTexCoord4s (int arg0, short arg1, short arg2, short arg3, short arg4)
 Entry point to C language function: void {@native glMultiTexCoord4s}(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4sARB
More...
 
void glMultiTexCoord4sv (int arg0, java.nio.ShortBuffer arg1)
 
void glMultiTexCoord4sv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoord4sv}(GLenum target, const GLshort * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4svARB
More...
 
void glMultiTexCoordP1ui (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoordP1ui}(GLenum texture, GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glMultiTexCoordP1uiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glMultiTexCoordP1uiv}(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glMultiTexCoordP1uiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glMultiTexCoordP2ui (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoordP2ui}(GLenum texture, GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glMultiTexCoordP2uiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glMultiTexCoordP2uiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glMultiTexCoordP2uiv}(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glMultiTexCoordP3ui (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoordP3ui}(GLenum texture, GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glMultiTexCoordP3uiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glMultiTexCoordP3uiv}(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glMultiTexCoordP3uiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glMultiTexCoordP4ui (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexCoordP4ui}(GLenum texture, GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glMultiTexCoordP4uiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glMultiTexCoordP4uiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glMultiTexCoordP4uiv}(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glMultiTexCoordPointerEXT (int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
 
void glMultiTexEnvfEXT (int arg0, int arg1, int arg2, float arg3)
 Entry point to C language function: void {@native glMultiTexEnvfEXT}(GLenum texunit, GLenum target, GLenum pname, GLfloat param)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexEnvfvEXT (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glMultiTexEnvfvEXT}(GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexEnvfvEXT (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glMultiTexEnviEXT (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glMultiTexEnviEXT}(GLenum texunit, GLenum target, GLenum pname, GLint param)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexEnvivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glMultiTexEnvivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glMultiTexEnvivEXT}(GLenum texunit, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexGendEXT (int arg0, int arg1, int arg2, double arg3)
 Entry point to C language function: void {@native glMultiTexGendEXT}(GLenum texunit, GLenum coord, GLenum pname, GLdouble param)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexGendvEXT (int arg0, int arg1, int arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glMultiTexGendvEXT}(GLenum texunit, GLenum coord, GLenum pname, const GLdouble * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexGendvEXT (int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
 
void glMultiTexGenfEXT (int arg0, int arg1, int arg2, float arg3)
 Entry point to C language function: void {@native glMultiTexGenfEXT}(GLenum texunit, GLenum coord, GLenum pname, GLfloat param)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexGenfvEXT (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glMultiTexGenfvEXT}(GLenum texunit, GLenum coord, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexGenfvEXT (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glMultiTexGeniEXT (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glMultiTexGeniEXT}(GLenum texunit, GLenum coord, GLenum pname, GLint param)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexGenivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glMultiTexGenivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glMultiTexGenivEXT}(GLenum texunit, GLenum coord, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexImage1DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
 
void glMultiTexImage2DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, java.nio.Buffer arg9)
 
void glMultiTexImage3DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, java.nio.Buffer arg10)
 
void glMultiTexParameterIivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glMultiTexParameterIivEXT}(GLenum texunit, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexParameterIivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glMultiTexParameterIuivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glMultiTexParameterIuivEXT}(GLenum texunit, GLenum target, GLenum pname, const GLuint * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexParameterIuivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glMultiTexParameterfEXT (int arg0, int arg1, int arg2, float arg3)
 Entry point to C language function: void {@native glMultiTexParameterfEXT}(GLenum texunit, GLenum target, GLenum pname, GLfloat param)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexParameterfvEXT (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glMultiTexParameterfvEXT}(GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexParameterfvEXT (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glMultiTexParameteriEXT (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glMultiTexParameteriEXT}(GLenum texunit, GLenum target, GLenum pname, GLint param)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexParameterivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glMultiTexParameterivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glMultiTexParameterivEXT}(GLenum texunit, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexRenderbufferEXT (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glMultiTexRenderbufferEXT}(GLenum texunit, GLenum target, GLuint renderbuffer)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexSubImage1DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
 
void glMultiTexSubImage2DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, java.nio.Buffer arg9)
 
void glMultiTexSubImage3DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, java.nio.Buffer arg11)
 
void glMulticastBarrierNV ()
 Entry point to C language function: void {@native glMulticastBarrierNV}()
Part of GL_NV_gpu_multicast

More...
 
void glMulticastBlitFramebufferNV (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 {@native glMulticastBlitFramebufferNV}(GLuint srcGpu, GLuint dstGpu, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Part of GL_NV_gpu_multicast

More...
 
void glMulticastBufferSubDataNV (int arg0, int arg1, long arg2, long arg3, java.nio.Buffer arg4)
 
void glMulticastCopyBufferSubDataNV (int arg0, int arg1, int arg2, int arg3, long arg4, long arg5, long arg6)
 Entry point to C language function: void {@native glMulticastCopyBufferSubDataNV}(GLuint readGpu, GLbitfield writeGpuMask, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Part of GL_NV_gpu_multicast

More...
 
void glMulticastCopyImageSubDataNV (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, int arg15, int arg16)
 Entry point to C language function: void {@native glMulticastCopyImageSubDataNV}(GLuint srcGpu, GLbitfield dstGpuMask, 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_NV_gpu_multicast

More...
 
void glMulticastFramebufferSampleLocationsfvNV (int arg0, int arg1, int arg2, int arg3, float[] arg4, int arg5)
 Entry point to C language function: void {@native glMulticastFramebufferSampleLocationsfvNV}(GLuint gpu, GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_NV_gpu_multicast

More...
 
void glMulticastFramebufferSampleLocationsfvNV (int arg0, int arg1, int arg2, int arg3, java.nio.FloatBuffer arg4)
 
void glMulticastGetQueryObjecti64vNV (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glMulticastGetQueryObjecti64vNV}(GLuint gpu, GLuint id, GLenum pname, GLint64 * params)
Part of GL_NV_gpu_multicast

More...
 
void glMulticastGetQueryObjecti64vNV (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glMulticastGetQueryObjectivNV (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glMulticastGetQueryObjectivNV (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glMulticastGetQueryObjectivNV}(GLuint gpu, GLuint id, GLenum pname, GLint * params)
Part of GL_NV_gpu_multicast

More...
 
void glMulticastGetQueryObjectui64vNV (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glMulticastGetQueryObjectui64vNV (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glMulticastGetQueryObjectui64vNV}(GLuint gpu, GLuint id, GLenum pname, GLuint64 * params)
Part of GL_NV_gpu_multicast

More...
 
void glMulticastGetQueryObjectuivNV (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glMulticastGetQueryObjectuivNV (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glMulticastGetQueryObjectuivNV}(GLuint gpu, GLuint id, GLenum pname, GLuint * params)
Part of GL_NV_gpu_multicast

More...
 
void glMulticastScissorArrayvNVX (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glMulticastScissorArrayvNVX (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glMulticastScissorArrayvNVX}(GLuint gpu, GLuint first, GLsizei count, const GLint * v)
Part of GL_NVX_gpu_multicast2

More...
 
void glMulticastViewportArrayvNVX (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glMulticastViewportArrayvNVX}(GLuint gpu, GLuint first, GLsizei count, const GLfloat * v)
Part of GL_NVX_gpu_multicast2

More...
 
void glMulticastViewportArrayvNVX (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glMulticastViewportPositionWScaleNVX (int arg0, int arg1, float arg2, float arg3)
 Entry point to C language function: void {@native glMulticastViewportPositionWScaleNVX}(GLuint gpu, GLuint index, GLfloat xcoeff, GLfloat ycoeff)
Part of GL_NVX_gpu_multicast2

More...
 
void glMulticastWaitSyncNV (int arg0, int arg1)
 Entry point to C language function: void {@native glMulticastWaitSyncNV}(GLuint signalGpu, GLbitfield waitGpuMask)
Part of GL_NV_gpu_multicast

More...
 
void glNamedBufferAttachMemoryNV (int arg0, int arg1, long arg2)
 Entry point to C language function: void {@native glNamedBufferAttachMemoryNV}(GLuint buffer, GLuint memory, GLuint64 offset)
Part of GL_NV_memory_attachment

More...
 
void glNamedBufferData (int arg0, long arg1, java.nio.Buffer arg2, int arg3)
 
void glNamedBufferDataEXT (int arg0, long arg1, java.nio.Buffer arg2, int arg3)
 
void glNamedBufferPageCommitmentARB (int arg0, long arg1, long arg2, boolean arg3)
 Entry point to C language function: void {@native glNamedBufferPageCommitmentARB}(GLuint buffer, GLintptr offset, GLsizeiptr size, GLboolean commit)
Part of GL_ARB_sparse_buffer

More...
 
void glNamedBufferPageCommitmentEXT (int arg0, long arg1, long arg2, boolean arg3)
 Entry point to C language function: void {@native glNamedBufferPageCommitmentEXT}(GLuint buffer, GLintptr offset, GLsizeiptr size, GLboolean commit)
Part of GL_ARB_sparse_buffer

More...
 
void glNamedBufferPageCommitmentMemNV (int arg0, long arg1, long arg2, int arg3, long arg4, boolean arg5)
 Entry point to C language function: void {@native glNamedBufferPageCommitmentMemNV}(GLuint buffer, GLintptr offset, GLsizeiptr size, GLuint memory, GLuint64 memOffset, GLboolean commit)
Part of GL_NV_memory_object_sparse

More...
 
void glNamedBufferStorage (int arg0, long arg1, java.nio.Buffer arg2, int arg3)
 
void glNamedBufferStorageEXT (int arg0, long arg1, java.nio.Buffer arg2, int arg3)
 
void glNamedBufferStorageExternalEXT (int arg0, long arg1, long arg2, java.nio.Buffer arg3, int arg4)
 
void glNamedBufferStorageMemEXT (int arg0, long arg1, int arg2, long arg3)
 Entry point to C language function: void {@native glNamedBufferStorageMemEXT}(GLuint buffer, GLsizeiptr size, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glNamedBufferSubData (int arg0, long arg1, long arg2, java.nio.Buffer arg3)
 
void glNamedBufferSubDataEXT (int arg0, long arg1, long arg2, java.nio.Buffer arg3)
 
void glNamedCopyBufferSubDataEXT (int arg0, int arg1, long arg2, long arg3, long arg4)
 Entry point to C language function: void {@native glNamedCopyBufferSubDataEXT}(GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Part of GL_EXT_direct_state_access

More...
 
void glNamedFramebufferDrawBuffer (int arg0, int arg1)
 Entry point to C language function: void {@native glNamedFramebufferDrawBuffer}(GLuint framebuffer, GLenum buf)
Part of GL_VERSION_4_5

More...
 
void glNamedFramebufferDrawBuffers (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glNamedFramebufferDrawBuffers}(GLuint framebuffer, GLsizei n, const GLenum * bufs)
Part of GL_VERSION_4_5

More...
 
void glNamedFramebufferDrawBuffers (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glNamedFramebufferParameteri (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glNamedFramebufferParameteri}(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
More...
 
void glNamedFramebufferReadBuffer (int arg0, int arg1)
 Entry point to C language function: void {@native glNamedFramebufferReadBuffer}(GLuint framebuffer, GLenum src)
Part of GL_VERSION_4_5

More...
 
void glNamedFramebufferRenderbuffer (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glNamedFramebufferRenderbuffer}(GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glNamedFramebufferRenderbufferEXT
More...
 
void glNamedFramebufferRenderbufferEXT (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glNamedFramebufferRenderbufferEXT}(GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Part of GL_EXT_direct_state_access

More...
 
void glNamedFramebufferSampleLocationsfvARB (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvARB}(GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_ARB_sample_locations

More...
 
void glNamedFramebufferSampleLocationsfvARB (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glNamedFramebufferSampleLocationsfvNV (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvNV}(GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_NV_sample_locations

More...
 
void glNamedFramebufferSampleLocationsfvNV (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glNamedFramebufferSamplePositionsfvAMD (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glNamedFramebufferSamplePositionsfvAMD}(GLuint framebuffer, GLuint numsamples, GLuint pixelindex, const GLfloat * values)
Part of GL_AMD_framebuffer_sample_positions

More...
 
void glNamedFramebufferSamplePositionsfvAMD (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glNamedFramebufferTexture (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glNamedFramebufferTexture}(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glNamedFramebufferTextureEXT
More...
 
void glNamedFramebufferTexture1DEXT (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glNamedFramebufferTexture1DEXT}(GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Part of GL_EXT_direct_state_access

More...
 
void glNamedFramebufferTexture2DEXT (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glNamedFramebufferTexture2DEXT}(GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Part of GL_EXT_direct_state_access

More...
 
void glNamedFramebufferTexture3DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glNamedFramebufferTexture3DEXT}(GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
Part of GL_EXT_direct_state_access

More...
 
void glNamedFramebufferTextureEXT (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glNamedFramebufferTextureEXT}(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level)
Part of GL_EXT_direct_state_access

More...
 
void glNamedFramebufferTextureFaceEXT (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glNamedFramebufferTextureFaceEXT}(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLenum face)
Part of GL_EXT_direct_state_access

More...
 
void glNamedFramebufferTextureLayer (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glNamedFramebufferTextureLayer}(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glNamedFramebufferTextureLayerEXT
More...
 
void glNamedFramebufferTextureLayerEXT (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glNamedFramebufferTextureLayerEXT}(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer)
Part of GL_EXT_direct_state_access

More...
 
void glNamedFramebufferTextureMultiviewOVR (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glNamedFramebufferTextureMultiviewOVR}(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews)
Part of GL_OVR_multiview

More...
 
void glNamedProgramLocalParameter4dEXT (int arg0, int arg1, int arg2, double arg3, double arg4, double arg5, double arg6)
 Entry point to C language function: void {@native glNamedProgramLocalParameter4dEXT}(GLuint program, GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParameter4dvEXT (int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
 
void glNamedProgramLocalParameter4dvEXT (int arg0, int arg1, int arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glNamedProgramLocalParameter4dvEXT}(GLuint program, GLenum target, GLuint index, const GLdouble * params)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParameter4fEXT (int arg0, int arg1, int arg2, float arg3, float arg4, float arg5, float arg6)
 Entry point to C language function: void {@native glNamedProgramLocalParameter4fEXT}(GLuint program, GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParameter4fvEXT (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glNamedProgramLocalParameter4fvEXT}(GLuint program, GLenum target, GLuint index, const GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParameter4fvEXT (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glNamedProgramLocalParameterI4iEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
 Entry point to C language function: void {@native glNamedProgramLocalParameterI4iEXT}(GLuint program, GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParameterI4ivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glNamedProgramLocalParameterI4ivEXT}(GLuint program, GLenum target, GLuint index, const GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParameterI4ivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glNamedProgramLocalParameterI4uiEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
 Entry point to C language function: void {@native glNamedProgramLocalParameterI4uiEXT}(GLuint program, GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParameterI4uivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glNamedProgramLocalParameterI4uivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glNamedProgramLocalParameterI4uivEXT}(GLuint program, GLenum target, GLuint index, const GLuint * params)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParameters4fvEXT (int arg0, int arg1, int arg2, int arg3, java.nio.FloatBuffer arg4)
 
void glNamedProgramLocalParameters4fvEXT (int arg0, int arg1, int arg2, int arg3, float[] arg4, int arg5)
 Entry point to C language function: void {@native glNamedProgramLocalParameters4fvEXT}(GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParametersI4ivEXT (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
 
void glNamedProgramLocalParametersI4ivEXT (int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
 Entry point to C language function: void {@native glNamedProgramLocalParametersI4ivEXT}(GLuint program, GLenum target, GLuint index, GLsizei count, const GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParametersI4uivEXT (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
 
void glNamedProgramLocalParametersI4uivEXT (int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
 Entry point to C language function: void {@native glNamedProgramLocalParametersI4uivEXT}(GLuint program, GLenum target, GLuint index, GLsizei count, const GLuint * params)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramStringEXT (int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
 
void glNamedRenderbufferStorage (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glNamedRenderbufferStorage}(GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glNamedRenderbufferStorageEXT
More...
 
void glNamedRenderbufferStorageEXT (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glNamedRenderbufferStorageEXT}(GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_EXT_direct_state_access

More...
 
void glNamedRenderbufferStorageMultisample (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glNamedRenderbufferStorageMultisample}(GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glNamedRenderbufferStorageMultisampleEXT
More...
 
void glNamedRenderbufferStorageMultisampleAdvancedAMD (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleAdvancedAMD}(GLuint renderbuffer, GLsizei samples, GLsizei storageSamples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_AMD_framebuffer_multisample_advanced

More...
 
void glNamedRenderbufferStorageMultisampleCoverageEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleCoverageEXT}(GLuint renderbuffer, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_EXT_direct_state_access

More...
 
void glNamedRenderbufferStorageMultisampleEXT (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleEXT}(GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_EXT_direct_state_access

More...
 
void glNamedStringARB (int arg0, int arg1, java.lang.String arg2, int arg3, java.lang.String arg4)
 
void glNewList (int arg0, int arg1)
 Entry point to C language function: void {@native glNewList}(GLuint list, GLenum mode)
Part of GL_VERSION_1_0

More...
 
void glNormal3b (byte arg0, byte arg1, byte arg2)
 Entry point to C language function: void {@native glNormal3b}(GLbyte nx, GLbyte ny, GLbyte nz)
Part of GL_VERSION_1_0

More...
 
void glNormal3bv (java.nio.ByteBuffer arg0)
 
void glNormal3bv (byte[] arg0, int arg1)
 Entry point to C language function: void {@native glNormal3bv}(const GLbyte * v)
Part of GL_VERSION_1_0

More...
 
void glNormal3d (double arg0, double arg1, double arg2)
 Entry point to C language function: void {@native glNormal3d}(GLdouble nx, GLdouble ny, GLdouble nz)
Part of GL_VERSION_1_0

More...
 
void glNormal3dv (java.nio.DoubleBuffer arg0)
 
void glNormal3dv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glNormal3dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glNormal3f (float arg0, float arg1, float arg2)
 Entry point to C language function: void {@native glNormal3f}(GLfloat nx, GLfloat ny, GLfloat nz)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glNormal3fv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glNormal3fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glNormal3fv (java.nio.FloatBuffer arg0)
 
void glNormal3h (short arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glNormal3h}(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz)
Part of GL_NV_half_float
Alias for: glNormal3hNV
More...
 
void glNormal3hv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glNormal3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glNormal3hvNV
More...
 
void glNormal3hv (java.nio.ShortBuffer arg0)
 
void glNormal3i (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glNormal3i}(GLint nx, GLint ny, GLint nz)
Part of GL_VERSION_1_0

More...
 
void glNormal3iv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glNormal3iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glNormal3iv (java.nio.IntBuffer arg0)
 
void glNormal3s (short arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glNormal3s}(GLshort nx, GLshort ny, GLshort nz)
Part of GL_VERSION_1_0

More...
 
void glNormal3sv (java.nio.ShortBuffer arg0)
 
void glNormal3sv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glNormal3sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glNormalFormatNV (int arg0, int arg1)
 Entry point to C language function: void {@native glNormalFormatNV}(GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glNormalP3ui (int arg0, int arg1)
 Entry point to C language function: void {@native glNormalP3ui}(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glNormalP3uiv (int arg0, java.nio.IntBuffer arg1)
 
void glNormalP3uiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glNormalP3uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glNormalPointer (int arg0, int arg1, java.nio.Buffer arg2)
 
void glNormalPointer (com.jogamp.opengl.GLArrayData arg0)
 
void glNormalPointer (int arg0, int arg1, long arg2)
 
void glObjectLabel (int arg0, int arg1, int arg2, byte[] arg3, int arg4)
 Entry point to C language function: void {@native glObjectLabel}(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
More...
 
void glObjectLabel (int arg0, int arg1, int arg2, java.nio.ByteBuffer arg3)
 
void glObjectPtrLabel (java.nio.Buffer arg0, int arg1, byte[] arg2, int arg3)
 
void glObjectPtrLabel (java.nio.Buffer arg0, int arg1, java.nio.ByteBuffer arg2)
 
int glObjectPurgeableAPPLE (int arg0, int arg1, int arg2)
 Entry point to C language function: GLenum {@native glObjectPurgeableAPPLE}(GLenum objectType, GLuint name, GLenum option)
Part of GL_APPLE_object_purgeable

More...
 
int glObjectUnpurgeableAPPLE (int arg0, int arg1, int arg2)
 Entry point to C language function: GLenum {@native glObjectUnpurgeableAPPLE}(GLenum objectType, GLuint name, GLenum option)
Part of GL_APPLE_object_purgeable

More...
 
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. More...
 
void glPNTrianglesfATI (int arg0, float arg1)
 Entry point to C language function: void {@native glPNTrianglesfATI}(GLenum pname, GLfloat param)
Part of GL_ATI_pn_triangles

More...
 
void glPNTrianglesiATI (int arg0, int arg1)
 Entry point to C language function: void {@native glPNTrianglesiATI}(GLenum pname, GLint param)
Part of GL_ATI_pn_triangles

More...
 
void glPassThrough (float arg0)
 Entry point to C language function: void {@native glPassThrough}(GLfloat token)
Part of GL_VERSION_1_0

More...
 
void glPatchParameterfv (int arg0, java.nio.FloatBuffer arg1)
 
void glPatchParameterfv (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glPatchParameterfv}(GLenum pname, const GLfloat * values)
Part of GL_ARB_tessellation_shader, GL_VERSION_4_0

More...
 
void glPatchParameteri (int arg0, int arg1)
 Entry point to C language function: void {@native glPatchParameteri}(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
More...
 
void glPauseTransformFeedback ()
 Entry point to C language function: void {@native glPauseTransformFeedback}()
Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: glPauseTransformFeedbackNV
More...
 
void glPauseTransformFeedbackNV ()
 Entry point to C language function: void {@native glPauseTransformFeedbackNV}()
Part of GL_NV_transform_feedback2

More...
 
void glPixelDataRangeNV (int arg0, int arg1, java.nio.Buffer arg2)
 
void glPixelMapfv (int arg0, int arg1, long arg2)
 Entry point to C language function: void {@native glPixelMapfv}(GLenum map, GLint mapsize, const GLfloat * values)
Part of GL_VERSION_1_0

More...
 
void glPixelMapfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glPixelMapfv}(GLenum map, GLint mapsize, const GLfloat * values)
Part of GL_VERSION_1_0

More...
 
void glPixelMapfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glPixelMapuiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glPixelMapuiv}(GLenum map, GLint mapsize, const GLuint * values)
Part of GL_VERSION_1_0

More...
 
void glPixelMapuiv (int arg0, int arg1, long arg2)
 Entry point to C language function: void {@native glPixelMapuiv}(GLenum map, GLint mapsize, const GLuint * values)
Part of GL_VERSION_1_0

More...
 
void glPixelMapuiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glPixelMapusv (int arg0, int arg1, short[] arg2, int arg3)
 Entry point to C language function: void {@native glPixelMapusv}(GLenum map, GLint mapsize, const GLushort * values)
Part of GL_VERSION_1_0

More...
 
void glPixelMapusv (int arg0, int arg1, long arg2)
 Entry point to C language function: void {@native glPixelMapusv}(GLenum map, GLint mapsize, const GLushort * values)
Part of GL_VERSION_1_0

More...
 
void glPixelMapusv (int arg0, int arg1, java.nio.ShortBuffer arg2)
 
void glPixelStoref (int arg0, float arg1)
 Entry point to C language function: void {@native glPixelStoref}(GLenum pname, GLfloat param)
Part of GL_VERSION_1_0

More...
 
void glPixelStorei (int arg0, int arg1)
 Entry point to C language function: void {@native glPixelStorei}(GLenum pname, GLint param)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glPixelTransferf (int arg0, float arg1)
 Entry point to C language function: void {@native glPixelTransferf}(GLenum pname, GLfloat param)
Part of GL_VERSION_1_0

More...
 
void glPixelTransferi (int arg0, int arg1)
 Entry point to C language function: void {@native glPixelTransferi}(GLenum pname, GLint param)
Part of GL_VERSION_1_0

More...
 
void glPixelTransformParameterfEXT (int arg0, int arg1, float arg2)
 Entry point to C language function: void {@native glPixelTransformParameterfEXT}(GLenum target, GLenum pname, GLfloat param)
Part of GL_EXT_pixel_transform

More...
 
void glPixelTransformParameterfvEXT (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glPixelTransformParameterfvEXT (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glPixelTransformParameterfvEXT}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_pixel_transform

More...
 
void glPixelTransformParameteriEXT (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glPixelTransformParameteriEXT}(GLenum target, GLenum pname, GLint param)
Part of GL_EXT_pixel_transform

More...
 
void glPixelTransformParameterivEXT (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glPixelTransformParameterivEXT}(GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_pixel_transform

More...
 
void glPixelTransformParameterivEXT (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glPixelZoom (float arg0, float arg1)
 Entry point to C language function: void {@native glPixelZoom}(GLfloat xfactor, GLfloat yfactor)
Part of GL_VERSION_1_0

More...
 
void glPointParameterf (int arg0, float arg1)
 Entry point to C language function: void {@native glPointParameterf}(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
More...
 
void glPointParameterfv (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glPointParameterfv}(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
More...
 
void glPointParameterfv (int arg0, java.nio.FloatBuffer arg1)
 
void glPointParameteri (int arg0, int arg1)
 Entry point to C language function: void {@native glPointParameteri}(GLenum pname, GLint param)
Part of GL_VERSION_1_4, GL_NV_point_sprite
Alias for: glPointParameteriNV
More...
 
void glPointParameteriv (int arg0, java.nio.IntBuffer arg1)
 
void glPointParameteriv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glPointParameteriv}(GLenum pname, const GLint * params)
Part of GL_VERSION_1_4, GL_NV_point_sprite
Alias for: glPointParameterivNV
More...
 
void glPointSize (float arg0)
 Entry point to C language function: void {@native glPointSize}(GLfloat size)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glPolygonMode (int arg0, int arg1)
 Entry point to C language function: void {@native glPolygonMode}(GLenum face, GLenum mode)
Part of GL_VERSION_1_0, GL_NV_polygon_mode
Alias for: glPolygonModeNV
More...
 
void glPolygonOffset (float arg0, float arg1)
 Entry point to C language function: void {@native glPolygonOffset}(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
More...
 
void glPolygonOffsetClamp (float arg0, float arg1, float arg2)
 Entry point to C language function: void {@native glPolygonOffsetClamp}(GLfloat factor, GLfloat units, GLfloat clamp)
Part of GL_VERSION_4_6, GL_EXT_polygon_offset_clamp
Alias for: glPolygonOffsetClampEXT
More...
 
void glPolygonOffsetClampEXT (float arg0, float arg1, float arg2)
 Entry point to C language function: void {@native glPolygonOffsetClampEXT}(GLfloat factor, GLfloat units, GLfloat clamp)
Part of GL_EXT_polygon_offset_clamp

More...
 
void glPolygonStipple (long arg0)
 Entry point to C language function: void {@native glPolygonStipple}(const GLubyte * mask)
Part of GL_VERSION_1_0

More...
 
void glPolygonStipple (java.nio.ByteBuffer arg0)
 
void glPolygonStipple (byte[] arg0, int arg1)
 Entry point to C language function: void {@native glPolygonStipple}(const GLubyte * mask)
Part of GL_VERSION_1_0

More...
 
void glPopAttrib ()
 Entry point to C language function: void {@native glPopAttrib}()
Part of GL_VERSION_1_0

More...
 
void glPopClientAttrib ()
 Entry point to C language function: void {@native glPopClientAttrib}()
Part of GL_VERSION_1_1

More...
 
void glPopDebugGroup ()
 Entry point to C language function: void {@native glPopDebugGroup}()
Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: glPopDebugGroupKHR
More...
 
void glPopMatrix ()
 Pop the current matrix from it's stack. More...
 
void glPopName ()
 Entry point to C language function: void {@native glPopName}()
Part of GL_VERSION_1_0

More...
 
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 {@native glPrimitiveBoundingBox}(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_EXT_primitive_bounding_box, GL_ARB_ES3_2_compatibility
Alias for: glPrimitiveBoundingBoxOES, glPrimitiveBoundingBoxEXT, glPrimitiveBoundingBoxARB
More...
 
void glPrimitiveRestartIndex (int arg0)
 Entry point to C language function: void {@native glPrimitiveRestartIndex}(GLuint index)
Part of GL_VERSION_3_1, GL_NV_primitive_restart
Alias for: glPrimitiveRestartIndexNV
More...
 
void glPrimitiveRestartIndexNV (int arg0)
 Entry point to C language function: void {@native glPrimitiveRestartIndexNV}(GLuint index)
Part of GL_NV_primitive_restart

More...
 
void glPrimitiveRestartNV ()
 Entry point to C language function: void {@native glPrimitiveRestartNV}()
Part of GL_NV_primitive_restart

More...
 
void glPrioritizeTextures (int arg0, int[] arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glPrioritizeTextures}(GLsizei n, const GLuint * textures, const GLclampf * priorities)
Part of GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glPrioritizeTexturesEXT
More...
 
void glPrioritizeTextures (int arg0, java.nio.IntBuffer arg1, java.nio.FloatBuffer arg2)
 
void glProgramBinary (int arg0, int arg1, java.nio.Buffer arg2, int arg3)
 
void glProgramBufferParametersIivNV (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
 
void glProgramBufferParametersIivNV (int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramBufferParametersIivNV}(GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLint * params)
Part of GL_NV_parameter_buffer_object

More...
 
void glProgramBufferParametersIuivNV (int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramBufferParametersIuivNV}(GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLuint * params)
Part of GL_NV_parameter_buffer_object

More...
 
void glProgramBufferParametersIuivNV (int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
 
void glProgramBufferParametersfvNV (int arg0, int arg1, int arg2, int arg3, float[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramBufferParametersfvNV}(GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLfloat * params)
Part of GL_NV_parameter_buffer_object

More...
 
void glProgramBufferParametersfvNV (int arg0, int arg1, int arg2, int arg3, java.nio.FloatBuffer arg4)
 
void glProgramEnvParameter4dARB (int arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
 Entry point to C language function: void {@native glProgramEnvParameter4dARB}(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glProgramEnvParameter4dvARB (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glProgramEnvParameter4dvARB (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glProgramEnvParameter4dvARB}(GLenum target, GLuint index, const GLdouble * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glProgramEnvParameter4fARB (int arg0, int arg1, float arg2, float arg3, float arg4, float arg5)
 Entry point to C language function: void {@native glProgramEnvParameter4fARB}(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glProgramEnvParameter4fvARB (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glProgramEnvParameter4fvARB}(GLenum target, GLuint index, const GLfloat * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glProgramEnvParameter4fvARB (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glProgramEnvParameterI4iNV (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glProgramEnvParameterI4iNV}(GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
Part of GL_NV_gpu_program4

More...
 
void glProgramEnvParameterI4ivNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glProgramEnvParameterI4ivNV}(GLenum target, GLuint index, const GLint * params)
Part of GL_NV_gpu_program4

More...
 
void glProgramEnvParameterI4ivNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glProgramEnvParameterI4uiNV (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glProgramEnvParameterI4uiNV}(GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Part of GL_NV_gpu_program4

More...
 
void glProgramEnvParameterI4uivNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glProgramEnvParameterI4uivNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glProgramEnvParameterI4uivNV}(GLenum target, GLuint index, const GLuint * params)
Part of GL_NV_gpu_program4

More...
 
void glProgramEnvParameters4fvEXT (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glProgramEnvParameters4fvEXT (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramEnvParameters4fvEXT}(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
Part of GL_EXT_gpu_program_parameters

More...
 
void glProgramEnvParametersI4ivNV (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramEnvParametersI4ivNV}(GLenum target, GLuint index, GLsizei count, const GLint * params)
Part of GL_NV_gpu_program4

More...
 
void glProgramEnvParametersI4ivNV (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glProgramEnvParametersI4uivNV (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramEnvParametersI4uivNV}(GLenum target, GLuint index, GLsizei count, const GLuint * params)
Part of GL_NV_gpu_program4

More...
 
void glProgramEnvParametersI4uivNV (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glProgramLocalParameter4dARB (int arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
 Entry point to C language function: void {@native glProgramLocalParameter4dARB}(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glProgramLocalParameter4dvARB (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glProgramLocalParameter4dvARB}(GLenum target, GLuint index, const GLdouble * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glProgramLocalParameter4dvARB (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glProgramLocalParameter4fARB (int arg0, int arg1, float arg2, float arg3, float arg4, float arg5)
 Entry point to C language function: void {@native glProgramLocalParameter4fARB}(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glProgramLocalParameter4fvARB (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glProgramLocalParameter4fvARB}(GLenum target, GLuint index, const GLfloat * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glProgramLocalParameter4fvARB (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glProgramLocalParameterI4iNV (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glProgramLocalParameterI4iNV}(GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
Part of GL_NV_gpu_program4

More...
 
void glProgramLocalParameterI4ivNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glProgramLocalParameterI4ivNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glProgramLocalParameterI4ivNV}(GLenum target, GLuint index, const GLint * params)
Part of GL_NV_gpu_program4

More...
 
void glProgramLocalParameterI4uiNV (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glProgramLocalParameterI4uiNV}(GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Part of GL_NV_gpu_program4

More...
 
void glProgramLocalParameterI4uivNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glProgramLocalParameterI4uivNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glProgramLocalParameterI4uivNV}(GLenum target, GLuint index, const GLuint * params)
Part of GL_NV_gpu_program4

More...
 
void glProgramLocalParameters4fvEXT (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glProgramLocalParameters4fvEXT (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramLocalParameters4fvEXT}(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
Part of GL_EXT_gpu_program_parameters

More...
 
void glProgramLocalParametersI4ivNV (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glProgramLocalParametersI4ivNV (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramLocalParametersI4ivNV}(GLenum target, GLuint index, GLsizei count, const GLint * params)
Part of GL_NV_gpu_program4

More...
 
void glProgramLocalParametersI4uivNV (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glProgramLocalParametersI4uivNV (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramLocalParametersI4uivNV}(GLenum target, GLuint index, GLsizei count, const GLuint * params)
Part of GL_NV_gpu_program4

More...
 
void glProgramParameteri (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glProgramParameteri}(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
More...
 
void glProgramParameteriARB (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glProgramParameteriARB}(GLuint program, GLenum pname, GLint value)
Part of GL_ARB_geometry_shader4

More...
 
void glProgramStringARB (int arg0, int arg1, int arg2, java.lang.String arg3)
 
void glProgramSubroutineParametersuivNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glProgramSubroutineParametersuivNV}(GLenum target, GLsizei count, const GLuint * params)
Part of GL_NV_gpu_program5

More...
 
void glProgramSubroutineParametersuivNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glProgramUniform1d (int arg0, int arg1, double arg2)
 Entry point to C language function: void {@native glProgramUniform1d}(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
More...
 
void glProgramUniform1dEXT (int arg0, int arg1, double arg2)
 Entry point to C language function: void {@native glProgramUniform1dEXT}(GLuint program, GLint location, GLdouble x)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniform1dv (int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
 
void glProgramUniform1dv (int arg0, int arg1, int arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform1dv}(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
More...
 
void glProgramUniform1dvEXT (int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
 
void glProgramUniform1dvEXT (int arg0, int arg1, int arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform1dvEXT}(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniform1f (int arg0, int arg1, float arg2)
 Entry point to C language function: void {@native glProgramUniform1f}(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
More...
 
void glProgramUniform1fv (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glProgramUniform1fv (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform1fv}(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
More...
 
void glProgramUniform1i (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glProgramUniform1i}(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
More...
 
void glProgramUniform1i64ARB (int arg0, int arg1, long arg2)
 Entry point to C language function: void {@native glProgramUniform1i64ARB}(GLuint program, GLint location, GLint64 x)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform1i64NV (int arg0, int arg1, long arg2)
 Entry point to C language function: void {@native glProgramUniform1i64NV}(GLuint program, GLint location, GLint64EXT x)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform1i64vARB (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glProgramUniform1i64vARB (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform1i64vARB}(GLuint program, GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform1i64vNV (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glProgramUniform1i64vNV (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform1i64vNV}(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform1iv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glProgramUniform1iv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform1iv}(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
More...
 
void glProgramUniform1ui (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glProgramUniform1ui}(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
More...
 
void glProgramUniform1ui64ARB (int arg0, int arg1, long arg2)
 Entry point to C language function: void {@native glProgramUniform1ui64ARB}(GLuint program, GLint location, GLuint64 x)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform1ui64NV (int arg0, int arg1, long arg2)
 Entry point to C language function: void {@native glProgramUniform1ui64NV}(GLuint program, GLint location, GLuint64EXT x)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform1ui64vARB (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform1ui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform1ui64vARB (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glProgramUniform1ui64vNV (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform1ui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform1ui64vNV (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glProgramUniform1uiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glProgramUniform1uiv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform1uiv}(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
More...
 
void glProgramUniform2d (int arg0, int arg1, double arg2, double arg3)
 Entry point to C language function: void {@native glProgramUniform2d}(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
More...
 
void glProgramUniform2dEXT (int arg0, int arg1, double arg2, double arg3)
 Entry point to C language function: void {@native glProgramUniform2dEXT}(GLuint program, GLint location, GLdouble x, GLdouble y)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniform2dv (int arg0, int arg1, int arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform2dv}(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
More...
 
void glProgramUniform2dv (int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
 
void glProgramUniform2dvEXT (int arg0, int arg1, int arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform2dvEXT}(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniform2dvEXT (int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
 
void glProgramUniform2f (int arg0, int arg1, float arg2, float arg3)
 Entry point to C language function: void {@native glProgramUniform2f}(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
More...
 
void glProgramUniform2fv (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glProgramUniform2fv (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform2fv}(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
More...
 
void glProgramUniform2i (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glProgramUniform2i}(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
More...
 
void glProgramUniform2i64ARB (int arg0, int arg1, long arg2, long arg3)
 Entry point to C language function: void {@native glProgramUniform2i64ARB}(GLuint program, GLint location, GLint64 x, GLint64 y)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform2i64NV (int arg0, int arg1, long arg2, long arg3)
 Entry point to C language function: void {@native glProgramUniform2i64NV}(GLuint program, GLint location, GLint64EXT x, GLint64EXT y)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform2i64vARB (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform2i64vARB}(GLuint program, GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform2i64vARB (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glProgramUniform2i64vNV (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glProgramUniform2i64vNV (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform2i64vNV}(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform2iv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform2iv}(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
More...
 
void glProgramUniform2iv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glProgramUniform2ui (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glProgramUniform2ui}(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
More...
 
void glProgramUniform2ui64ARB (int arg0, int arg1, long arg2, long arg3)
 Entry point to C language function: void {@native glProgramUniform2ui64ARB}(GLuint program, GLint location, GLuint64 x, GLuint64 y)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform2ui64NV (int arg0, int arg1, long arg2, long arg3)
 Entry point to C language function: void {@native glProgramUniform2ui64NV}(GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform2ui64vARB (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform2ui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform2ui64vARB (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glProgramUniform2ui64vNV (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glProgramUniform2ui64vNV (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform2ui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform2uiv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform2uiv}(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
More...
 
void glProgramUniform2uiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glProgramUniform3d (int arg0, int arg1, double arg2, double arg3, double arg4)
 Entry point to C language function: void {@native glProgramUniform3d}(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
More...
 
void glProgramUniform3dEXT (int arg0, int arg1, double arg2, double arg3, double arg4)
 Entry point to C language function: void {@native glProgramUniform3dEXT}(GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniform3dv (int arg0, int arg1, int arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform3dv}(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
More...
 
void glProgramUniform3dv (int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
 
void glProgramUniform3dvEXT (int arg0, int arg1, int arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform3dvEXT}(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniform3dvEXT (int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
 
void glProgramUniform3f (int arg0, int arg1, float arg2, float arg3, float arg4)
 Entry point to C language function: void {@native glProgramUniform3f}(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
More...
 
void glProgramUniform3fv (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glProgramUniform3fv (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform3fv}(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
More...
 
void glProgramUniform3i (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform3i}(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
More...
 
void glProgramUniform3i64ARB (int arg0, int arg1, long arg2, long arg3, long arg4)
 Entry point to C language function: void {@native glProgramUniform3i64ARB}(GLuint program, GLint location, GLint64 x, GLint64 y, GLint64 z)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform3i64NV (int arg0, int arg1, long arg2, long arg3, long arg4)
 Entry point to C language function: void {@native glProgramUniform3i64NV}(GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform3i64vARB (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform3i64vARB}(GLuint program, GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform3i64vARB (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glProgramUniform3i64vNV (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform3i64vNV}(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform3i64vNV (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glProgramUniform3iv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glProgramUniform3iv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform3iv}(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
More...
 
void glProgramUniform3ui (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform3ui}(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
More...
 
void glProgramUniform3ui64ARB (int arg0, int arg1, long arg2, long arg3, long arg4)
 Entry point to C language function: void {@native glProgramUniform3ui64ARB}(GLuint program, GLint location, GLuint64 x, GLuint64 y, GLuint64 z)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform3ui64NV (int arg0, int arg1, long arg2, long arg3, long arg4)
 Entry point to C language function: void {@native glProgramUniform3ui64NV}(GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform3ui64vARB (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glProgramUniform3ui64vARB (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform3ui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform3ui64vNV (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform3ui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform3ui64vNV (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glProgramUniform3uiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glProgramUniform3uiv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform3uiv}(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
More...
 
void glProgramUniform4d (int arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
 Entry point to C language function: void {@native glProgramUniform4d}(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
More...
 
void glProgramUniform4dEXT (int arg0, int arg1, double arg2, double arg3, double arg4, double arg5)
 Entry point to C language function: void {@native glProgramUniform4dEXT}(GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniform4dv (int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
 
void glProgramUniform4dv (int arg0, int arg1, int arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform4dv}(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
More...
 
void glProgramUniform4dvEXT (int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
 
void glProgramUniform4dvEXT (int arg0, int arg1, int arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform4dvEXT}(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniform4f (int arg0, int arg1, float arg2, float arg3, float arg4, float arg5)
 Entry point to C language function: void {@native glProgramUniform4f}(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
More...
 
void glProgramUniform4fv (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glProgramUniform4fv (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform4fv}(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
More...
 
void glProgramUniform4i (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniform4i}(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
More...
 
void glProgramUniform4i64ARB (int arg0, int arg1, long arg2, long arg3, long arg4, long arg5)
 Entry point to C language function: void {@native glProgramUniform4i64ARB}(GLuint program, GLint location, GLint64 x, GLint64 y, GLint64 z, GLint64 w)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform4i64NV (int arg0, int arg1, long arg2, long arg3, long arg4, long arg5)
 Entry point to C language function: void {@native glProgramUniform4i64NV}(GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform4i64vARB (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glProgramUniform4i64vARB (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform4i64vARB}(GLuint program, GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform4i64vNV (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glProgramUniform4i64vNV (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform4i64vNV}(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform4iv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform4iv}(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
More...
 
void glProgramUniform4iv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glProgramUniform4ui (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniform4ui}(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
More...
 
void glProgramUniform4ui64ARB (int arg0, int arg1, long arg2, long arg3, long arg4, long arg5)
 Entry point to C language function: void {@native glProgramUniform4ui64ARB}(GLuint program, GLint location, GLuint64 x, GLuint64 y, GLuint64 z, GLuint64 w)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform4ui64NV (int arg0, int arg1, long arg2, long arg3, long arg4, long arg5)
 Entry point to C language function: void {@native glProgramUniform4ui64NV}(GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform4ui64vARB (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glProgramUniform4ui64vARB (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform4ui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform4ui64vNV (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform4ui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform4ui64vNV (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glProgramUniform4uiv (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glProgramUniform4uiv (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniform4uiv}(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
More...
 
void glProgramUniformHandleui64ARB (int arg0, int arg1, long arg2)
 Entry point to C language function: void {@native glProgramUniformHandleui64ARB}(GLuint program, GLint location, GLuint64 value)
Part of GL_ARB_bindless_texture

More...
 
void glProgramUniformHandleui64vARB (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniformHandleui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * values)
Part of GL_ARB_bindless_texture

More...
 
void glProgramUniformHandleui64vARB (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glProgramUniformMatrix2dv (int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
 
void glProgramUniformMatrix2dv (int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix2dv}(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
More...
 
void glProgramUniformMatrix2dvEXT (int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix2dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniformMatrix2dvEXT (int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
 
void glProgramUniformMatrix2fv (int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix2fv}(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
More...
 
void glProgramUniformMatrix2fv (int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4)
 
void glProgramUniformMatrix2x3dv (int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix2x3dv}(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
More...
 
void glProgramUniformMatrix2x3dv (int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
 
void glProgramUniformMatrix2x3dvEXT (int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
 
void glProgramUniformMatrix2x3dvEXT (int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix2x3dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniformMatrix2x3fv (int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix2x3fv}(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
More...
 
void glProgramUniformMatrix2x3fv (int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4)
 
void glProgramUniformMatrix2x4dv (int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
 
void glProgramUniformMatrix2x4dv (int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix2x4dv}(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
More...
 
void glProgramUniformMatrix2x4dvEXT (int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix2x4dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniformMatrix2x4dvEXT (int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
 
void glProgramUniformMatrix2x4fv (int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix2x4fv}(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
More...
 
void glProgramUniformMatrix2x4fv (int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4)
 
void glProgramUniformMatrix3dv (int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
 
void glProgramUniformMatrix3dv (int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix3dv}(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
More...
 
void glProgramUniformMatrix3dvEXT (int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
 
void glProgramUniformMatrix3dvEXT (int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix3dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniformMatrix3fv (int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix3fv}(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
More...
 
void glProgramUniformMatrix3fv (int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4)
 
void glProgramUniformMatrix3x2dv (int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
 
void glProgramUniformMatrix3x2dv (int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix3x2dv}(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
More...
 
void glProgramUniformMatrix3x2dvEXT (int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
 
void glProgramUniformMatrix3x2dvEXT (int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix3x2dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniformMatrix3x2fv (int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix3x2fv}(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
More...
 
void glProgramUniformMatrix3x2fv (int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4)
 
void glProgramUniformMatrix3x4dv (int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix3x4dv}(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
More...
 
void glProgramUniformMatrix3x4dv (int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
 
void glProgramUniformMatrix3x4dvEXT (int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
 
void glProgramUniformMatrix3x4dvEXT (int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix3x4dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniformMatrix3x4fv (int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix3x4fv}(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
More...
 
void glProgramUniformMatrix3x4fv (int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4)
 
void glProgramUniformMatrix4dv (int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix4dv}(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
More...
 
void glProgramUniformMatrix4dv (int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
 
void glProgramUniformMatrix4dvEXT (int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix4dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniformMatrix4dvEXT (int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
 
void glProgramUniformMatrix4fv (int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix4fv}(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
More...
 
void glProgramUniformMatrix4fv (int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4)
 
void glProgramUniformMatrix4x2dv (int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix4x2dv}(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
More...
 
void glProgramUniformMatrix4x2dv (int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
 
void glProgramUniformMatrix4x2dvEXT (int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
 
void glProgramUniformMatrix4x2dvEXT (int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix4x2dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniformMatrix4x2fv (int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix4x2fv}(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
More...
 
void glProgramUniformMatrix4x2fv (int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4)
 
void glProgramUniformMatrix4x3dv (int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix4x3dv}(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
More...
 
void glProgramUniformMatrix4x3dv (int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
 
void glProgramUniformMatrix4x3dvEXT (int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
 
void glProgramUniformMatrix4x3dvEXT (int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix4x3dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniformMatrix4x3fv (int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4)
 
void glProgramUniformMatrix4x3fv (int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
 Entry point to C language function: void {@native glProgramUniformMatrix4x3fv}(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
More...
 
void glProgramUniformui64NV (int arg0, int arg1, long arg2)
 Entry point to C language function: void {@native glProgramUniformui64NV}(GLuint program, GLint location, GLuint64EXT value)
Part of GL_NV_shader_buffer_load

More...
 
void glProgramUniformui64vNV (int arg0, int arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: void {@native glProgramUniformui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_shader_buffer_load

More...
 
void glProgramUniformui64vNV (int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
 
void glProgramVertexLimitNV (int arg0, int arg1)
 Entry point to C language function: void {@native glProgramVertexLimitNV}(GLenum target, GLint limit)
Part of GL_NV_geometry_program4

More...
 
void glProvokingVertex (int arg0)
 Entry point to C language function: void {@native glProvokingVertex}(GLenum mode)
Part of GL_ARB_provoking_vertex, GL_VERSION_3_2, GL_EXT_provoking_vertex
Alias for: glProvokingVertexEXT
More...
 
void glProvokingVertexEXT (int arg0)
 Entry point to C language function: void {@native glProvokingVertexEXT}(GLenum mode)
Part of GL_EXT_provoking_vertex

More...
 
void glPushAttrib (int arg0)
 Entry point to C language function: void {@native glPushAttrib}(GLbitfield mask)
Part of GL_VERSION_1_0

More...
 
void glPushClientAttrib (int arg0)
 Entry point to C language function: void {@native glPushClientAttrib}(GLbitfield mask)
Part of GL_VERSION_1_1

More...
 
void glPushClientAttribDefaultEXT (int arg0)
 Entry point to C language function: void {@native glPushClientAttribDefaultEXT}(GLbitfield mask)
Part of GL_EXT_direct_state_access

More...
 
void glPushDebugGroup (int arg0, int arg1, int arg2, java.nio.ByteBuffer arg3)
 
void glPushDebugGroup (int arg0, int arg1, int arg2, byte[] arg3, int arg4)
 Entry point to C language function: void {@native glPushDebugGroup}(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
More...
 
void glPushMatrix ()
 Push the current matrix to it's stack, while preserving it's values. More...
 
void glPushName (int arg0)
 Entry point to C language function: void {@native glPushName}(GLuint name)
Part of GL_VERSION_1_0

More...
 
void glQueryCounter (int arg0, int arg1)
 Entry point to C language function: void {@native glQueryCounter}(GLuint id, GLenum target)
Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query
Alias for: glQueryCounterEXT
More...
 
int glQueryMatrixxOES (int[] arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: GLbitfield {@native glQueryMatrixxOES}(GLfixed * mantissa, GLint * exponent)
Part of GL_OES_query_matrix

More...
 
int glQueryMatrixxOES (java.nio.IntBuffer arg0, java.nio.IntBuffer arg1)
 
void glQueryObjectParameteruiAMD (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glQueryObjectParameteruiAMD}(GLenum target, GLuint id, GLenum pname, GLuint param)
Part of GL_AMD_occlusion_query_event

More...
 
int glQueryResourceNV (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
int glQueryResourceNV (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: GLint {@native glQueryResourceNV}(GLenum queryType, GLint tagId, GLuint count, GLint * buffer)
Part of GL_NV_query_resource

More...
 
void glQueryResourceTagNV (int arg0, java.nio.ByteBuffer arg1)
 
void glQueryResourceTagNV (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glQueryResourceTagNV}(GLint tagId, const GLchar * tagString)
Part of GL_NV_query_resource_tag

More...
 
void glRasterPos2d (double arg0, double arg1)
 Entry point to C language function: void {@native glRasterPos2d}(GLdouble x, GLdouble y)
Part of GL_VERSION_1_0

More...
 
void glRasterPos2dv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glRasterPos2dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos2dv (java.nio.DoubleBuffer arg0)
 
void glRasterPos2f (float arg0, float arg1)
 Entry point to C language function: void {@native glRasterPos2f}(GLfloat x, GLfloat y)
Part of GL_VERSION_1_0

More...
 
void glRasterPos2fv (java.nio.FloatBuffer arg0)
 
void glRasterPos2fv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glRasterPos2fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos2i (int arg0, int arg1)
 Entry point to C language function: void {@native glRasterPos2i}(GLint x, GLint y)
Part of GL_VERSION_1_0

More...
 
void glRasterPos2iv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glRasterPos2iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos2iv (java.nio.IntBuffer arg0)
 
void glRasterPos2s (short arg0, short arg1)
 Entry point to C language function: void {@native glRasterPos2s}(GLshort x, GLshort y)
Part of GL_VERSION_1_0

More...
 
void glRasterPos2sv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glRasterPos2sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos2sv (java.nio.ShortBuffer arg0)
 
void glRasterPos3d (double arg0, double arg1, double arg2)
 Entry point to C language function: void {@native glRasterPos3d}(GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_1_0

More...
 
void glRasterPos3dv (java.nio.DoubleBuffer arg0)
 
void glRasterPos3dv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glRasterPos3dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos3f (float arg0, float arg1, float arg2)
 Entry point to C language function: void {@native glRasterPos3f}(GLfloat x, GLfloat y, GLfloat z)
Part of GL_VERSION_1_0

More...
 
void glRasterPos3fv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glRasterPos3fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos3fv (java.nio.FloatBuffer arg0)
 
void glRasterPos3i (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glRasterPos3i}(GLint x, GLint y, GLint z)
Part of GL_VERSION_1_0

More...
 
void glRasterPos3iv (java.nio.IntBuffer arg0)
 
void glRasterPos3iv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glRasterPos3iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos3s (short arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glRasterPos3s}(GLshort x, GLshort y, GLshort z)
Part of GL_VERSION_1_0

More...
 
void glRasterPos3sv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glRasterPos3sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos3sv (java.nio.ShortBuffer arg0)
 
void glRasterPos4d (double arg0, double arg1, double arg2, double arg3)
 Entry point to C language function: void {@native glRasterPos4d}(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_VERSION_1_0

More...
 
void glRasterPos4dv (java.nio.DoubleBuffer arg0)
 
void glRasterPos4dv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glRasterPos4dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos4f (float arg0, float arg1, float arg2, float arg3)
 Entry point to C language function: void {@native glRasterPos4f}(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_VERSION_1_0

More...
 
void glRasterPos4fv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glRasterPos4fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos4fv (java.nio.FloatBuffer arg0)
 
void glRasterPos4i (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glRasterPos4i}(GLint x, GLint y, GLint z, GLint w)
Part of GL_VERSION_1_0

More...
 
void glRasterPos4iv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glRasterPos4iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos4iv (java.nio.IntBuffer arg0)
 
void glRasterPos4s (short arg0, short arg1, short arg2, short arg3)
 Entry point to C language function: void {@native glRasterPos4s}(GLshort x, GLshort y, GLshort z, GLshort w)
Part of GL_VERSION_1_0

More...
 
void glRasterPos4sv (java.nio.ShortBuffer arg0)
 
void glRasterPos4sv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glRasterPos4sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glRasterSamplesEXT (int arg0, boolean arg1)
 Entry point to C language function: void {@native glRasterSamplesEXT}(GLuint samples, GLboolean fixedsamplelocations)
Part of GL_EXT_raster_multisample

More...
 
void glReadBuffer (int arg0)
 Entry point to C language function: void {@native glReadBuffer}(GLenum mode)
Part of GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_NV_read_buffer
Alias for: glReadBufferNV
More...
 
void glReadPixels (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, java.nio.Buffer arg6)
 
void glReadPixels (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
 Entry point to C language function: void {@native glReadPixels}(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

More...
 
void glReadnPixels (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
 
void glRectd (double arg0, double arg1, double arg2, double arg3)
 Entry point to C language function: void {@native glRectd}(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)
Part of GL_VERSION_1_0

More...
 
void glRectdv (double[] arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glRectdv}(const GLdouble * v1, const GLdouble * v2)
Part of GL_VERSION_1_0

More...
 
void glRectdv (java.nio.DoubleBuffer arg0, java.nio.DoubleBuffer arg1)
 
void glRectf (float arg0, float arg1, float arg2, float arg3)
 Entry point to C language function: void {@native glRectf}(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)
Part of GL_VERSION_1_0

More...
 
void glRectfv (float[] arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glRectfv}(const GLfloat * v1, const GLfloat * v2)
Part of GL_VERSION_1_0

More...
 
void glRectfv (java.nio.FloatBuffer arg0, java.nio.FloatBuffer arg1)
 
void glRecti (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glRecti}(GLint x1, GLint y1, GLint x2, GLint y2)
Part of GL_VERSION_1_0

More...
 
void glRectiv (int[] arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glRectiv}(const GLint * v1, const GLint * v2)
Part of GL_VERSION_1_0

More...
 
void glRectiv (java.nio.IntBuffer arg0, java.nio.IntBuffer arg1)
 
void glRects (short arg0, short arg1, short arg2, short arg3)
 Entry point to C language function: void {@native glRects}(GLshort x1, GLshort y1, GLshort x2, GLshort y2)
Part of GL_VERSION_1_0

More...
 
void glRectsv (short[] arg0, int arg1, short[] arg2, int arg3)
 Entry point to C language function: void {@native glRectsv}(const GLshort * v1, const GLshort * v2)
Part of GL_VERSION_1_0

More...
 
void glRectsv (java.nio.ShortBuffer arg0, java.nio.ShortBuffer arg1)
 
boolean glReleaseKeyedMutexWin32EXT (int arg0, long arg1)
 Entry point to C language function: GLboolean {@native glReleaseKeyedMutexWin32EXT}(GLuint memory, GLuint64 key)
Part of GL_EXT_win32_keyed_mutex

More...
 
void glReleaseShaderCompiler ()
 Start: GL_ARB_ES2_compatibility functions, which are part of ES2 core as well. More...
 
void glRenderGpuMaskNV (int arg0)
 Entry point to C language function: void {@native glRenderGpuMaskNV}(GLbitfield mask)
Part of GL_NV_gpu_multicast

More...
 
int glRenderMode (int arg0)
 Entry point to C language function: GLint {@native glRenderMode}(GLenum mode)
Part of GL_VERSION_1_0

More...
 
void glRenderbufferStorage (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glRenderbufferStorage}(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
More...
 
void glRenderbufferStorageMultisample (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glRenderbufferStorageMultisample}(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
More...
 
void glRenderbufferStorageMultisampleAdvancedAMD (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glRenderbufferStorageMultisampleAdvancedAMD}(GLenum target, GLsizei samples, GLsizei storageSamples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_AMD_framebuffer_multisample_advanced

More...
 
void glRenderbufferStorageMultisampleCoverageNV (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glRenderbufferStorageMultisampleCoverageNV}(GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_NV_framebuffer_multisample_coverage

More...
 
void glResetHistogram (int arg0)
 Entry point to C language function: void {@native glResetHistogram}(GLenum target)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glResetHistogramEXT
More...
 
void glResetMemoryObjectParameterNV (int arg0, int arg1)
 Entry point to C language function: void {@native glResetMemoryObjectParameterNV}(GLuint memory, GLenum pname)
Part of GL_NV_memory_attachment

More...
 
void glResetMinmax (int arg0)
 Entry point to C language function: void {@native glResetMinmax}(GLenum target)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glResetMinmaxEXT
More...
 
void glResolveDepthValuesNV ()
 Entry point to C language function: void {@native glResolveDepthValuesNV}()
Part of GL_NV_sample_locations

More...
 
void glResumeTransformFeedback ()
 Entry point to C language function: void {@native glResumeTransformFeedback}()
Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: glResumeTransformFeedbackNV
More...
 
void glResumeTransformFeedbackNV ()
 Entry point to C language function: void {@native glResumeTransformFeedbackNV}()
Part of GL_NV_transform_feedback2

More...
 
void glRotated (double arg0, double arg1, double arg2, double arg3)
 Entry point to C language function: void {@native glRotated}(GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_1_0

More...
 
void glRotatef (float arg0, float arg1, float arg2, float arg3)
 Rotate the current matrix. More...
 
void glSampleCoverage (float arg0, boolean arg1)
 Entry point to C language function: void {@native glSampleCoverage}(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
More...
 
void glSampleMaskIndexedNV (int arg0, int arg1)
 Entry point to C language function: void {@native glSampleMaskIndexedNV}(GLuint index, GLbitfield mask)
Part of GL_NV_explicit_multisample

More...
 
void glSampleMaski (int arg0, int arg1)
 Entry point to C language function: void {@native glSampleMaski}(GLuint index, GLbitfield mask)
Part of GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2

More...
 
void glSamplerParameterIiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glSamplerParameterIiv}(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
More...
 
void glSamplerParameterIiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glSamplerParameterIuiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glSamplerParameterIuiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glSamplerParameterIuiv}(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
More...
 
void glSamplerParameterf (int arg0, int arg1, float arg2)
 Entry point to C language function: void {@native glSamplerParameterf}(GLuint sampler, GLenum pname, GLfloat param)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
void glSamplerParameterfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glSamplerParameterfv}(GLuint sampler, GLenum pname, const GLfloat * param)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
void glSamplerParameterfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glSamplerParameteri (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glSamplerParameteri}(GLuint sampler, GLenum pname, GLint param)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
void glSamplerParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glSamplerParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glSamplerParameteriv}(GLuint sampler, GLenum pname, const GLint * param)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
void glScaled (double arg0, double arg1, double arg2)
 Entry point to C language function: void {@native glScaled}(GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_1_0

More...
 
void glScalef (float arg0, float arg1, float arg2)
 Scale the current matrix. More...
 
void glScissor (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glScissor}(GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glScissorArrayv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glScissorArrayv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glScissorArrayv}(GLuint first, GLsizei count, const GLint * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array, GL_OES_viewport_array
Alias for: glScissorArrayvNV, glScissorArrayvOES
More...
 
void glScissorExclusiveArrayvNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glScissorExclusiveArrayvNV}(GLuint first, GLsizei count, const GLint * v)
Part of GL_NV_scissor_exclusive

More...
 
void glScissorExclusiveArrayvNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glScissorExclusiveNV (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glScissorExclusiveNV}(GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_NV_scissor_exclusive

More...
 
void glScissorIndexed (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glScissorIndexed}(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array, GL_OES_viewport_array
Alias for: glScissorIndexedNV, glScissorIndexedOES
More...
 
void glScissorIndexedv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glScissorIndexedv}(GLuint index, const GLint * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array, GL_OES_viewport_array
Alias for: glScissorIndexedvNV, glScissorIndexedvOES
More...
 
void glScissorIndexedv (int arg0, java.nio.IntBuffer arg1)
 
void glSecondaryColor3b (byte arg0, byte arg1, byte arg2)
 Entry point to C language function: void {@native glSecondaryColor3b}(GLbyte red, GLbyte green, GLbyte blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3bEXT
More...
 
void glSecondaryColor3bv (byte[] arg0, int arg1)
 Entry point to C language function: void {@native glSecondaryColor3bv}(const GLbyte * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3bvEXT
More...
 
void glSecondaryColor3bv (java.nio.ByteBuffer arg0)
 
void glSecondaryColor3d (double arg0, double arg1, double arg2)
 Entry point to C language function: void {@native glSecondaryColor3d}(GLdouble red, GLdouble green, GLdouble blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3dEXT
More...
 
void glSecondaryColor3dv (java.nio.DoubleBuffer arg0)
 
void glSecondaryColor3dv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glSecondaryColor3dv}(const GLdouble * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3dvEXT
More...
 
void glSecondaryColor3f (float arg0, float arg1, float arg2)
 Entry point to C language function: void {@native glSecondaryColor3f}(GLfloat red, GLfloat green, GLfloat blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3fEXT
More...
 
void glSecondaryColor3fv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glSecondaryColor3fv}(const GLfloat * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3fvEXT
More...
 
void glSecondaryColor3fv (java.nio.FloatBuffer arg0)
 
void glSecondaryColor3h (short arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glSecondaryColor3h}(GLhalfNV red, GLhalfNV green, GLhalfNV blue)
Part of GL_NV_half_float
Alias for: glSecondaryColor3hNV
More...
 
void glSecondaryColor3hv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glSecondaryColor3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glSecondaryColor3hvNV
More...
 
void glSecondaryColor3hv (java.nio.ShortBuffer arg0)
 
void glSecondaryColor3i (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glSecondaryColor3i}(GLint red, GLint green, GLint blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3iEXT
More...
 
void glSecondaryColor3iv (java.nio.IntBuffer arg0)
 
void glSecondaryColor3iv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glSecondaryColor3iv}(const GLint * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3ivEXT
More...
 
void glSecondaryColor3s (short arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glSecondaryColor3s}(GLshort red, GLshort green, GLshort blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3sEXT
More...
 
void glSecondaryColor3sv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glSecondaryColor3sv}(const GLshort * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3svEXT
More...
 
void glSecondaryColor3sv (java.nio.ShortBuffer arg0)
 
void glSecondaryColor3ub (byte arg0, byte arg1, byte arg2)
 Entry point to C language function: void {@native glSecondaryColor3ub}(GLubyte red, GLubyte green, GLubyte blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3ubEXT
More...
 
void glSecondaryColor3ubv (byte[] arg0, int arg1)
 Entry point to C language function: void {@native glSecondaryColor3ubv}(const GLubyte * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3ubvEXT
More...
 
void glSecondaryColor3ubv (java.nio.ByteBuffer arg0)
 
void glSecondaryColor3ui (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glSecondaryColor3ui}(GLuint red, GLuint green, GLuint blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3uiEXT
More...
 
void glSecondaryColor3uiv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glSecondaryColor3uiv}(const GLuint * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3uivEXT
More...
 
void glSecondaryColor3uiv (java.nio.IntBuffer arg0)
 
void glSecondaryColor3us (short arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glSecondaryColor3us}(GLushort red, GLushort green, GLushort blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3usEXT
More...
 
void glSecondaryColor3usv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glSecondaryColor3usv}(const GLushort * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3usvEXT
More...
 
void glSecondaryColor3usv (java.nio.ShortBuffer arg0)
 
void glSecondaryColorFormatNV (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glSecondaryColorFormatNV}(GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glSecondaryColorP3ui (int arg0, int arg1)
 Entry point to C language function: void {@native glSecondaryColorP3ui}(GLenum type, GLuint color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glSecondaryColorP3uiv (int arg0, java.nio.IntBuffer arg1)
 
void glSecondaryColorP3uiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glSecondaryColorP3uiv}(GLenum type, const GLuint * color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glSecondaryColorPointer (int arg0, int arg1, int arg2, long arg3)
 Entry point to C language function: void {@native glSecondaryColorPointer}(GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColorPointerEXT
More...
 
void glSecondaryColorPointer (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glSelectBuffer (int arg0, java.nio.IntBuffer arg1)
 
void glSemaphoreParameterivNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glSemaphoreParameterivNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glSemaphoreParameterivNV}(GLuint semaphore, GLenum pname, const GLint * params)
Part of GL_NV_timeline_semaphore

More...
 
void glSemaphoreParameterui64vEXT (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glSemaphoreParameterui64vEXT}(GLuint semaphore, GLenum pname, const GLuint64 * params)
Part of GL_EXT_semaphore

More...
 
void glSemaphoreParameterui64vEXT (int arg0, int arg1, java.nio.LongBuffer arg2)
 
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 {@native glSeparableFilter2D}(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
More...
 
void glSeparableFilter2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, java.nio.Buffer arg6, java.nio.Buffer arg7)
 
void glSetInvariantEXT (int arg0, int arg1, java.nio.Buffer arg2)
 
void glSetLocalConstantEXT (int arg0, int arg1, java.nio.Buffer arg2)
 
void glSetMultisamplefvAMD (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glSetMultisamplefvAMD}(GLenum pname, GLuint index, const GLfloat * val)
Part of GL_AMD_sample_positions

More...
 
void glSetMultisamplefvAMD (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glShadeModel (int arg0)
 
void glShaderBinary (int arg0, int[] arg1, int arg2, int arg3, java.nio.Buffer arg4, int arg5)
 
void glShaderBinary (int arg0, java.nio.IntBuffer arg1, int arg2, java.nio.Buffer arg3, int arg4)
 
void glShaderOp1EXT (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glShaderOp1EXT}(GLenum op, GLuint res, GLuint arg1)
Part of GL_EXT_vertex_shader

More...
 
void glShaderOp2EXT (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glShaderOp2EXT}(GLenum op, GLuint res, GLuint arg1, GLuint arg2)
Part of GL_EXT_vertex_shader

More...
 
void glShaderOp3EXT (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glShaderOp3EXT}(GLenum op, GLuint res, GLuint arg1, GLuint arg2, GLuint arg3)
Part of GL_EXT_vertex_shader

More...
 
void glShaderSource (int arg0, int arg1, java.lang.String[] arg2, java.nio.IntBuffer arg3)
 
void glShaderSource (int arg0, int arg1, java.lang.String[] arg2, int[] arg3, int arg4)
 
void glShaderSourceARB (long arg0, int arg1, java.lang.String[] arg2, java.nio.IntBuffer arg3)
 
void glShaderSourceARB (long arg0, int arg1, java.lang.String[] arg2, int[] arg3, int arg4)
 
void glShaderStorageBlockBinding (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glShaderStorageBlockBinding}(GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding)
Part of GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object

More...
 
void glShadingRateImageBarrierNV (boolean arg0)
 Entry point to C language function: void {@native glShadingRateImageBarrierNV}(GLboolean synchronize)
Part of GL_NV_shading_rate_image

More...
 
void glShadingRateImagePaletteNV (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glShadingRateImagePaletteNV}(GLuint viewport, GLuint first, GLsizei count, const GLenum * rates)
Part of GL_NV_shading_rate_image

More...
 
void glShadingRateImagePaletteNV (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glShadingRateSampleOrderCustomNV (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glShadingRateSampleOrderCustomNV (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glShadingRateSampleOrderCustomNV}(GLenum rate, GLuint samples, const GLint * locations)
Part of GL_NV_shading_rate_image

More...
 
void glShadingRateSampleOrderNV (int arg0)
 Entry point to C language function: void {@native glShadingRateSampleOrderNV}(GLenum order)
Part of GL_NV_shading_rate_image

More...
 
void glSignalSemaphoreEXT (int arg0, int arg1, java.nio.IntBuffer arg2, int arg3, java.nio.IntBuffer arg4, java.nio.IntBuffer arg5)
 
void glSignalSemaphoreEXT (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 {@native glSignalSemaphoreEXT}(GLuint semaphore, GLuint numBufferBarriers, const GLuint * buffers, GLuint numTextureBarriers, const GLuint * textures, const GLenum * dstLayouts)
Part of GL_EXT_semaphore

More...
 
void glSignalSemaphoreui64NVX (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.LongBuffer arg3)
 
void glSignalSemaphoreui64NVX (int arg0, int arg1, int[] arg2, int arg3, long[] arg4, int arg5)
 Entry point to C language function: void {@native glSignalSemaphoreui64NVX}(GLuint signalGpu, GLsizei fenceObjectCount, const GLuint * semaphoreArray, const GLuint64 * fenceValueArray)
Part of GL_NVX_progress_fence

More...
 
void glSignalVkFenceNV (long arg0)
 Entry point to C language function: void {@native glSignalVkFenceNV}(GLuint64 vkFence)
Part of GL_NV_draw_vulkan_image

More...
 
void glSignalVkSemaphoreNV (long arg0)
 Entry point to C language function: void {@native glSignalVkSemaphoreNV}(GLuint64 vkSemaphore)
Part of GL_NV_draw_vulkan_image

More...
 
void glSpecializeShader (int arg0, byte[] arg1, int arg2, int arg3, int[] arg4, int arg5, int[] arg6, int arg7)
 Entry point to C language function: void {@native glSpecializeShader}(GLuint shader, const GLchar * pEntryPoint, GLuint numSpecializationConstants, const GLuint * pConstantIndex, const GLuint * pConstantValue)
Part of GL_VERSION_4_6, GL_ARB_gl_spirv
Alias for: glSpecializeShaderARB
More...
 
void glSpecializeShader (int arg0, java.nio.ByteBuffer arg1, int arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4)
 
void glStateCaptureNV (int arg0, int arg1)
 Entry point to C language function: void {@native glStateCaptureNV}(GLuint state, GLenum mode)
Part of GL_NV_command_list

More...
 
void glStencilClearTagEXT (int arg0, int arg1)
 Entry point to C language function: void {@native glStencilClearTagEXT}(GLsizei stencilTagBits, GLuint stencilClearTag)
Part of GL_EXT_stencil_clear_tag

More...
 
void glStencilFunc (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glStencilFunc}(GLenum func, GLint ref, GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glStencilFuncSeparate (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glStencilFuncSeparate}(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
More...
 
void glStencilMask (int arg0)
 Entry point to C language function: void {@native glStencilMask}(GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glStencilMaskSeparate (int arg0, int arg1)
 Entry point to C language function: void {@native glStencilMaskSeparate}(GLenum face, GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glStencilOp (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glStencilOp}(GLenum fail, GLenum zfail, GLenum zpass)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glStencilOpSeparate (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glStencilOpSeparate}(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
More...
 
void glStencilOpValueAMD (int arg0, int arg1)
 Entry point to C language function: void {@native glStencilOpValueAMD}(GLenum face, GLuint value)
Part of GL_AMD_stencil_operation_extended

More...
 
void glStringMarkerGREMEDY (int arg0, java.nio.Buffer arg1)
 
void glSubpixelPrecisionBiasNV (int arg0, int arg1)
 Entry point to C language function: void {@native glSubpixelPrecisionBiasNV}(GLuint xbits, GLuint ybits)
Part of GL_NV_conservative_raster

More...
 
void glSwizzleEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glSwizzleEXT}(GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW)
Part of GL_EXT_vertex_shader

More...
 
void glSyncTextureINTEL (int arg0)
 Entry point to C language function: void {@native glSyncTextureINTEL}(GLuint texture)
Part of GL_INTEL_map_texture

More...
 
void glTessellationFactorAMD (float arg0)
 Entry point to C language function: void {@native glTessellationFactorAMD}(GLfloat factor)
Part of GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator

More...
 
void glTessellationModeAMD (int arg0)
 Entry point to C language function: void {@native glTessellationModeAMD}(GLenum mode)
Part of GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator

More...
 
void glTexAttachMemoryNV (int arg0, int arg1, long arg2)
 Entry point to C language function: void {@native glTexAttachMemoryNV}(GLenum target, GLuint memory, GLuint64 offset)
Part of GL_NV_memory_attachment

More...
 
void glTexBuffer (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glTexBuffer}(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
More...
 
void glTexBufferRange (int arg0, int arg1, int arg2, long arg3, long arg4)
 Entry point to C language function: void {@native glTexBufferRange}(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
More...
 
void glTexCoord1bOES (byte arg0)
 Entry point to C language function: void {@native glTexCoord1bOES}(GLbyte s)
Part of GL_OES_byte_coordinates

More...
 
void glTexCoord1bvOES (byte[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord1bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glTexCoord1bvOES (java.nio.ByteBuffer arg0)
 
void glTexCoord1d (double arg0)
 Entry point to C language function: void {@native glTexCoord1d}(GLdouble s)
Part of GL_VERSION_1_0

More...
 
void glTexCoord1dv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord1dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord1dv (java.nio.DoubleBuffer arg0)
 
void glTexCoord1f (float arg0)
 Entry point to C language function: void {@native glTexCoord1f}(GLfloat s)
Part of GL_VERSION_1_0

More...
 
void glTexCoord1fv (java.nio.FloatBuffer arg0)
 
void glTexCoord1fv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord1fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord1h (short arg0)
 Entry point to C language function: void {@native glTexCoord1h}(GLhalfNV s)
Part of GL_NV_half_float
Alias for: glTexCoord1hNV
More...
 
void glTexCoord1hv (java.nio.ShortBuffer arg0)
 
void glTexCoord1hv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord1hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glTexCoord1hvNV
More...
 
void glTexCoord1i (int arg0)
 Entry point to C language function: void {@native glTexCoord1i}(GLint s)
Part of GL_VERSION_1_0

More...
 
void glTexCoord1iv (java.nio.IntBuffer arg0)
 
void glTexCoord1iv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord1iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord1s (short arg0)
 Entry point to C language function: void {@native glTexCoord1s}(GLshort s)
Part of GL_VERSION_1_0

More...
 
void glTexCoord1sv (java.nio.ShortBuffer arg0)
 
void glTexCoord1sv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord1sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord2bOES (byte arg0, byte arg1)
 Entry point to C language function: void {@native glTexCoord2bOES}(GLbyte s, GLbyte t)
Part of GL_OES_byte_coordinates

More...
 
void glTexCoord2bvOES (java.nio.ByteBuffer arg0)
 
void glTexCoord2bvOES (byte[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord2bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glTexCoord2d (double arg0, double arg1)
 Entry point to C language function: void {@native glTexCoord2d}(GLdouble s, GLdouble t)
Part of GL_VERSION_1_0

More...
 
void glTexCoord2dv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord2dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord2dv (java.nio.DoubleBuffer arg0)
 
void glTexCoord2f (float arg0, float arg1)
 Entry point to C language function: void {@native glTexCoord2f}(GLfloat s, GLfloat t)
Part of GL_VERSION_1_0

More...
 
void glTexCoord2fv (java.nio.FloatBuffer arg0)
 
void glTexCoord2fv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord2fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord2h (short arg0, short arg1)
 Entry point to C language function: void {@native glTexCoord2h}(GLhalfNV s, GLhalfNV t)
Part of GL_NV_half_float
Alias for: glTexCoord2hNV
More...
 
void glTexCoord2hv (java.nio.ShortBuffer arg0)
 
void glTexCoord2hv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord2hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glTexCoord2hvNV
More...
 
void glTexCoord2i (int arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord2i}(GLint s, GLint t)
Part of GL_VERSION_1_0

More...
 
void glTexCoord2iv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord2iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord2iv (java.nio.IntBuffer arg0)
 
void glTexCoord2s (short arg0, short arg1)
 Entry point to C language function: void {@native glTexCoord2s}(GLshort s, GLshort t)
Part of GL_VERSION_1_0

More...
 
void glTexCoord2sv (java.nio.ShortBuffer arg0)
 
void glTexCoord2sv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord2sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord3bOES (byte arg0, byte arg1, byte arg2)
 Entry point to C language function: void {@native glTexCoord3bOES}(GLbyte s, GLbyte t, GLbyte r)
Part of GL_OES_byte_coordinates

More...
 
void glTexCoord3bvOES (java.nio.ByteBuffer arg0)
 
void glTexCoord3bvOES (byte[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord3bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glTexCoord3d (double arg0, double arg1, double arg2)
 Entry point to C language function: void {@native glTexCoord3d}(GLdouble s, GLdouble t, GLdouble r)
Part of GL_VERSION_1_0

More...
 
void glTexCoord3dv (java.nio.DoubleBuffer arg0)
 
void glTexCoord3dv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord3dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord3f (float arg0, float arg1, float arg2)
 Entry point to C language function: void {@native glTexCoord3f}(GLfloat s, GLfloat t, GLfloat r)
Part of GL_VERSION_1_0

More...
 
void glTexCoord3fv (java.nio.FloatBuffer arg0)
 
void glTexCoord3fv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord3fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord3h (short arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glTexCoord3h}(GLhalfNV s, GLhalfNV t, GLhalfNV r)
Part of GL_NV_half_float
Alias for: glTexCoord3hNV
More...
 
void glTexCoord3hv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glTexCoord3hvNV
More...
 
void glTexCoord3hv (java.nio.ShortBuffer arg0)
 
void glTexCoord3i (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glTexCoord3i}(GLint s, GLint t, GLint r)
Part of GL_VERSION_1_0

More...
 
void glTexCoord3iv (java.nio.IntBuffer arg0)
 
void glTexCoord3iv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord3iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord3s (short arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glTexCoord3s}(GLshort s, GLshort t, GLshort r)
Part of GL_VERSION_1_0

More...
 
void glTexCoord3sv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord3sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord3sv (java.nio.ShortBuffer arg0)
 
void glTexCoord4bOES (byte arg0, byte arg1, byte arg2, byte arg3)
 Entry point to C language function: void {@native glTexCoord4bOES}(GLbyte s, GLbyte t, GLbyte r, GLbyte q)
Part of GL_OES_byte_coordinates

More...
 
void glTexCoord4bvOES (java.nio.ByteBuffer arg0)
 
void glTexCoord4bvOES (byte[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord4bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glTexCoord4d (double arg0, double arg1, double arg2, double arg3)
 Entry point to C language function: void {@native glTexCoord4d}(GLdouble s, GLdouble t, GLdouble r, GLdouble q)
Part of GL_VERSION_1_0

More...
 
void glTexCoord4dv (java.nio.DoubleBuffer arg0)
 
void glTexCoord4dv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord4dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord4f (float arg0, float arg1, float arg2, float arg3)
 Entry point to C language function: void {@native glTexCoord4f}(GLfloat s, GLfloat t, GLfloat r, GLfloat q)
Part of GL_VERSION_1_0

More...
 
void glTexCoord4fv (java.nio.FloatBuffer arg0)
 
void glTexCoord4fv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord4fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord4h (short arg0, short arg1, short arg2, short arg3)
 Entry point to C language function: void {@native glTexCoord4h}(GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q)
Part of GL_NV_half_float
Alias for: glTexCoord4hNV
More...
 
void glTexCoord4hv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord4hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glTexCoord4hvNV
More...
 
void glTexCoord4hv (java.nio.ShortBuffer arg0)
 
void glTexCoord4i (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glTexCoord4i}(GLint s, GLint t, GLint r, GLint q)
Part of GL_VERSION_1_0

More...
 
void glTexCoord4iv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord4iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord4iv (java.nio.IntBuffer arg0)
 
void glTexCoord4s (short arg0, short arg1, short arg2, short arg3)
 Entry point to C language function: void {@native glTexCoord4s}(GLshort s, GLshort t, GLshort r, GLshort q)
Part of GL_VERSION_1_0

More...
 
void glTexCoord4sv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glTexCoord4sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord4sv (java.nio.ShortBuffer arg0)
 
void glTexCoordFormatNV (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glTexCoordFormatNV}(GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glTexCoordP1ui (int arg0, int arg1)
 Entry point to C language function: void {@native glTexCoordP1ui}(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glTexCoordP1uiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glTexCoordP1uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glTexCoordP1uiv (int arg0, java.nio.IntBuffer arg1)
 
void glTexCoordP2ui (int arg0, int arg1)
 Entry point to C language function: void {@native glTexCoordP2ui}(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glTexCoordP2uiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glTexCoordP2uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glTexCoordP2uiv (int arg0, java.nio.IntBuffer arg1)
 
void glTexCoordP3ui (int arg0, int arg1)
 Entry point to C language function: void {@native glTexCoordP3ui}(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glTexCoordP3uiv (int arg0, java.nio.IntBuffer arg1)
 
void glTexCoordP3uiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glTexCoordP3uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glTexCoordP4ui (int arg0, int arg1)
 Entry point to C language function: void {@native glTexCoordP4ui}(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glTexCoordP4uiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glTexCoordP4uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glTexCoordP4uiv (int arg0, java.nio.IntBuffer arg1)
 
void glTexCoordPointer (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glTexCoordPointer (com.jogamp.opengl.GLArrayData arg0)
 
void glTexCoordPointer (int arg0, int arg1, int arg2, long arg3)
 
void glTexEnvf (int arg0, int arg1, float arg2)
 Entry point to C language function: void {@native glTexEnvf}(GLenum target, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glTexEnvfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glTexEnvfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glTexEnvfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glTexEnvi (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glTexEnvi}(GLenum target, GLenum pname, GLint param)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexEnviv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glTexEnviv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexEnviv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glTexGend (int arg0, int arg1, double arg2)
 Entry point to C language function: void {@native glTexGend}(GLenum coord, GLenum pname, GLdouble param)
Part of GL_VERSION_1_0

More...
 
void glTexGendv (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glTexGendv (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glTexGendv}(GLenum coord, GLenum pname, const GLdouble * params)
Part of GL_VERSION_1_0

More...
 
void glTexGenf (int arg0, int arg1, float arg2)
 Entry point to C language function: void {@native glTexGenf}(GLenum coord, GLenum pname, GLfloat param)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenfOES
More...
 
void glTexGenfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glTexGenfv}(GLenum coord, GLenum pname, const GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenfvOES
More...
 
void glTexGenfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glTexGeni (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glTexGeni}(GLenum coord, GLenum pname, GLint param)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGeniOES
More...
 
void glTexGeniv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glTexGeniv}(GLenum coord, GLenum pname, const GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenivOES
More...
 
void glTexGeniv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
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 {@native glTexImage1D}(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_VERSION_1_0

More...
 
void glTexImage1D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
 
void glTexImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
 
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 {@native glTexImage2D}(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

More...
 
void glTexImage2DMultisample (int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5)
 Entry point to C language function: void {@native glTexImage2DMultisample}(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Part of GL_ARB_texture_multisample, GL_VERSION_3_2

More...
 
void glTexImage2DMultisampleCoverageNV (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6)
 Entry point to C language function: void {@native glTexImage2DMultisampleCoverageNV}(GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample

More...
 
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 {@native glTexImage3D}(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
More...
 
void glTexImage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, java.nio.Buffer arg9)
 
void glTexImage3DMultisample (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6)
 Entry point to C language function: void {@native glTexImage3DMultisample}(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Part of GL_ARB_texture_multisample, GL_VERSION_3_2

More...
 
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 {@native glTexImage3DMultisampleCoverageNV}(GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample

More...
 
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 {@native glTexPageCommitmentARB}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit)
Part of GL_ARB_sparse_texture

More...
 
void glTexPageCommitmentMemNV (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, long arg10, boolean arg11)
 Entry point to C language function: void {@native glTexPageCommitmentMemNV}(GLenum target, GLint layer, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset, GLboolean commit)
Part of GL_NV_memory_object_sparse

More...
 
void glTexParameterIiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glTexParameterIiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glTexParameterIiv}(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
More...
 
void glTexParameterIuiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glTexParameterIuiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glTexParameterIuiv}(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
More...
 
void glTexParameterf (int arg0, int arg1, float arg2)
 Entry point to C language function: void {@native glTexParameterf}(GLenum target, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glTexParameterfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glTexParameterfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glTexParameterfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glTexParameteri (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glTexParameteri}(GLenum target, GLenum pname, GLint param)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glTexParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glTexParameteriv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexRenderbufferNV (int arg0, int arg1)
 Entry point to C language function: void {@native glTexRenderbufferNV}(GLenum target, GLuint renderbuffer)
Part of GL_NV_explicit_multisample

More...
 
void glTexStorage1D (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glTexStorage1D}(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
More...
 
void glTexStorage2D (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glTexStorage2D}(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
More...
 
void glTexStorage2DMultisample (int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5)
 Entry point to C language function: void {@native glTexStorage2DMultisample}(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

More...
 
void glTexStorage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glTexStorage3D}(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
More...
 
void glTexStorage3DMultisample (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6)
 Entry point to C language function: void {@native glTexStorage3DMultisample}(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
More...
 
void glTexStorageMem1DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
 Entry point to C language function: void {@native glTexStorageMem1DEXT}(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glTexStorageMem2DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
 Entry point to C language function: void {@native glTexStorageMem2DEXT}(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glTexStorageMem2DMultisampleEXT (int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5, int arg6, long arg7)
 Entry point to C language function: void {@native glTexStorageMem2DMultisampleEXT}(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glTexStorageMem3DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, long arg7)
 Entry point to C language function: void {@native glTexStorageMem3DEXT}(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glTexStorageMem3DMultisampleEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6, int arg7, long arg8)
 Entry point to C language function: void {@native glTexStorageMem3DMultisampleEXT}(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glTexStorageSparseAMD (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
 Entry point to C language function: void {@native glTexStorageSparseAMD}(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags)
Part of GL_AMD_sparse_texture

More...
 
void glTexSubImage1D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, java.nio.Buffer arg6)
 
void glTexSubImage1D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
 Entry point to C language function: void {@native glTexSubImage1D}(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
More...
 
void glTexSubImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
 
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 {@native glTexSubImage2D}(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
More...
 
void glTexSubImage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, java.nio.Buffer arg10)
 
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 {@native glTexSubImage3D}(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
More...
 
void glTextureAttachMemoryNV (int arg0, int arg1, long arg2)
 Entry point to C language function: void {@native glTextureAttachMemoryNV}(GLuint texture, GLuint memory, GLuint64 offset)
Part of GL_NV_memory_attachment

More...
 
void glTextureBarrier ()
 Entry point to C language function: void {@native glTextureBarrier}()
Part of GL_VERSION_4_5, GL_NV_texture_barrier
Alias for: glTextureBarrierNV
More...
 
void glTextureBarrierNV ()
 Entry point to C language function: void {@native glTextureBarrierNV}()
Part of GL_NV_texture_barrier

More...
 
void glTextureBuffer (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glTextureBuffer}(GLuint texture, GLenum internalformat, GLuint buffer)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureBufferEXT
More...
 
void glTextureBufferEXT (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glTextureBufferEXT}(GLuint texture, GLenum target, GLenum internalformat, GLuint buffer)
Part of GL_EXT_direct_state_access

More...
 
void glTextureBufferRange (int arg0, int arg1, int arg2, long arg3, long arg4)
 Entry point to C language function: void {@native glTextureBufferRange}(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
More...
 
void glTextureBufferRangeEXT (int arg0, int arg1, int arg2, int arg3, long arg4, long arg5)
 Entry point to C language function: void {@native glTextureBufferRangeEXT}(GLuint texture, GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
Part of GL_EXT_direct_state_access, GL_ARB_texture_buffer_range

More...
 
void glTextureImage1DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
 
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 {@native glTextureImage1DEXT}(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

More...
 
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 {@native glTextureImage2DEXT}(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

More...
 
void glTextureImage2DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, java.nio.Buffer arg9)
 
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 {@native glTextureImage2DMultisampleCoverageNV}(GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample

More...
 
void glTextureImage2DMultisampleNV (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6)
 Entry point to C language function: void {@native glTextureImage2DMultisampleNV}(GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample

More...
 
void glTextureImage3DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, java.nio.Buffer arg10)
 
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 {@native glTextureImage3DEXT}(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

More...
 
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 {@native glTextureImage3DMultisampleCoverageNV}(GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample

More...
 
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 {@native glTextureImage3DMultisampleNV}(GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample

More...
 
void glTextureLightEXT (int arg0)
 Entry point to C language function: void {@native glTextureLightEXT}(GLenum pname)
Part of GL_EXT_light_texture

More...
 
void glTextureMaterialEXT (int arg0, int arg1)
 Entry point to C language function: void {@native glTextureMaterialEXT}(GLenum face, GLenum mode)
Part of GL_EXT_light_texture

More...
 
void glTextureNormalEXT (int arg0)
 Entry point to C language function: void {@native glTextureNormalEXT}(GLenum mode)
Part of GL_EXT_texture_perturb_normal

More...
 
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 {@native glTexturePageCommitmentEXT}(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

More...
 
void glTexturePageCommitmentMemNV (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, long arg10, boolean arg11)
 Entry point to C language function: void {@native glTexturePageCommitmentMemNV}(GLuint texture, GLint layer, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset, GLboolean commit)
Part of GL_NV_memory_object_sparse

More...
 
void glTextureParameterIiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glTextureParameterIiv}(GLuint texture, GLenum pname, const GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterIivEXT
More...
 
void glTextureParameterIiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glTextureParameterIivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glTextureParameterIivEXT}(GLuint texture, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glTextureParameterIivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glTextureParameterIuiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glTextureParameterIuiv}(GLuint texture, GLenum pname, const GLuint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterIuivEXT
More...
 
void glTextureParameterIuiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glTextureParameterIuivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glTextureParameterIuivEXT}(GLuint texture, GLenum target, GLenum pname, const GLuint * params)
Part of GL_EXT_direct_state_access

More...
 
void glTextureParameterIuivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glTextureParameterf (int arg0, int arg1, float arg2)
 Entry point to C language function: void {@native glTextureParameterf}(GLuint texture, GLenum pname, GLfloat param)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterfEXT
More...
 
void glTextureParameterfEXT (int arg0, int arg1, int arg2, float arg3)
 Entry point to C language function: void {@native glTextureParameterfEXT}(GLuint texture, GLenum target, GLenum pname, GLfloat param)
Part of GL_EXT_direct_state_access

More...
 
void glTextureParameterfv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glTextureParameterfv}(GLuint texture, GLenum pname, const GLfloat * param)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterfvEXT
More...
 
void glTextureParameterfv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glTextureParameterfvEXT (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glTextureParameterfvEXT}(GLuint texture, GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glTextureParameterfvEXT (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glTextureParameteri (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glTextureParameteri}(GLuint texture, GLenum pname, GLint param)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameteriEXT
More...
 
void glTextureParameteriEXT (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glTextureParameteriEXT}(GLuint texture, GLenum target, GLenum pname, GLint param)
Part of GL_EXT_direct_state_access

More...
 
void glTextureParameteriv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glTextureParameteriv}(GLuint texture, GLenum pname, const GLint * param)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterivEXT
More...
 
void glTextureParameteriv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glTextureParameterivEXT (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glTextureParameterivEXT (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glTextureParameterivEXT}(GLuint texture, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glTextureRangeAPPLE (int arg0, int arg1, java.nio.Buffer arg2)
 
void glTextureRenderbufferEXT (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glTextureRenderbufferEXT}(GLuint texture, GLenum target, GLuint renderbuffer)
Part of GL_EXT_direct_state_access

More...
 
void glTextureStorage1D (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glTextureStorage1D}(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
More...
 
void glTextureStorage1DEXT (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glTextureStorage1DEXT}(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

More...
 
void glTextureStorage2D (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glTextureStorage2D}(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
More...
 
void glTextureStorage2DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glTextureStorage2DEXT}(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

More...
 
void glTextureStorage2DMultisample (int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5)
 Entry point to C language function: void {@native glTextureStorage2DMultisample}(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
More...
 
void glTextureStorage2DMultisampleEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6)
 Entry point to C language function: void {@native glTextureStorage2DMultisampleEXT}(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

More...
 
void glTextureStorage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glTextureStorage3D}(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
More...
 
void glTextureStorage3DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
 Entry point to C language function: void {@native glTextureStorage3DEXT}(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

More...
 
void glTextureStorage3DMultisample (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6)
 Entry point to C language function: void {@native glTextureStorage3DMultisample}(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
More...
 
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 {@native glTextureStorage3DMultisampleEXT}(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

More...
 
void glTextureStorageMem1DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
 Entry point to C language function: void {@native glTextureStorageMem1DEXT}(GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glTextureStorageMem2DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
 Entry point to C language function: void {@native glTextureStorageMem2DEXT}(GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glTextureStorageMem2DMultisampleEXT (int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5, int arg6, long arg7)
 Entry point to C language function: void {@native glTextureStorageMem2DMultisampleEXT}(GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glTextureStorageMem3DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, long arg7)
 Entry point to C language function: void {@native glTextureStorageMem3DEXT}(GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glTextureStorageMem3DMultisampleEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, boolean arg6, int arg7, long arg8)
 Entry point to C language function: void {@native glTextureStorageMem3DMultisampleEXT}(GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
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 {@native glTextureStorageSparseAMD}(GLuint texture, GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags)
Part of GL_AMD_sparse_texture

More...
 
void glTextureSubImage1D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
 Entry point to C language function: void {@native glTextureSubImage1D}(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
More...
 
void glTextureSubImage1D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, java.nio.Buffer arg6)
 
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 {@native glTextureSubImage1DEXT}(GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void * pixels)
Part of GL_EXT_direct_state_access

More...
 
void glTextureSubImage1DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
 
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 {@native glTextureSubImage2D}(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
More...
 
void glTextureSubImage2D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
 
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 {@native glTextureSubImage2DEXT}(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

More...
 
void glTextureSubImage2DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, java.nio.Buffer arg9)
 
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 {@native glTextureSubImage3D}(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
More...
 
void glTextureSubImage3D (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, java.nio.Buffer arg10)
 
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 {@native glTextureSubImage3DEXT}(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

More...
 
void glTextureSubImage3DEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, java.nio.Buffer arg11)
 
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 {@native glTextureView}(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
More...
 
void glTransformFeedbackBufferBase (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glTransformFeedbackBufferBase}(GLuint xfb, GLuint index, GLuint buffer)
Part of GL_VERSION_4_5

More...
 
void glTransformFeedbackBufferRange (int arg0, int arg1, int arg2, long arg3, long arg4)
 Entry point to C language function: void {@native glTransformFeedbackBufferRange}(GLuint xfb, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
Part of GL_VERSION_4_5

More...
 
void glTransformFeedbackVaryings (int arg0, int arg1, java.lang.String[] arg2, int arg3)
 
void glTranslated (double arg0, double arg1, double arg2)
 Entry point to C language function: void {@native glTranslated}(GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_1_0

More...
 
void glTranslatef (float arg0, float arg1, float arg2)
 Translate the current matrix. More...
 
void glUniform (com.jogamp.opengl.GLUniformData arg0)
 
void glUniform1d (int arg0, double arg1)
 Entry point to C language function: void {@native glUniform1d}(GLint location, GLdouble x)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniform1dv (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform1dv}(GLint location, GLsizei count, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniform1dv (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glUniform1f (int arg0, float arg1)
 Entry point to C language function: void {@native glUniform1f}(GLint location, GLfloat v0)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform1fARB
More...
 
void glUniform1fARB (int arg0, float arg1)
 Entry point to C language function: void {@native glUniform1fARB}(GLint location, GLfloat v0)
Part of GL_ARB_shader_objects

More...
 
void glUniform1fv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform1fv}(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
More...
 
void glUniform1fv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glUniform1fvARB (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform1fvARB}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects

More...
 
void glUniform1fvARB (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glUniform1i (int arg0, int arg1)
 Entry point to C language function: void {@native glUniform1i}(GLint location, GLint v0)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform1iARB
More...
 
void glUniform1i64ARB (int arg0, long arg1)
 Entry point to C language function: void {@native glUniform1i64ARB}(GLint location, GLint64 x)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform1i64NV (int arg0, long arg1)
 Entry point to C language function: void {@native glUniform1i64NV}(GLint location, GLint64EXT x)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform1i64vARB (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glUniform1i64vARB (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform1i64vARB}(GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform1i64vNV (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform1i64vNV}(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform1i64vNV (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glUniform1iARB (int arg0, int arg1)
 Entry point to C language function: void {@native glUniform1iARB}(GLint location, GLint v0)
Part of GL_ARB_shader_objects

More...
 
void glUniform1iv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform1iv}(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
More...
 
void glUniform1iv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glUniform1ivARB (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glUniform1ivARB (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform1ivARB}(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects

More...
 
void glUniform1ui (int arg0, int arg1)
 Entry point to C language function: void {@native glUniform1ui}(GLint location, GLuint v0)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glUniform1uiEXT
More...
 
void glUniform1ui64ARB (int arg0, long arg1)
 Entry point to C language function: void {@native glUniform1ui64ARB}(GLint location, GLuint64 x)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform1ui64NV (int arg0, long arg1)
 Entry point to C language function: void {@native glUniform1ui64NV}(GLint location, GLuint64EXT x)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform1ui64vARB (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform1ui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform1ui64vARB (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glUniform1ui64vNV (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glUniform1ui64vNV (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform1ui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform1uiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glUniform1uiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform1uiv}(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
More...
 
void glUniform2d (int arg0, double arg1, double arg2)
 Entry point to C language function: void {@native glUniform2d}(GLint location, GLdouble x, GLdouble y)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniform2dv (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glUniform2dv (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform2dv}(GLint location, GLsizei count, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniform2f (int arg0, float arg1, float arg2)
 Entry point to C language function: void {@native glUniform2f}(GLint location, GLfloat v0, GLfloat v1)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform2fARB
More...
 
void glUniform2fARB (int arg0, float arg1, float arg2)
 Entry point to C language function: void {@native glUniform2fARB}(GLint location, GLfloat v0, GLfloat v1)
Part of GL_ARB_shader_objects

More...
 
void glUniform2fv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform2fv}(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
More...
 
void glUniform2fv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glUniform2fvARB (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform2fvARB}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects

More...
 
void glUniform2fvARB (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glUniform2i (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glUniform2i}(GLint location, GLint v0, GLint v1)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform2iARB
More...
 
void glUniform2i64ARB (int arg0, long arg1, long arg2)
 Entry point to C language function: void {@native glUniform2i64ARB}(GLint location, GLint64 x, GLint64 y)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform2i64NV (int arg0, long arg1, long arg2)
 Entry point to C language function: void {@native glUniform2i64NV}(GLint location, GLint64EXT x, GLint64EXT y)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform2i64vARB (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glUniform2i64vARB (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform2i64vARB}(GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform2i64vNV (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glUniform2i64vNV (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform2i64vNV}(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform2iARB (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glUniform2iARB}(GLint location, GLint v0, GLint v1)
Part of GL_ARB_shader_objects

More...
 
void glUniform2iv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glUniform2iv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform2iv}(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
More...
 
void glUniform2ivARB (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform2ivARB}(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects

More...
 
void glUniform2ivARB (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glUniform2ui (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glUniform2ui}(GLint location, GLuint v0, GLuint v1)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glUniform2uiEXT
More...
 
void glUniform2ui64ARB (int arg0, long arg1, long arg2)
 Entry point to C language function: void {@native glUniform2ui64ARB}(GLint location, GLuint64 x, GLuint64 y)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform2ui64NV (int arg0, long arg1, long arg2)
 Entry point to C language function: void {@native glUniform2ui64NV}(GLint location, GLuint64EXT x, GLuint64EXT y)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform2ui64vARB (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glUniform2ui64vARB (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform2ui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform2ui64vNV (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform2ui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform2ui64vNV (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glUniform2uiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform2uiv}(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
More...
 
void glUniform2uiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glUniform3d (int arg0, double arg1, double arg2, double arg3)
 Entry point to C language function: void {@native glUniform3d}(GLint location, GLdouble x, GLdouble y, GLdouble z)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniform3dv (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glUniform3dv (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform3dv}(GLint location, GLsizei count, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniform3f (int arg0, float arg1, float arg2, float arg3)
 Entry point to C language function: void {@native glUniform3f}(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
More...
 
void glUniform3fARB (int arg0, float arg1, float arg2, float arg3)
 Entry point to C language function: void {@native glUniform3fARB}(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Part of GL_ARB_shader_objects

More...
 
void glUniform3fv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glUniform3fv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform3fv}(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
More...
 
void glUniform3fvARB (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform3fvARB}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects

More...
 
void glUniform3fvARB (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glUniform3i (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glUniform3i}(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
More...
 
void glUniform3i64ARB (int arg0, long arg1, long arg2, long arg3)
 Entry point to C language function: void {@native glUniform3i64ARB}(GLint location, GLint64 x, GLint64 y, GLint64 z)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform3i64NV (int arg0, long arg1, long arg2, long arg3)
 Entry point to C language function: void {@native glUniform3i64NV}(GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform3i64vARB (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform3i64vARB}(GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform3i64vARB (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glUniform3i64vNV (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform3i64vNV}(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform3i64vNV (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glUniform3iARB (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glUniform3iARB}(GLint location, GLint v0, GLint v1, GLint v2)
Part of GL_ARB_shader_objects

More...
 
void glUniform3iv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform3iv}(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
More...
 
void glUniform3iv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glUniform3ivARB (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform3ivARB}(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects

More...
 
void glUniform3ivARB (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glUniform3ui (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glUniform3ui}(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
More...
 
void glUniform3ui64ARB (int arg0, long arg1, long arg2, long arg3)
 Entry point to C language function: void {@native glUniform3ui64ARB}(GLint location, GLuint64 x, GLuint64 y, GLuint64 z)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform3ui64NV (int arg0, long arg1, long arg2, long arg3)
 Entry point to C language function: void {@native glUniform3ui64NV}(GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform3ui64vARB (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform3ui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform3ui64vARB (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glUniform3ui64vNV (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform3ui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform3ui64vNV (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glUniform3uiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glUniform3uiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform3uiv}(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
More...
 
void glUniform4d (int arg0, double arg1, double arg2, double arg3, double arg4)
 Entry point to C language function: void {@native glUniform4d}(GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniform4dv (int arg0, int arg1, double[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform4dv}(GLint location, GLsizei count, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniform4dv (int arg0, int arg1, java.nio.DoubleBuffer arg2)
 
void glUniform4f (int arg0, float arg1, float arg2, float arg3, float arg4)
 Entry point to C language function: void {@native glUniform4f}(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
More...
 
void glUniform4fARB (int arg0, float arg1, float arg2, float arg3, float arg4)
 Entry point to C language function: void {@native glUniform4fARB}(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
Part of GL_ARB_shader_objects

More...
 
void glUniform4fv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glUniform4fv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform4fv}(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
More...
 
void glUniform4fvARB (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glUniform4fvARB (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform4fvARB}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects

More...
 
void glUniform4i (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glUniform4i}(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
More...
 
void glUniform4i64ARB (int arg0, long arg1, long arg2, long arg3, long arg4)
 Entry point to C language function: void {@native glUniform4i64ARB}(GLint location, GLint64 x, GLint64 y, GLint64 z, GLint64 w)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform4i64NV (int arg0, long arg1, long arg2, long arg3, long arg4)
 Entry point to C language function: void {@native glUniform4i64NV}(GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform4i64vARB (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform4i64vARB}(GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform4i64vARB (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glUniform4i64vNV (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform4i64vNV}(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform4i64vNV (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glUniform4iARB (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glUniform4iARB}(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
Part of GL_ARB_shader_objects

More...
 
void glUniform4iv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glUniform4iv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform4iv}(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
More...
 
void glUniform4ivARB (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glUniform4ivARB (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform4ivARB}(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects

More...
 
void glUniform4ui (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glUniform4ui}(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
More...
 
void glUniform4ui64ARB (int arg0, long arg1, long arg2, long arg3, long arg4)
 Entry point to C language function: void {@native glUniform4ui64ARB}(GLint location, GLuint64 x, GLuint64 y, GLuint64 z, GLuint64 w)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform4ui64NV (int arg0, long arg1, long arg2, long arg3, long arg4)
 Entry point to C language function: void {@native glUniform4ui64NV}(GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform4ui64vARB (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform4ui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform4ui64vARB (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glUniform4ui64vNV (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glUniform4ui64vNV (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform4ui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform4uiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glUniform4uiv}(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
More...
 
void glUniform4uiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glUniformBlockBinding (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glUniformBlockBinding}(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)
Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1

More...
 
void glUniformBufferEXT (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glUniformBufferEXT}(GLuint program, GLint location, GLuint buffer)
Part of GL_EXT_bindable_uniform

More...
 
void glUniformHandleui64ARB (int arg0, long arg1)
 Entry point to C language function: void {@native glUniformHandleui64ARB}(GLint location, GLuint64 value)
Part of GL_ARB_bindless_texture

More...
 
void glUniformHandleui64vARB (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glUniformHandleui64vARB (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glUniformHandleui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_bindless_texture

More...
 
void glUniformMatrix2dv (int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix2dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniformMatrix2dv (int arg0, int arg1, boolean arg2, java.nio.DoubleBuffer arg3)
 
void glUniformMatrix2fv (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
 
void glUniformMatrix2fv (int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix2fv}(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
More...
 
void glUniformMatrix2fvARB (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
 
void glUniformMatrix2fvARB (int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix2fvARB}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_shader_objects

More...
 
void glUniformMatrix2x3dv (int arg0, int arg1, boolean arg2, java.nio.DoubleBuffer arg3)
 
void glUniformMatrix2x3dv (int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix2x3dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniformMatrix2x3fv (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
 
void glUniformMatrix2x3fv (int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix2x3fv}(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
More...
 
void glUniformMatrix2x4dv (int arg0, int arg1, boolean arg2, java.nio.DoubleBuffer arg3)
 
void glUniformMatrix2x4dv (int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix2x4dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniformMatrix2x4fv (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
 
void glUniformMatrix2x4fv (int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix2x4fv}(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
More...
 
void glUniformMatrix3dv (int arg0, int arg1, boolean arg2, java.nio.DoubleBuffer arg3)
 
void glUniformMatrix3dv (int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix3dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniformMatrix3fv (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
 
void glUniformMatrix3fv (int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix3fv}(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
More...
 
void glUniformMatrix3fvARB (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
 
void glUniformMatrix3fvARB (int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix3fvARB}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_shader_objects

More...
 
void glUniformMatrix3x2dv (int arg0, int arg1, boolean arg2, java.nio.DoubleBuffer arg3)
 
void glUniformMatrix3x2dv (int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix3x2dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniformMatrix3x2fv (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
 
void glUniformMatrix3x2fv (int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix3x2fv}(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
More...
 
void glUniformMatrix3x4dv (int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix3x4dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniformMatrix3x4dv (int arg0, int arg1, boolean arg2, java.nio.DoubleBuffer arg3)
 
void glUniformMatrix3x4fv (int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix3x4fv}(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
More...
 
void glUniformMatrix3x4fv (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
 
void glUniformMatrix4dv (int arg0, int arg1, boolean arg2, java.nio.DoubleBuffer arg3)
 
void glUniformMatrix4dv (int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix4dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniformMatrix4fv (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
 
void glUniformMatrix4fv (int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix4fv}(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
More...
 
void glUniformMatrix4fvARB (int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix4fvARB}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_shader_objects

More...
 
void glUniformMatrix4fvARB (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
 
void glUniformMatrix4x2dv (int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix4x2dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniformMatrix4x2dv (int arg0, int arg1, boolean arg2, java.nio.DoubleBuffer arg3)
 
void glUniformMatrix4x2fv (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
 
void glUniformMatrix4x2fv (int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix4x2fv}(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
More...
 
void glUniformMatrix4x3dv (int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix4x3dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniformMatrix4x3dv (int arg0, int arg1, boolean arg2, java.nio.DoubleBuffer arg3)
 
void glUniformMatrix4x3fv (int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
 
void glUniformMatrix4x3fv (int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glUniformMatrix4x3fv}(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
More...
 
void glUniformSubroutinesuiv (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glUniformSubroutinesuiv (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glUniformSubroutinesuiv}(GLenum shadertype, GLsizei count, const GLuint * indices)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

More...
 
void glUniformui64NV (int arg0, long arg1)
 Entry point to C language function: void {@native glUniformui64NV}(GLint location, GLuint64EXT value)
Part of GL_NV_shader_buffer_load

More...
 
void glUniformui64vNV (int arg0, int arg1, long[] arg2, int arg3)
 Entry point to C language function: void {@native glUniformui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_shader_buffer_load

More...
 
void glUniformui64vNV (int arg0, int arg1, java.nio.LongBuffer arg2)
 
void glUnlockArraysEXT ()
 Entry point to C language function: void {@native glUnlockArraysEXT}()
Part of GL_EXT_compiled_vertex_array

More...
 
boolean glUnmapBuffer (int arg0)
 Entry point to C language function: GLboolean {@native glUnmapBuffer}(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
More...
 
boolean glUnmapNamedBuffer (int arg0)
 Entry point to C language function: GLboolean {@native glUnmapNamedBuffer}(GLuint buffer)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glUnmapNamedBufferEXT
More...
 
boolean glUnmapNamedBufferEXT (int arg0)
 Entry point to C language function: GLboolean {@native glUnmapNamedBufferEXT}(GLuint buffer)
Part of GL_EXT_direct_state_access

More...
 
void glUnmapTexture2DINTEL (int arg0, int arg1)
 Entry point to C language function: void {@native glUnmapTexture2DINTEL}(GLuint texture, GLint level)
Part of GL_INTEL_map_texture

More...
 
void glUploadGpuMaskNVX (int arg0)
 Entry point to C language function: void {@native glUploadGpuMaskNVX}(GLbitfield mask)
Part of GL_NVX_gpu_multicast2

More...
 
void glUseProgram (int arg0)
 Entry point to C language function: void {@native glUseProgram}(GLuint program)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glUseProgramObjectARB (long arg0)
 Entry point to C language function: void {@native glUseProgramObjectARB}(GLhandleARB programObj)
Part of GL_ARB_shader_objects

More...
 
void glUseProgramStages (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glUseProgramStages}(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
More...
 
void glVDPAUFiniNV ()
 Entry point to C language function: void {@native glVDPAUFiniNV}()
Part of GL_NV_vdpau_interop

More...
 
void glVDPAUGetSurfaceivNV (long arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6)
 Entry point to C language function: void {@native glVDPAUGetSurfaceivNV}(GLvdpauSurfaceNV surface, GLenum pname, GLsizei count, GLsizei * length, GLint * values)
Part of GL_NV_vdpau_interop

More...
 
void glVDPAUGetSurfaceivNV (long arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4)
 
void glVDPAUInitNV (java.nio.Buffer arg0, java.nio.Buffer arg1)
 
boolean glVDPAUIsSurfaceNV (long arg0)
 Entry point to C language function: GLboolean {@native glVDPAUIsSurfaceNV}(GLvdpauSurfaceNV surface)
Part of GL_NV_vdpau_interop

More...
 
void glVDPAUMapSurfacesNV (int arg0, com.jogamp.common.nio.PointerBuffer arg1)
 
long glVDPAURegisterOutputSurfaceNV (java.nio.Buffer arg0, int arg1, int arg2, int[] arg3, int arg4)
 
long glVDPAURegisterOutputSurfaceNV (java.nio.Buffer arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
long glVDPAURegisterVideoSurfaceNV (java.nio.Buffer arg0, int arg1, int arg2, int[] arg3, int arg4)
 
long glVDPAURegisterVideoSurfaceNV (java.nio.Buffer arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
long glVDPAURegisterVideoSurfaceWithPictureStructureNV (java.nio.Buffer arg0, int arg1, int arg2, int[] arg3, int arg4, boolean arg5)
 
long glVDPAURegisterVideoSurfaceWithPictureStructureNV (java.nio.Buffer arg0, int arg1, int arg2, java.nio.IntBuffer arg3, boolean arg4)
 
void glVDPAUSurfaceAccessNV (long arg0, int arg1)
 Entry point to C language function: void {@native glVDPAUSurfaceAccessNV}(GLvdpauSurfaceNV surface, GLenum access)
Part of GL_NV_vdpau_interop

More...
 
void glVDPAUUnmapSurfacesNV (int arg0, com.jogamp.common.nio.PointerBuffer arg1)
 
void glVDPAUUnregisterSurfaceNV (long arg0)
 Entry point to C language function: void {@native glVDPAUUnregisterSurfaceNV}(GLvdpauSurfaceNV surface)
Part of GL_NV_vdpau_interop

More...
 
void glValidateProgram (int arg0)
 Entry point to C language function: void {@native glValidateProgram}(GLuint program)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glValidateProgramARB
More...
 
void glValidateProgramARB (long arg0)
 Entry point to C language function: void {@native glValidateProgramARB}(GLhandleARB programObj)
Part of GL_ARB_shader_objects

More...
 
void glValidateProgramPipeline (int arg0)
 Entry point to C language function: void {@native glValidateProgramPipeline}(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
More...
 
void glVariantPointerEXT (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glVariantPointerEXT (int arg0, int arg1, int arg2, long arg3)
 Entry point to C language function: void {@native glVariantPointerEXT}(GLuint id, GLenum type, GLuint stride, const void * addr)
Part of GL_EXT_vertex_shader

More...
 
void glVariantbvEXT (int arg0, java.nio.ByteBuffer arg1)
 
void glVariantbvEXT (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glVariantbvEXT}(GLuint id, const GLbyte * addr)
Part of GL_EXT_vertex_shader

More...
 
void glVariantdvEXT (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glVariantdvEXT}(GLuint id, const GLdouble * addr)
Part of GL_EXT_vertex_shader

More...
 
void glVariantdvEXT (int arg0, java.nio.DoubleBuffer arg1)
 
void glVariantfvEXT (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glVariantfvEXT}(GLuint id, const GLfloat * addr)
Part of GL_EXT_vertex_shader

More...
 
void glVariantfvEXT (int arg0, java.nio.FloatBuffer arg1)
 
void glVariantivEXT (int arg0, java.nio.IntBuffer arg1)
 
void glVariantivEXT (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVariantivEXT}(GLuint id, const GLint * addr)
Part of GL_EXT_vertex_shader

More...
 
void glVariantsvEXT (int arg0, java.nio.ShortBuffer arg1)
 
void glVariantsvEXT (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVariantsvEXT}(GLuint id, const GLshort * addr)
Part of GL_EXT_vertex_shader

More...
 
void glVariantubvEXT (int arg0, java.nio.ByteBuffer arg1)
 
void glVariantubvEXT (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glVariantubvEXT}(GLuint id, const GLubyte * addr)
Part of GL_EXT_vertex_shader

More...
 
void glVariantuivEXT (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVariantuivEXT}(GLuint id, const GLuint * addr)
Part of GL_EXT_vertex_shader

More...
 
void glVariantuivEXT (int arg0, java.nio.IntBuffer arg1)
 
void glVariantusvEXT (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVariantusvEXT}(GLuint id, const GLushort * addr)
Part of GL_EXT_vertex_shader

More...
 
void glVariantusvEXT (int arg0, java.nio.ShortBuffer arg1)
 
void glVertex2bOES (byte arg0, byte arg1)
 Entry point to C language function: void {@native glVertex2bOES}(GLbyte x, GLbyte y)
Part of GL_OES_byte_coordinates

More...
 
void glVertex2bvOES (java.nio.ByteBuffer arg0)
 
void glVertex2bvOES (byte[] arg0, int arg1)
 Entry point to C language function: void {@native glVertex2bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glVertex2d (double arg0, double arg1)
 Entry point to C language function: void {@native glVertex2d}(GLdouble x, GLdouble y)
Part of GL_VERSION_1_0

More...
 
void glVertex2dv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glVertex2dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glVertex2dv (java.nio.DoubleBuffer arg0)
 
void glVertex2f (float arg0, float arg1)
 Entry point to C language function: void {@native glVertex2f}(GLfloat x, GLfloat y)
Part of GL_VERSION_1_0

More...
 
void glVertex2fv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glVertex2fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glVertex2fv (java.nio.FloatBuffer arg0)
 
void glVertex2h (short arg0, short arg1)
 Entry point to C language function: void {@native glVertex2h}(GLhalfNV x, GLhalfNV y)
Part of GL_NV_half_float
Alias for: glVertex2hNV
More...
 
void glVertex2hv (java.nio.ShortBuffer arg0)
 
void glVertex2hv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glVertex2hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertex2hvNV
More...
 
void glVertex2i (int arg0, int arg1)
 Entry point to C language function: void {@native glVertex2i}(GLint x, GLint y)
Part of GL_VERSION_1_0

More...
 
void glVertex2iv (java.nio.IntBuffer arg0)
 
void glVertex2iv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glVertex2iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glVertex2s (short arg0, short arg1)
 Entry point to C language function: void {@native glVertex2s}(GLshort x, GLshort y)
Part of GL_VERSION_1_0

More...
 
void glVertex2sv (java.nio.ShortBuffer arg0)
 
void glVertex2sv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glVertex2sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glVertex3bOES (byte arg0, byte arg1, byte arg2)
 Entry point to C language function: void {@native glVertex3bOES}(GLbyte x, GLbyte y, GLbyte z)
Part of GL_OES_byte_coordinates

More...
 
void glVertex3bvOES (byte[] arg0, int arg1)
 Entry point to C language function: void {@native glVertex3bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glVertex3bvOES (java.nio.ByteBuffer arg0)
 
void glVertex3d (double arg0, double arg1, double arg2)
 Entry point to C language function: void {@native glVertex3d}(GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_1_0

More...
 
void glVertex3dv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glVertex3dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glVertex3dv (java.nio.DoubleBuffer arg0)
 
void glVertex3f (float arg0, float arg1, float arg2)
 Entry point to C language function: void {@native glVertex3f}(GLfloat x, GLfloat y, GLfloat z)
Part of GL_VERSION_1_0

More...
 
void glVertex3fv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glVertex3fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glVertex3fv (java.nio.FloatBuffer arg0)
 
void glVertex3h (short arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glVertex3h}(GLhalfNV x, GLhalfNV y, GLhalfNV z)
Part of GL_NV_half_float
Alias for: glVertex3hNV
More...
 
void glVertex3hv (java.nio.ShortBuffer arg0)
 
void glVertex3hv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glVertex3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertex3hvNV
More...
 
void glVertex3i (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glVertex3i}(GLint x, GLint y, GLint z)
Part of GL_VERSION_1_0

More...
 
void glVertex3iv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glVertex3iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glVertex3iv (java.nio.IntBuffer arg0)
 
void glVertex3s (short arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glVertex3s}(GLshort x, GLshort y, GLshort z)
Part of GL_VERSION_1_0

More...
 
void glVertex3sv (java.nio.ShortBuffer arg0)
 
void glVertex3sv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glVertex3sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glVertex4bOES (byte arg0, byte arg1, byte arg2, byte arg3)
 Entry point to C language function: void {@native glVertex4bOES}(GLbyte x, GLbyte y, GLbyte z, GLbyte w)
Part of GL_OES_byte_coordinates

More...
 
void glVertex4bvOES (byte[] arg0, int arg1)
 Entry point to C language function: void {@native glVertex4bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glVertex4bvOES (java.nio.ByteBuffer arg0)
 
void glVertex4d (double arg0, double arg1, double arg2, double arg3)
 Entry point to C language function: void {@native glVertex4d}(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_VERSION_1_0

More...
 
void glVertex4dv (java.nio.DoubleBuffer arg0)
 
void glVertex4dv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glVertex4dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glVertex4f (float arg0, float arg1, float arg2, float arg3)
 Entry point to C language function: void {@native glVertex4f}(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_VERSION_1_0

More...
 
void glVertex4fv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glVertex4fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glVertex4fv (java.nio.FloatBuffer arg0)
 
void glVertex4h (short arg0, short arg1, short arg2, short arg3)
 Entry point to C language function: void {@native glVertex4h}(GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w)
Part of GL_NV_half_float
Alias for: glVertex4hNV
More...
 
void glVertex4hv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glVertex4hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertex4hvNV
More...
 
void glVertex4hv (java.nio.ShortBuffer arg0)
 
void glVertex4i (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glVertex4i}(GLint x, GLint y, GLint z, GLint w)
Part of GL_VERSION_1_0

More...
 
void glVertex4iv (java.nio.IntBuffer arg0)
 
void glVertex4iv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glVertex4iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glVertex4s (short arg0, short arg1, short arg2, short arg3)
 Entry point to C language function: void {@native glVertex4s}(GLshort x, GLshort y, GLshort z, GLshort w)
Part of GL_VERSION_1_0

More...
 
void glVertex4sv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glVertex4sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glVertex4sv (java.nio.ShortBuffer arg0)
 
void glVertexArrayAttribBinding (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glVertexArrayAttribBinding}(GLuint vaobj, GLuint attribindex, GLuint bindingindex)
Part of GL_VERSION_4_5

More...
 
void glVertexArrayAttribFormat (int arg0, int arg1, int arg2, int arg3, boolean arg4, int arg5)
 Entry point to C language function: void {@native glVertexArrayAttribFormat}(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
Part of GL_VERSION_4_5

More...
 
void glVertexArrayAttribIFormat (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glVertexArrayAttribIFormat}(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Part of GL_VERSION_4_5

More...
 
void glVertexArrayAttribLFormat (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glVertexArrayAttribLFormat}(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Part of GL_VERSION_4_5

More...
 
void glVertexArrayBindVertexBufferEXT (int arg0, int arg1, int arg2, long arg3, int arg4)
 Entry point to C language function: void {@native glVertexArrayBindVertexBufferEXT}(GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding

More...
 
void glVertexArrayBindingDivisor (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glVertexArrayBindingDivisor}(GLuint vaobj, GLuint bindingindex, GLuint divisor)
Part of GL_VERSION_4_5

More...
 
void glVertexArrayColorOffsetEXT (int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
 Entry point to C language function: void {@native glVertexArrayColorOffsetEXT}(GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayEdgeFlagOffsetEXT (int arg0, int arg1, int arg2, long arg3)
 Entry point to C language function: void {@native glVertexArrayEdgeFlagOffsetEXT}(GLuint vaobj, GLuint buffer, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayElementBuffer (int arg0, int arg1)
 Entry point to C language function: void {@native glVertexArrayElementBuffer}(GLuint vaobj, GLuint buffer)
Part of GL_VERSION_4_5

More...
 
void glVertexArrayFogCoordOffsetEXT (int arg0, int arg1, int arg2, int arg3, long arg4)
 Entry point to C language function: void {@native glVertexArrayFogCoordOffsetEXT}(GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayIndexOffsetEXT (int arg0, int arg1, int arg2, int arg3, long arg4)
 Entry point to C language function: void {@native glVertexArrayIndexOffsetEXT}(GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayMultiTexCoordOffsetEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
 Entry point to C language function: void {@native glVertexArrayMultiTexCoordOffsetEXT}(GLuint vaobj, GLuint buffer, GLenum texunit, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayNormalOffsetEXT (int arg0, int arg1, int arg2, int arg3, long arg4)
 Entry point to C language function: void {@native glVertexArrayNormalOffsetEXT}(GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayParameteriAPPLE (int arg0, int arg1)
 Entry point to C language function: void {@native glVertexArrayParameteriAPPLE}(GLenum pname, GLint param)
Part of GL_APPLE_vertex_array_range

More...
 
void glVertexArrayRangeAPPLE (int arg0, java.nio.Buffer arg1)
 
void glVertexArraySecondaryColorOffsetEXT (int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
 Entry point to C language function: void {@native glVertexArraySecondaryColorOffsetEXT}(GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayTexCoordOffsetEXT (int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
 Entry point to C language function: void {@native glVertexArrayTexCoordOffsetEXT}(GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayVertexAttribBindingEXT (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glVertexArrayVertexAttribBindingEXT}(GLuint vaobj, GLuint attribindex, GLuint bindingindex)
Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding

More...
 
void glVertexArrayVertexAttribDivisorEXT (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glVertexArrayVertexAttribDivisorEXT}(GLuint vaobj, GLuint index, GLuint divisor)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayVertexAttribFormatEXT (int arg0, int arg1, int arg2, int arg3, boolean arg4, int arg5)
 Entry point to C language function: void {@native glVertexArrayVertexAttribFormatEXT}(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding

More...
 
void glVertexArrayVertexAttribIFormatEXT (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glVertexArrayVertexAttribIFormatEXT}(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding

More...
 
void glVertexArrayVertexAttribIOffsetEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
 Entry point to C language function: void {@native glVertexArrayVertexAttribIOffsetEXT}(GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayVertexAttribLFormatEXT (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glVertexArrayVertexAttribLFormatEXT}(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding

More...
 
void glVertexArrayVertexAttribLOffsetEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, long arg6)
 Entry point to C language function: void {@native glVertexArrayVertexAttribLOffsetEXT}(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

More...
 
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 {@native glVertexArrayVertexAttribOffsetEXT}(GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayVertexBindingDivisorEXT (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glVertexArrayVertexBindingDivisorEXT}(GLuint vaobj, GLuint bindingindex, GLuint divisor)
Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding

More...
 
void glVertexArrayVertexBuffer (int arg0, int arg1, int arg2, long arg3, int arg4)
 Entry point to C language function: void {@native glVertexArrayVertexBuffer}(GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Part of GL_VERSION_4_5

More...
 
void glVertexArrayVertexBuffers (int arg0, int arg1, int arg2, int[] arg3, int arg4, com.jogamp.common.nio.PointerBuffer arg5, int[] arg6, int arg7)
 
void glVertexArrayVertexBuffers (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, com.jogamp.common.nio.PointerBuffer arg4, java.nio.IntBuffer arg5)
 
void glVertexArrayVertexOffsetEXT (int arg0, int arg1, int arg2, int arg3, int arg4, long arg5)
 Entry point to C language function: void {@native glVertexArrayVertexOffsetEXT}(GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexAttrib1d (int arg0, double arg1)
 Entry point to C language function: void {@native glVertexAttrib1d}(GLuint index, GLdouble x)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib1dNV, glVertexAttrib1dARB
More...
 
void glVertexAttrib1dARB (int arg0, double arg1)
 Entry point to C language function: void {@native glVertexAttrib1dARB}(GLuint index, GLdouble x)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib1dv (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib1dv}(GLuint index, const GLdouble * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib1dvARB, glVertexAttrib1dvNV
More...
 
void glVertexAttrib1dv (int arg0, java.nio.DoubleBuffer arg1)
 
void glVertexAttrib1dvARB (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib1dvARB}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib1dvARB (int arg0, java.nio.DoubleBuffer arg1)
 
void glVertexAttrib1f (int arg0, float arg1)
 Entry point to C language function: void {@native glVertexAttrib1f}(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
More...
 
void glVertexAttrib1fARB (int arg0, float arg1)
 Entry point to C language function: void {@native glVertexAttrib1fARB}(GLuint index, GLfloat x)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib1fv (int arg0, java.nio.FloatBuffer arg1)
 
void glVertexAttrib1fv (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib1fv}(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
More...
 
void glVertexAttrib1fvARB (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib1fvARB}(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib1fvARB (int arg0, java.nio.FloatBuffer arg1)
 
void glVertexAttrib1h (int arg0, short arg1)
 Entry point to C language function: void {@native glVertexAttrib1h}(GLuint index, GLhalfNV x)
Part of GL_NV_half_float
Alias for: glVertexAttrib1hNV
More...
 
void glVertexAttrib1hv (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttrib1hv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib1hv}(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttrib1hvNV
More...
 
void glVertexAttrib1s (int arg0, short arg1)
 Entry point to C language function: void {@native glVertexAttrib1s}(GLuint index, GLshort x)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib1sNV, glVertexAttrib1sARB
More...
 
void glVertexAttrib1sARB (int arg0, short arg1)
 Entry point to C language function: void {@native glVertexAttrib1sARB}(GLuint index, GLshort x)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib1sv (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttrib1sv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib1sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib1svARB, glVertexAttrib1svNV
More...
 
void glVertexAttrib1svARB (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib1svARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib1svARB (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttrib2d (int arg0, double arg1, double arg2)
 Entry point to C language function: void {@native glVertexAttrib2d}(GLuint index, GLdouble x, GLdouble y)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib2dARB, glVertexAttrib2dNV
More...
 
void glVertexAttrib2dARB (int arg0, double arg1, double arg2)
 Entry point to C language function: void {@native glVertexAttrib2dARB}(GLuint index, GLdouble x, GLdouble y)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib2dv (int arg0, java.nio.DoubleBuffer arg1)
 
void glVertexAttrib2dv (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib2dv}(GLuint index, const GLdouble * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib2dvNV, glVertexAttrib2dvARB
More...
 
void glVertexAttrib2dvARB (int arg0, java.nio.DoubleBuffer arg1)
 
void glVertexAttrib2dvARB (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib2dvARB}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib2f (int arg0, float arg1, float arg2)
 Entry point to C language function: void {@native glVertexAttrib2f}(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
More...
 
void glVertexAttrib2fARB (int arg0, float arg1, float arg2)
 Entry point to C language function: void {@native glVertexAttrib2fARB}(GLuint index, GLfloat x, GLfloat y)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib2fv (int arg0, java.nio.FloatBuffer arg1)
 
void glVertexAttrib2fv (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib2fv}(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
More...
 
void glVertexAttrib2fvARB (int arg0, java.nio.FloatBuffer arg1)
 
void glVertexAttrib2fvARB (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib2fvARB}(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib2h (int arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glVertexAttrib2h}(GLuint index, GLhalfNV x, GLhalfNV y)
Part of GL_NV_half_float
Alias for: glVertexAttrib2hNV
More...
 
void glVertexAttrib2hv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib2hv}(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttrib2hvNV
More...
 
void glVertexAttrib2hv (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttrib2s (int arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glVertexAttrib2s}(GLuint index, GLshort x, GLshort y)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib2sNV, glVertexAttrib2sARB
More...
 
void glVertexAttrib2sARB (int arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glVertexAttrib2sARB}(GLuint index, GLshort x, GLshort y)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib2sv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib2sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib2svARB, glVertexAttrib2svNV
More...
 
void glVertexAttrib2sv (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttrib2svARB (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib2svARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib2svARB (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttrib3d (int arg0, double arg1, double arg2, double arg3)
 Entry point to C language function: void {@native glVertexAttrib3d}(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
More...
 
void glVertexAttrib3dARB (int arg0, double arg1, double arg2, double arg3)
 Entry point to C language function: void {@native glVertexAttrib3dARB}(GLuint index, GLdouble x, GLdouble y, GLdouble z)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib3dv (int arg0, java.nio.DoubleBuffer arg1)
 
void glVertexAttrib3dv (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib3dv}(GLuint index, const GLdouble * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib3dvNV, glVertexAttrib3dvARB
More...
 
void glVertexAttrib3dvARB (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib3dvARB}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib3dvARB (int arg0, java.nio.DoubleBuffer arg1)
 
void glVertexAttrib3f (int arg0, float arg1, float arg2, float arg3)
 Entry point to C language function: void {@native glVertexAttrib3f}(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
More...
 
void glVertexAttrib3fARB (int arg0, float arg1, float arg2, float arg3)
 Entry point to C language function: void {@native glVertexAttrib3fARB}(GLuint index, GLfloat x, GLfloat y, GLfloat z)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib3fv (int arg0, java.nio.FloatBuffer arg1)
 
void glVertexAttrib3fv (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib3fv}(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
More...
 
void glVertexAttrib3fvARB (int arg0, java.nio.FloatBuffer arg1)
 
void glVertexAttrib3fvARB (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib3fvARB}(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib3h (int arg0, short arg1, short arg2, short arg3)
 Entry point to C language function: void {@native glVertexAttrib3h}(GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z)
Part of GL_NV_half_float
Alias for: glVertexAttrib3hNV
More...
 
void glVertexAttrib3hv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib3hv}(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttrib3hvNV
More...
 
void glVertexAttrib3hv (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttrib3s (int arg0, short arg1, short arg2, short arg3)
 Entry point to C language function: void {@native glVertexAttrib3s}(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
More...
 
void glVertexAttrib3sARB (int arg0, short arg1, short arg2, short arg3)
 Entry point to C language function: void {@native glVertexAttrib3sARB}(GLuint index, GLshort x, GLshort y, GLshort z)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib3sv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib3sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib3svARB, glVertexAttrib3svNV
More...
 
void glVertexAttrib3sv (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttrib3svARB (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttrib3svARB (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib3svARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4Nbv (int arg0, java.nio.ByteBuffer arg1)
 
void glVertexAttrib4Nbv (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4Nbv}(GLuint index, const GLbyte * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NbvARB
More...
 
void glVertexAttrib4NbvARB (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4NbvARB}(GLuint index, const GLbyte * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4NbvARB (int arg0, java.nio.ByteBuffer arg1)
 
void glVertexAttrib4Niv (int arg0, java.nio.IntBuffer arg1)
 
void glVertexAttrib4Niv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4Niv}(GLuint index, const GLint * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NivARB
More...
 
void glVertexAttrib4NivARB (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4NivARB}(GLuint index, const GLint * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4NivARB (int arg0, java.nio.IntBuffer arg1)
 
void glVertexAttrib4Nsv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4Nsv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NsvARB
More...
 
void glVertexAttrib4Nsv (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttrib4NsvARB (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttrib4NsvARB (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4NsvARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4Nub (int arg0, byte arg1, byte arg2, byte arg3, byte arg4)
 Entry point to C language function: void {@native glVertexAttrib4Nub}(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NubARB
More...
 
void glVertexAttrib4NubARB (int arg0, byte arg1, byte arg2, byte arg3, byte arg4)
 Entry point to C language function: void {@native glVertexAttrib4NubARB}(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4Nubv (int arg0, java.nio.ByteBuffer arg1)
 
void glVertexAttrib4Nubv (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4Nubv}(GLuint index, const GLubyte * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NubvARB
More...
 
void glVertexAttrib4NubvARB (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4NubvARB}(GLuint index, const GLubyte * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4NubvARB (int arg0, java.nio.ByteBuffer arg1)
 
void glVertexAttrib4Nuiv (int arg0, java.nio.IntBuffer arg1)
 
void glVertexAttrib4Nuiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4Nuiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NuivARB
More...
 
void glVertexAttrib4NuivARB (int arg0, java.nio.IntBuffer arg1)
 
void glVertexAttrib4NuivARB (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4NuivARB}(GLuint index, const GLuint * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4Nusv (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttrib4Nusv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4Nusv}(GLuint index, const GLushort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NusvARB
More...
 
void glVertexAttrib4NusvARB (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttrib4NusvARB (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4NusvARB}(GLuint index, const GLushort * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4bv (int arg0, java.nio.ByteBuffer arg1)
 
void glVertexAttrib4bv (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4bv}(GLuint index, const GLbyte * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4bvARB
More...
 
void glVertexAttrib4bvARB (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4bvARB}(GLuint index, const GLbyte * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4bvARB (int arg0, java.nio.ByteBuffer arg1)
 
void glVertexAttrib4d (int arg0, double arg1, double arg2, double arg3, double arg4)
 Entry point to C language function: void {@native glVertexAttrib4d}(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
More...
 
void glVertexAttrib4dARB (int arg0, double arg1, double arg2, double arg3, double arg4)
 Entry point to C language function: void {@native glVertexAttrib4dARB}(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4dv (int arg0, java.nio.DoubleBuffer arg1)
 
void glVertexAttrib4dv (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4dv}(GLuint index, const GLdouble * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib4dvNV, glVertexAttrib4dvARB
More...
 
void glVertexAttrib4dvARB (int arg0, java.nio.DoubleBuffer arg1)
 
void glVertexAttrib4dvARB (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4dvARB}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4f (int arg0, float arg1, float arg2, float arg3, float arg4)
 Entry point to C language function: void {@native glVertexAttrib4f}(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
More...
 
void glVertexAttrib4fARB (int arg0, float arg1, float arg2, float arg3, float arg4)
 Entry point to C language function: void {@native glVertexAttrib4fARB}(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4fv (int arg0, java.nio.FloatBuffer arg1)
 
void glVertexAttrib4fv (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4fv}(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
More...
 
void glVertexAttrib4fvARB (int arg0, java.nio.FloatBuffer arg1)
 
void glVertexAttrib4fvARB (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4fvARB}(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4h (int arg0, short arg1, short arg2, short arg3, short arg4)
 Entry point to C language function: void {@native glVertexAttrib4h}(GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w)
Part of GL_NV_half_float
Alias for: glVertexAttrib4hNV
More...
 
void glVertexAttrib4hv (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttrib4hv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4hv}(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttrib4hvNV
More...
 
void glVertexAttrib4iv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4iv}(GLuint index, const GLint * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4ivARB
More...
 
void glVertexAttrib4iv (int arg0, java.nio.IntBuffer arg1)
 
void glVertexAttrib4ivARB (int arg0, java.nio.IntBuffer arg1)
 
void glVertexAttrib4ivARB (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4ivARB}(GLuint index, const GLint * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4s (int arg0, short arg1, short arg2, short arg3, short arg4)
 Entry point to C language function: void {@native glVertexAttrib4s}(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
More...
 
void glVertexAttrib4sARB (int arg0, short arg1, short arg2, short arg3, short arg4)
 Entry point to C language function: void {@native glVertexAttrib4sARB}(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4sv (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttrib4sv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib4svNV, glVertexAttrib4svARB
More...
 
void glVertexAttrib4svARB (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4svARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4svARB (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttrib4ubv (int arg0, java.nio.ByteBuffer arg1)
 
void glVertexAttrib4ubv (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4ubv}(GLuint index, const GLubyte * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib4ubvNV, glVertexAttrib4ubvARB
More...
 
void glVertexAttrib4ubvARB (int arg0, java.nio.ByteBuffer arg1)
 
void glVertexAttrib4ubvARB (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4ubvARB}(GLuint index, const GLubyte * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4uiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4uiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4uivARB
More...
 
void glVertexAttrib4uiv (int arg0, java.nio.IntBuffer arg1)
 
void glVertexAttrib4uivARB (int arg0, java.nio.IntBuffer arg1)
 
void glVertexAttrib4uivARB (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4uivARB}(GLuint index, const GLuint * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4usv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4usv}(GLuint index, const GLushort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4usvARB
More...
 
void glVertexAttrib4usv (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttrib4usvARB (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttrib4usvARB}(GLuint index, const GLushort * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4usvARB (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttribBinding (int arg0, int arg1)
 Entry point to C language function: void {@native glVertexAttribBinding}(GLuint attribindex, GLuint bindingindex)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding

More...
 
void glVertexAttribDivisor (int arg0, int arg1)
 Entry point to C language function: void {@native glVertexAttribDivisor}(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
More...
 
void glVertexAttribFormat (int arg0, int arg1, int arg2, boolean arg3, int arg4)
 Entry point to C language function: void {@native glVertexAttribFormat}(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
More...
 
void glVertexAttribFormatNV (int arg0, int arg1, int arg2, boolean arg3, int arg4)
 Entry point to C language function: void {@native glVertexAttribFormatNV}(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glVertexAttribI1i (int arg0, int arg1)
 Entry point to C language function: void {@native glVertexAttribI1i}(GLuint index, GLint x)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI1iEXT
More...
 
void glVertexAttribI1iv (int arg0, java.nio.IntBuffer arg1)
 
void glVertexAttribI1iv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribI1iv}(GLuint index, const GLint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI1ivEXT
More...
 
void glVertexAttribI1ui (int arg0, int arg1)
 Entry point to C language function: void {@native glVertexAttribI1ui}(GLuint index, GLuint x)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI1uiEXT
More...
 
void glVertexAttribI1uiv (int arg0, java.nio.IntBuffer arg1)
 
void glVertexAttribI1uiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribI1uiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI1uivEXT
More...
 
void glVertexAttribI2i (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribI2i}(GLuint index, GLint x, GLint y)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI2iEXT
More...
 
void glVertexAttribI2iv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribI2iv}(GLuint index, const GLint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI2ivEXT
More...
 
void glVertexAttribI2iv (int arg0, java.nio.IntBuffer arg1)
 
void glVertexAttribI2ui (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribI2ui}(GLuint index, GLuint x, GLuint y)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI2uiEXT
More...
 
void glVertexAttribI2uiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribI2uiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI2uivEXT
More...
 
void glVertexAttribI2uiv (int arg0, java.nio.IntBuffer arg1)
 
void glVertexAttribI3i (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glVertexAttribI3i}(GLuint index, GLint x, GLint y, GLint z)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI3iEXT
More...
 
void glVertexAttribI3iv (int arg0, java.nio.IntBuffer arg1)
 
void glVertexAttribI3iv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribI3iv}(GLuint index, const GLint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI3ivEXT
More...
 
void glVertexAttribI3ui (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glVertexAttribI3ui}(GLuint index, GLuint x, GLuint y, GLuint z)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI3uiEXT
More...
 
void glVertexAttribI3uiv (int arg0, java.nio.IntBuffer arg1)
 
void glVertexAttribI3uiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribI3uiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI3uivEXT
More...
 
void glVertexAttribI4bv (int arg0, java.nio.ByteBuffer arg1)
 
void glVertexAttribI4bv (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribI4bv}(GLuint index, const GLbyte * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4bvEXT
More...
 
void glVertexAttribI4i (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glVertexAttribI4i}(GLuint index, GLint x, GLint y, GLint z, GLint w)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4iEXT
More...
 
void glVertexAttribI4iv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribI4iv}(GLuint index, const GLint * v)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4ivEXT
More...
 
void glVertexAttribI4iv (int arg0, java.nio.IntBuffer arg1)
 
void glVertexAttribI4sv (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttribI4sv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribI4sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4svEXT
More...
 
void glVertexAttribI4ubv (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribI4ubv}(GLuint index, const GLubyte * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4ubvEXT
More...
 
void glVertexAttribI4ubv (int arg0, java.nio.ByteBuffer arg1)
 
void glVertexAttribI4ui (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glVertexAttribI4ui}(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4uiEXT
More...
 
void glVertexAttribI4uiv (int arg0, java.nio.IntBuffer arg1)
 
void glVertexAttribI4uiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribI4uiv}(GLuint index, const GLuint * v)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4uivEXT
More...
 
void glVertexAttribI4usv (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribI4usv}(GLuint index, const GLushort * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4usvEXT
More...
 
void glVertexAttribI4usv (int arg0, java.nio.ShortBuffer arg1)
 
void glVertexAttribIFormat (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glVertexAttribIFormat}(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
More...
 
void glVertexAttribIFormatNV (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glVertexAttribIFormatNV}(GLuint index, GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glVertexAttribIPointer (int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
 
void glVertexAttribIPointer (int arg0, int arg1, int arg2, int arg3, long arg4)
 Entry point to C language function: void {@native glVertexAttribIPointer}(GLuint index, GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribIPointerEXT
More...
 
void glVertexAttribL1d (int arg0, double arg1)
 Entry point to C language function: void {@native glVertexAttribL1d}(GLuint index, GLdouble x)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL1dEXT
More...
 
void glVertexAttribL1dv (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribL1dv}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL1dvEXT
More...
 
void glVertexAttribL1dv (int arg0, java.nio.DoubleBuffer arg1)
 
void glVertexAttribL1i64NV (int arg0, long arg1)
 Entry point to C language function: void {@native glVertexAttribL1i64NV}(GLuint index, GLint64EXT x)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL1i64vNV (int arg0, long[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribL1i64vNV}(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL1i64vNV (int arg0, java.nio.LongBuffer arg1)
 
void glVertexAttribL1ui64ARB (int arg0, long arg1)
 Entry point to C language function: void {@native glVertexAttribL1ui64ARB}(GLuint index, GLuint64EXT x)
Part of GL_ARB_bindless_texture

More...
 
void glVertexAttribL1ui64NV (int arg0, long arg1)
 Entry point to C language function: void {@native glVertexAttribL1ui64NV}(GLuint index, GLuint64EXT x)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL1ui64vARB (int arg0, long[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribL1ui64vARB}(GLuint index, const GLuint64EXT * v)
Part of GL_ARB_bindless_texture

More...
 
void glVertexAttribL1ui64vARB (int arg0, java.nio.LongBuffer arg1)
 
void glVertexAttribL1ui64vNV (int arg0, long[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribL1ui64vNV}(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL1ui64vNV (int arg0, java.nio.LongBuffer arg1)
 
void glVertexAttribL2d (int arg0, double arg1, double arg2)
 Entry point to C language function: void {@native glVertexAttribL2d}(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
More...
 
void glVertexAttribL2dv (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribL2dv}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL2dvEXT
More...
 
void glVertexAttribL2dv (int arg0, java.nio.DoubleBuffer arg1)
 
void glVertexAttribL2i64NV (int arg0, long arg1, long arg2)
 Entry point to C language function: void {@native glVertexAttribL2i64NV}(GLuint index, GLint64EXT x, GLint64EXT y)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL2i64vNV (int arg0, java.nio.LongBuffer arg1)
 
void glVertexAttribL2i64vNV (int arg0, long[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribL2i64vNV}(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL2ui64NV (int arg0, long arg1, long arg2)
 Entry point to C language function: void {@native glVertexAttribL2ui64NV}(GLuint index, GLuint64EXT x, GLuint64EXT y)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL2ui64vNV (int arg0, long[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribL2ui64vNV}(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL2ui64vNV (int arg0, java.nio.LongBuffer arg1)
 
void glVertexAttribL3d (int arg0, double arg1, double arg2, double arg3)
 Entry point to C language function: void {@native glVertexAttribL3d}(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
More...
 
void glVertexAttribL3dv (int arg0, java.nio.DoubleBuffer arg1)
 
void glVertexAttribL3dv (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribL3dv}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL3dvEXT
More...
 
void glVertexAttribL3i64NV (int arg0, long arg1, long arg2, long arg3)
 Entry point to C language function: void {@native glVertexAttribL3i64NV}(GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL3i64vNV (int arg0, java.nio.LongBuffer arg1)
 
void glVertexAttribL3i64vNV (int arg0, long[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribL3i64vNV}(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL3ui64NV (int arg0, long arg1, long arg2, long arg3)
 Entry point to C language function: void {@native glVertexAttribL3ui64NV}(GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL3ui64vNV (int arg0, java.nio.LongBuffer arg1)
 
void glVertexAttribL3ui64vNV (int arg0, long[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribL3ui64vNV}(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL4d (int arg0, double arg1, double arg2, double arg3, double arg4)
 Entry point to C language function: void {@native glVertexAttribL4d}(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
More...
 
void glVertexAttribL4dv (int arg0, java.nio.DoubleBuffer arg1)
 
void glVertexAttribL4dv (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribL4dv}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL4dvEXT
More...
 
void glVertexAttribL4i64NV (int arg0, long arg1, long arg2, long arg3, long arg4)
 Entry point to C language function: void {@native glVertexAttribL4i64NV}(GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL4i64vNV (int arg0, java.nio.LongBuffer arg1)
 
void glVertexAttribL4i64vNV (int arg0, long[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribL4i64vNV}(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL4ui64NV (int arg0, long arg1, long arg2, long arg3, long arg4)
 Entry point to C language function: void {@native glVertexAttribL4ui64NV}(GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL4ui64vNV (int arg0, java.nio.LongBuffer arg1)
 
void glVertexAttribL4ui64vNV (int arg0, long[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribL4ui64vNV}(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribLFormat (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glVertexAttribLFormat}(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
More...
 
void glVertexAttribLFormatNV (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glVertexAttribLFormatNV}(GLuint index, GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribLPointer (int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
 
void glVertexAttribLPointer (int arg0, int arg1, int arg2, int arg3, long arg4)
 Entry point to C language function: void {@native glVertexAttribLPointer}(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
More...
 
void glVertexAttribP1ui (int arg0, int arg1, boolean arg2, int arg3)
 Entry point to C language function: void {@native glVertexAttribP1ui}(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexAttribP1uiv (int arg0, int arg1, boolean arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glVertexAttribP1uiv}(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexAttribP1uiv (int arg0, int arg1, boolean arg2, java.nio.IntBuffer arg3)
 
void glVertexAttribP2ui (int arg0, int arg1, boolean arg2, int arg3)
 Entry point to C language function: void {@native glVertexAttribP2ui}(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexAttribP2uiv (int arg0, int arg1, boolean arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glVertexAttribP2uiv}(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexAttribP2uiv (int arg0, int arg1, boolean arg2, java.nio.IntBuffer arg3)
 
void glVertexAttribP3ui (int arg0, int arg1, boolean arg2, int arg3)
 Entry point to C language function: void {@native glVertexAttribP3ui}(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexAttribP3uiv (int arg0, int arg1, boolean arg2, java.nio.IntBuffer arg3)
 
void glVertexAttribP3uiv (int arg0, int arg1, boolean arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glVertexAttribP3uiv}(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexAttribP4ui (int arg0, int arg1, boolean arg2, int arg3)
 Entry point to C language function: void {@native glVertexAttribP4ui}(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexAttribP4uiv (int arg0, int arg1, boolean arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glVertexAttribP4uiv}(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexAttribP4uiv (int arg0, int arg1, boolean arg2, java.nio.IntBuffer arg3)
 
void glVertexAttribParameteriAMD (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glVertexAttribParameteriAMD}(GLuint index, GLenum pname, GLint param)
Part of GL_AMD_interleaved_elements

More...
 
void glVertexAttribPointer (int arg0, int arg1, int arg2, boolean arg3, int arg4, java.nio.Buffer arg5)
 
void glVertexAttribPointer (int arg0, int arg1, int arg2, boolean arg3, int arg4, long arg5)
 Entry point to C language function: void {@native glVertexAttribPointer}(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
More...
 
void glVertexAttribPointer (com.jogamp.opengl.GLArrayData arg0)
 
void glVertexAttribPointerARB (int arg0, int arg1, int arg2, boolean arg3, int arg4, java.nio.Buffer arg5)
 
void glVertexAttribPointerARB (int arg0, int arg1, int arg2, boolean arg3, int arg4, long arg5)
 Entry point to C language function: void {@native glVertexAttribPointerARB}(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void * pointer)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttribs1hv (int arg0, int arg1, short[] arg2, int arg3)
 Entry point to C language function: void {@native glVertexAttribs1hv}(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttribs1hvNV
More...
 
void glVertexAttribs1hv (int arg0, int arg1, java.nio.ShortBuffer arg2)
 
void glVertexAttribs2hv (int arg0, int arg1, java.nio.ShortBuffer arg2)
 
void glVertexAttribs2hv (int arg0, int arg1, short[] arg2, int arg3)
 Entry point to C language function: void {@native glVertexAttribs2hv}(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttribs2hvNV
More...
 
void glVertexAttribs3hv (int arg0, int arg1, java.nio.ShortBuffer arg2)
 
void glVertexAttribs3hv (int arg0, int arg1, short[] arg2, int arg3)
 Entry point to C language function: void {@native glVertexAttribs3hv}(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttribs3hvNV
More...
 
void glVertexAttribs4hv (int arg0, int arg1, short[] arg2, int arg3)
 Entry point to C language function: void {@native glVertexAttribs4hv}(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttribs4hvNV
More...
 
void glVertexAttribs4hv (int arg0, int arg1, java.nio.ShortBuffer arg2)
 
void glVertexBindingDivisor (int arg0, int arg1)
 Entry point to C language function: void {@native glVertexBindingDivisor}(GLuint bindingindex, GLuint divisor)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding

More...
 
void glVertexBlendARB (int arg0)
 Entry point to C language function: void {@native glVertexBlendARB}(GLint count)
Part of GL_ARB_vertex_blend

More...
 
void glVertexFormatNV (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glVertexFormatNV}(GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glVertexP2ui (int arg0, int arg1)
 Entry point to C language function: void {@native glVertexP2ui}(GLenum type, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexP2uiv (int arg0, java.nio.IntBuffer arg1)
 
void glVertexP2uiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexP2uiv}(GLenum type, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexP3ui (int arg0, int arg1)
 Entry point to C language function: void {@native glVertexP3ui}(GLenum type, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexP3uiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexP3uiv}(GLenum type, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexP3uiv (int arg0, java.nio.IntBuffer arg1)
 
void glVertexP4ui (int arg0, int arg1)
 Entry point to C language function: void {@native glVertexP4ui}(GLenum type, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexP4uiv (int arg0, java.nio.IntBuffer arg1)
 
void glVertexP4uiv (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glVertexP4uiv}(GLenum type, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexPointer (com.jogamp.opengl.GLArrayData arg0)
 
void glVertexPointer (int arg0, int arg1, int arg2, long arg3)
 
void glVertexPointer (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glVertexWeightPointerEXT (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glVertexWeightPointerEXT (int arg0, int arg1, int arg2, long arg3)
 Entry point to C language function: void {@native glVertexWeightPointerEXT}(GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_EXT_vertex_weighting

More...
 
void glVertexWeightfEXT (float arg0)
 Entry point to C language function: void {@native glVertexWeightfEXT}(GLfloat weight)
Part of GL_EXT_vertex_weighting

More...
 
void glVertexWeightfvEXT (float[] arg0, int arg1)
 Entry point to C language function: void {@native glVertexWeightfvEXT}(const GLfloat * weight)
Part of GL_EXT_vertex_weighting

More...
 
void glVertexWeightfvEXT (java.nio.FloatBuffer arg0)
 
void glVertexWeighth (short arg0)
 Entry point to C language function: void {@native glVertexWeighth}(GLhalfNV weight)
Part of GL_NV_half_float
Alias for: glVertexWeighthNV
More...
 
void glVertexWeighthv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glVertexWeighthv}(const GLhalfNV * weight)
Part of GL_NV_half_float
Alias for: glVertexWeighthvNV
More...
 
void glVertexWeighthv (java.nio.ShortBuffer arg0)
 
int glVideoCaptureNV (int arg0, int[] arg1, int arg2, long[] arg3, int arg4)
 Entry point to C language function: GLenum {@native glVideoCaptureNV}(GLuint video_capture_slot, GLuint * sequence_num, GLuint64EXT * capture_time)
Part of GL_NV_video_capture

More...
 
int glVideoCaptureNV (int arg0, java.nio.IntBuffer arg1, java.nio.LongBuffer arg2)
 
void glVideoCaptureStreamParameterdvNV (int arg0, int arg1, int arg2, double[] arg3, int arg4)
 Entry point to C language function: void {@native glVideoCaptureStreamParameterdvNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, const GLdouble * params)
Part of GL_NV_video_capture

More...
 
void glVideoCaptureStreamParameterdvNV (int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
 
void glVideoCaptureStreamParameterfvNV (int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
 
void glVideoCaptureStreamParameterfvNV (int arg0, int arg1, int arg2, float[] arg3, int arg4)
 Entry point to C language function: void {@native glVideoCaptureStreamParameterfvNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, const GLfloat * params)
Part of GL_NV_video_capture

More...
 
void glVideoCaptureStreamParameterivNV (int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
 
void glVideoCaptureStreamParameterivNV (int arg0, int arg1, int arg2, int[] arg3, int arg4)
 Entry point to C language function: void {@native glVideoCaptureStreamParameterivNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, const GLint * params)
Part of GL_NV_video_capture

More...
 
void glViewport (int arg0, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glViewport}(GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glViewportArrayv (int arg0, int arg1, float[] arg2, int arg3)
 Entry point to C language function: void {@native glViewportArrayv}(GLuint first, GLsizei count, const GLfloat * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_OES_viewport_array, GL_NV_viewport_array
Alias for: glViewportArrayvOES, glViewportArrayvNV
More...
 
void glViewportArrayv (int arg0, int arg1, java.nio.FloatBuffer arg2)
 
void glViewportIndexedf (int arg0, float arg1, float arg2, float arg3, float arg4)
 Entry point to C language function: void {@native glViewportIndexedf}(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_OES_viewport_array, GL_NV_viewport_array
Alias for: glViewportIndexedfOES, glViewportIndexedfNV
More...
 
void glViewportIndexedfv (int arg0, java.nio.FloatBuffer arg1)
 
void glViewportIndexedfv (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glViewportIndexedfv}(GLuint index, const GLfloat * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array, GL_OES_viewport_array
Alias for: glViewportIndexedfvNV, glViewportIndexedfvOES
More...
 
void glViewportPositionWScaleNV (int arg0, float arg1, float arg2)
 Entry point to C language function: void {@native glViewportPositionWScaleNV}(GLuint index, GLfloat xcoeff, GLfloat ycoeff)
Part of GL_NV_clip_space_w_scaling

More...
 
void glViewportSwizzleNV (int arg0, int arg1, int arg2, int arg3, int arg4)
 Entry point to C language function: void {@native glViewportSwizzleNV}(GLuint index, GLenum swizzlex, GLenum swizzley, GLenum swizzlez, GLenum swizzlew)
Part of GL_NV_viewport_swizzle

More...
 
void glWaitSemaphoreEXT (int arg0, int arg1, java.nio.IntBuffer arg2, int arg3, java.nio.IntBuffer arg4, java.nio.IntBuffer arg5)
 
void glWaitSemaphoreEXT (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 {@native glWaitSemaphoreEXT}(GLuint semaphore, GLuint numBufferBarriers, const GLuint * buffers, GLuint numTextureBarriers, const GLuint * textures, const GLenum * srcLayouts)
Part of GL_EXT_semaphore

More...
 
void glWaitSemaphoreui64NVX (int arg0, int arg1, int[] arg2, int arg3, long[] arg4, int arg5)
 Entry point to C language function: void {@native glWaitSemaphoreui64NVX}(GLuint waitGpu, GLsizei fenceObjectCount, const GLuint * semaphoreArray, const GLuint64 * fenceValueArray)
Part of GL_NVX_progress_fence

More...
 
void glWaitSemaphoreui64NVX (int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.LongBuffer arg3)
 
void glWaitSync (long arg0, int arg1, long arg2)
 Entry point to C language function: void {@native glWaitSync}(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
More...
 
void glWaitVkSemaphoreNV (long arg0)
 Entry point to C language function: void {@native glWaitVkSemaphoreNV}(GLuint64 vkSemaphore)
Part of GL_NV_draw_vulkan_image

More...
 
void glWeightPointerARB (int arg0, int arg1, int arg2, long arg3)
 Entry point to C language function: void {@native glWeightPointerARB}(GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_ARB_vertex_blend

More...
 
void glWeightPointerARB (int arg0, int arg1, int arg2, java.nio.Buffer arg3)
 
void glWeightbvARB (int arg0, java.nio.ByteBuffer arg1)
 
void glWeightbvARB (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glWeightbvARB}(GLint size, const GLbyte * weights)
Part of GL_ARB_vertex_blend

More...
 
void glWeightdvARB (int arg0, double[] arg1, int arg2)
 Entry point to C language function: void {@native glWeightdvARB}(GLint size, const GLdouble * weights)
Part of GL_ARB_vertex_blend

More...
 
void glWeightdvARB (int arg0, java.nio.DoubleBuffer arg1)
 
void glWeightfvARB (int arg0, float[] arg1, int arg2)
 Entry point to C language function: void {@native glWeightfvARB}(GLint size, const GLfloat * weights)
Part of GL_ARB_vertex_blend

More...
 
void glWeightfvARB (int arg0, java.nio.FloatBuffer arg1)
 
void glWeightivARB (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glWeightivARB}(GLint size, const GLint * weights)
Part of GL_ARB_vertex_blend

More...
 
void glWeightivARB (int arg0, java.nio.IntBuffer arg1)
 
void glWeightsvARB (int arg0, java.nio.ShortBuffer arg1)
 
void glWeightsvARB (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glWeightsvARB}(GLint size, const GLshort * weights)
Part of GL_ARB_vertex_blend

More...
 
void glWeightubvARB (int arg0, byte[] arg1, int arg2)
 Entry point to C language function: void {@native glWeightubvARB}(GLint size, const GLubyte * weights)
Part of GL_ARB_vertex_blend

More...
 
void glWeightubvARB (int arg0, java.nio.ByteBuffer arg1)
 
void glWeightuivARB (int arg0, int[] arg1, int arg2)
 Entry point to C language function: void {@native glWeightuivARB}(GLint size, const GLuint * weights)
Part of GL_ARB_vertex_blend

More...
 
void glWeightuivARB (int arg0, java.nio.IntBuffer arg1)
 
void glWeightusvARB (int arg0, java.nio.ShortBuffer arg1)
 
void glWeightusvARB (int arg0, short[] arg1, int arg2)
 Entry point to C language function: void {@native glWeightusvARB}(GLint size, const GLushort * weights)
Part of GL_ARB_vertex_blend

More...
 
void glWindowPos2d (double arg0, double arg1)
 Entry point to C language function: void {@native glWindowPos2d}(GLdouble x, GLdouble y)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos2dMESA, glWindowPos2dARB
More...
 
void glWindowPos2dv (java.nio.DoubleBuffer arg0)
 
void glWindowPos2dv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glWindowPos2dv}(const GLdouble * v)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos2dvMESA, glWindowPos2dvARB
More...
 
void glWindowPos2f (float arg0, float arg1)
 Entry point to C language function: void {@native glWindowPos2f}(GLfloat x, GLfloat y)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos2fARB, glWindowPos2fMESA
More...
 
void glWindowPos2fv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glWindowPos2fv}(const GLfloat * v)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos2fvMESA, glWindowPos2fvARB
More...
 
void glWindowPos2fv (java.nio.FloatBuffer arg0)
 
void glWindowPos2i (int arg0, int arg1)
 Entry point to C language function: void {@native glWindowPos2i}(GLint x, GLint y)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos2iMESA, glWindowPos2iARB
More...
 
void glWindowPos2iv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glWindowPos2iv}(const GLint * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos2ivARB, glWindowPos2ivMESA
More...
 
void glWindowPos2iv (java.nio.IntBuffer arg0)
 
void glWindowPos2s (short arg0, short arg1)
 Entry point to C language function: void {@native glWindowPos2s}(GLshort x, GLshort y)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos2sMESA, glWindowPos2sARB
More...
 
void glWindowPos2sv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glWindowPos2sv}(const GLshort * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos2svARB, glWindowPos2svMESA
More...
 
void glWindowPos2sv (java.nio.ShortBuffer arg0)
 
void glWindowPos3d (double arg0, double arg1, double arg2)
 Entry point to C language function: void {@native glWindowPos3d}(GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos3dMESA, glWindowPos3dARB
More...
 
void glWindowPos3dv (java.nio.DoubleBuffer arg0)
 
void glWindowPos3dv (double[] arg0, int arg1)
 Entry point to C language function: void {@native glWindowPos3dv}(const GLdouble * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3dvARB, glWindowPos3dvMESA
More...
 
void glWindowPos3f (float arg0, float arg1, float arg2)
 Entry point to C language function: void {@native glWindowPos3f}(GLfloat x, GLfloat y, GLfloat z)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3fARB, glWindowPos3fMESA
More...
 
void glWindowPos3fv (float[] arg0, int arg1)
 Entry point to C language function: void {@native glWindowPos3fv}(const GLfloat * v)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos3fvMESA, glWindowPos3fvARB
More...
 
void glWindowPos3fv (java.nio.FloatBuffer arg0)
 
void glWindowPos3i (int arg0, int arg1, int arg2)
 Entry point to C language function: void {@native glWindowPos3i}(GLint x, GLint y, GLint z)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3iARB, glWindowPos3iMESA
More...
 
void glWindowPos3iv (java.nio.IntBuffer arg0)
 
void glWindowPos3iv (int[] arg0, int arg1)
 Entry point to C language function: void {@native glWindowPos3iv}(const GLint * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3ivARB, glWindowPos3ivMESA
More...
 
void glWindowPos3s (short arg0, short arg1, short arg2)
 Entry point to C language function: void {@native glWindowPos3s}(GLshort x, GLshort y, GLshort z)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3sARB, glWindowPos3sMESA
More...
 
void glWindowPos3sv (java.nio.ShortBuffer arg0)
 
void glWindowPos3sv (short[] arg0, int arg1)
 Entry point to C language function: void {@native glWindowPos3sv}(const GLshort * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3svARB, glWindowPos3svMESA
More...
 
void glWindowRectanglesEXT (int arg0, int arg1, java.nio.IntBuffer arg2)
 
void glWindowRectanglesEXT (int arg0, int arg1, int[] arg2, int arg3)
 Entry point to C language function: void {@native glWindowRectanglesEXT}(GLenum mode, GLsizei count, const GLint * box)
Part of GL_EXT_window_rectangles

More...
 
void glWriteMaskEXT (int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
 Entry point to C language function: void {@native glWriteMaskEXT}(GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW)
Part of GL_EXT_vertex_shader

More...
 
boolean hasBasicFBOSupport ()
 Returns true if basic FBO support is available, otherwise false. More...
 
boolean hasFullFBOSupport ()
 Returns true if full FBO support is available, otherwise false. More...
 
boolean hasGLSL ()
 Indicates whether this GL object supports GLSL. More...
 
boolean isExtensionAvailable (java.lang.String arg0)
 
boolean isFunctionAvailable (java.lang.String arg0)
 
boolean isGL ()
 Indicates whether this GL object conforms to any of the OpenGL profiles. More...
 
boolean isGL2 ()
 Indicates whether this GL object conforms to the OpenGL ≤ 3.0 profile. More...
 
boolean isGL2ES1 ()
 Indicates whether this GL object conforms to a GL2ES1 compatible profile. More...
 
boolean isGL2ES2 ()
 Indicates whether this GL object conforms to a GL2ES2 compatible profile. More...
 
boolean isGL2ES3 ()
 Indicates whether this GL object conforms to a either a GL2GL3 or GL3ES3 compatible profile. More...
 
boolean isGL2GL3 ()
 Indicates whether this GL object conforms to a GL2GL3 compatible profile. More...
 
boolean isGL3 ()
 Indicates whether this GL object conforms to the OpenGL ≥ 3.1 core profile. More...
 
boolean isGL3ES3 ()
 Indicates whether this GL object conforms to a GL3ES3 compatible profile. More...
 
boolean isGL3bc ()
 Indicates whether this GL object conforms to the OpenGL ≥ 3.1 compatibility profile. More...
 
boolean isGL3core ()
 Indicates whether this GL object uses a GL3 core profile. More...
 
boolean isGL4 ()
 Indicates whether this GL object conforms to the OpenGL ≥ 4.0 core profile. More...
 
boolean isGL4ES3 ()
 Returns true if this GL object conforms to a GL4ES3 compatible profile, i.e. More...
 
boolean isGL4bc ()
 Indicates whether this GL object conforms to the OpenGL ≥ 4.0 compatibility profile. More...
 
boolean isGL4core ()
 Indicates whether this GL object uses a GL4 core profile. More...
 
boolean isGLES ()
 Indicates whether this GL object conforms to one of the OpenGL ES profiles, see isGLES1(), isGLES2() and isGLES3(). More...
 
boolean isGLES1 ()
 Indicates whether this GL object conforms to the OpenGL ES ≥ 1.0 profile. More...
 
boolean isGLES2 ()
 Indicates whether this GL object conforms to the OpenGL ES ≥ 2.0 profile. More...
 
boolean isGLES2Compatible ()
 Indicates whether this GL object is compatible with the core OpenGL ES2 functionality. More...
 
boolean isGLES3 ()
 Indicates whether this GL object conforms to the OpenGL ES ≥ 3.0 profile. More...
 
boolean isGLES31Compatible ()
 Indicates whether this GL object is compatible with the core OpenGL ES3.1 functionality. More...
 
boolean isGLES32Compatible ()
 Indicates whether this GL object is compatible with the core OpenGL ES3.2 functionality. More...
 
boolean isGLES3Compatible ()
 Indicates whether this GL object is compatible with the core OpenGL ES3 functionality. More...
 
boolean isGLcore ()
 Indicates whether this GL object uses a GL core profile. More...
 
boolean isNPOTTextureAvailable ()
 Returns true if the GL context supports non power of two (NPOT) textures, otherwise false. More...
 
boolean isPBOPackBound ()
 
boolean isPBOUnpackBound ()
 
boolean isTextureFormatBGRA8888Available ()
 
boolean isVBOArrayBound ()
 
boolean isVBOElementArrayBound ()
 
com.jogamp.opengl.GLBufferStorage mapBuffer (int arg0, int arg1)
 Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBuffer(..) implementation. More...
 
com.jogamp.opengl.GLBufferStorage mapBufferRange (int arg0, long arg1, long arg2, int arg3)
 Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBufferRange(..) implementation. More...
 
com.jogamp.opengl.GLBufferStorage mapNamedBuffer (int arg0, int arg1)
 Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBuffer(..) implementation. More...
 
com.jogamp.opengl.GLBufferStorage mapNamedBufferEXT (int arg0, int arg1)
 Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferEXT(..) implementation. More...
 
com.jogamp.opengl.GLBufferStorage mapNamedBufferRange (int arg0, long arg1, long arg2, int arg3)
 Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferRange(..) implementation. More...
 
com.jogamp.opengl.GLBufferStorage mapNamedBufferRangeEXT (int arg0, long arg1, long arg2, int arg3)
 Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferRangeEXT(..) implementation. More...
 
void setSwapInterval (int arg0)
 Set the swap interval of the current context and attached onscreen GLDrawable. More...
 
String toString ()
 
- Public Member Functions inherited from com.jogamp.opengl.GL4bc
void glTexStorageMem1DEXT (int target, int levels, int internalFormat, int width, int memory, long offset)
 Entry point to C language function: void {@native glTexStorageMem1DEXT}(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glTextureStorageMem1DEXT (int texture, int levels, int internalFormat, int width, int memory, long offset)
 Entry point to C language function: void {@native glTextureStorageMem1DEXT}(GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glImportMemoryWin32HandleEXT (int memory, long size, int handleType, Buffer handle)
 Entry point to C language function: void {@native glImportMemoryWin32HandleEXT}(GLuint memory, GLuint64 size, GLenum handleType, void * handle)
Part of GL_EXT_memory_object_win32
More...
 
void glImportMemoryWin32NameEXT (int memory, long size, int handleType, Buffer name)
 Entry point to C language function: void {@native glImportMemoryWin32NameEXT}(GLuint memory, GLuint64 size, GLenum handleType, const void * name)
Part of GL_EXT_memory_object_win32
More...
 
void glImportSemaphoreWin32HandleEXT (int semaphore, int handleType, Buffer handle)
 Entry point to C language function: void {@native glImportSemaphoreWin32HandleEXT}(GLuint semaphore, GLenum handleType, void * handle)
Part of GL_EXT_semaphore_win32
More...
 
void glImportSemaphoreWin32NameEXT (int semaphore, int handleType, Buffer name)
 Entry point to C language function: void {@native glImportSemaphoreWin32NameEXT}(GLuint semaphore, GLenum handleType, const void * name)
Part of GL_EXT_semaphore_win32
More...
 
void glDrawElementsInstancedBaseInstance (int mode, int count, int type, Buffer indices, int instancecount, int baseinstance)
 Entry point to C language function: void {@native glDrawElementsInstancedBaseInstance}(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount, GLuint baseinstance);
Part of GL_VERSION_4_2, GL_ARB_base_instance More...
 
void glDrawElementsInstancedBaseVertexBaseInstance (int mode, int count, int type, Buffer indices, int instancecount, int basevertex, int baseinstance)
 Entry point to C language function: void {@native glDrawElementsInstancedBaseVertexBaseInstance}(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 More...
 
void glVertexAttribLPointer (int index, int size, int type, int stride, Buffer pointer)
 Entry point to C language function: void {@native glVertexAttribLPointer}(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
Part of GL_VERSION_4_1, GL_ARB_vertex_attrib_64bit More...
 
- Public Member Functions inherited from com.jogamp.opengl.GL3bc
void glVertexP2ui (int type, int value)
 Entry point to C language function: void {@native glVertexP2ui}(GLenum type, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexP2uiv (int type, IntBuffer value)
 Entry point to C language function: void {@native glVertexP2uiv}(GLenum type, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glVertexP2uiv (int type, int[] value, int value_offset)
 Entry point to C language function: void {@native glVertexP2uiv}(GLenum type, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexP3ui (int type, int value)
 Entry point to C language function: void {@native glVertexP3ui}(GLenum type, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexP3uiv (int type, IntBuffer value)
 Entry point to C language function: void {@native glVertexP3uiv}(GLenum type, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glVertexP3uiv (int type, int[] value, int value_offset)
 Entry point to C language function: void {@native glVertexP3uiv}(GLenum type, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexP4ui (int type, int value)
 Entry point to C language function: void {@native glVertexP4ui}(GLenum type, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexP4uiv (int type, IntBuffer value)
 Entry point to C language function: void {@native glVertexP4uiv}(GLenum type, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glVertexP4uiv (int type, int[] value, int value_offset)
 Entry point to C language function: void {@native glVertexP4uiv}(GLenum type, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glTexCoordP1ui (int type, int coords)
 Entry point to C language function: void {@native glTexCoordP1ui}(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glTexCoordP1uiv (int type, IntBuffer coords)
 Entry point to C language function: void {@native glTexCoordP1uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glTexCoordP1uiv (int type, int[] coords, int coords_offset)
 Entry point to C language function: void {@native glTexCoordP1uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glTexCoordP2ui (int type, int coords)
 Entry point to C language function: void {@native glTexCoordP2ui}(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glTexCoordP2uiv (int type, IntBuffer coords)
 Entry point to C language function: void {@native glTexCoordP2uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glTexCoordP2uiv (int type, int[] coords, int coords_offset)
 Entry point to C language function: void {@native glTexCoordP2uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glTexCoordP3ui (int type, int coords)
 Entry point to C language function: void {@native glTexCoordP3ui}(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glTexCoordP3uiv (int type, IntBuffer coords)
 Entry point to C language function: void {@native glTexCoordP3uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glTexCoordP3uiv (int type, int[] coords, int coords_offset)
 Entry point to C language function: void {@native glTexCoordP3uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glTexCoordP4ui (int type, int coords)
 Entry point to C language function: void {@native glTexCoordP4ui}(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glTexCoordP4uiv (int type, IntBuffer coords)
 Entry point to C language function: void {@native glTexCoordP4uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glTexCoordP4uiv (int type, int[] coords, int coords_offset)
 Entry point to C language function: void {@native glTexCoordP4uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glMultiTexCoordP1ui (int texture, int type, int coords)
 Entry point to C language function: void {@native glMultiTexCoordP1ui}(GLenum texture, GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glMultiTexCoordP1uiv (int texture, int type, IntBuffer coords)
 Entry point to C language function: void {@native glMultiTexCoordP1uiv}(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glMultiTexCoordP1uiv (int texture, int type, int[] coords, int coords_offset)
 Entry point to C language function: void {@native glMultiTexCoordP1uiv}(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glMultiTexCoordP2ui (int texture, int type, int coords)
 Entry point to C language function: void {@native glMultiTexCoordP2ui}(GLenum texture, GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glMultiTexCoordP2uiv (int texture, int type, IntBuffer coords)
 Entry point to C language function: void {@native glMultiTexCoordP2uiv}(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glMultiTexCoordP2uiv (int texture, int type, int[] coords, int coords_offset)
 Entry point to C language function: void {@native glMultiTexCoordP2uiv}(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glMultiTexCoordP3ui (int texture, int type, int coords)
 Entry point to C language function: void {@native glMultiTexCoordP3ui}(GLenum texture, GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glMultiTexCoordP3uiv (int texture, int type, IntBuffer coords)
 Entry point to C language function: void {@native glMultiTexCoordP3uiv}(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glMultiTexCoordP3uiv (int texture, int type, int[] coords, int coords_offset)
 Entry point to C language function: void {@native glMultiTexCoordP3uiv}(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glMultiTexCoordP4ui (int texture, int type, int coords)
 Entry point to C language function: void {@native glMultiTexCoordP4ui}(GLenum texture, GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glMultiTexCoordP4uiv (int texture, int type, IntBuffer coords)
 Entry point to C language function: void {@native glMultiTexCoordP4uiv}(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glMultiTexCoordP4uiv (int texture, int type, int[] coords, int coords_offset)
 Entry point to C language function: void {@native glMultiTexCoordP4uiv}(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glNormalP3ui (int type, int coords)
 Entry point to C language function: void {@native glNormalP3ui}(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glNormalP3uiv (int type, IntBuffer coords)
 Entry point to C language function: void {@native glNormalP3uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glNormalP3uiv (int type, int[] coords, int coords_offset)
 Entry point to C language function: void {@native glNormalP3uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glColorP3ui (int type, int color)
 Entry point to C language function: void {@native glColorP3ui}(GLenum type, GLuint color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glColorP3uiv (int type, IntBuffer color)
 Entry point to C language function: void {@native glColorP3uiv}(GLenum type, const GLuint * color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glColorP3uiv (int type, int[] color, int color_offset)
 Entry point to C language function: void {@native glColorP3uiv}(GLenum type, const GLuint * color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glColorP4ui (int type, int color)
 Entry point to C language function: void {@native glColorP4ui}(GLenum type, GLuint color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glColorP4uiv (int type, IntBuffer color)
 Entry point to C language function: void {@native glColorP4uiv}(GLenum type, const GLuint * color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glColorP4uiv (int type, int[] color, int color_offset)
 Entry point to C language function: void {@native glColorP4uiv}(GLenum type, const GLuint * color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glSecondaryColorP3ui (int type, int color)
 Entry point to C language function: void {@native glSecondaryColorP3ui}(GLenum type, GLuint color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glSecondaryColorP3uiv (int type, IntBuffer color)
 Entry point to C language function: void {@native glSecondaryColorP3uiv}(GLenum type, const GLuint * color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glSecondaryColorP3uiv (int type, int[] color, int color_offset)
 Entry point to C language function: void {@native glSecondaryColorP3uiv}(GLenum type, const GLuint * color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glDrawElementsBaseVertex (int mode, int count, int type, Buffer indices, int basevertex)
 Entry point to C language function: void {@native glDrawElementsBaseVertex}(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex);
Part of GL_ARB_draw_elements_base_vertex, GL_VERSION_3_2 More...
 
void glDrawElementsInstancedBaseVertex (int mode, int count, int type, Buffer indices, int instancecount, int basevertex)
 Entry point to C language function: void {@native glDrawElementsInstancedBaseVertex}(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 More...
 
void glDrawRangeElementsBaseVertex (int mode, int start, int end, int count, int type, Buffer indices, int basevertex)
 Entry point to C language function: void {@native glDrawRangeElementsBaseVertex}(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 More...
 
- Public Member Functions inherited from com.jogamp.opengl.GL2
void glClearIndex (float c)
 Entry point to C language function: void {@native glClearIndex}(GLfloat c)
Part of GL_VERSION_1_0

More...
 
void glIndexMask (int mask)
 Entry point to C language function: void {@native glIndexMask}(GLuint mask)
Part of GL_VERSION_1_0

More...
 
void glLineStipple (int factor, short pattern)
 Entry point to C language function: void {@native glLineStipple}(GLint factor, GLushort pattern)
Part of GL_VERSION_1_0

More...
 
void glPolygonStipple (ByteBuffer mask)
 Entry point to C language function: void {@native glPolygonStipple}(const GLubyte * mask)
Part of GL_VERSION_1_0
More...
 
void glPolygonStipple (byte[] mask, int mask_offset)
 Entry point to C language function: void {@native glPolygonStipple}(const GLubyte * mask)
Part of GL_VERSION_1_0

More...
 
void glPolygonStipple (long mask_buffer_offset)
 Entry point to C language function: void {@native glPolygonStipple}(const GLubyte * mask)
Part of GL_VERSION_1_0

More...
 
void glGetPolygonStipple (ByteBuffer mask)
 Entry point to C language function: void {@native glGetPolygonStipple}(GLubyte * mask)
Part of GL_VERSION_1_0
More...
 
void glGetPolygonStipple (byte[] mask, int mask_offset)
 Entry point to C language function: void {@native glGetPolygonStipple}(GLubyte * mask)
Part of GL_VERSION_1_0

More...
 
void glGetPolygonStipple (long mask_buffer_offset)
 Entry point to C language function: void {@native glGetPolygonStipple}(GLubyte * mask)
Part of GL_VERSION_1_0

More...
 
void glEdgeFlag (boolean flag)
 Entry point to C language function: void {@native glEdgeFlag}(GLboolean flag)
Part of GL_VERSION_1_0

More...
 
void glEdgeFlagv (ByteBuffer flag)
 Entry point to C language function: void {@native glEdgeFlagv}(const GLboolean * flag)
Part of GL_VERSION_1_0
More...
 
void glEdgeFlagv (byte[] flag, int flag_offset)
 Entry point to C language function: void {@native glEdgeFlagv}(const GLboolean * flag)
Part of GL_VERSION_1_0

More...
 
void glClipPlane (int plane, DoubleBuffer equation)
 Entry point to C language function: void {@native glClipPlane}(GLenum plane, const GLdouble * equation)
Part of GL_VERSION_1_0
More...
 
void glClipPlane (int plane, double[] equation, int equation_offset)
 Entry point to C language function: void {@native glClipPlane}(GLenum plane, const GLdouble * equation)
Part of GL_VERSION_1_0

More...
 
void glGetClipPlane (int plane, DoubleBuffer equation)
 Entry point to C language function: void {@native glGetClipPlane}(GLenum plane, GLdouble * equation)
Part of GL_VERSION_1_0
More...
 
void glGetClipPlane (int plane, double[] equation, int equation_offset)
 Entry point to C language function: void {@native glGetClipPlane}(GLenum plane, GLdouble * equation)
Part of GL_VERSION_1_0

More...
 
void glPushAttrib (int mask)
 Entry point to C language function: void {@native glPushAttrib}(GLbitfield mask)
Part of GL_VERSION_1_0

More...
 
void glPopAttrib ()
 Entry point to C language function: void {@native glPopAttrib}()
Part of GL_VERSION_1_0

More...
 
int glRenderMode (int mode)
 Entry point to C language function: GLint {@native glRenderMode}(GLenum mode)
Part of GL_VERSION_1_0

More...
 
void glClearAccum (float red, float green, float blue, float alpha)
 Entry point to C language function: void {@native glClearAccum}(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Part of GL_VERSION_1_0

More...
 
void glAccum (int op, float value)
 Entry point to C language function: void {@native glAccum}(GLenum op, GLfloat value)
Part of GL_VERSION_1_0

More...
 
void glLoadMatrixd (DoubleBuffer m)
 Entry point to C language function: void {@native glLoadMatrixd}(const GLdouble * m)
Part of GL_VERSION_1_0
More...
 
void glLoadMatrixd (double[] m, int m_offset)
 Entry point to C language function: void {@native glLoadMatrixd}(const GLdouble * m)
Part of GL_VERSION_1_0

More...
 
void glMultMatrixd (DoubleBuffer m)
 Entry point to C language function: void {@native glMultMatrixd}(const GLdouble * m)
Part of GL_VERSION_1_0
More...
 
void glMultMatrixd (double[] m, int m_offset)
 Entry point to C language function: void {@native glMultMatrixd}(const GLdouble * m)
Part of GL_VERSION_1_0

More...
 
void glRotated (double angle, double x, double y, double z)
 Entry point to C language function: void {@native glRotated}(GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_1_0

More...
 
void glScaled (double x, double y, double z)
 Entry point to C language function: void {@native glScaled}(GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_1_0

More...
 
void glTranslated (double x, double y, double z)
 Entry point to C language function: void {@native glTranslated}(GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_1_0

More...
 
boolean glIsList (int list)
 Entry point to C language function: GLboolean {@native glIsList}(GLuint list)
Part of GL_VERSION_1_0

More...
 
void glDeleteLists (int list, int range)
 Entry point to C language function: void {@native glDeleteLists}(GLuint list, GLsizei range)
Part of GL_VERSION_1_0

More...
 
int glGenLists (int range)
 Entry point to C language function: GLuint {@native glGenLists}(GLsizei range)
Part of GL_VERSION_1_0

More...
 
void glNewList (int list, int mode)
 Entry point to C language function: void {@native glNewList}(GLuint list, GLenum mode)
Part of GL_VERSION_1_0

More...
 
void glEndList ()
 Entry point to C language function: void {@native glEndList}()
Part of GL_VERSION_1_0

More...
 
void glCallList (int list)
 Entry point to C language function: void {@native glCallList}(GLuint list)
Part of GL_VERSION_1_0

More...
 
void glCallLists (int n, int type, Buffer lists)
 Entry point to C language function: void {@native glCallLists}(GLsizei n, GLenum type, const GLvoid * lists)
Part of GL_VERSION_1_0
More...
 
void glListBase (int base)
 Entry point to C language function: void {@native glListBase}(GLuint base)
Part of GL_VERSION_1_0

More...
 
void glBegin (int mode)
 Entry point to C language function: void {@native glBegin}(GLenum mode)
Part of GL_VERSION_1_0

More...
 
void glEnd ()
 Entry point to C language function: void {@native glEnd}()
Part of GL_VERSION_1_0

More...
 
void glVertex2d (double x, double y)
 Entry point to C language function: void {@native glVertex2d}(GLdouble x, GLdouble y)
Part of GL_VERSION_1_0

More...
 
void glVertex2f (float x, float y)
 Entry point to C language function: void {@native glVertex2f}(GLfloat x, GLfloat y)
Part of GL_VERSION_1_0

More...
 
void glVertex2i (int x, int y)
 Entry point to C language function: void {@native glVertex2i}(GLint x, GLint y)
Part of GL_VERSION_1_0

More...
 
void glVertex2s (short x, short y)
 Entry point to C language function: void {@native glVertex2s}(GLshort x, GLshort y)
Part of GL_VERSION_1_0

More...
 
void glVertex3d (double x, double y, double z)
 Entry point to C language function: void {@native glVertex3d}(GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_1_0

More...
 
void glVertex3f (float x, float y, float z)
 Entry point to C language function: void {@native glVertex3f}(GLfloat x, GLfloat y, GLfloat z)
Part of GL_VERSION_1_0

More...
 
void glVertex3i (int x, int y, int z)
 Entry point to C language function: void {@native glVertex3i}(GLint x, GLint y, GLint z)
Part of GL_VERSION_1_0

More...
 
void glVertex3s (short x, short y, short z)
 Entry point to C language function: void {@native glVertex3s}(GLshort x, GLshort y, GLshort z)
Part of GL_VERSION_1_0

More...
 
void glVertex4d (double x, double y, double z, double w)
 Entry point to C language function: void {@native glVertex4d}(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_VERSION_1_0

More...
 
void glVertex4f (float x, float y, float z, float w)
 Entry point to C language function: void {@native glVertex4f}(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_VERSION_1_0

More...
 
void glVertex4i (int x, int y, int z, int w)
 Entry point to C language function: void {@native glVertex4i}(GLint x, GLint y, GLint z, GLint w)
Part of GL_VERSION_1_0

More...
 
void glVertex4s (short x, short y, short z, short w)
 Entry point to C language function: void {@native glVertex4s}(GLshort x, GLshort y, GLshort z, GLshort w)
Part of GL_VERSION_1_0

More...
 
void glVertex2dv (DoubleBuffer v)
 Entry point to C language function: void {@native glVertex2dv}(const GLdouble * v)
Part of GL_VERSION_1_0
More...
 
void glVertex2dv (double[] v, int v_offset)
 Entry point to C language function: void {@native glVertex2dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glVertex2fv (FloatBuffer v)
 Entry point to C language function: void {@native glVertex2fv}(const GLfloat * v)
Part of GL_VERSION_1_0
More...
 
void glVertex2fv (float[] v, int v_offset)
 Entry point to C language function: void {@native glVertex2fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glVertex2iv (IntBuffer v)
 Entry point to C language function: void {@native glVertex2iv}(const GLint * v)
Part of GL_VERSION_1_0
More...
 
void glVertex2iv (int[] v, int v_offset)
 Entry point to C language function: void {@native glVertex2iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glVertex2sv (ShortBuffer v)
 Entry point to C language function: void {@native glVertex2sv}(const GLshort * v)
Part of GL_VERSION_1_0
More...
 
void glVertex2sv (short[] v, int v_offset)
 Entry point to C language function: void {@native glVertex2sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glVertex3dv (DoubleBuffer v)
 Entry point to C language function: void {@native glVertex3dv}(const GLdouble * v)
Part of GL_VERSION_1_0
More...
 
void glVertex3dv (double[] v, int v_offset)
 Entry point to C language function: void {@native glVertex3dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glVertex3fv (FloatBuffer v)
 Entry point to C language function: void {@native glVertex3fv}(const GLfloat * v)
Part of GL_VERSION_1_0
More...
 
void glVertex3fv (float[] v, int v_offset)
 Entry point to C language function: void {@native glVertex3fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glVertex3iv (IntBuffer v)
 Entry point to C language function: void {@native glVertex3iv}(const GLint * v)
Part of GL_VERSION_1_0
More...
 
void glVertex3iv (int[] v, int v_offset)
 Entry point to C language function: void {@native glVertex3iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glVertex3sv (ShortBuffer v)
 Entry point to C language function: void {@native glVertex3sv}(const GLshort * v)
Part of GL_VERSION_1_0
More...
 
void glVertex3sv (short[] v, int v_offset)
 Entry point to C language function: void {@native glVertex3sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glVertex4dv (DoubleBuffer v)
 Entry point to C language function: void {@native glVertex4dv}(const GLdouble * v)
Part of GL_VERSION_1_0
More...
 
void glVertex4dv (double[] v, int v_offset)
 Entry point to C language function: void {@native glVertex4dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glVertex4fv (FloatBuffer v)
 Entry point to C language function: void {@native glVertex4fv}(const GLfloat * v)
Part of GL_VERSION_1_0
More...
 
void glVertex4fv (float[] v, int v_offset)
 Entry point to C language function: void {@native glVertex4fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glVertex4iv (IntBuffer v)
 Entry point to C language function: void {@native glVertex4iv}(const GLint * v)
Part of GL_VERSION_1_0
More...
 
void glVertex4iv (int[] v, int v_offset)
 Entry point to C language function: void {@native glVertex4iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glVertex4sv (ShortBuffer v)
 Entry point to C language function: void {@native glVertex4sv}(const GLshort * v)
Part of GL_VERSION_1_0
More...
 
void glVertex4sv (short[] v, int v_offset)
 Entry point to C language function: void {@native glVertex4sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glNormal3b (byte nx, byte ny, byte nz)
 Entry point to C language function: void {@native glNormal3b}(GLbyte nx, GLbyte ny, GLbyte nz)
Part of GL_VERSION_1_0

More...
 
void glNormal3d (double nx, double ny, double nz)
 Entry point to C language function: void {@native glNormal3d}(GLdouble nx, GLdouble ny, GLdouble nz)
Part of GL_VERSION_1_0

More...
 
void glNormal3i (int nx, int ny, int nz)
 Entry point to C language function: void {@native glNormal3i}(GLint nx, GLint ny, GLint nz)
Part of GL_VERSION_1_0

More...
 
void glNormal3s (short nx, short ny, short nz)
 Entry point to C language function: void {@native glNormal3s}(GLshort nx, GLshort ny, GLshort nz)
Part of GL_VERSION_1_0

More...
 
void glNormal3bv (ByteBuffer v)
 Entry point to C language function: void {@native glNormal3bv}(const GLbyte * v)
Part of GL_VERSION_1_0
More...
 
void glNormal3bv (byte[] v, int v_offset)
 Entry point to C language function: void {@native glNormal3bv}(const GLbyte * v)
Part of GL_VERSION_1_0

More...
 
void glNormal3dv (DoubleBuffer v)
 Entry point to C language function: void {@native glNormal3dv}(const GLdouble * v)
Part of GL_VERSION_1_0
More...
 
void glNormal3dv (double[] v, int v_offset)
 Entry point to C language function: void {@native glNormal3dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glNormal3fv (FloatBuffer v)
 Entry point to C language function: void {@native glNormal3fv}(const GLfloat * v)
Part of GL_VERSION_1_0
More...
 
void glNormal3fv (float[] v, int v_offset)
 Entry point to C language function: void {@native glNormal3fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glNormal3iv (IntBuffer v)
 Entry point to C language function: void {@native glNormal3iv}(const GLint * v)
Part of GL_VERSION_1_0
More...
 
void glNormal3iv (int[] v, int v_offset)
 Entry point to C language function: void {@native glNormal3iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glNormal3sv (ShortBuffer v)
 Entry point to C language function: void {@native glNormal3sv}(const GLshort * v)
Part of GL_VERSION_1_0
More...
 
void glNormal3sv (short[] v, int v_offset)
 Entry point to C language function: void {@native glNormal3sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glIndexd (double c)
 Entry point to C language function: void {@native glIndexd}(GLdouble c)
Part of GL_VERSION_1_0

More...
 
void glIndexf (float c)
 Entry point to C language function: void {@native glIndexf}(GLfloat c)
Part of GL_VERSION_1_0

More...
 
void glIndexi (int c)
 Entry point to C language function: void {@native glIndexi}(GLint c)
Part of GL_VERSION_1_0

More...
 
void glIndexs (short c)
 Entry point to C language function: void {@native glIndexs}(GLshort c)
Part of GL_VERSION_1_0

More...
 
void glIndexdv (DoubleBuffer c)
 Entry point to C language function: void {@native glIndexdv}(const GLdouble * c)
Part of GL_VERSION_1_0
More...
 
void glIndexdv (double[] c, int c_offset)
 Entry point to C language function: void {@native glIndexdv}(const GLdouble * c)
Part of GL_VERSION_1_0

More...
 
void glIndexfv (FloatBuffer c)
 Entry point to C language function: void {@native glIndexfv}(const GLfloat * c)
Part of GL_VERSION_1_0
More...
 
void glIndexfv (float[] c, int c_offset)
 Entry point to C language function: void {@native glIndexfv}(const GLfloat * c)
Part of GL_VERSION_1_0

More...
 
void glIndexiv (IntBuffer c)
 Entry point to C language function: void {@native glIndexiv}(const GLint * c)
Part of GL_VERSION_1_0
More...
 
void glIndexiv (int[] c, int c_offset)
 Entry point to C language function: void {@native glIndexiv}(const GLint * c)
Part of GL_VERSION_1_0

More...
 
void glIndexsv (ShortBuffer c)
 Entry point to C language function: void {@native glIndexsv}(const GLshort * c)
Part of GL_VERSION_1_0
More...
 
void glIndexsv (short[] c, int c_offset)
 Entry point to C language function: void {@native glIndexsv}(const GLshort * c)
Part of GL_VERSION_1_0

More...
 
void glColor3b (byte red, byte green, byte blue)
 Entry point to C language function: void {@native glColor3b}(GLbyte red, GLbyte green, GLbyte blue)
Part of GL_VERSION_1_0

More...
 
void glColor3d (double red, double green, double blue)
 Entry point to C language function: void {@native glColor3d}(GLdouble red, GLdouble green, GLdouble blue)
Part of GL_VERSION_1_0

More...
 
void glColor3f (float red, float green, float blue)
 Entry point to C language function: void {@native glColor3f}(GLfloat red, GLfloat green, GLfloat blue)
Part of GL_VERSION_1_0

More...
 
void glColor3i (int red, int green, int blue)
 Entry point to C language function: void {@native glColor3i}(GLint red, GLint green, GLint blue)
Part of GL_VERSION_1_0

More...
 
void glColor3s (short red, short green, short blue)
 Entry point to C language function: void {@native glColor3s}(GLshort red, GLshort green, GLshort blue)
Part of GL_VERSION_1_0

More...
 
void glColor3ub (byte red, byte green, byte blue)
 Entry point to C language function: void {@native glColor3ub}(GLubyte red, GLubyte green, GLubyte blue)
Part of GL_VERSION_1_0

More...
 
void glColor3ui (int red, int green, int blue)
 Entry point to C language function: void {@native glColor3ui}(GLuint red, GLuint green, GLuint blue)
Part of GL_VERSION_1_0

More...
 
void glColor3us (short red, short green, short blue)
 Entry point to C language function: void {@native glColor3us}(GLushort red, GLushort green, GLushort blue)
Part of GL_VERSION_1_0

More...
 
void glColor4b (byte red, byte green, byte blue, byte alpha)
 Entry point to C language function: void {@native glColor4b}(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)
Part of GL_VERSION_1_0

More...
 
void glColor4d (double red, double green, double blue, double alpha)
 Entry point to C language function: void {@native glColor4d}(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)
Part of GL_VERSION_1_0

More...
 
void glColor4i (int red, int green, int blue, int alpha)
 Entry point to C language function: void {@native glColor4i}(GLint red, GLint green, GLint blue, GLint alpha)
Part of GL_VERSION_1_0

More...
 
void glColor4s (short red, short green, short blue, short alpha)
 Entry point to C language function: void {@native glColor4s}(GLshort red, GLshort green, GLshort blue, GLshort alpha)
Part of GL_VERSION_1_0

More...
 
void glColor4ui (int red, int green, int blue, int alpha)
 Entry point to C language function: void {@native glColor4ui}(GLuint red, GLuint green, GLuint blue, GLuint alpha)
Part of GL_VERSION_1_0

More...
 
void glColor4us (short red, short green, short blue, short alpha)
 Entry point to C language function: void {@native glColor4us}(GLushort red, GLushort green, GLushort blue, GLushort alpha)
Part of GL_VERSION_1_0

More...
 
void glColor3bv (ByteBuffer v)
 Entry point to C language function: void {@native glColor3bv}(const GLbyte * v)
Part of GL_VERSION_1_0
More...
 
void glColor3bv (byte[] v, int v_offset)
 Entry point to C language function: void {@native glColor3bv}(const GLbyte * v)
Part of GL_VERSION_1_0

More...
 
void glColor3dv (DoubleBuffer v)
 Entry point to C language function: void {@native glColor3dv}(const GLdouble * v)
Part of GL_VERSION_1_0
More...
 
void glColor3dv (double[] v, int v_offset)
 Entry point to C language function: void {@native glColor3dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glColor3fv (FloatBuffer v)
 Entry point to C language function: void {@native glColor3fv}(const GLfloat * v)
Part of GL_VERSION_1_0
More...
 
void glColor3fv (float[] v, int v_offset)
 Entry point to C language function: void {@native glColor3fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glColor3iv (IntBuffer v)
 Entry point to C language function: void {@native glColor3iv}(const GLint * v)
Part of GL_VERSION_1_0
More...
 
void glColor3iv (int[] v, int v_offset)
 Entry point to C language function: void {@native glColor3iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glColor3sv (ShortBuffer v)
 Entry point to C language function: void {@native glColor3sv}(const GLshort * v)
Part of GL_VERSION_1_0
More...
 
void glColor3sv (short[] v, int v_offset)
 Entry point to C language function: void {@native glColor3sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glColor3ubv (ByteBuffer v)
 Entry point to C language function: void {@native glColor3ubv}(const GLubyte * v)
Part of GL_VERSION_1_0
More...
 
void glColor3ubv (byte[] v, int v_offset)
 Entry point to C language function: void {@native glColor3ubv}(const GLubyte * v)
Part of GL_VERSION_1_0

More...
 
void glColor3uiv (IntBuffer v)
 Entry point to C language function: void {@native glColor3uiv}(const GLuint * v)
Part of GL_VERSION_1_0
More...
 
void glColor3uiv (int[] v, int v_offset)
 Entry point to C language function: void {@native glColor3uiv}(const GLuint * v)
Part of GL_VERSION_1_0

More...
 
void glColor3usv (ShortBuffer v)
 Entry point to C language function: void {@native glColor3usv}(const GLushort * v)
Part of GL_VERSION_1_0
More...
 
void glColor3usv (short[] v, int v_offset)
 Entry point to C language function: void {@native glColor3usv}(const GLushort * v)
Part of GL_VERSION_1_0

More...
 
void glColor4bv (ByteBuffer v)
 Entry point to C language function: void {@native glColor4bv}(const GLbyte * v)
Part of GL_VERSION_1_0
More...
 
void glColor4bv (byte[] v, int v_offset)
 Entry point to C language function: void {@native glColor4bv}(const GLbyte * v)
Part of GL_VERSION_1_0

More...
 
void glColor4dv (DoubleBuffer v)
 Entry point to C language function: void {@native glColor4dv}(const GLdouble * v)
Part of GL_VERSION_1_0
More...
 
void glColor4dv (double[] v, int v_offset)
 Entry point to C language function: void {@native glColor4dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glColor4fv (FloatBuffer v)
 Entry point to C language function: void {@native glColor4fv}(const GLfloat * v)
Part of GL_VERSION_1_0
More...
 
void glColor4fv (float[] v, int v_offset)
 Entry point to C language function: void {@native glColor4fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glColor4iv (IntBuffer v)
 Entry point to C language function: void {@native glColor4iv}(const GLint * v)
Part of GL_VERSION_1_0
More...
 
void glColor4iv (int[] v, int v_offset)
 Entry point to C language function: void {@native glColor4iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glColor4sv (ShortBuffer v)
 Entry point to C language function: void {@native glColor4sv}(const GLshort * v)
Part of GL_VERSION_1_0
More...
 
void glColor4sv (short[] v, int v_offset)
 Entry point to C language function: void {@native glColor4sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glColor4ubv (ByteBuffer v)
 Entry point to C language function: void {@native glColor4ubv}(const GLubyte * v)
Part of GL_VERSION_1_0
More...
 
void glColor4ubv (byte[] v, int v_offset)
 Entry point to C language function: void {@native glColor4ubv}(const GLubyte * v)
Part of GL_VERSION_1_0

More...
 
void glColor4uiv (IntBuffer v)
 Entry point to C language function: void {@native glColor4uiv}(const GLuint * v)
Part of GL_VERSION_1_0
More...
 
void glColor4uiv (int[] v, int v_offset)
 Entry point to C language function: void {@native glColor4uiv}(const GLuint * v)
Part of GL_VERSION_1_0

More...
 
void glColor4usv (ShortBuffer v)
 Entry point to C language function: void {@native glColor4usv}(const GLushort * v)
Part of GL_VERSION_1_0
More...
 
void glColor4usv (short[] v, int v_offset)
 Entry point to C language function: void {@native glColor4usv}(const GLushort * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord1d (double s)
 Entry point to C language function: void {@native glTexCoord1d}(GLdouble s)
Part of GL_VERSION_1_0

More...
 
void glTexCoord1f (float s)
 Entry point to C language function: void {@native glTexCoord1f}(GLfloat s)
Part of GL_VERSION_1_0

More...
 
void glTexCoord1i (int s)
 Entry point to C language function: void {@native glTexCoord1i}(GLint s)
Part of GL_VERSION_1_0

More...
 
void glTexCoord1s (short s)
 Entry point to C language function: void {@native glTexCoord1s}(GLshort s)
Part of GL_VERSION_1_0

More...
 
void glTexCoord2d (double s, double t)
 Entry point to C language function: void {@native glTexCoord2d}(GLdouble s, GLdouble t)
Part of GL_VERSION_1_0

More...
 
void glTexCoord2f (float s, float t)
 Entry point to C language function: void {@native glTexCoord2f}(GLfloat s, GLfloat t)
Part of GL_VERSION_1_0

More...
 
void glTexCoord2i (int s, int t)
 Entry point to C language function: void {@native glTexCoord2i}(GLint s, GLint t)
Part of GL_VERSION_1_0

More...
 
void glTexCoord2s (short s, short t)
 Entry point to C language function: void {@native glTexCoord2s}(GLshort s, GLshort t)
Part of GL_VERSION_1_0

More...
 
void glTexCoord3d (double s, double t, double r)
 Entry point to C language function: void {@native glTexCoord3d}(GLdouble s, GLdouble t, GLdouble r)
Part of GL_VERSION_1_0

More...
 
void glTexCoord3f (float s, float t, float r)
 Entry point to C language function: void {@native glTexCoord3f}(GLfloat s, GLfloat t, GLfloat r)
Part of GL_VERSION_1_0

More...
 
void glTexCoord3i (int s, int t, int r)
 Entry point to C language function: void {@native glTexCoord3i}(GLint s, GLint t, GLint r)
Part of GL_VERSION_1_0

More...
 
void glTexCoord3s (short s, short t, short r)
 Entry point to C language function: void {@native glTexCoord3s}(GLshort s, GLshort t, GLshort r)
Part of GL_VERSION_1_0

More...
 
void glTexCoord4d (double s, double t, double r, double q)
 Entry point to C language function: void {@native glTexCoord4d}(GLdouble s, GLdouble t, GLdouble r, GLdouble q)
Part of GL_VERSION_1_0

More...
 
void glTexCoord4f (float s, float t, float r, float q)
 Entry point to C language function: void {@native glTexCoord4f}(GLfloat s, GLfloat t, GLfloat r, GLfloat q)
Part of GL_VERSION_1_0

More...
 
void glTexCoord4i (int s, int t, int r, int q)
 Entry point to C language function: void {@native glTexCoord4i}(GLint s, GLint t, GLint r, GLint q)
Part of GL_VERSION_1_0

More...
 
void glTexCoord4s (short s, short t, short r, short q)
 Entry point to C language function: void {@native glTexCoord4s}(GLshort s, GLshort t, GLshort r, GLshort q)
Part of GL_VERSION_1_0

More...
 
void glTexCoord1dv (DoubleBuffer v)
 Entry point to C language function: void {@native glTexCoord1dv}(const GLdouble * v)
Part of GL_VERSION_1_0
More...
 
void glTexCoord1dv (double[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord1dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord1fv (FloatBuffer v)
 Entry point to C language function: void {@native glTexCoord1fv}(const GLfloat * v)
Part of GL_VERSION_1_0
More...
 
void glTexCoord1fv (float[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord1fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord1iv (IntBuffer v)
 Entry point to C language function: void {@native glTexCoord1iv}(const GLint * v)
Part of GL_VERSION_1_0
More...
 
void glTexCoord1iv (int[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord1iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord1sv (ShortBuffer v)
 Entry point to C language function: void {@native glTexCoord1sv}(const GLshort * v)
Part of GL_VERSION_1_0
More...
 
void glTexCoord1sv (short[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord1sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord2dv (DoubleBuffer v)
 Entry point to C language function: void {@native glTexCoord2dv}(const GLdouble * v)
Part of GL_VERSION_1_0
More...
 
void glTexCoord2dv (double[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord2dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord2fv (FloatBuffer v)
 Entry point to C language function: void {@native glTexCoord2fv}(const GLfloat * v)
Part of GL_VERSION_1_0
More...
 
void glTexCoord2fv (float[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord2fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord2iv (IntBuffer v)
 Entry point to C language function: void {@native glTexCoord2iv}(const GLint * v)
Part of GL_VERSION_1_0
More...
 
void glTexCoord2iv (int[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord2iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord2sv (ShortBuffer v)
 Entry point to C language function: void {@native glTexCoord2sv}(const GLshort * v)
Part of GL_VERSION_1_0
More...
 
void glTexCoord2sv (short[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord2sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord3dv (DoubleBuffer v)
 Entry point to C language function: void {@native glTexCoord3dv}(const GLdouble * v)
Part of GL_VERSION_1_0
More...
 
void glTexCoord3dv (double[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord3dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord3fv (FloatBuffer v)
 Entry point to C language function: void {@native glTexCoord3fv}(const GLfloat * v)
Part of GL_VERSION_1_0
More...
 
void glTexCoord3fv (float[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord3fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord3iv (IntBuffer v)
 Entry point to C language function: void {@native glTexCoord3iv}(const GLint * v)
Part of GL_VERSION_1_0
More...
 
void glTexCoord3iv (int[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord3iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord3sv (ShortBuffer v)
 Entry point to C language function: void {@native glTexCoord3sv}(const GLshort * v)
Part of GL_VERSION_1_0
More...
 
void glTexCoord3sv (short[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord3sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord4dv (DoubleBuffer v)
 Entry point to C language function: void {@native glTexCoord4dv}(const GLdouble * v)
Part of GL_VERSION_1_0
More...
 
void glTexCoord4dv (double[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord4dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord4fv (FloatBuffer v)
 Entry point to C language function: void {@native glTexCoord4fv}(const GLfloat * v)
Part of GL_VERSION_1_0
More...
 
void glTexCoord4fv (float[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord4fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord4iv (IntBuffer v)
 Entry point to C language function: void {@native glTexCoord4iv}(const GLint * v)
Part of GL_VERSION_1_0
More...
 
void glTexCoord4iv (int[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord4iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glTexCoord4sv (ShortBuffer v)
 Entry point to C language function: void {@native glTexCoord4sv}(const GLshort * v)
Part of GL_VERSION_1_0
More...
 
void glTexCoord4sv (short[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord4sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos2d (double x, double y)
 Entry point to C language function: void {@native glRasterPos2d}(GLdouble x, GLdouble y)
Part of GL_VERSION_1_0

More...
 
void glRasterPos2f (float x, float y)
 Entry point to C language function: void {@native glRasterPos2f}(GLfloat x, GLfloat y)
Part of GL_VERSION_1_0

More...
 
void glRasterPos2i (int x, int y)
 Entry point to C language function: void {@native glRasterPos2i}(GLint x, GLint y)
Part of GL_VERSION_1_0

More...
 
void glRasterPos2s (short x, short y)
 Entry point to C language function: void {@native glRasterPos2s}(GLshort x, GLshort y)
Part of GL_VERSION_1_0

More...
 
void glRasterPos3d (double x, double y, double z)
 Entry point to C language function: void {@native glRasterPos3d}(GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_1_0

More...
 
void glRasterPos3f (float x, float y, float z)
 Entry point to C language function: void {@native glRasterPos3f}(GLfloat x, GLfloat y, GLfloat z)
Part of GL_VERSION_1_0

More...
 
void glRasterPos3i (int x, int y, int z)
 Entry point to C language function: void {@native glRasterPos3i}(GLint x, GLint y, GLint z)
Part of GL_VERSION_1_0

More...
 
void glRasterPos3s (short x, short y, short z)
 Entry point to C language function: void {@native glRasterPos3s}(GLshort x, GLshort y, GLshort z)
Part of GL_VERSION_1_0

More...
 
void glRasterPos4d (double x, double y, double z, double w)
 Entry point to C language function: void {@native glRasterPos4d}(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_VERSION_1_0

More...
 
void glRasterPos4f (float x, float y, float z, float w)
 Entry point to C language function: void {@native glRasterPos4f}(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_VERSION_1_0

More...
 
void glRasterPos4i (int x, int y, int z, int w)
 Entry point to C language function: void {@native glRasterPos4i}(GLint x, GLint y, GLint z, GLint w)
Part of GL_VERSION_1_0

More...
 
void glRasterPos4s (short x, short y, short z, short w)
 Entry point to C language function: void {@native glRasterPos4s}(GLshort x, GLshort y, GLshort z, GLshort w)
Part of GL_VERSION_1_0

More...
 
void glRasterPos2dv (DoubleBuffer v)
 Entry point to C language function: void {@native glRasterPos2dv}(const GLdouble * v)
Part of GL_VERSION_1_0
More...
 
void glRasterPos2dv (double[] v, int v_offset)
 Entry point to C language function: void {@native glRasterPos2dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos2fv (FloatBuffer v)
 Entry point to C language function: void {@native glRasterPos2fv}(const GLfloat * v)
Part of GL_VERSION_1_0
More...
 
void glRasterPos2fv (float[] v, int v_offset)
 Entry point to C language function: void {@native glRasterPos2fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos2iv (IntBuffer v)
 Entry point to C language function: void {@native glRasterPos2iv}(const GLint * v)
Part of GL_VERSION_1_0
More...
 
void glRasterPos2iv (int[] v, int v_offset)
 Entry point to C language function: void {@native glRasterPos2iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos2sv (ShortBuffer v)
 Entry point to C language function: void {@native glRasterPos2sv}(const GLshort * v)
Part of GL_VERSION_1_0
More...
 
void glRasterPos2sv (short[] v, int v_offset)
 Entry point to C language function: void {@native glRasterPos2sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos3dv (DoubleBuffer v)
 Entry point to C language function: void {@native glRasterPos3dv}(const GLdouble * v)
Part of GL_VERSION_1_0
More...
 
void glRasterPos3dv (double[] v, int v_offset)
 Entry point to C language function: void {@native glRasterPos3dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos3fv (FloatBuffer v)
 Entry point to C language function: void {@native glRasterPos3fv}(const GLfloat * v)
Part of GL_VERSION_1_0
More...
 
void glRasterPos3fv (float[] v, int v_offset)
 Entry point to C language function: void {@native glRasterPos3fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos3iv (IntBuffer v)
 Entry point to C language function: void {@native glRasterPos3iv}(const GLint * v)
Part of GL_VERSION_1_0
More...
 
void glRasterPos3iv (int[] v, int v_offset)
 Entry point to C language function: void {@native glRasterPos3iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos3sv (ShortBuffer v)
 Entry point to C language function: void {@native glRasterPos3sv}(const GLshort * v)
Part of GL_VERSION_1_0
More...
 
void glRasterPos3sv (short[] v, int v_offset)
 Entry point to C language function: void {@native glRasterPos3sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos4dv (DoubleBuffer v)
 Entry point to C language function: void {@native glRasterPos4dv}(const GLdouble * v)
Part of GL_VERSION_1_0
More...
 
void glRasterPos4dv (double[] v, int v_offset)
 Entry point to C language function: void {@native glRasterPos4dv}(const GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos4fv (FloatBuffer v)
 Entry point to C language function: void {@native glRasterPos4fv}(const GLfloat * v)
Part of GL_VERSION_1_0
More...
 
void glRasterPos4fv (float[] v, int v_offset)
 Entry point to C language function: void {@native glRasterPos4fv}(const GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos4iv (IntBuffer v)
 Entry point to C language function: void {@native glRasterPos4iv}(const GLint * v)
Part of GL_VERSION_1_0
More...
 
void glRasterPos4iv (int[] v, int v_offset)
 Entry point to C language function: void {@native glRasterPos4iv}(const GLint * v)
Part of GL_VERSION_1_0

More...
 
void glRasterPos4sv (ShortBuffer v)
 Entry point to C language function: void {@native glRasterPos4sv}(const GLshort * v)
Part of GL_VERSION_1_0
More...
 
void glRasterPos4sv (short[] v, int v_offset)
 Entry point to C language function: void {@native glRasterPos4sv}(const GLshort * v)
Part of GL_VERSION_1_0

More...
 
void glRectd (double x1, double y1, double x2, double y2)
 Entry point to C language function: void {@native glRectd}(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)
Part of GL_VERSION_1_0

More...
 
void glRectf (float x1, float y1, float x2, float y2)
 Entry point to C language function: void {@native glRectf}(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)
Part of GL_VERSION_1_0

More...
 
void glRecti (int x1, int y1, int x2, int y2)
 Entry point to C language function: void {@native glRecti}(GLint x1, GLint y1, GLint x2, GLint y2)
Part of GL_VERSION_1_0

More...
 
void glRects (short x1, short y1, short x2, short y2)
 Entry point to C language function: void {@native glRects}(GLshort x1, GLshort y1, GLshort x2, GLshort y2)
Part of GL_VERSION_1_0

More...
 
void glRectdv (DoubleBuffer v1, DoubleBuffer v2)
 Entry point to C language function: void {@native glRectdv}(const GLdouble * v1, const GLdouble * v2)
Part of GL_VERSION_1_0
More...
 
void glRectdv (double[] v1, int v1_offset, double[] v2, int v2_offset)
 Entry point to C language function: void {@native glRectdv}(const GLdouble * v1, const GLdouble * v2)
Part of GL_VERSION_1_0

More...
 
void glRectfv (FloatBuffer v1, FloatBuffer v2)
 Entry point to C language function: void {@native glRectfv}(const GLfloat * v1, const GLfloat * v2)
Part of GL_VERSION_1_0
More...
 
void glRectfv (float[] v1, int v1_offset, float[] v2, int v2_offset)
 Entry point to C language function: void {@native glRectfv}(const GLfloat * v1, const GLfloat * v2)
Part of GL_VERSION_1_0

More...
 
void glRectiv (IntBuffer v1, IntBuffer v2)
 Entry point to C language function: void {@native glRectiv}(const GLint * v1, const GLint * v2)
Part of GL_VERSION_1_0
More...
 
void glRectiv (int[] v1, int v1_offset, int[] v2, int v2_offset)
 Entry point to C language function: void {@native glRectiv}(const GLint * v1, const GLint * v2)
Part of GL_VERSION_1_0

More...
 
void glRectsv (ShortBuffer v1, ShortBuffer v2)
 Entry point to C language function: void {@native glRectsv}(const GLshort * v1, const GLshort * v2)
Part of GL_VERSION_1_0
More...
 
void glRectsv (short[] v1, int v1_offset, short[] v2, int v2_offset)
 Entry point to C language function: void {@native glRectsv}(const GLshort * v1, const GLshort * v2)
Part of GL_VERSION_1_0

More...
 
void glLighti (int light, int pname, int param)
 Entry point to C language function: void {@native glLighti}(GLenum light, GLenum pname, GLint param)
Part of GL_VERSION_1_0

More...
 
void glLightiv (int light, int pname, IntBuffer params)
 Entry point to C language function: void {@native glLightiv}(GLenum light, GLenum pname, const GLint * params)
Part of GL_VERSION_1_0
More...
 
void glLightiv (int light, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glLightiv}(GLenum light, GLenum pname, const GLint * params)
Part of GL_VERSION_1_0

More...
 
void glGetLightiv (int light, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetLightiv}(GLenum light, GLenum pname, GLint * params)
Part of GL_VERSION_1_0
More...
 
void glGetLightiv (int light, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetLightiv}(GLenum light, GLenum pname, GLint * params)
Part of GL_VERSION_1_0

More...
 
void glLightModeli (int pname, int param)
 Entry point to C language function: void {@native glLightModeli}(GLenum pname, GLint param)
Part of GL_VERSION_1_0

More...
 
void glLightModeliv (int pname, IntBuffer params)
 Entry point to C language function: void {@native glLightModeliv}(GLenum pname, const GLint * params)
Part of GL_VERSION_1_0
More...
 
void glLightModeliv (int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glLightModeliv}(GLenum pname, const GLint * params)
Part of GL_VERSION_1_0

More...
 
void glMateriali (int face, int pname, int param)
 Entry point to C language function: void {@native glMateriali}(GLenum face, GLenum pname, GLint param)
Part of GL_VERSION_1_0

More...
 
void glMaterialiv (int face, int pname, IntBuffer params)
 Entry point to C language function: void {@native glMaterialiv}(GLenum face, GLenum pname, const GLint * params)
Part of GL_VERSION_1_0
More...
 
void glMaterialiv (int face, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glMaterialiv}(GLenum face, GLenum pname, const GLint * params)
Part of GL_VERSION_1_0

More...
 
void glGetMaterialiv (int face, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetMaterialiv}(GLenum face, GLenum pname, GLint * params)
Part of GL_VERSION_1_0
More...
 
void glGetMaterialiv (int face, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetMaterialiv}(GLenum face, GLenum pname, GLint * params)
Part of GL_VERSION_1_0

More...
 
void glColorMaterial (int face, int mode)
 Entry point to C language function: void {@native glColorMaterial}(GLenum face, GLenum mode)
Part of GL_VERSION_1_0

More...
 
void glPixelZoom (float xfactor, float yfactor)
 Entry point to C language function: void {@native glPixelZoom}(GLfloat xfactor, GLfloat yfactor)
Part of GL_VERSION_1_0

More...
 
void glPixelTransferf (int pname, float param)
 Entry point to C language function: void {@native glPixelTransferf}(GLenum pname, GLfloat param)
Part of GL_VERSION_1_0

More...
 
void glPixelTransferi (int pname, int param)
 Entry point to C language function: void {@native glPixelTransferi}(GLenum pname, GLint param)
Part of GL_VERSION_1_0

More...
 
void glPixelMapfv (int map, int mapsize, FloatBuffer values)
 Entry point to C language function: void {@native glPixelMapfv}(GLenum map, GLint mapsize, const GLfloat * values)
Part of GL_VERSION_1_0
More...
 
void glPixelMapfv (int map, int mapsize, float[] values, int values_offset)
 Entry point to C language function: void {@native glPixelMapfv}(GLenum map, GLint mapsize, const GLfloat * values)
Part of GL_VERSION_1_0

More...
 
void glPixelMapfv (int map, int mapsize, long values_buffer_offset)
 Entry point to C language function: void {@native glPixelMapfv}(GLenum map, GLint mapsize, const GLfloat * values)
Part of GL_VERSION_1_0

More...
 
void glPixelMapuiv (int map, int mapsize, IntBuffer values)
 Entry point to C language function: void {@native glPixelMapuiv}(GLenum map, GLint mapsize, const GLuint * values)
Part of GL_VERSION_1_0
More...
 
void glPixelMapuiv (int map, int mapsize, int[] values, int values_offset)
 Entry point to C language function: void {@native glPixelMapuiv}(GLenum map, GLint mapsize, const GLuint * values)
Part of GL_VERSION_1_0

More...
 
void glPixelMapuiv (int map, int mapsize, long values_buffer_offset)
 Entry point to C language function: void {@native glPixelMapuiv}(GLenum map, GLint mapsize, const GLuint * values)
Part of GL_VERSION_1_0

More...
 
void glPixelMapusv (int map, int mapsize, ShortBuffer values)
 Entry point to C language function: void {@native glPixelMapusv}(GLenum map, GLint mapsize, const GLushort * values)
Part of GL_VERSION_1_0
More...
 
void glPixelMapusv (int map, int mapsize, short[] values, int values_offset)
 Entry point to C language function: void {@native glPixelMapusv}(GLenum map, GLint mapsize, const GLushort * values)
Part of GL_VERSION_1_0

More...
 
void glPixelMapusv (int map, int mapsize, long values_buffer_offset)
 Entry point to C language function: void {@native glPixelMapusv}(GLenum map, GLint mapsize, const GLushort * values)
Part of GL_VERSION_1_0

More...
 
void glGetPixelMapfv (int map, FloatBuffer values)
 Entry point to C language function: void {@native glGetPixelMapfv}(GLenum map, GLfloat * values)
Part of GL_VERSION_1_0
More...
 
void glGetPixelMapfv (int map, float[] values, int values_offset)
 Entry point to C language function: void {@native glGetPixelMapfv}(GLenum map, GLfloat * values)
Part of GL_VERSION_1_0

More...
 
void glGetPixelMapfv (int map, long values_buffer_offset)
 Entry point to C language function: void {@native glGetPixelMapfv}(GLenum map, GLfloat * values)
Part of GL_VERSION_1_0

More...
 
void glGetPixelMapuiv (int map, IntBuffer values)
 Entry point to C language function: void {@native glGetPixelMapuiv}(GLenum map, GLuint * values)
Part of GL_VERSION_1_0
More...
 
void glGetPixelMapuiv (int map, int[] values, int values_offset)
 Entry point to C language function: void {@native glGetPixelMapuiv}(GLenum map, GLuint * values)
Part of GL_VERSION_1_0

More...
 
void glGetPixelMapuiv (int map, long values_buffer_offset)
 Entry point to C language function: void {@native glGetPixelMapuiv}(GLenum map, GLuint * values)
Part of GL_VERSION_1_0

More...
 
void glGetPixelMapusv (int map, ShortBuffer values)
 Entry point to C language function: void {@native glGetPixelMapusv}(GLenum map, GLushort * values)
Part of GL_VERSION_1_0
More...
 
void glGetPixelMapusv (int map, short[] values, int values_offset)
 Entry point to C language function: void {@native glGetPixelMapusv}(GLenum map, GLushort * values)
Part of GL_VERSION_1_0

More...
 
void glGetPixelMapusv (int map, long values_buffer_offset)
 Entry point to C language function: void {@native glGetPixelMapusv}(GLenum map, GLushort * values)
Part of GL_VERSION_1_0

More...
 
void glBitmap (int width, int height, float xorig, float yorig, float xmove, float ymove, ByteBuffer bitmap)
 Entry point to C language function: void {@native glBitmap}(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
Part of GL_VERSION_1_0
More...
 
void glBitmap (int width, int height, float xorig, float yorig, float xmove, float ymove, byte[] bitmap, int bitmap_offset)
 Entry point to C language function: void {@native glBitmap}(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
Part of GL_VERSION_1_0

More...
 
void glBitmap (int width, int height, float xorig, float yorig, float xmove, float ymove, long bitmap_buffer_offset)
 Entry point to C language function: void {@native glBitmap}(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
Part of GL_VERSION_1_0

More...
 
void glDrawPixels (int width, int height, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glDrawPixels}(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_VERSION_1_0
More...
 
void glDrawPixels (int width, int height, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glDrawPixels}(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_VERSION_1_0

More...
 
void glCopyPixels (int x, int y, int width, int height, int type)
 Entry point to C language function: void {@native glCopyPixels}(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)
Part of GL_VERSION_1_0

More...
 
void glTexGend (int coord, int pname, double param)
 Entry point to C language function: void {@native glTexGend}(GLenum coord, GLenum pname, GLdouble param)
Part of GL_VERSION_1_0

More...
 
void glTexGenf (int coord, int pname, float param)
 Entry point to C language function: void {@native glTexGenf}(GLenum coord, GLenum pname, GLfloat param)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenfOES
More...
 
void glTexGeni (int coord, int pname, int param)
 Entry point to C language function: void {@native glTexGeni}(GLenum coord, GLenum pname, GLint param)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGeniOES
More...
 
void glTexGendv (int coord, int pname, DoubleBuffer params)
 Entry point to C language function: void {@native glTexGendv}(GLenum coord, GLenum pname, const GLdouble * params)
Part of GL_VERSION_1_0
More...
 
void glTexGendv (int coord, int pname, double[] params, int params_offset)
 Entry point to C language function: void {@native glTexGendv}(GLenum coord, GLenum pname, const GLdouble * params)
Part of GL_VERSION_1_0

More...
 
void glTexGenfv (int coord, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glTexGenfv}(GLenum coord, GLenum pname, const GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenfvOES More...
 
void glTexGenfv (int coord, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glTexGenfv}(GLenum coord, GLenum pname, const GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenfvOES
More...
 
void glTexGeniv (int coord, int pname, IntBuffer params)
 Entry point to C language function: void {@native glTexGeniv}(GLenum coord, GLenum pname, const GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenivOES More...
 
void glTexGeniv (int coord, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glTexGeniv}(GLenum coord, GLenum pname, const GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenivOES
More...
 
void glGetTexGendv (int coord, int pname, DoubleBuffer params)
 Entry point to C language function: void {@native glGetTexGendv}(GLenum coord, GLenum pname, GLdouble * params)
Part of GL_VERSION_1_0
More...
 
void glGetTexGendv (int coord, int pname, double[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexGendv}(GLenum coord, GLenum pname, GLdouble * params)
Part of GL_VERSION_1_0

More...
 
void glGetTexGenfv (int coord, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetTexGenfv}(GLenum coord, GLenum pname, GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenfvOES More...
 
void glGetTexGenfv (int coord, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexGenfv}(GLenum coord, GLenum pname, GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenfvOES
More...
 
void glGetTexGeniv (int coord, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTexGeniv}(GLenum coord, GLenum pname, GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenivOES More...
 
void glGetTexGeniv (int coord, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexGeniv}(GLenum coord, GLenum pname, GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenivOES
More...
 
void glMap1d (int target, double u1, double u2, int stride, int order, DoubleBuffer points)
 Entry point to C language function: void {@native glMap1d}(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
Part of GL_VERSION_1_0
More...
 
void glMap1d (int target, double u1, double u2, int stride, int order, double[] points, int points_offset)
 Entry point to C language function: void {@native glMap1d}(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
Part of GL_VERSION_1_0

More...
 
void glMap1f (int target, float u1, float u2, int stride, int order, FloatBuffer points)
 Entry point to C language function: void {@native glMap1f}(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
Part of GL_VERSION_1_0
More...
 
void glMap1f (int target, float u1, float u2, int stride, int order, float[] points, int points_offset)
 Entry point to C language function: void {@native glMap1f}(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
Part of GL_VERSION_1_0

More...
 
void glMap2d (int target, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, DoubleBuffer points)
 Entry point to C language function: void {@native glMap2d}(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
More...
 
void glMap2d (int target, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, double[] points, int points_offset)
 Entry point to C language function: void {@native glMap2d}(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

More...
 
void glMap2f (int target, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, FloatBuffer points)
 Entry point to C language function: void {@native glMap2f}(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
More...
 
void glMap2f (int target, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, float[] points, int points_offset)
 Entry point to C language function: void {@native glMap2f}(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

More...
 
void glGetMapdv (int target, int query, DoubleBuffer v)
 Entry point to C language function: void {@native glGetMapdv}(GLenum target, GLenum query, GLdouble * v)
Part of GL_VERSION_1_0
More...
 
void glGetMapdv (int target, int query, double[] v, int v_offset)
 Entry point to C language function: void {@native glGetMapdv}(GLenum target, GLenum query, GLdouble * v)
Part of GL_VERSION_1_0

More...
 
void glGetMapfv (int target, int query, FloatBuffer v)
 Entry point to C language function: void {@native glGetMapfv}(GLenum target, GLenum query, GLfloat * v)
Part of GL_VERSION_1_0
More...
 
void glGetMapfv (int target, int query, float[] v, int v_offset)
 Entry point to C language function: void {@native glGetMapfv}(GLenum target, GLenum query, GLfloat * v)
Part of GL_VERSION_1_0

More...
 
void glGetMapiv (int target, int query, IntBuffer v)
 Entry point to C language function: void {@native glGetMapiv}(GLenum target, GLenum query, GLint * v)
Part of GL_VERSION_1_0
More...
 
void glGetMapiv (int target, int query, int[] v, int v_offset)
 Entry point to C language function: void {@native glGetMapiv}(GLenum target, GLenum query, GLint * v)
Part of GL_VERSION_1_0

More...
 
void glEvalCoord1d (double u)
 Entry point to C language function: void {@native glEvalCoord1d}(GLdouble u)
Part of GL_VERSION_1_0

More...
 
void glEvalCoord1f (float u)
 Entry point to C language function: void {@native glEvalCoord1f}(GLfloat u)
Part of GL_VERSION_1_0

More...
 
void glEvalCoord1dv (DoubleBuffer u)
 Entry point to C language function: void {@native glEvalCoord1dv}(const GLdouble * u)
Part of GL_VERSION_1_0
More...
 
void glEvalCoord1dv (double[] u, int u_offset)
 Entry point to C language function: void {@native glEvalCoord1dv}(const GLdouble * u)
Part of GL_VERSION_1_0

More...
 
void glEvalCoord1fv (FloatBuffer u)
 Entry point to C language function: void {@native glEvalCoord1fv}(const GLfloat * u)
Part of GL_VERSION_1_0
More...
 
void glEvalCoord1fv (float[] u, int u_offset)
 Entry point to C language function: void {@native glEvalCoord1fv}(const GLfloat * u)
Part of GL_VERSION_1_0

More...
 
void glEvalCoord2d (double u, double v)
 Entry point to C language function: void {@native glEvalCoord2d}(GLdouble u, GLdouble v)
Part of GL_VERSION_1_0

More...
 
void glEvalCoord2f (float u, float v)
 Entry point to C language function: void {@native glEvalCoord2f}(GLfloat u, GLfloat v)
Part of GL_VERSION_1_0

More...
 
void glEvalCoord2dv (DoubleBuffer u)
 Entry point to C language function: void {@native glEvalCoord2dv}(const GLdouble * u)
Part of GL_VERSION_1_0
More...
 
void glEvalCoord2dv (double[] u, int u_offset)
 Entry point to C language function: void {@native glEvalCoord2dv}(const GLdouble * u)
Part of GL_VERSION_1_0

More...
 
void glEvalCoord2fv (FloatBuffer u)
 Entry point to C language function: void {@native glEvalCoord2fv}(const GLfloat * u)
Part of GL_VERSION_1_0
More...
 
void glEvalCoord2fv (float[] u, int u_offset)
 Entry point to C language function: void {@native glEvalCoord2fv}(const GLfloat * u)
Part of GL_VERSION_1_0

More...
 
void glMapGrid1d (int un, double u1, double u2)
 Entry point to C language function: void {@native glMapGrid1d}(GLint un, GLdouble u1, GLdouble u2)
Part of GL_VERSION_1_0

More...
 
void glMapGrid1f (int un, float u1, float u2)
 Entry point to C language function: void {@native glMapGrid1f}(GLint un, GLfloat u1, GLfloat u2)
Part of GL_VERSION_1_0

More...
 
void glMapGrid2d (int un, double u1, double u2, int vn, double v1, double v2)
 Entry point to C language function: void {@native glMapGrid2d}(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)
Part of GL_VERSION_1_0

More...
 
void glMapGrid2f (int un, float u1, float u2, int vn, float v1, float v2)
 Entry point to C language function: void {@native glMapGrid2f}(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)
Part of GL_VERSION_1_0

More...
 
void glEvalPoint1 (int i)
 Entry point to C language function: void {@native glEvalPoint1}(GLint i)
Part of GL_VERSION_1_0

More...
 
void glEvalPoint2 (int i, int j)
 Entry point to C language function: void {@native glEvalPoint2}(GLint i, GLint j)
Part of GL_VERSION_1_0

More...
 
void glEvalMesh1 (int mode, int i1, int i2)
 Entry point to C language function: void {@native glEvalMesh1}(GLenum mode, GLint i1, GLint i2)
Part of GL_VERSION_1_0

More...
 
void glEvalMesh2 (int mode, int i1, int i2, int j1, int j2)
 Entry point to C language function: void {@native glEvalMesh2}(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)
Part of GL_VERSION_1_0

More...
 
void glFogi (int pname, int param)
 Entry point to C language function: void {@native glFogi}(GLenum pname, GLint param)
Part of GL_VERSION_1_0

More...
 
void glFogiv (int pname, IntBuffer params)
 Entry point to C language function: void {@native glFogiv}(GLenum pname, const GLint * params)
Part of GL_VERSION_1_0
More...
 
void glFogiv (int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glFogiv}(GLenum pname, const GLint * params)
Part of GL_VERSION_1_0

More...
 
void glFeedbackBuffer (int size, int type, FloatBuffer buffer)
 Entry point to C language function: void {@native glFeedbackBuffer}(GLsizei size, GLenum type, GLfloat * buffer)
Part of GL_VERSION_1_0
More...
 
void glPassThrough (float token)
 Entry point to C language function: void {@native glPassThrough}(GLfloat token)
Part of GL_VERSION_1_0

More...
 
void glSelectBuffer (int size, IntBuffer buffer)
 Entry point to C language function: void {@native glSelectBuffer}(GLsizei size, GLuint * buffer)
Part of GL_VERSION_1_0
More...
 
void glInitNames ()
 Entry point to C language function: void {@native glInitNames}()
Part of GL_VERSION_1_0

More...
 
void glLoadName (int name)
 Entry point to C language function: void {@native glLoadName}(GLuint name)
Part of GL_VERSION_1_0

More...
 
void glPushName (int name)
 Entry point to C language function: void {@native glPushName}(GLuint name)
Part of GL_VERSION_1_0

More...
 
void glPopName ()
 Entry point to C language function: void {@native glPopName}()
Part of GL_VERSION_1_0

More...
 
void glIndexub (byte c)
 Entry point to C language function: void {@native glIndexub}(GLubyte c)
Part of GL_VERSION_1_1

More...
 
void glIndexubv (ByteBuffer c)
 Entry point to C language function: void {@native glIndexubv}(const GLubyte * c)
Part of GL_VERSION_1_1
More...
 
void glIndexubv (byte[] c, int c_offset)
 Entry point to C language function: void {@native glIndexubv}(const GLubyte * c)
Part of GL_VERSION_1_1

More...
 
void glPushClientAttrib (int mask)
 Entry point to C language function: void {@native glPushClientAttrib}(GLbitfield mask)
Part of GL_VERSION_1_1

More...
 
void glPopClientAttrib ()
 Entry point to C language function: void {@native glPopClientAttrib}()
Part of GL_VERSION_1_1

More...
 
void glIndexPointer (int type, int stride, Buffer ptr)
 Entry point to C language function: void {@native glIndexPointer}(GLenum type, GLsizei stride, const GLvoid * ptr)
Part of GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: glIndexPointerEXT More...
 
void glEdgeFlagPointer (int stride, Buffer ptr)
 Entry point to C language function: void {@native glEdgeFlagPointer}(GLsizei stride, const GLvoid * ptr)
Part of GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: glEdgeFlagPointerEXT More...
 
void glEdgeFlagPointer (int stride, long ptr_buffer_offset)
 Entry point to C language function: void {@native glEdgeFlagPointer}(GLsizei stride, const GLvoid * ptr)
Part of GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: glEdgeFlagPointerEXT
More...
 
void glArrayElement (int i)
 Entry point to C language function: void {@native glArrayElement}(GLint i)
Part of GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: glArrayElementEXT
More...
 
void glInterleavedArrays (int format, int stride, Buffer pointer)
 Entry point to C language function: void {@native glInterleavedArrays}(GLenum format, GLsizei stride, const GLvoid * pointer)
Part of GL_VERSION_1_1
More...
 
void glInterleavedArrays (int format, int stride, long pointer_buffer_offset)
 Entry point to C language function: void {@native glInterleavedArrays}(GLenum format, GLsizei stride, const GLvoid * pointer)
Part of GL_VERSION_1_1

More...
 
void glPrioritizeTextures (int n, IntBuffer textures, FloatBuffer priorities)
 Entry point to C language function: void {@native glPrioritizeTextures}(GLsizei n, const GLuint * textures, const GLclampf * priorities)
Part of GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glPrioritizeTexturesEXT More...
 
void glPrioritizeTextures (int n, int[] textures, int textures_offset, float[] priorities, int priorities_offset)
 Entry point to C language function: void {@native glPrioritizeTextures}(GLsizei n, const GLuint * textures, const GLclampf * priorities)
Part of GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glPrioritizeTexturesEXT
More...
 
boolean glAreTexturesResident (int n, IntBuffer textures, ByteBuffer residences)
 Entry point to C language function: GLboolean {@native glAreTexturesResident}(GLsizei n, const GLuint * textures, GLboolean * residences)
Part of GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glAreTexturesResidentEXT More...
 
boolean glAreTexturesResident (int n, int[] textures, int textures_offset, byte[] residences, int residences_offset)
 Entry point to C language function: GLboolean {@native glAreTexturesResident}(GLsizei n, const GLuint * textures, GLboolean * residences)
Part of GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glAreTexturesResidentEXT
More...
 
void glMultiTexCoord1d (int target, double s)
 Entry point to C language function: void {@native glMultiTexCoord1d}(GLenum target, GLdouble s)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1dARB
More...
 
void glMultiTexCoord1dv (int target, DoubleBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord1dv}(GLenum target, const GLdouble * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1dvARB More...
 
void glMultiTexCoord1dv (int target, double[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord1dv}(GLenum target, const GLdouble * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1dvARB
More...
 
void glMultiTexCoord1f (int target, float s)
 Entry point to C language function: void {@native glMultiTexCoord1f}(GLenum target, GLfloat s)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1fARB
More...
 
void glMultiTexCoord1fv (int target, FloatBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord1fv}(GLenum target, const GLfloat * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1fvARB More...
 
void glMultiTexCoord1fv (int target, float[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord1fv}(GLenum target, const GLfloat * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1fvARB
More...
 
void glMultiTexCoord1i (int target, int s)
 Entry point to C language function: void {@native glMultiTexCoord1i}(GLenum target, GLint s)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1iARB
More...
 
void glMultiTexCoord1iv (int target, IntBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord1iv}(GLenum target, const GLint * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1ivARB More...
 
void glMultiTexCoord1iv (int target, int[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord1iv}(GLenum target, const GLint * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1ivARB
More...
 
void glMultiTexCoord1s (int target, short s)
 Entry point to C language function: void {@native glMultiTexCoord1s}(GLenum target, GLshort s)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1sARB
More...
 
void glMultiTexCoord1sv (int target, ShortBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord1sv}(GLenum target, const GLshort * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1svARB More...
 
void glMultiTexCoord1sv (int target, short[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord1sv}(GLenum target, const GLshort * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1svARB
More...
 
void glMultiTexCoord2d (int target, double s, double t)
 Entry point to C language function: void {@native glMultiTexCoord2d}(GLenum target, GLdouble s, GLdouble t)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2dARB
More...
 
void glMultiTexCoord2dv (int target, DoubleBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord2dv}(GLenum target, const GLdouble * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2dvARB More...
 
void glMultiTexCoord2dv (int target, double[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord2dv}(GLenum target, const GLdouble * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2dvARB
More...
 
void glMultiTexCoord2f (int target, float s, float t)
 Entry point to C language function: void {@native glMultiTexCoord2f}(GLenum target, GLfloat s, GLfloat t)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2fARB
More...
 
void glMultiTexCoord2fv (int target, FloatBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord2fv}(GLenum target, const GLfloat * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2fvARB More...
 
void glMultiTexCoord2fv (int target, float[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord2fv}(GLenum target, const GLfloat * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2fvARB
More...
 
void glMultiTexCoord2i (int target, int s, int t)
 Entry point to C language function: void {@native glMultiTexCoord2i}(GLenum target, GLint s, GLint t)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2iARB
More...
 
void glMultiTexCoord2iv (int target, IntBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord2iv}(GLenum target, const GLint * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2ivARB More...
 
void glMultiTexCoord2iv (int target, int[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord2iv}(GLenum target, const GLint * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2ivARB
More...
 
void glMultiTexCoord2s (int target, short s, short t)
 Entry point to C language function: void {@native glMultiTexCoord2s}(GLenum target, GLshort s, GLshort t)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2sARB
More...
 
void glMultiTexCoord2sv (int target, ShortBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord2sv}(GLenum target, const GLshort * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2svARB More...
 
void glMultiTexCoord2sv (int target, short[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord2sv}(GLenum target, const GLshort * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2svARB
More...
 
void glMultiTexCoord3d (int target, double s, double t, double r)
 Entry point to C language function: void {@native glMultiTexCoord3d}(GLenum target, GLdouble s, GLdouble t, GLdouble r)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3dARB
More...
 
void glMultiTexCoord3dv (int target, DoubleBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord3dv}(GLenum target, const GLdouble * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3dvARB More...
 
void glMultiTexCoord3dv (int target, double[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord3dv}(GLenum target, const GLdouble * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3dvARB
More...
 
void glMultiTexCoord3f (int target, float s, float t, float r)
 Entry point to C language function: void {@native glMultiTexCoord3f}(GLenum target, GLfloat s, GLfloat t, GLfloat r)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3fARB
More...
 
void glMultiTexCoord3fv (int target, FloatBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord3fv}(GLenum target, const GLfloat * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3fvARB More...
 
void glMultiTexCoord3fv (int target, float[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord3fv}(GLenum target, const GLfloat * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3fvARB
More...
 
void glMultiTexCoord3i (int target, int s, int t, int r)
 Entry point to C language function: void {@native glMultiTexCoord3i}(GLenum target, GLint s, GLint t, GLint r)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3iARB
More...
 
void glMultiTexCoord3iv (int target, IntBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord3iv}(GLenum target, const GLint * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3ivARB More...
 
void glMultiTexCoord3iv (int target, int[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord3iv}(GLenum target, const GLint * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3ivARB
More...
 
void glMultiTexCoord3s (int target, short s, short t, short r)
 Entry point to C language function: void {@native glMultiTexCoord3s}(GLenum target, GLshort s, GLshort t, GLshort r)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3sARB
More...
 
void glMultiTexCoord3sv (int target, ShortBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord3sv}(GLenum target, const GLshort * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3svARB More...
 
void glMultiTexCoord3sv (int target, short[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord3sv}(GLenum target, const GLshort * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3svARB
More...
 
void glMultiTexCoord4d (int target, double s, double t, double r, double q)
 Entry point to C language function: void {@native glMultiTexCoord4d}(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4dARB
More...
 
void glMultiTexCoord4dv (int target, DoubleBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord4dv}(GLenum target, const GLdouble * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4dvARB More...
 
void glMultiTexCoord4dv (int target, double[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord4dv}(GLenum target, const GLdouble * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4dvARB
More...
 
void glMultiTexCoord4fv (int target, FloatBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord4fv}(GLenum target, const GLfloat * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4fvARB More...
 
void glMultiTexCoord4fv (int target, float[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord4fv}(GLenum target, const GLfloat * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4fvARB
More...
 
void glMultiTexCoord4i (int target, int s, int t, int r, int q)
 Entry point to C language function: void {@native glMultiTexCoord4i}(GLenum target, GLint s, GLint t, GLint r, GLint q)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4iARB
More...
 
void glMultiTexCoord4iv (int target, IntBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord4iv}(GLenum target, const GLint * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4ivARB More...
 
void glMultiTexCoord4iv (int target, int[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord4iv}(GLenum target, const GLint * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4ivARB
More...
 
void glMultiTexCoord4s (int target, short s, short t, short r, short q)
 Entry point to C language function: void {@native glMultiTexCoord4s}(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4sARB
More...
 
void glMultiTexCoord4sv (int target, ShortBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord4sv}(GLenum target, const GLshort * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4svARB More...
 
void glMultiTexCoord4sv (int target, short[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord4sv}(GLenum target, const GLshort * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4svARB
More...
 
void glLoadTransposeMatrixf (FloatBuffer m)
 Entry point to C language function: void {@native glLoadTransposeMatrixf}(const GLfloat * m)
Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: glLoadTransposeMatrixfARB More...
 
void glLoadTransposeMatrixf (float[] m, int m_offset)
 Entry point to C language function: void {@native glLoadTransposeMatrixf}(const GLfloat * m)
Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: glLoadTransposeMatrixfARB
More...
 
void glLoadTransposeMatrixd (DoubleBuffer m)
 Entry point to C language function: void {@native glLoadTransposeMatrixd}(const GLdouble * m)
Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: glLoadTransposeMatrixdARB More...
 
void glLoadTransposeMatrixd (double[] m, int m_offset)
 Entry point to C language function: void {@native glLoadTransposeMatrixd}(const GLdouble * m)
Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: glLoadTransposeMatrixdARB
More...
 
void glMultTransposeMatrixf (FloatBuffer m)
 Entry point to C language function: void {@native glMultTransposeMatrixf}(const GLfloat * m)
Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: glMultTransposeMatrixfARB More...
 
void glMultTransposeMatrixf (float[] m, int m_offset)
 Entry point to C language function: void {@native glMultTransposeMatrixf}(const GLfloat * m)
Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: glMultTransposeMatrixfARB
More...
 
void glMultTransposeMatrixd (DoubleBuffer m)
 Entry point to C language function: void {@native glMultTransposeMatrixd}(const GLdouble * m)
Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: glMultTransposeMatrixdARB More...
 
void glMultTransposeMatrixd (double[] m, int m_offset)
 Entry point to C language function: void {@native glMultTransposeMatrixd}(const GLdouble * m)
Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: glMultTransposeMatrixdARB
More...
 
void glFogCoordf (float coord)
 Entry point to C language function: void {@native glFogCoordf}(GLfloat coord)
Part of GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: glFogCoordfEXT
More...
 
void glFogCoordfv (FloatBuffer coord)
 Entry point to C language function: void {@native glFogCoordfv}(const GLfloat * coord)
Part of GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: glFogCoordfvEXT More...
 
void glFogCoordfv (float[] coord, int coord_offset)
 Entry point to C language function: void {@native glFogCoordfv}(const GLfloat * coord)
Part of GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: glFogCoordfvEXT
More...
 
void glFogCoordd (double coord)
 Entry point to C language function: void {@native glFogCoordd}(GLdouble coord)
Part of GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: glFogCoorddEXT
More...
 
void glFogCoorddv (DoubleBuffer coord)
 Entry point to C language function: void {@native glFogCoorddv}(const GLdouble * coord)
Part of GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: glFogCoorddvEXT More...
 
void glFogCoorddv (double[] coord, int coord_offset)
 Entry point to C language function: void {@native glFogCoorddv}(const GLdouble * coord)
Part of GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: glFogCoorddvEXT
More...
 
void glFogCoordPointer (int type, int stride, Buffer pointer)
 Entry point to C language function: void {@native glFogCoordPointer}(GLenum type, GLsizei stride, const void * pointer)
Part of GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: glFogCoordPointerEXT More...
 
void glFogCoordPointer (int type, int stride, long pointer_buffer_offset)
 Entry point to C language function: void {@native glFogCoordPointer}(GLenum type, GLsizei stride, const void * pointer)
Part of GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: glFogCoordPointerEXT
More...
 
void glSecondaryColor3b (byte red, byte green, byte blue)
 Entry point to C language function: void {@native glSecondaryColor3b}(GLbyte red, GLbyte green, GLbyte blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3bEXT
More...
 
void glSecondaryColor3bv (ByteBuffer v)
 Entry point to C language function: void {@native glSecondaryColor3bv}(const GLbyte * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3bvEXT More...
 
void glSecondaryColor3bv (byte[] v, int v_offset)
 Entry point to C language function: void {@native glSecondaryColor3bv}(const GLbyte * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3bvEXT
More...
 
void glSecondaryColor3d (double red, double green, double blue)
 Entry point to C language function: void {@native glSecondaryColor3d}(GLdouble red, GLdouble green, GLdouble blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3dEXT
More...
 
void glSecondaryColor3dv (DoubleBuffer v)
 Entry point to C language function: void {@native glSecondaryColor3dv}(const GLdouble * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3dvEXT More...
 
void glSecondaryColor3dv (double[] v, int v_offset)
 Entry point to C language function: void {@native glSecondaryColor3dv}(const GLdouble * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3dvEXT
More...
 
void glSecondaryColor3f (float red, float green, float blue)
 Entry point to C language function: void {@native glSecondaryColor3f}(GLfloat red, GLfloat green, GLfloat blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3fEXT
More...
 
void glSecondaryColor3fv (FloatBuffer v)
 Entry point to C language function: void {@native glSecondaryColor3fv}(const GLfloat * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3fvEXT More...
 
void glSecondaryColor3fv (float[] v, int v_offset)
 Entry point to C language function: void {@native glSecondaryColor3fv}(const GLfloat * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3fvEXT
More...
 
void glSecondaryColor3i (int red, int green, int blue)
 Entry point to C language function: void {@native glSecondaryColor3i}(GLint red, GLint green, GLint blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3iEXT
More...
 
void glSecondaryColor3iv (IntBuffer v)
 Entry point to C language function: void {@native glSecondaryColor3iv}(const GLint * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3ivEXT More...
 
void glSecondaryColor3iv (int[] v, int v_offset)
 Entry point to C language function: void {@native glSecondaryColor3iv}(const GLint * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3ivEXT
More...
 
void glSecondaryColor3s (short red, short green, short blue)
 Entry point to C language function: void {@native glSecondaryColor3s}(GLshort red, GLshort green, GLshort blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3sEXT
More...
 
void glSecondaryColor3sv (ShortBuffer v)
 Entry point to C language function: void {@native glSecondaryColor3sv}(const GLshort * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3svEXT More...
 
void glSecondaryColor3sv (short[] v, int v_offset)
 Entry point to C language function: void {@native glSecondaryColor3sv}(const GLshort * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3svEXT
More...
 
void glSecondaryColor3ub (byte red, byte green, byte blue)
 Entry point to C language function: void {@native glSecondaryColor3ub}(GLubyte red, GLubyte green, GLubyte blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3ubEXT
More...
 
void glSecondaryColor3ubv (ByteBuffer v)
 Entry point to C language function: void {@native glSecondaryColor3ubv}(const GLubyte * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3ubvEXT More...
 
void glSecondaryColor3ubv (byte[] v, int v_offset)
 Entry point to C language function: void {@native glSecondaryColor3ubv}(const GLubyte * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3ubvEXT
More...
 
void glSecondaryColor3ui (int red, int green, int blue)
 Entry point to C language function: void {@native glSecondaryColor3ui}(GLuint red, GLuint green, GLuint blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3uiEXT
More...
 
void glSecondaryColor3uiv (IntBuffer v)
 Entry point to C language function: void {@native glSecondaryColor3uiv}(const GLuint * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3uivEXT More...
 
void glSecondaryColor3uiv (int[] v, int v_offset)
 Entry point to C language function: void {@native glSecondaryColor3uiv}(const GLuint * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3uivEXT
More...
 
void glSecondaryColor3us (short red, short green, short blue)
 Entry point to C language function: void {@native glSecondaryColor3us}(GLushort red, GLushort green, GLushort blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3usEXT
More...
 
void glSecondaryColor3usv (ShortBuffer v)
 Entry point to C language function: void {@native glSecondaryColor3usv}(const GLushort * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3usvEXT More...
 
void glSecondaryColor3usv (short[] v, int v_offset)
 Entry point to C language function: void {@native glSecondaryColor3usv}(const GLushort * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3usvEXT
More...
 
void glSecondaryColorPointer (int size, int type, int stride, Buffer pointer)
 Entry point to C language function: void {@native glSecondaryColorPointer}(GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColorPointerEXT More...
 
void glSecondaryColorPointer (int size, int type, int stride, long pointer_buffer_offset)
 Entry point to C language function: void {@native glSecondaryColorPointer}(GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColorPointerEXT
More...
 
void glWindowPos2d (double x, double y)
 Entry point to C language function: void {@native glWindowPos2d}(GLdouble x, GLdouble y)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos2dMESA, glWindowPos2dARB
More...
 
void glWindowPos2dv (DoubleBuffer v)
 Entry point to C language function: void {@native glWindowPos2dv}(const GLdouble * v)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos2dvMESA, glWindowPos2dvARB More...
 
void glWindowPos2dv (double[] v, int v_offset)
 Entry point to C language function: void {@native glWindowPos2dv}(const GLdouble * v)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos2dvMESA, glWindowPos2dvARB
More...
 
void glWindowPos2f (float x, float y)
 Entry point to C language function: void {@native glWindowPos2f}(GLfloat x, GLfloat y)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos2fARB, glWindowPos2fMESA
More...
 
void glWindowPos2fv (FloatBuffer v)
 Entry point to C language function: void {@native glWindowPos2fv}(const GLfloat * v)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos2fvMESA, glWindowPos2fvARB More...
 
void glWindowPos2fv (float[] v, int v_offset)
 Entry point to C language function: void {@native glWindowPos2fv}(const GLfloat * v)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos2fvMESA, glWindowPos2fvARB
More...
 
void glWindowPos2i (int x, int y)
 Entry point to C language function: void {@native glWindowPos2i}(GLint x, GLint y)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos2iMESA, glWindowPos2iARB
More...
 
void glWindowPos2iv (IntBuffer v)
 Entry point to C language function: void {@native glWindowPos2iv}(const GLint * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos2ivARB, glWindowPos2ivMESA More...
 
void glWindowPos2iv (int[] v, int v_offset)
 Entry point to C language function: void {@native glWindowPos2iv}(const GLint * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos2ivARB, glWindowPos2ivMESA
More...
 
void glWindowPos2s (short x, short y)
 Entry point to C language function: void {@native glWindowPos2s}(GLshort x, GLshort y)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos2sMESA, glWindowPos2sARB
More...
 
void glWindowPos2sv (ShortBuffer v)
 Entry point to C language function: void {@native glWindowPos2sv}(const GLshort * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos2svARB, glWindowPos2svMESA More...
 
void glWindowPos2sv (short[] v, int v_offset)
 Entry point to C language function: void {@native glWindowPos2sv}(const GLshort * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos2svARB, glWindowPos2svMESA
More...
 
void glWindowPos3d (double x, double y, double z)
 Entry point to C language function: void {@native glWindowPos3d}(GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos3dMESA, glWindowPos3dARB
More...
 
void glWindowPos3dv (DoubleBuffer v)
 Entry point to C language function: void {@native glWindowPos3dv}(const GLdouble * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3dvARB, glWindowPos3dvMESA More...
 
void glWindowPos3dv (double[] v, int v_offset)
 Entry point to C language function: void {@native glWindowPos3dv}(const GLdouble * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3dvARB, glWindowPos3dvMESA
More...
 
void glWindowPos3f (float x, float y, float z)
 Entry point to C language function: void {@native glWindowPos3f}(GLfloat x, GLfloat y, GLfloat z)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3fARB, glWindowPos3fMESA
More...
 
void glWindowPos3fv (FloatBuffer v)
 Entry point to C language function: void {@native glWindowPos3fv}(const GLfloat * v)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos3fvMESA, glWindowPos3fvARB More...
 
void glWindowPos3fv (float[] v, int v_offset)
 Entry point to C language function: void {@native glWindowPos3fv}(const GLfloat * v)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos3fvMESA, glWindowPos3fvARB
More...
 
void glWindowPos3i (int x, int y, int z)
 Entry point to C language function: void {@native glWindowPos3i}(GLint x, GLint y, GLint z)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3iARB, glWindowPos3iMESA
More...
 
void glWindowPos3iv (IntBuffer v)
 Entry point to C language function: void {@native glWindowPos3iv}(const GLint * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3ivARB, glWindowPos3ivMESA More...
 
void glWindowPos3iv (int[] v, int v_offset)
 Entry point to C language function: void {@native glWindowPos3iv}(const GLint * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3ivARB, glWindowPos3ivMESA
More...
 
void glWindowPos3s (short x, short y, short z)
 Entry point to C language function: void {@native glWindowPos3s}(GLshort x, GLshort y, GLshort z)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3sARB, glWindowPos3sMESA
More...
 
void glWindowPos3sv (ShortBuffer v)
 Entry point to C language function: void {@native glWindowPos3sv}(const GLshort * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3svARB, glWindowPos3svMESA More...
 
void glWindowPos3sv (short[] v, int v_offset)
 Entry point to C language function: void {@native glWindowPos3sv}(const GLshort * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3svARB, glWindowPos3svMESA
More...
 
void glGetnMapdv (int target, int query, int bufSize, DoubleBuffer v)
 Entry point to C language function: void {@native glGetnMapdv}(GLenum target, GLenum query, GLsizei bufSize, GLdouble * v)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnMapdvARB More...
 
void glGetnMapdv (int target, int query, int bufSize, double[] v, int v_offset)
 Entry point to C language function: void {@native glGetnMapdv}(GLenum target, GLenum query, GLsizei bufSize, GLdouble * v)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnMapdvARB
More...
 
void glGetnMapfv (int target, int query, int bufSize, FloatBuffer v)
 Entry point to C language function: void {@native glGetnMapfv}(GLenum target, GLenum query, GLsizei bufSize, GLfloat * v)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnMapfvARB More...
 
void glGetnMapfv (int target, int query, int bufSize, float[] v, int v_offset)
 Entry point to C language function: void {@native glGetnMapfv}(GLenum target, GLenum query, GLsizei bufSize, GLfloat * v)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnMapfvARB
More...
 
void glGetnMapiv (int target, int query, int bufSize, IntBuffer v)
 Entry point to C language function: void {@native glGetnMapiv}(GLenum target, GLenum query, GLsizei bufSize, GLint * v)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnMapivARB More...
 
void glGetnMapiv (int target, int query, int bufSize, int[] v, int v_offset)
 Entry point to C language function: void {@native glGetnMapiv}(GLenum target, GLenum query, GLsizei bufSize, GLint * v)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnMapivARB
More...
 
void glGetnPixelMapfv (int map, int bufSize, FloatBuffer values)
 Entry point to C language function: void {@native glGetnPixelMapfv}(GLenum map, GLsizei bufSize, GLfloat * values)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnPixelMapfvARB More...
 
void glGetnPixelMapfv (int map, int bufSize, float[] values, int values_offset)
 Entry point to C language function: void {@native glGetnPixelMapfv}(GLenum map, GLsizei bufSize, GLfloat * values)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnPixelMapfvARB
More...
 
void glGetnPixelMapuiv (int map, int bufSize, IntBuffer values)
 Entry point to C language function: void {@native glGetnPixelMapuiv}(GLenum map, GLsizei bufSize, GLuint * values)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnPixelMapuivARB More...
 
void glGetnPixelMapuiv (int map, int bufSize, int[] values, int values_offset)
 Entry point to C language function: void {@native glGetnPixelMapuiv}(GLenum map, GLsizei bufSize, GLuint * values)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnPixelMapuivARB
More...
 
void glGetnPixelMapusv (int map, int bufSize, ShortBuffer values)
 Entry point to C language function: void {@native glGetnPixelMapusv}(GLenum map, GLsizei bufSize, GLushort * values)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnPixelMapusvARB More...
 
void glGetnPixelMapusv (int map, int bufSize, short[] values, int values_offset)
 Entry point to C language function: void {@native glGetnPixelMapusv}(GLenum map, GLsizei bufSize, GLushort * values)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnPixelMapusvARB
More...
 
void glGetnPolygonStipple (int bufSize, ByteBuffer pattern)
 Entry point to C language function: void {@native glGetnPolygonStipple}(GLsizei bufSize, GLubyte * pattern)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnPolygonStippleARB More...
 
void glGetnPolygonStipple (int bufSize, byte[] pattern, int pattern_offset)
 Entry point to C language function: void {@native glGetnPolygonStipple}(GLsizei bufSize, GLubyte * pattern)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnPolygonStippleARB
More...
 
void glGetnColorTable (int target, int format, int type, int bufSize, Buffer table)
 Entry point to C language function: void {@native glGetnColorTable}(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnColorTableARB More...
 
void glGetnConvolutionFilter (int target, int format, int type, int bufSize, Buffer image)
 Entry point to C language function: void {@native glGetnConvolutionFilter}(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * image)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnConvolutionFilterARB More...
 
void glGetnSeparableFilter (int target, int format, int type, int rowBufSize, Buffer row, int columnBufSize, Buffer column, Buffer span)
 Entry point to C language function: void {@native glGetnSeparableFilter}(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 More...
 
void glGetnHistogram (int target, boolean reset, int format, int type, int bufSize, Buffer values)
 Entry point to C language function: void {@native glGetnHistogram}(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void * values)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnHistogramARB More...
 
void glGetnMinmax (int target, boolean reset, int format, int type, int bufSize, Buffer values)
 Entry point to C language function: void {@native glGetnMinmax}(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void * values)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnMinmaxARB More...
 
void glProgramStringARB (int target, int format, int len, String string)
 Entry point to C language function: void {@native glProgramStringARB}(GLenum target, GLenum format, GLsizei len, const void * string)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glBindProgramARB (int target, int program)
 Entry point to C language function: void {@native glBindProgramARB}(GLenum target, GLuint program)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glDeleteProgramsARB (int n, IntBuffer programs)
 Entry point to C language function: void {@native glDeleteProgramsARB}(GLsizei n, const GLuint * programs)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program
More...
 
void glDeleteProgramsARB (int n, int[] programs, int programs_offset)
 Entry point to C language function: void {@native glDeleteProgramsARB}(GLsizei n, const GLuint * programs)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glGenProgramsARB (int n, IntBuffer programs)
 Entry point to C language function: void {@native glGenProgramsARB}(GLsizei n, GLuint * programs)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program
More...
 
void glGenProgramsARB (int n, int[] programs, int programs_offset)
 Entry point to C language function: void {@native glGenProgramsARB}(GLsizei n, GLuint * programs)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glProgramEnvParameter4dARB (int target, int index, double x, double y, double z, double w)
 Entry point to C language function: void {@native glProgramEnvParameter4dARB}(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glProgramEnvParameter4dvARB (int target, int index, DoubleBuffer params)
 Entry point to C language function: void {@native glProgramEnvParameter4dvARB}(GLenum target, GLuint index, const GLdouble * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program
More...
 
void glProgramEnvParameter4dvARB (int target, int index, double[] params, int params_offset)
 Entry point to C language function: void {@native glProgramEnvParameter4dvARB}(GLenum target, GLuint index, const GLdouble * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glProgramEnvParameter4fARB (int target, int index, float x, float y, float z, float w)
 Entry point to C language function: void {@native glProgramEnvParameter4fARB}(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glProgramEnvParameter4fvARB (int target, int index, FloatBuffer params)
 Entry point to C language function: void {@native glProgramEnvParameter4fvARB}(GLenum target, GLuint index, const GLfloat * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program
More...
 
void glProgramEnvParameter4fvARB (int target, int index, float[] params, int params_offset)
 Entry point to C language function: void {@native glProgramEnvParameter4fvARB}(GLenum target, GLuint index, const GLfloat * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glProgramLocalParameter4dARB (int target, int index, double x, double y, double z, double w)
 Entry point to C language function: void {@native glProgramLocalParameter4dARB}(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glProgramLocalParameter4dvARB (int target, int index, DoubleBuffer params)
 Entry point to C language function: void {@native glProgramLocalParameter4dvARB}(GLenum target, GLuint index, const GLdouble * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program
More...
 
void glProgramLocalParameter4dvARB (int target, int index, double[] params, int params_offset)
 Entry point to C language function: void {@native glProgramLocalParameter4dvARB}(GLenum target, GLuint index, const GLdouble * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glProgramLocalParameter4fARB (int target, int index, float x, float y, float z, float w)
 Entry point to C language function: void {@native glProgramLocalParameter4fARB}(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glProgramLocalParameter4fvARB (int target, int index, FloatBuffer params)
 Entry point to C language function: void {@native glProgramLocalParameter4fvARB}(GLenum target, GLuint index, const GLfloat * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program
More...
 
void glProgramLocalParameter4fvARB (int target, int index, float[] params, int params_offset)
 Entry point to C language function: void {@native glProgramLocalParameter4fvARB}(GLenum target, GLuint index, const GLfloat * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glGetProgramEnvParameterdvARB (int target, int index, DoubleBuffer params)
 Entry point to C language function: void {@native glGetProgramEnvParameterdvARB}(GLenum target, GLuint index, GLdouble * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program
More...
 
void glGetProgramEnvParameterdvARB (int target, int index, double[] params, int params_offset)
 Entry point to C language function: void {@native glGetProgramEnvParameterdvARB}(GLenum target, GLuint index, GLdouble * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glGetProgramEnvParameterfvARB (int target, int index, FloatBuffer params)
 Entry point to C language function: void {@native glGetProgramEnvParameterfvARB}(GLenum target, GLuint index, GLfloat * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program
More...
 
void glGetProgramEnvParameterfvARB (int target, int index, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetProgramEnvParameterfvARB}(GLenum target, GLuint index, GLfloat * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glGetProgramLocalParameterdvARB (int target, int index, DoubleBuffer params)
 Entry point to C language function: void {@native glGetProgramLocalParameterdvARB}(GLenum target, GLuint index, GLdouble * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program
More...
 
void glGetProgramLocalParameterdvARB (int target, int index, double[] params, int params_offset)
 Entry point to C language function: void {@native glGetProgramLocalParameterdvARB}(GLenum target, GLuint index, GLdouble * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glGetProgramLocalParameterfvARB (int target, int index, FloatBuffer params)
 Entry point to C language function: void {@native glGetProgramLocalParameterfvARB}(GLenum target, GLuint index, GLfloat * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program
More...
 
void glGetProgramLocalParameterfvARB (int target, int index, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetProgramLocalParameterfvARB}(GLenum target, GLuint index, GLfloat * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glGetProgramivARB (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetProgramivARB}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program
More...
 
void glGetProgramivARB (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetProgramivARB}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glGetProgramStringARB (int target, int pname, Buffer string)
 Entry point to C language function: void {@native glGetProgramStringARB}(GLenum target, GLenum pname, void * string)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program
More...
 
boolean glIsProgramARB (int program)
 Entry point to C language function: GLboolean {@native glIsProgramARB}(GLuint program)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

More...
 
void glColorTable (int target, int internalformat, int width, int format, int type, Buffer table)
 Entry point to C language function: void {@native glColorTable}(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 More...
 
void glColorTable (int target, int internalformat, int width, int format, int type, long table_buffer_offset)
 Entry point to C language function: void {@native glColorTable}(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
More...
 
void glColorTableParameterfv (int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glColorTableParameterfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table
Alias for: glColorTableParameterfvSGI More...
 
void glColorTableParameterfv (int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glColorTableParameterfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table
Alias for: glColorTableParameterfvSGI
More...
 
void glColorTableParameteriv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glColorTableParameteriv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table
Alias for: glColorTableParameterivSGI More...
 
void glColorTableParameteriv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glColorTableParameteriv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table
Alias for: glColorTableParameterivSGI
More...
 
void glCopyColorTable (int target, int internalformat, int x, int y, int width)
 Entry point to C language function: void {@native glCopyColorTable}(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
More...
 
void glGetColorTable (int target, int format, int type, Buffer table)
 Entry point to C language function: void {@native glGetColorTable}(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 More...
 
void glGetColorTable (int target, int format, int type, long table_buffer_offset)
 Entry point to C language function: void {@native glGetColorTable}(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
More...
 
void glGetColorTableParameterfv (int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetColorTableParameterfv}(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 More...
 
void glGetColorTableParameterfv (int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetColorTableParameterfv}(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
More...
 
void glGetColorTableParameteriv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetColorTableParameteriv}(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 More...
 
void glGetColorTableParameteriv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetColorTableParameteriv}(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
More...
 
void glColorSubTable (int target, int start, int count, int format, int type, Buffer data)
 Entry point to C language function: void {@native glColorSubTable}(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 More...
 
void glColorSubTable (int target, int start, int count, int format, int type, long data_buffer_offset)
 Entry point to C language function: void {@native glColorSubTable}(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
More...
 
void glCopyColorSubTable (int target, int start, int x, int y, int width)
 Entry point to C language function: void {@native glCopyColorSubTable}(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
More...
 
void glConvolutionFilter1D (int target, int internalformat, int width, int format, int type, Buffer image)
 Entry point to C language function: void {@native glConvolutionFilter1D}(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 More...
 
void glConvolutionFilter1D (int target, int internalformat, int width, int format, int type, long image_buffer_offset)
 Entry point to C language function: void {@native glConvolutionFilter1D}(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
More...
 
void glConvolutionFilter2D (int target, int internalformat, int width, int height, int format, int type, Buffer image)
 Entry point to C language function: void {@native glConvolutionFilter2D}(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 More...
 
void glConvolutionFilter2D (int target, int internalformat, int width, int height, int format, int type, long image_buffer_offset)
 Entry point to C language function: void {@native glConvolutionFilter2D}(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
More...
 
void glConvolutionParameterf (int target, int pname, float params)
 Entry point to C language function: void {@native glConvolutionParameterf}(GLenum target, GLenum pname, GLfloat params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glConvolutionParameterfEXT
More...
 
void glConvolutionParameterfv (int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glConvolutionParameterfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glConvolutionParameterfvEXT More...
 
void glConvolutionParameterfv (int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glConvolutionParameterfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glConvolutionParameterfvEXT
More...
 
void glConvolutionParameteri (int target, int pname, int params)
 Entry point to C language function: void {@native glConvolutionParameteri}(GLenum target, GLenum pname, GLint params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glConvolutionParameteriEXT
More...
 
void glConvolutionParameteriv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glConvolutionParameteriv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glConvolutionParameterivEXT More...
 
void glConvolutionParameteriv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glConvolutionParameteriv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glConvolutionParameterivEXT
More...
 
void glCopyConvolutionFilter1D (int target, int internalformat, int x, int y, int width)
 Entry point to C language function: void {@native glCopyConvolutionFilter1D}(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
More...
 
void glCopyConvolutionFilter2D (int target, int internalformat, int x, int y, int width, int height)
 Entry point to C language function: void {@native glCopyConvolutionFilter2D}(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
More...
 
void glGetConvolutionFilter (int target, int format, int type, Buffer image)
 Entry point to C language function: void {@native glGetConvolutionFilter}(GLenum target, GLenum format, GLenum type, void * image)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glGetConvolutionFilterEXT More...
 
void glGetConvolutionFilter (int target, int format, int type, long image_buffer_offset)
 Entry point to C language function: void {@native glGetConvolutionFilter}(GLenum target, GLenum format, GLenum type, void * image)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glGetConvolutionFilterEXT
More...
 
void glGetConvolutionParameterfv (int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetConvolutionParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glGetConvolutionParameterfvEXT More...
 
void glGetConvolutionParameterfv (int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetConvolutionParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glGetConvolutionParameterfvEXT
More...
 
void glGetConvolutionParameteriv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetConvolutionParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glGetConvolutionParameterivEXT More...
 
void glGetConvolutionParameteriv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetConvolutionParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glGetConvolutionParameterivEXT
More...
 
void glGetSeparableFilter (int target, int format, int type, Buffer row, Buffer column, Buffer span)
 Entry point to C language function: void {@native glGetSeparableFilter}(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 More...
 
void glGetSeparableFilter (int target, int format, int type, long row_buffer_offset, long column_buffer_offset, long span_buffer_offset)
 Entry point to C language function: void {@native glGetSeparableFilter}(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
More...
 
void glSeparableFilter2D (int target, int internalformat, int width, int height, int format, int type, Buffer row, Buffer column)
 Entry point to C language function: void {@native glSeparableFilter2D}(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 More...
 
void glSeparableFilter2D (int target, int internalformat, int width, int height, int format, int type, long row_buffer_offset, long column_buffer_offset)
 Entry point to C language function: void {@native glSeparableFilter2D}(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
More...
 
void glGetHistogram (int target, boolean reset, int format, int type, Buffer values)
 Entry point to C language function: void {@native glGetHistogram}(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 More...
 
void glGetHistogram (int target, boolean reset, int format, int type, long values_buffer_offset)
 Entry point to C language function: void {@native glGetHistogram}(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
More...
 
void glGetHistogramParameterfv (int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetHistogramParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glGetHistogramParameterfvEXT More...
 
void glGetHistogramParameterfv (int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetHistogramParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glGetHistogramParameterfvEXT
More...
 
void glGetHistogramParameteriv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetHistogramParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glGetHistogramParameterivEXT More...
 
void glGetHistogramParameteriv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetHistogramParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glGetHistogramParameterivEXT
More...
 
void glGetMinmax (int target, boolean reset, int format, int type, Buffer values)
 Entry point to C language function: void {@native glGetMinmax}(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 More...
 
void glGetMinmax (int target, boolean reset, int format, int type, long values_buffer_offset)
 Entry point to C language function: void {@native glGetMinmax}(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
More...
 
void glGetMinmaxParameterfv (int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetMinmaxParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glGetMinmaxParameterfvEXT More...
 
void glGetMinmaxParameterfv (int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetMinmaxParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glGetMinmaxParameterfvEXT
More...
 
void glGetMinmaxParameteriv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetMinmaxParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glGetMinmaxParameterivEXT More...
 
void glGetMinmaxParameteriv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetMinmaxParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glGetMinmaxParameterivEXT
More...
 
void glHistogram (int target, int width, int internalformat, boolean sink)
 Entry point to C language function: void {@native glHistogram}(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glHistogramEXT
More...
 
void glMinmax (int target, int internalformat, boolean sink)
 Entry point to C language function: void {@native glMinmax}(GLenum target, GLenum internalformat, GLboolean sink)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glMinmaxEXT
More...
 
void glResetHistogram (int target)
 Entry point to C language function: void {@native glResetHistogram}(GLenum target)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glResetHistogramEXT
More...
 
void glResetMinmax (int target)
 Entry point to C language function: void {@native glResetMinmax}(GLenum target)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glResetMinmaxEXT
More...
 
void glCurrentPaletteMatrixARB (int index)
 Entry point to C language function: void {@native glCurrentPaletteMatrixARB}(GLint index)
Part of GL_ARB_matrix_palette

More...
 
void glMatrixIndexubvARB (int size, ByteBuffer indices)
 Entry point to C language function: void {@native glMatrixIndexubvARB}(GLint size, const GLubyte * indices)
Part of GL_ARB_matrix_palette
More...
 
void glMatrixIndexubvARB (int size, byte[] indices, int indices_offset)
 Entry point to C language function: void {@native glMatrixIndexubvARB}(GLint size, const GLubyte * indices)
Part of GL_ARB_matrix_palette

More...
 
void glMatrixIndexusvARB (int size, ShortBuffer indices)
 Entry point to C language function: void {@native glMatrixIndexusvARB}(GLint size, const GLushort * indices)
Part of GL_ARB_matrix_palette
More...
 
void glMatrixIndexusvARB (int size, short[] indices, int indices_offset)
 Entry point to C language function: void {@native glMatrixIndexusvARB}(GLint size, const GLushort * indices)
Part of GL_ARB_matrix_palette

More...
 
void glMatrixIndexuivARB (int size, IntBuffer indices)
 Entry point to C language function: void {@native glMatrixIndexuivARB}(GLint size, const GLuint * indices)
Part of GL_ARB_matrix_palette
More...
 
void glMatrixIndexuivARB (int size, int[] indices, int indices_offset)
 Entry point to C language function: void {@native glMatrixIndexuivARB}(GLint size, const GLuint * indices)
Part of GL_ARB_matrix_palette

More...
 
void glMatrixIndexPointerARB (int size, int type, int stride, Buffer pointer)
 Entry point to C language function: void {@native glMatrixIndexPointerARB}(GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_ARB_matrix_palette
More...
 
void glMatrixIndexPointerARB (int size, int type, int stride, long pointer_buffer_offset)
 Entry point to C language function: void {@native glMatrixIndexPointerARB}(GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_ARB_matrix_palette

More...
 
void glDeleteObjectARB (long obj)
 Entry point to C language function: void {@native glDeleteObjectARB}(GLhandleARB obj)
Part of GL_ARB_shader_objects

More...
 
long glGetHandleARB (int pname)
 Entry point to C language function: GLhandleARB {@native glGetHandleARB}(GLenum pname)
Part of GL_ARB_shader_objects

More...
 
void glDetachObjectARB (long containerObj, long attachedObj)
 Entry point to C language function: void {@native glDetachObjectARB}(GLhandleARB containerObj, GLhandleARB attachedObj)
Part of GL_ARB_shader_objects

More...
 
long glCreateShaderObjectARB (int shaderType)
 Entry point to C language function: GLhandleARB {@native glCreateShaderObjectARB}(GLenum shaderType)
Part of GL_ARB_shader_objects

More...
 
void glShaderSourceARB (long shaderObj, int count, String[] string, IntBuffer length)
 Entry point to C language function: void {@native glShaderSourceARB}(GLhandleARB shaderObj, GLsizei count, const GLcharARB * * string, const GLint * length)
Part of GL_ARB_shader_objects
More...
 
void glShaderSourceARB (long shaderObj, int count, String[] string, int[] length, int length_offset)
 Entry point to C language function: void {@native glShaderSourceARB}(GLhandleARB shaderObj, GLsizei count, const GLcharARB * * string, const GLint * length)
Part of GL_ARB_shader_objects

More...
 
void glCompileShaderARB (long shaderObj)
 Entry point to C language function: void {@native glCompileShaderARB}(GLhandleARB shaderObj)
Part of GL_ARB_shader_objects

More...
 
long glCreateProgramObjectARB ()
 Entry point to C language function: GLhandleARB {@native glCreateProgramObjectARB}()
Part of GL_ARB_shader_objects

More...
 
void glAttachObjectARB (long containerObj, long obj)
 Entry point to C language function: void {@native glAttachObjectARB}(GLhandleARB containerObj, GLhandleARB obj)
Part of GL_ARB_shader_objects

More...
 
void glLinkProgramARB (long programObj)
 Entry point to C language function: void {@native glLinkProgramARB}(GLhandleARB programObj)
Part of GL_ARB_shader_objects

More...
 
void glUseProgramObjectARB (long programObj)
 Entry point to C language function: void {@native glUseProgramObjectARB}(GLhandleARB programObj)
Part of GL_ARB_shader_objects

More...
 
void glValidateProgramARB (long programObj)
 Entry point to C language function: void {@native glValidateProgramARB}(GLhandleARB programObj)
Part of GL_ARB_shader_objects

More...
 
void glUniform1fARB (int location, float v0)
 Entry point to C language function: void {@native glUniform1fARB}(GLint location, GLfloat v0)
Part of GL_ARB_shader_objects

More...
 
void glUniform2fARB (int location, float v0, float v1)
 Entry point to C language function: void {@native glUniform2fARB}(GLint location, GLfloat v0, GLfloat v1)
Part of GL_ARB_shader_objects

More...
 
void glUniform3fARB (int location, float v0, float v1, float v2)
 Entry point to C language function: void {@native glUniform3fARB}(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Part of GL_ARB_shader_objects

More...
 
void glUniform4fARB (int location, float v0, float v1, float v2, float v3)
 Entry point to C language function: void {@native glUniform4fARB}(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
Part of GL_ARB_shader_objects

More...
 
void glUniform1iARB (int location, int v0)
 Entry point to C language function: void {@native glUniform1iARB}(GLint location, GLint v0)
Part of GL_ARB_shader_objects

More...
 
void glUniform2iARB (int location, int v0, int v1)
 Entry point to C language function: void {@native glUniform2iARB}(GLint location, GLint v0, GLint v1)
Part of GL_ARB_shader_objects

More...
 
void glUniform3iARB (int location, int v0, int v1, int v2)
 Entry point to C language function: void {@native glUniform3iARB}(GLint location, GLint v0, GLint v1, GLint v2)
Part of GL_ARB_shader_objects

More...
 
void glUniform4iARB (int location, int v0, int v1, int v2, int v3)
 Entry point to C language function: void {@native glUniform4iARB}(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
Part of GL_ARB_shader_objects

More...
 
void glUniform1fvARB (int location, int count, FloatBuffer value)
 Entry point to C language function: void {@native glUniform1fvARB}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects
More...
 
void glUniform1fvARB (int location, int count, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniform1fvARB}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects

More...
 
void glUniform2fvARB (int location, int count, FloatBuffer value)
 Entry point to C language function: void {@native glUniform2fvARB}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects
More...
 
void glUniform2fvARB (int location, int count, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniform2fvARB}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects

More...
 
void glUniform3fvARB (int location, int count, FloatBuffer value)
 Entry point to C language function: void {@native glUniform3fvARB}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects
More...
 
void glUniform3fvARB (int location, int count, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniform3fvARB}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects

More...
 
void glUniform4fvARB (int location, int count, FloatBuffer value)
 Entry point to C language function: void {@native glUniform4fvARB}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects
More...
 
void glUniform4fvARB (int location, int count, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniform4fvARB}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects

More...
 
void glUniform1ivARB (int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glUniform1ivARB}(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects
More...
 
void glUniform1ivARB (int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glUniform1ivARB}(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects

More...
 
void glUniform2ivARB (int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glUniform2ivARB}(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects
More...
 
void glUniform2ivARB (int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glUniform2ivARB}(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects

More...
 
void glUniform3ivARB (int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glUniform3ivARB}(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects
More...
 
void glUniform3ivARB (int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glUniform3ivARB}(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects

More...
 
void glUniform4ivARB (int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glUniform4ivARB}(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects
More...
 
void glUniform4ivARB (int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glUniform4ivARB}(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects

More...
 
void glUniformMatrix2fvARB (int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glUniformMatrix2fvARB}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_shader_objects
More...
 
void glUniformMatrix2fvARB (int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix2fvARB}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_shader_objects

More...
 
void glUniformMatrix3fvARB (int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glUniformMatrix3fvARB}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_shader_objects
More...
 
void glUniformMatrix3fvARB (int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix3fvARB}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_shader_objects

More...
 
void glUniformMatrix4fvARB (int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glUniformMatrix4fvARB}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_shader_objects
More...
 
void glUniformMatrix4fvARB (int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix4fvARB}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_shader_objects

More...
 
void glGetObjectParameterfvARB (long obj, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetObjectParameterfvARB}(GLhandleARB obj, GLenum pname, GLfloat * params)
Part of GL_ARB_shader_objects
More...
 
void glGetObjectParameterfvARB (long obj, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetObjectParameterfvARB}(GLhandleARB obj, GLenum pname, GLfloat * params)
Part of GL_ARB_shader_objects

More...
 
void glGetObjectParameterivARB (long obj, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetObjectParameterivARB}(GLhandleARB obj, GLenum pname, GLint * params)
Part of GL_ARB_shader_objects
More...
 
void glGetObjectParameterivARB (long obj, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetObjectParameterivARB}(GLhandleARB obj, GLenum pname, GLint * params)
Part of GL_ARB_shader_objects

More...
 
void glGetInfoLogARB (long obj, int maxLength, IntBuffer length, ByteBuffer infoLog)
 Entry point to C language function: void {@native glGetInfoLogARB}(GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * infoLog)
Part of GL_ARB_shader_objects
More...
 
void glGetInfoLogARB (long obj, int maxLength, int[] length, int length_offset, byte[] infoLog, int infoLog_offset)
 Entry point to C language function: void {@native glGetInfoLogARB}(GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * infoLog)
Part of GL_ARB_shader_objects

More...
 
void glGetAttachedObjectsARB (long containerObj, int maxCount, IntBuffer count, LongBuffer obj)
 Entry point to C language function: void {@native glGetAttachedObjectsARB}(GLhandleARB containerObj, GLsizei maxCount, GLsizei * count, GLhandleARB * obj)
Part of GL_ARB_shader_objects
More...
 
void glGetAttachedObjectsARB (long containerObj, int maxCount, int[] count, int count_offset, long[] obj, int obj_offset)
 Entry point to C language function: void {@native glGetAttachedObjectsARB}(GLhandleARB containerObj, GLsizei maxCount, GLsizei * count, GLhandleARB * obj)
Part of GL_ARB_shader_objects

More...
 
int glGetUniformLocationARB (long programObj, String name)
 Entry point to C language function: GLint {@native glGetUniformLocationARB}(GLhandleARB programObj, const GLcharARB * name)
Part of GL_ARB_shader_objects

More...
 
void glGetActiveUniformARB (long programObj, int index, int maxLength, IntBuffer length, IntBuffer size, IntBuffer type, ByteBuffer name)
 Entry point to C language function: void {@native glGetActiveUniformARB}(GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name)
Part of GL_ARB_shader_objects
More...
 
void glGetActiveUniformARB (long programObj, int index, int maxLength, int[] length, int length_offset, int[] size, int size_offset, int[] type, int type_offset, byte[] name, int name_offset)
 Entry point to C language function: void {@native glGetActiveUniformARB}(GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name)
Part of GL_ARB_shader_objects

More...
 
void glGetUniformfvARB (long programObj, int location, FloatBuffer params)
 Entry point to C language function: void {@native glGetUniformfvARB}(GLhandleARB programObj, GLint location, GLfloat * params)
Part of GL_ARB_shader_objects
More...
 
void glGetUniformfvARB (long programObj, int location, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetUniformfvARB}(GLhandleARB programObj, GLint location, GLfloat * params)
Part of GL_ARB_shader_objects

More...
 
void glGetUniformivARB (long programObj, int location, IntBuffer params)
 Entry point to C language function: void {@native glGetUniformivARB}(GLhandleARB programObj, GLint location, GLint * params)
Part of GL_ARB_shader_objects
More...
 
void glGetUniformivARB (long programObj, int location, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetUniformivARB}(GLhandleARB programObj, GLint location, GLint * params)
Part of GL_ARB_shader_objects

More...
 
void glGetShaderSourceARB (long obj, int maxLength, IntBuffer length, ByteBuffer source)
 Entry point to C language function: void {@native glGetShaderSourceARB}(GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * source)
Part of GL_ARB_shader_objects
More...
 
void glGetShaderSourceARB (long obj, int maxLength, int[] length, int length_offset, byte[] source, int source_offset)
 Entry point to C language function: void {@native glGetShaderSourceARB}(GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * source)
Part of GL_ARB_shader_objects

More...
 
void glWeightbvARB (int size, ByteBuffer weights)
 Entry point to C language function: void {@native glWeightbvARB}(GLint size, const GLbyte * weights)
Part of GL_ARB_vertex_blend
More...
 
void glWeightbvARB (int size, byte[] weights, int weights_offset)
 Entry point to C language function: void {@native glWeightbvARB}(GLint size, const GLbyte * weights)
Part of GL_ARB_vertex_blend

More...
 
void glWeightsvARB (int size, ShortBuffer weights)
 Entry point to C language function: void {@native glWeightsvARB}(GLint size, const GLshort * weights)
Part of GL_ARB_vertex_blend
More...
 
void glWeightsvARB (int size, short[] weights, int weights_offset)
 Entry point to C language function: void {@native glWeightsvARB}(GLint size, const GLshort * weights)
Part of GL_ARB_vertex_blend

More...
 
void glWeightivARB (int size, IntBuffer weights)
 Entry point to C language function: void {@native glWeightivARB}(GLint size, const GLint * weights)
Part of GL_ARB_vertex_blend
More...
 
void glWeightivARB (int size, int[] weights, int weights_offset)
 Entry point to C language function: void {@native glWeightivARB}(GLint size, const GLint * weights)
Part of GL_ARB_vertex_blend

More...
 
void glWeightfvARB (int size, FloatBuffer weights)
 Entry point to C language function: void {@native glWeightfvARB}(GLint size, const GLfloat * weights)
Part of GL_ARB_vertex_blend
More...
 
void glWeightfvARB (int size, float[] weights, int weights_offset)
 Entry point to C language function: void {@native glWeightfvARB}(GLint size, const GLfloat * weights)
Part of GL_ARB_vertex_blend

More...
 
void glWeightdvARB (int size, DoubleBuffer weights)
 Entry point to C language function: void {@native glWeightdvARB}(GLint size, const GLdouble * weights)
Part of GL_ARB_vertex_blend
More...
 
void glWeightdvARB (int size, double[] weights, int weights_offset)
 Entry point to C language function: void {@native glWeightdvARB}(GLint size, const GLdouble * weights)
Part of GL_ARB_vertex_blend

More...
 
void glWeightubvARB (int size, ByteBuffer weights)
 Entry point to C language function: void {@native glWeightubvARB}(GLint size, const GLubyte * weights)
Part of GL_ARB_vertex_blend
More...
 
void glWeightubvARB (int size, byte[] weights, int weights_offset)
 Entry point to C language function: void {@native glWeightubvARB}(GLint size, const GLubyte * weights)
Part of GL_ARB_vertex_blend

More...
 
void glWeightusvARB (int size, ShortBuffer weights)
 Entry point to C language function: void {@native glWeightusvARB}(GLint size, const GLushort * weights)
Part of GL_ARB_vertex_blend
More...
 
void glWeightusvARB (int size, short[] weights, int weights_offset)
 Entry point to C language function: void {@native glWeightusvARB}(GLint size, const GLushort * weights)
Part of GL_ARB_vertex_blend

More...
 
void glWeightuivARB (int size, IntBuffer weights)
 Entry point to C language function: void {@native glWeightuivARB}(GLint size, const GLuint * weights)
Part of GL_ARB_vertex_blend
More...
 
void glWeightuivARB (int size, int[] weights, int weights_offset)
 Entry point to C language function: void {@native glWeightuivARB}(GLint size, const GLuint * weights)
Part of GL_ARB_vertex_blend

More...
 
void glWeightPointerARB (int size, int type, int stride, Buffer pointer)
 Entry point to C language function: void {@native glWeightPointerARB}(GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_ARB_vertex_blend
More...
 
void glWeightPointerARB (int size, int type, int stride, long pointer_buffer_offset)
 Entry point to C language function: void {@native glWeightPointerARB}(GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_ARB_vertex_blend

More...
 
void glVertexBlendARB (int count)
 Entry point to C language function: void {@native glVertexBlendARB}(GLint count)
Part of GL_ARB_vertex_blend

More...
 
void glVertexAttrib1dARB (int index, double x)
 Entry point to C language function: void {@native glVertexAttrib1dARB}(GLuint index, GLdouble x)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib1dvARB (int index, DoubleBuffer v)
 Entry point to C language function: void {@native glVertexAttrib1dvARB}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib1dvARB (int index, double[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib1dvARB}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib1fARB (int index, float x)
 Entry point to C language function: void {@native glVertexAttrib1fARB}(GLuint index, GLfloat x)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib1fvARB (int index, FloatBuffer v)
 Entry point to C language function: void {@native glVertexAttrib1fvARB}(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib1fvARB (int index, float[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib1fvARB}(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib1sARB (int index, short x)
 Entry point to C language function: void {@native glVertexAttrib1sARB}(GLuint index, GLshort x)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib1svARB (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttrib1svARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib1svARB (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib1svARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib2dARB (int index, double x, double y)
 Entry point to C language function: void {@native glVertexAttrib2dARB}(GLuint index, GLdouble x, GLdouble y)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib2dvARB (int index, DoubleBuffer v)
 Entry point to C language function: void {@native glVertexAttrib2dvARB}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib2dvARB (int index, double[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib2dvARB}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib2fARB (int index, float x, float y)
 Entry point to C language function: void {@native glVertexAttrib2fARB}(GLuint index, GLfloat x, GLfloat y)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib2fvARB (int index, FloatBuffer v)
 Entry point to C language function: void {@native glVertexAttrib2fvARB}(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib2fvARB (int index, float[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib2fvARB}(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib2sARB (int index, short x, short y)
 Entry point to C language function: void {@native glVertexAttrib2sARB}(GLuint index, GLshort x, GLshort y)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib2svARB (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttrib2svARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib2svARB (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib2svARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib3dARB (int index, double x, double y, double z)
 Entry point to C language function: void {@native glVertexAttrib3dARB}(GLuint index, GLdouble x, GLdouble y, GLdouble z)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib3dvARB (int index, DoubleBuffer v)
 Entry point to C language function: void {@native glVertexAttrib3dvARB}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib3dvARB (int index, double[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib3dvARB}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib3fARB (int index, float x, float y, float z)
 Entry point to C language function: void {@native glVertexAttrib3fARB}(GLuint index, GLfloat x, GLfloat y, GLfloat z)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib3fvARB (int index, FloatBuffer v)
 Entry point to C language function: void {@native glVertexAttrib3fvARB}(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib3fvARB (int index, float[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib3fvARB}(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib3sARB (int index, short x, short y, short z)
 Entry point to C language function: void {@native glVertexAttrib3sARB}(GLuint index, GLshort x, GLshort y, GLshort z)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib3svARB (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttrib3svARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib3svARB (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib3svARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4NbvARB (int index, ByteBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4NbvARB}(GLuint index, const GLbyte * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib4NbvARB (int index, byte[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4NbvARB}(GLuint index, const GLbyte * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4NivARB (int index, IntBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4NivARB}(GLuint index, const GLint * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib4NivARB (int index, int[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4NivARB}(GLuint index, const GLint * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4NsvARB (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4NsvARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib4NsvARB (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4NsvARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4NubARB (int index, byte x, byte y, byte z, byte w)
 Entry point to C language function: void {@native glVertexAttrib4NubARB}(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4NubvARB (int index, ByteBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4NubvARB}(GLuint index, const GLubyte * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib4NubvARB (int index, byte[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4NubvARB}(GLuint index, const GLubyte * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4NuivARB (int index, IntBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4NuivARB}(GLuint index, const GLuint * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib4NuivARB (int index, int[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4NuivARB}(GLuint index, const GLuint * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4NusvARB (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4NusvARB}(GLuint index, const GLushort * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib4NusvARB (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4NusvARB}(GLuint index, const GLushort * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4bvARB (int index, ByteBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4bvARB}(GLuint index, const GLbyte * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib4bvARB (int index, byte[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4bvARB}(GLuint index, const GLbyte * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4dARB (int index, double x, double y, double z, double w)
 Entry point to C language function: void {@native glVertexAttrib4dARB}(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4dvARB (int index, DoubleBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4dvARB}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib4dvARB (int index, double[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4dvARB}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4fARB (int index, float x, float y, float z, float w)
 Entry point to C language function: void {@native glVertexAttrib4fARB}(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4fvARB (int index, FloatBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4fvARB}(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib4fvARB (int index, float[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4fvARB}(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4ivARB (int index, IntBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4ivARB}(GLuint index, const GLint * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib4ivARB (int index, int[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4ivARB}(GLuint index, const GLint * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4sARB (int index, short x, short y, short z, short w)
 Entry point to C language function: void {@native glVertexAttrib4sARB}(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4svARB (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4svARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib4svARB (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4svARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4ubvARB (int index, ByteBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4ubvARB}(GLuint index, const GLubyte * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib4ubvARB (int index, byte[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4ubvARB}(GLuint index, const GLubyte * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4uivARB (int index, IntBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4uivARB}(GLuint index, const GLuint * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib4uivARB (int index, int[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4uivARB}(GLuint index, const GLuint * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttrib4usvARB (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4usvARB}(GLuint index, const GLushort * v)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttrib4usvARB (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4usvARB}(GLuint index, const GLushort * v)
Part of GL_ARB_vertex_program

More...
 
void glVertexAttribPointerARB (int index, int size, int type, boolean normalized, int stride, Buffer pointer)
 Entry point to C language function: void {@native glVertexAttribPointerARB}(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void * pointer)
Part of GL_ARB_vertex_program
More...
 
void glVertexAttribPointerARB (int index, int size, int type, boolean normalized, int stride, long pointer_buffer_offset)
 Entry point to C language function: void {@native glVertexAttribPointerARB}(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void * pointer)
Part of GL_ARB_vertex_program

More...
 
void glEnableVertexAttribArrayARB (int index)
 Entry point to C language function: void {@native glEnableVertexAttribArrayARB}(GLuint index)
Part of GL_ARB_vertex_program

More...
 
void glDisableVertexAttribArrayARB (int index)
 Entry point to C language function: void {@native glDisableVertexAttribArrayARB}(GLuint index)
Part of GL_ARB_vertex_program

More...
 
void glGetVertexAttribdvARB (int index, int pname, DoubleBuffer params)
 Entry point to C language function: void {@native glGetVertexAttribdvARB}(GLuint index, GLenum pname, GLdouble * params)
Part of GL_ARB_vertex_program
More...
 
void glGetVertexAttribdvARB (int index, int pname, double[] params, int params_offset)
 Entry point to C language function: void {@native glGetVertexAttribdvARB}(GLuint index, GLenum pname, GLdouble * params)
Part of GL_ARB_vertex_program

More...
 
void glGetVertexAttribfvARB (int index, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetVertexAttribfvARB}(GLuint index, GLenum pname, GLfloat * params)
Part of GL_ARB_vertex_program
More...
 
void glGetVertexAttribfvARB (int index, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetVertexAttribfvARB}(GLuint index, GLenum pname, GLfloat * params)
Part of GL_ARB_vertex_program

More...
 
void glGetVertexAttribivARB (int index, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetVertexAttribivARB}(GLuint index, GLenum pname, GLint * params)
Part of GL_ARB_vertex_program
More...
 
void glGetVertexAttribivARB (int index, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetVertexAttribivARB}(GLuint index, GLenum pname, GLint * params)
Part of GL_ARB_vertex_program

More...
 
void glMultiTexCoord1bOES (int texture, byte s)
 Entry point to C language function: void {@native glMultiTexCoord1bOES}(GLenum texture, GLbyte s)
Part of GL_OES_byte_coordinates

More...
 
void glMultiTexCoord1bvOES (int texture, ByteBuffer coords)
 Entry point to C language function: void {@native glMultiTexCoord1bvOES}(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates
More...
 
void glMultiTexCoord1bvOES (int texture, byte[] coords, int coords_offset)
 Entry point to C language function: void {@native glMultiTexCoord1bvOES}(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glMultiTexCoord2bOES (int texture, byte s, byte t)
 Entry point to C language function: void {@native glMultiTexCoord2bOES}(GLenum texture, GLbyte s, GLbyte t)
Part of GL_OES_byte_coordinates

More...
 
void glMultiTexCoord2bvOES (int texture, ByteBuffer coords)
 Entry point to C language function: void {@native glMultiTexCoord2bvOES}(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates
More...
 
void glMultiTexCoord2bvOES (int texture, byte[] coords, int coords_offset)
 Entry point to C language function: void {@native glMultiTexCoord2bvOES}(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glMultiTexCoord3bOES (int texture, byte s, byte t, byte r)
 Entry point to C language function: void {@native glMultiTexCoord3bOES}(GLenum texture, GLbyte s, GLbyte t, GLbyte r)
Part of GL_OES_byte_coordinates

More...
 
void glMultiTexCoord3bvOES (int texture, ByteBuffer coords)
 Entry point to C language function: void {@native glMultiTexCoord3bvOES}(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates
More...
 
void glMultiTexCoord3bvOES (int texture, byte[] coords, int coords_offset)
 Entry point to C language function: void {@native glMultiTexCoord3bvOES}(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glMultiTexCoord4bOES (int texture, byte s, byte t, byte r, byte q)
 Entry point to C language function: void {@native glMultiTexCoord4bOES}(GLenum texture, GLbyte s, GLbyte t, GLbyte r, GLbyte q)
Part of GL_OES_byte_coordinates

More...
 
void glMultiTexCoord4bvOES (int texture, ByteBuffer coords)
 Entry point to C language function: void {@native glMultiTexCoord4bvOES}(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates
More...
 
void glMultiTexCoord4bvOES (int texture, byte[] coords, int coords_offset)
 Entry point to C language function: void {@native glMultiTexCoord4bvOES}(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glTexCoord1bOES (byte s)
 Entry point to C language function: void {@native glTexCoord1bOES}(GLbyte s)
Part of GL_OES_byte_coordinates

More...
 
void glTexCoord1bvOES (ByteBuffer coords)
 Entry point to C language function: void {@native glTexCoord1bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates
More...
 
void glTexCoord1bvOES (byte[] coords, int coords_offset)
 Entry point to C language function: void {@native glTexCoord1bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glTexCoord2bOES (byte s, byte t)
 Entry point to C language function: void {@native glTexCoord2bOES}(GLbyte s, GLbyte t)
Part of GL_OES_byte_coordinates

More...
 
void glTexCoord2bvOES (ByteBuffer coords)
 Entry point to C language function: void {@native glTexCoord2bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates
More...
 
void glTexCoord2bvOES (byte[] coords, int coords_offset)
 Entry point to C language function: void {@native glTexCoord2bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glTexCoord3bOES (byte s, byte t, byte r)
 Entry point to C language function: void {@native glTexCoord3bOES}(GLbyte s, GLbyte t, GLbyte r)
Part of GL_OES_byte_coordinates

More...
 
void glTexCoord3bvOES (ByteBuffer coords)
 Entry point to C language function: void {@native glTexCoord3bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates
More...
 
void glTexCoord3bvOES (byte[] coords, int coords_offset)
 Entry point to C language function: void {@native glTexCoord3bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glTexCoord4bOES (byte s, byte t, byte r, byte q)
 Entry point to C language function: void {@native glTexCoord4bOES}(GLbyte s, GLbyte t, GLbyte r, GLbyte q)
Part of GL_OES_byte_coordinates

More...
 
void glTexCoord4bvOES (ByteBuffer coords)
 Entry point to C language function: void {@native glTexCoord4bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates
More...
 
void glTexCoord4bvOES (byte[] coords, int coords_offset)
 Entry point to C language function: void {@native glTexCoord4bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glVertex2bOES (byte x, byte y)
 Entry point to C language function: void {@native glVertex2bOES}(GLbyte x, GLbyte y)
Part of GL_OES_byte_coordinates

More...
 
void glVertex2bvOES (ByteBuffer coords)
 Entry point to C language function: void {@native glVertex2bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates
More...
 
void glVertex2bvOES (byte[] coords, int coords_offset)
 Entry point to C language function: void {@native glVertex2bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glVertex3bOES (byte x, byte y, byte z)
 Entry point to C language function: void {@native glVertex3bOES}(GLbyte x, GLbyte y, GLbyte z)
Part of GL_OES_byte_coordinates

More...
 
void glVertex3bvOES (ByteBuffer coords)
 Entry point to C language function: void {@native glVertex3bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates
More...
 
void glVertex3bvOES (byte[] coords, int coords_offset)
 Entry point to C language function: void {@native glVertex3bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
void glVertex4bOES (byte x, byte y, byte z, byte w)
 Entry point to C language function: void {@native glVertex4bOES}(GLbyte x, GLbyte y, GLbyte z, GLbyte w)
Part of GL_OES_byte_coordinates

More...
 
void glVertex4bvOES (ByteBuffer coords)
 Entry point to C language function: void {@native glVertex4bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates
More...
 
void glVertex4bvOES (byte[] coords, int coords_offset)
 Entry point to C language function: void {@native glVertex4bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

More...
 
int glQueryMatrixxOES (IntBuffer mantissa, IntBuffer exponent)
 Entry point to C language function: GLbitfield {@native glQueryMatrixxOES}(GLfixed * mantissa, GLint * exponent)
Part of GL_OES_query_matrix
More...
 
int glQueryMatrixxOES (int[] mantissa, int mantissa_offset, int[] exponent, int exponent_offset)
 Entry point to C language function: GLbitfield {@native glQueryMatrixxOES}(GLfixed * mantissa, GLint * exponent)
Part of GL_OES_query_matrix

More...
 
void glClipPlanef (int plane, FloatBuffer equation)
 Entry point to C language function: void {@native glClipPlanef}(GLenum plane, const GLfloat * equation)
Part of GL_VERSION_ES_CM, GL_IMG_user_clip_plane, GL_OES_single_precision
Alias for: glClipPlanefIMG, glClipPlanefOES More...
 
void glClipPlanef (int plane, float[] equation, int equation_offset)
 Entry point to C language function: void {@native glClipPlanef}(GLenum plane, const GLfloat * equation)
Part of GL_VERSION_ES_CM, GL_IMG_user_clip_plane, GL_OES_single_precision
Alias for: glClipPlanefIMG, glClipPlanefOES
More...
 
void glGetClipPlanef (int plane, FloatBuffer equation)
 Entry point to C language function: void {@native glGetClipPlanef}(GLenum plane, GLfloat * equation)
Part of GL_VERSION_ES_CM, GL_OES_single_precision
Alias for: glGetClipPlanefOES More...
 
void glGetClipPlanef (int plane, float[] equation, int equation_offset)
 Entry point to C language function: void {@native glGetClipPlanef}(GLenum plane, GLfloat * equation)
Part of GL_VERSION_ES_CM, GL_OES_single_precision
Alias for: glGetClipPlanefOES
More...
 
void glBlendFuncIndexedAMD (int buf, int src, int dst)
 Entry point to C language function: void {@native glBlendFuncIndexedAMD}(GLuint buf, GLenum src, GLenum dst)
Part of GL_AMD_draw_buffers_blend

More...
 
void glBlendFuncSeparateIndexedAMD (int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)
 Entry point to C language function: void {@native glBlendFuncSeparateIndexedAMD}(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
Part of GL_AMD_draw_buffers_blend

More...
 
void glBlendEquationIndexedAMD (int buf, int mode)
 Entry point to C language function: void {@native glBlendEquationIndexedAMD}(GLuint buf, GLenum mode)
Part of GL_AMD_draw_buffers_blend

More...
 
void glBlendEquationSeparateIndexedAMD (int buf, int modeRGB, int modeAlpha)
 Entry point to C language function: void {@native glBlendEquationSeparateIndexedAMD}(GLuint buf, GLenum modeRGB, GLenum modeAlpha)
Part of GL_AMD_draw_buffers_blend

More...
 
void glFramebufferSamplePositionsfvAMD (int target, int numsamples, int pixelindex, FloatBuffer values)
 Entry point to C language function: void {@native glFramebufferSamplePositionsfvAMD}(GLenum target, GLuint numsamples, GLuint pixelindex, const GLfloat * values)
Part of GL_AMD_framebuffer_sample_positions
More...
 
void glFramebufferSamplePositionsfvAMD (int target, int numsamples, int pixelindex, float[] values, int values_offset)
 Entry point to C language function: void {@native glFramebufferSamplePositionsfvAMD}(GLenum target, GLuint numsamples, GLuint pixelindex, const GLfloat * values)
Part of GL_AMD_framebuffer_sample_positions

More...
 
void glNamedFramebufferSamplePositionsfvAMD (int framebuffer, int numsamples, int pixelindex, FloatBuffer values)
 Entry point to C language function: void {@native glNamedFramebufferSamplePositionsfvAMD}(GLuint framebuffer, GLuint numsamples, GLuint pixelindex, const GLfloat * values)
Part of GL_AMD_framebuffer_sample_positions
More...
 
void glNamedFramebufferSamplePositionsfvAMD (int framebuffer, int numsamples, int pixelindex, float[] values, int values_offset)
 Entry point to C language function: void {@native glNamedFramebufferSamplePositionsfvAMD}(GLuint framebuffer, GLuint numsamples, GLuint pixelindex, const GLfloat * values)
Part of GL_AMD_framebuffer_sample_positions

More...
 
void glGetFramebufferParameterfvAMD (int target, int pname, int numsamples, int pixelindex, int size, FloatBuffer values)
 Entry point to C language function: void {@native glGetFramebufferParameterfvAMD}(GLenum target, GLenum pname, GLuint numsamples, GLuint pixelindex, GLsizei size, GLfloat * values)
Part of GL_AMD_framebuffer_sample_positions
More...
 
void glGetFramebufferParameterfvAMD (int target, int pname, int numsamples, int pixelindex, int size, float[] values, int values_offset)
 Entry point to C language function: void {@native glGetFramebufferParameterfvAMD}(GLenum target, GLenum pname, GLuint numsamples, GLuint pixelindex, GLsizei size, GLfloat * values)
Part of GL_AMD_framebuffer_sample_positions

More...
 
void glGetNamedFramebufferParameterfvAMD (int framebuffer, int pname, int numsamples, int pixelindex, int size, FloatBuffer values)
 Entry point to C language function: void {@native glGetNamedFramebufferParameterfvAMD}(GLuint framebuffer, GLenum pname, GLuint numsamples, GLuint pixelindex, GLsizei size, GLfloat * values)
Part of GL_AMD_framebuffer_sample_positions
More...
 
void glGetNamedFramebufferParameterfvAMD (int framebuffer, int pname, int numsamples, int pixelindex, int size, float[] values, int values_offset)
 Entry point to C language function: void {@native glGetNamedFramebufferParameterfvAMD}(GLuint framebuffer, GLenum pname, GLuint numsamples, GLuint pixelindex, GLsizei size, GLfloat * values)
Part of GL_AMD_framebuffer_sample_positions

More...
 
void glVertexAttribParameteriAMD (int index, int pname, int param)
 Entry point to C language function: void {@native glVertexAttribParameteriAMD}(GLuint index, GLenum pname, GLint param)
Part of GL_AMD_interleaved_elements

More...
 
void glGenNamesAMD (int identifier, int num, IntBuffer names)
 Entry point to C language function: void {@native glGenNamesAMD}(GLenum identifier, GLuint num, GLuint * names)
Part of GL_AMD_name_gen_delete
More...
 
void glGenNamesAMD (int identifier, int num, int[] names, int names_offset)
 Entry point to C language function: void {@native glGenNamesAMD}(GLenum identifier, GLuint num, GLuint * names)
Part of GL_AMD_name_gen_delete

More...
 
void glDeleteNamesAMD (int identifier, int num, IntBuffer names)
 Entry point to C language function: void {@native glDeleteNamesAMD}(GLenum identifier, GLuint num, const GLuint * names)
Part of GL_AMD_name_gen_delete
More...
 
void glDeleteNamesAMD (int identifier, int num, int[] names, int names_offset)
 Entry point to C language function: void {@native glDeleteNamesAMD}(GLenum identifier, GLuint num, const GLuint * names)
Part of GL_AMD_name_gen_delete

More...
 
boolean glIsNameAMD (int identifier, int name)
 Entry point to C language function: GLboolean {@native glIsNameAMD}(GLenum identifier, GLuint name)
Part of GL_AMD_name_gen_delete

More...
 
void glQueryObjectParameteruiAMD (int target, int id, int pname, int param)
 Entry point to C language function: void {@native glQueryObjectParameteruiAMD}(GLenum target, GLuint id, GLenum pname, GLuint param)
Part of GL_AMD_occlusion_query_event

More...
 
void glTexStorageSparseAMD (int target, int internalFormat, int width, int height, int depth, int layers, int flags)
 Entry point to C language function: void {@native glTexStorageSparseAMD}(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags)
Part of GL_AMD_sparse_texture

More...
 
void glTextureStorageSparseAMD (int texture, int target, int internalFormat, int width, int height, int depth, int layers, int flags)
 Entry point to C language function: void {@native glTextureStorageSparseAMD}(GLuint texture, GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags)
Part of GL_AMD_sparse_texture

More...
 
void glBufferParameteri (int target, int pname, int param)
 Entry point to C language function: void {@native glBufferParameteri}(GLenum target, GLenum pname, GLint param)
Part of GL_APPLE_flush_buffer_range
Alias for: glBufferParameteriAPPLE
More...
 
int glObjectPurgeableAPPLE (int objectType, int name, int option)
 Entry point to C language function: GLenum {@native glObjectPurgeableAPPLE}(GLenum objectType, GLuint name, GLenum option)
Part of GL_APPLE_object_purgeable

More...
 
int glObjectUnpurgeableAPPLE (int objectType, int name, int option)
 Entry point to C language function: GLenum {@native glObjectUnpurgeableAPPLE}(GLenum objectType, GLuint name, GLenum option)
Part of GL_APPLE_object_purgeable

More...
 
void glGetObjectParameterivAPPLE (int objectType, int name, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetObjectParameterivAPPLE}(GLenum objectType, GLuint name, GLenum pname, GLint * params)
Part of GL_APPLE_object_purgeable
More...
 
void glGetObjectParameterivAPPLE (int objectType, int name, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetObjectParameterivAPPLE}(GLenum objectType, GLuint name, GLenum pname, GLint * params)
Part of GL_APPLE_object_purgeable

More...
 
void glTextureRangeAPPLE (int target, int length, Buffer pointer)
 Entry point to C language function: void {@native glTextureRangeAPPLE}(GLenum target, GLsizei length, const void * pointer)
Part of GL_APPLE_texture_range
More...
 
void glVertexArrayRangeAPPLE (int length, Buffer pointer)
 Entry point to C language function: void {@native glVertexArrayRangeAPPLE}(GLsizei length, void * pointer)
Part of GL_APPLE_vertex_array_range
More...
 
void glFlushVertexArrayRangeAPPLE (int length, Buffer pointer)
 Entry point to C language function: void {@native glFlushVertexArrayRangeAPPLE}(GLsizei length, void * pointer)
Part of GL_APPLE_vertex_array_range
More...
 
void glVertexArrayParameteriAPPLE (int pname, int param)
 Entry point to C language function: void {@native glVertexArrayParameteriAPPLE}(GLenum pname, GLint param)
Part of GL_APPLE_vertex_array_range

More...
 
void glEnableVertexAttribAPPLE (int index, int pname)
 Entry point to C language function: void {@native glEnableVertexAttribAPPLE}(GLuint index, GLenum pname)
Part of GL_APPLE_vertex_program_evaluators

More...
 
void glDisableVertexAttribAPPLE (int index, int pname)
 Entry point to C language function: void {@native glDisableVertexAttribAPPLE}(GLuint index, GLenum pname)
Part of GL_APPLE_vertex_program_evaluators

More...
 
boolean glIsVertexAttribEnabledAPPLE (int index, int pname)
 Entry point to C language function: GLboolean {@native glIsVertexAttribEnabledAPPLE}(GLuint index, GLenum pname)
Part of GL_APPLE_vertex_program_evaluators

More...
 
void glMapVertexAttrib1dAPPLE (int index, int size, double u1, double u2, int stride, int order, DoubleBuffer points)
 Entry point to C language function: void {@native glMapVertexAttrib1dAPPLE}(GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
Part of GL_APPLE_vertex_program_evaluators
More...
 
void glMapVertexAttrib1dAPPLE (int index, int size, double u1, double u2, int stride, int order, double[] points, int points_offset)
 Entry point to C language function: void {@native glMapVertexAttrib1dAPPLE}(GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
Part of GL_APPLE_vertex_program_evaluators

More...
 
void glMapVertexAttrib1fAPPLE (int index, int size, float u1, float u2, int stride, int order, FloatBuffer points)
 Entry point to C language function: void {@native glMapVertexAttrib1fAPPLE}(GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
Part of GL_APPLE_vertex_program_evaluators
More...
 
void glMapVertexAttrib1fAPPLE (int index, int size, float u1, float u2, int stride, int order, float[] points, int points_offset)
 Entry point to C language function: void {@native glMapVertexAttrib1fAPPLE}(GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
Part of GL_APPLE_vertex_program_evaluators

More...
 
void glMapVertexAttrib2dAPPLE (int index, int size, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, DoubleBuffer points)
 Entry point to C language function: void {@native glMapVertexAttrib2dAPPLE}(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
More...
 
void glMapVertexAttrib2dAPPLE (int index, int size, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, double[] points, int points_offset)
 Entry point to C language function: void {@native glMapVertexAttrib2dAPPLE}(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

More...
 
void glMapVertexAttrib2fAPPLE (int index, int size, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, FloatBuffer points)
 Entry point to C language function: void {@native glMapVertexAttrib2fAPPLE}(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
More...
 
void glMapVertexAttrib2fAPPLE (int index, int size, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, float[] points, int points_offset)
 Entry point to C language function: void {@native glMapVertexAttrib2fAPPLE}(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

More...
 
void glDrawBuffersATI (int n, IntBuffer bufs)
 Entry point to C language function: void {@native glDrawBuffersATI}(GLsizei n, const GLenum * bufs)
Part of GL_ATI_draw_buffers
More...
 
void glDrawBuffersATI (int n, int[] bufs, int bufs_offset)
 Entry point to C language function: void {@native glDrawBuffersATI}(GLsizei n, const GLenum * bufs)
Part of GL_ATI_draw_buffers

More...
 
void glPNTrianglesiATI (int pname, int param)
 Entry point to C language function: void {@native glPNTrianglesiATI}(GLenum pname, GLint param)
Part of GL_ATI_pn_triangles

More...
 
void glPNTrianglesfATI (int pname, float param)
 Entry point to C language function: void {@native glPNTrianglesfATI}(GLenum pname, GLfloat param)
Part of GL_ATI_pn_triangles

More...
 
void glUniformBufferEXT (int program, int location, int buffer)
 Entry point to C language function: void {@native glUniformBufferEXT}(GLuint program, GLint location, GLuint buffer)
Part of GL_EXT_bindable_uniform

More...
 
int glGetUniformBufferSizeEXT (int program, int location)
 Entry point to C language function: GLint {@native glGetUniformBufferSizeEXT}(GLuint program, GLint location)
Part of GL_EXT_bindable_uniform

More...
 
long glGetUniformOffsetEXT (int program, int location)
 Entry point to C language function: GLintptr {@native glGetUniformOffsetEXT}(GLuint program, GLint location)
Part of GL_EXT_bindable_uniform

More...
 
void glLockArraysEXT (int first, int count)
 Entry point to C language function: void {@native glLockArraysEXT}(GLint first, GLsizei count)
Part of GL_EXT_compiled_vertex_array

More...
 
void glUnlockArraysEXT ()
 Entry point to C language function: void {@native glUnlockArraysEXT}()
Part of GL_EXT_compiled_vertex_array

More...
 
void glCullParameterdvEXT (int pname, DoubleBuffer params)
 Entry point to C language function: void {@native glCullParameterdvEXT}(GLenum pname, GLdouble * params)
Part of GL_EXT_cull_vertex
More...
 
void glCullParameterdvEXT (int pname, double[] params, int params_offset)
 Entry point to C language function: void {@native glCullParameterdvEXT}(GLenum pname, GLdouble * params)
Part of GL_EXT_cull_vertex

More...
 
void glCullParameterfvEXT (int pname, FloatBuffer params)
 Entry point to C language function: void {@native glCullParameterfvEXT}(GLenum pname, GLfloat * params)
Part of GL_EXT_cull_vertex
More...
 
void glCullParameterfvEXT (int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glCullParameterfvEXT}(GLenum pname, GLfloat * params)
Part of GL_EXT_cull_vertex

More...
 
void glDepthBoundsEXT (double zmin, double zmax)
 Entry point to C language function: void {@native glDepthBoundsEXT}(GLclampd zmin, GLclampd zmax)
Part of GL_EXT_depth_bounds_test

More...
 
void glColorMaskIndexed (int index, boolean r, boolean g, boolean b, boolean a)
 Entry point to C language function: void {@native glColorMaskIndexed}(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
Part of GL_EXT_draw_buffers2
Alias for: glColorMaskIndexedEXT
More...
 
void glBufferStorageExternalEXT (int target, long offset, long size, Buffer clientBuffer, int flags)
 Entry point to C language function: void {@native glBufferStorageExternalEXT}(GLenum target, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags)
Part of GL_EXT_external_buffer
More...
 
void glNamedBufferStorageExternalEXT (int buffer, long offset, long size, Buffer clientBuffer, int flags)
 Entry point to C language function: void {@native glNamedBufferStorageExternalEXT}(GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags)
Part of GL_EXT_external_buffer
More...
 
void glBlitFramebufferLayersEXT (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter)
 Entry point to C language function: void {@native glBlitFramebufferLayersEXT}(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Part of GL_EXT_framebuffer_blit_layers

More...
 
void glBlitFramebufferLayerEXT (int srcX0, int srcY0, int srcX1, int srcY1, int srcLayer, int dstX0, int dstY0, int dstX1, int dstY1, int dstLayer, int mask, int filter)
 Entry point to C language function: void {@native glBlitFramebufferLayerEXT}(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint srcLayer, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLint dstLayer, GLbitfield mask, GLenum filter)
Part of GL_EXT_framebuffer_blit_layers

More...
 
void glProgramEnvParameters4fvEXT (int target, int index, int count, FloatBuffer params)
 Entry point to C language function: void {@native glProgramEnvParameters4fvEXT}(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
Part of GL_EXT_gpu_program_parameters
More...
 
void glProgramEnvParameters4fvEXT (int target, int index, int count, float[] params, int params_offset)
 Entry point to C language function: void {@native glProgramEnvParameters4fvEXT}(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
Part of GL_EXT_gpu_program_parameters

More...
 
void glProgramLocalParameters4fvEXT (int target, int index, int count, FloatBuffer params)
 Entry point to C language function: void {@native glProgramLocalParameters4fvEXT}(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
Part of GL_EXT_gpu_program_parameters
More...
 
void glProgramLocalParameters4fvEXT (int target, int index, int count, float[] params, int params_offset)
 Entry point to C language function: void {@native glProgramLocalParameters4fvEXT}(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
Part of GL_EXT_gpu_program_parameters

More...
 
void glIndexFuncEXT (int func, float ref)
 Entry point to C language function: void {@native glIndexFuncEXT}(GLenum func, GLclampf ref)
Part of GL_EXT_index_func

More...
 
void glIndexMaterialEXT (int face, int mode)
 Entry point to C language function: void {@native glIndexMaterialEXT}(GLenum face, GLenum mode)
Part of GL_EXT_index_material

More...
 
void glApplyTextureEXT (int mode)
 Entry point to C language function: void {@native glApplyTextureEXT}(GLenum mode)
Part of GL_EXT_light_texture

More...
 
void glTextureLightEXT (int pname)
 Entry point to C language function: void {@native glTextureLightEXT}(GLenum pname)
Part of GL_EXT_light_texture

More...
 
void glTextureMaterialEXT (int face, int mode)
 Entry point to C language function: void {@native glTextureMaterialEXT}(GLenum face, GLenum mode)
Part of GL_EXT_light_texture

More...
 
void glPixelTransformParameteriEXT (int target, int pname, int param)
 Entry point to C language function: void {@native glPixelTransformParameteriEXT}(GLenum target, GLenum pname, GLint param)
Part of GL_EXT_pixel_transform

More...
 
void glPixelTransformParameterfEXT (int target, int pname, float param)
 Entry point to C language function: void {@native glPixelTransformParameterfEXT}(GLenum target, GLenum pname, GLfloat param)
Part of GL_EXT_pixel_transform

More...
 
void glPixelTransformParameterivEXT (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glPixelTransformParameterivEXT}(GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_pixel_transform
More...
 
void glPixelTransformParameterivEXT (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glPixelTransformParameterivEXT}(GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_pixel_transform

More...
 
void glPixelTransformParameterfvEXT (int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glPixelTransformParameterfvEXT}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_pixel_transform
More...
 
void glPixelTransformParameterfvEXT (int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glPixelTransformParameterfvEXT}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_pixel_transform

More...
 
void glGetPixelTransformParameterivEXT (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetPixelTransformParameterivEXT}(GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_pixel_transform
More...
 
void glGetPixelTransformParameterivEXT (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetPixelTransformParameterivEXT}(GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_pixel_transform

More...
 
void glGetPixelTransformParameterfvEXT (int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetPixelTransformParameterfvEXT}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_pixel_transform
More...
 
void glGetPixelTransformParameterfvEXT (int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetPixelTransformParameterfvEXT}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_pixel_transform

More...
 
void glProvokingVertexEXT (int mode)
 Entry point to C language function: void {@native glProvokingVertexEXT}(GLenum mode)
Part of GL_EXT_provoking_vertex

More...
 
void glStencilClearTagEXT (int stencilTagBits, int stencilClearTag)
 Entry point to C language function: void {@native glStencilClearTagEXT}(GLsizei stencilTagBits, GLuint stencilClearTag)
Part of GL_EXT_stencil_clear_tag

More...
 
void glActiveStencilFaceEXT (int face)
 Entry point to C language function: void {@native glActiveStencilFaceEXT}(GLenum face)
Part of GL_EXT_stencil_two_side

More...
 
void glClearColorIi (int red, int green, int blue, int alpha)
 Entry point to C language function: void {@native glClearColorIi}(GLint red, GLint green, GLint blue, GLint alpha)
Part of GL_EXT_texture_integer
Alias for: glClearColorIiEXT
More...
 
void glClearColorIui (int red, int green, int blue, int alpha)
 Entry point to C language function: void {@native glClearColorIui}(GLuint red, GLuint green, GLuint blue, GLuint alpha)
Part of GL_EXT_texture_integer
Alias for: glClearColorIuiEXT
More...
 
void glTextureNormalEXT (int mode)
 Entry point to C language function: void {@native glTextureNormalEXT}(GLenum mode)
Part of GL_EXT_texture_perturb_normal

More...
 
void glGetQueryObjecti64vEXT (int id, int pname, LongBuffer params)
 Entry point to C language function: void {@native glGetQueryObjecti64vEXT}(GLuint id, GLenum pname, GLint64 * params)
Part of GL_EXT_disjoint_timer_query, GL_EXT_timer_query
More...
 
void glGetQueryObjecti64vEXT (int id, int pname, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetQueryObjecti64vEXT}(GLuint id, GLenum pname, GLint64 * params)
Part of GL_EXT_disjoint_timer_query, GL_EXT_timer_query

More...
 
void glGetQueryObjectui64vEXT (int id, int pname, LongBuffer params)
 Entry point to C language function: void {@native glGetQueryObjectui64vEXT}(GLuint id, GLenum pname, GLuint64 * params)
Part of GL_EXT_disjoint_timer_query, GL_EXT_timer_query
More...
 
void glGetQueryObjectui64vEXT (int id, int pname, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetQueryObjectui64vEXT}(GLuint id, GLenum pname, GLuint64 * params)
Part of GL_EXT_disjoint_timer_query, GL_EXT_timer_query

More...
 
void glBeginVertexShaderEXT ()
 Entry point to C language function: void {@native glBeginVertexShaderEXT}()
Part of GL_EXT_vertex_shader

More...
 
void glEndVertexShaderEXT ()
 Entry point to C language function: void {@native glEndVertexShaderEXT}()
Part of GL_EXT_vertex_shader

More...
 
void glBindVertexShaderEXT (int id)
 Entry point to C language function: void {@native glBindVertexShaderEXT}(GLuint id)
Part of GL_EXT_vertex_shader

More...
 
int glGenVertexShadersEXT (int range)
 Entry point to C language function: GLuint {@native glGenVertexShadersEXT}(GLuint range)
Part of GL_EXT_vertex_shader

More...
 
void glDeleteVertexShaderEXT (int id)
 Entry point to C language function: void {@native glDeleteVertexShaderEXT}(GLuint id)
Part of GL_EXT_vertex_shader

More...
 
void glShaderOp1EXT (int op, int res, int arg1)
 Entry point to C language function: void {@native glShaderOp1EXT}(GLenum op, GLuint res, GLuint arg1)
Part of GL_EXT_vertex_shader

More...
 
void glShaderOp2EXT (int op, int res, int arg1, int arg2)
 Entry point to C language function: void {@native glShaderOp2EXT}(GLenum op, GLuint res, GLuint arg1, GLuint arg2)
Part of GL_EXT_vertex_shader

More...
 
void glShaderOp3EXT (int op, int res, int arg1, int arg2, int arg3)
 Entry point to C language function: void {@native glShaderOp3EXT}(GLenum op, GLuint res, GLuint arg1, GLuint arg2, GLuint arg3)
Part of GL_EXT_vertex_shader

More...
 
void glSwizzleEXT (int res, int in, int outX, int outY, int outZ, int outW)
 Entry point to C language function: void {@native glSwizzleEXT}(GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW)
Part of GL_EXT_vertex_shader

More...
 
void glWriteMaskEXT (int res, int in, int outX, int outY, int outZ, int outW)
 Entry point to C language function: void {@native glWriteMaskEXT}(GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW)
Part of GL_EXT_vertex_shader

More...
 
void glInsertComponentEXT (int res, int src, int num)
 Entry point to C language function: void {@native glInsertComponentEXT}(GLuint res, GLuint src, GLuint num)
Part of GL_EXT_vertex_shader

More...
 
void glExtractComponentEXT (int res, int src, int num)
 Entry point to C language function: void {@native glExtractComponentEXT}(GLuint res, GLuint src, GLuint num)
Part of GL_EXT_vertex_shader

More...
 
int glGenSymbolsEXT (int datatype, int storagetype, int range, int components)
 Entry point to C language function: GLuint {@native glGenSymbolsEXT}(GLenum datatype, GLenum storagetype, GLenum range, GLuint components)
Part of GL_EXT_vertex_shader

More...
 
void glSetInvariantEXT (int id, int type, Buffer addr)
 Entry point to C language function: void {@native glSetInvariantEXT}(GLuint id, GLenum type, const void * addr)
Part of GL_EXT_vertex_shader
More...
 
void glSetLocalConstantEXT (int id, int type, Buffer addr)
 Entry point to C language function: void {@native glSetLocalConstantEXT}(GLuint id, GLenum type, const void * addr)
Part of GL_EXT_vertex_shader
More...
 
void glVariantbvEXT (int id, ByteBuffer addr)
 Entry point to C language function: void {@native glVariantbvEXT}(GLuint id, const GLbyte * addr)
Part of GL_EXT_vertex_shader
More...
 
void glVariantbvEXT (int id, byte[] addr, int addr_offset)
 Entry point to C language function: void {@native glVariantbvEXT}(GLuint id, const GLbyte * addr)
Part of GL_EXT_vertex_shader

More...
 
void glVariantsvEXT (int id, ShortBuffer addr)
 Entry point to C language function: void {@native glVariantsvEXT}(GLuint id, const GLshort * addr)
Part of GL_EXT_vertex_shader
More...
 
void glVariantsvEXT (int id, short[] addr, int addr_offset)
 Entry point to C language function: void {@native glVariantsvEXT}(GLuint id, const GLshort * addr)
Part of GL_EXT_vertex_shader

More...
 
void glVariantivEXT (int id, IntBuffer addr)
 Entry point to C language function: void {@native glVariantivEXT}(GLuint id, const GLint * addr)
Part of GL_EXT_vertex_shader
More...
 
void glVariantivEXT (int id, int[] addr, int addr_offset)
 Entry point to C language function: void {@native glVariantivEXT}(GLuint id, const GLint * addr)
Part of GL_EXT_vertex_shader

More...
 
void glVariantfvEXT (int id, FloatBuffer addr)
 Entry point to C language function: void {@native glVariantfvEXT}(GLuint id, const GLfloat * addr)
Part of GL_EXT_vertex_shader
More...
 
void glVariantfvEXT (int id, float[] addr, int addr_offset)
 Entry point to C language function: void {@native glVariantfvEXT}(GLuint id, const GLfloat * addr)
Part of GL_EXT_vertex_shader

More...
 
void glVariantdvEXT (int id, DoubleBuffer addr)
 Entry point to C language function: void {@native glVariantdvEXT}(GLuint id, const GLdouble * addr)
Part of GL_EXT_vertex_shader
More...
 
void glVariantdvEXT (int id, double[] addr, int addr_offset)
 Entry point to C language function: void {@native glVariantdvEXT}(GLuint id, const GLdouble * addr)
Part of GL_EXT_vertex_shader

More...
 
void glVariantubvEXT (int id, ByteBuffer addr)
 Entry point to C language function: void {@native glVariantubvEXT}(GLuint id, const GLubyte * addr)
Part of GL_EXT_vertex_shader
More...
 
void glVariantubvEXT (int id, byte[] addr, int addr_offset)
 Entry point to C language function: void {@native glVariantubvEXT}(GLuint id, const GLubyte * addr)
Part of GL_EXT_vertex_shader

More...
 
void glVariantusvEXT (int id, ShortBuffer addr)
 Entry point to C language function: void {@native glVariantusvEXT}(GLuint id, const GLushort * addr)
Part of GL_EXT_vertex_shader
More...
 
void glVariantusvEXT (int id, short[] addr, int addr_offset)
 Entry point to C language function: void {@native glVariantusvEXT}(GLuint id, const GLushort * addr)
Part of GL_EXT_vertex_shader

More...
 
void glVariantuivEXT (int id, IntBuffer addr)
 Entry point to C language function: void {@native glVariantuivEXT}(GLuint id, const GLuint * addr)
Part of GL_EXT_vertex_shader
More...
 
void glVariantuivEXT (int id, int[] addr, int addr_offset)
 Entry point to C language function: void {@native glVariantuivEXT}(GLuint id, const GLuint * addr)
Part of GL_EXT_vertex_shader

More...
 
void glVariantPointerEXT (int id, int type, int stride, Buffer addr)
 Entry point to C language function: void {@native glVariantPointerEXT}(GLuint id, GLenum type, GLuint stride, const void * addr)
Part of GL_EXT_vertex_shader
More...
 
void glVariantPointerEXT (int id, int type, int stride, long addr_buffer_offset)
 Entry point to C language function: void {@native glVariantPointerEXT}(GLuint id, GLenum type, GLuint stride, const void * addr)
Part of GL_EXT_vertex_shader

More...
 
void glEnableVariantClientStateEXT (int id)
 Entry point to C language function: void {@native glEnableVariantClientStateEXT}(GLuint id)
Part of GL_EXT_vertex_shader

More...
 
void glDisableVariantClientStateEXT (int id)
 Entry point to C language function: void {@native glDisableVariantClientStateEXT}(GLuint id)
Part of GL_EXT_vertex_shader

More...
 
int glBindLightParameterEXT (int light, int value)
 Entry point to C language function: GLuint {@native glBindLightParameterEXT}(GLenum light, GLenum value)
Part of GL_EXT_vertex_shader

More...
 
int glBindMaterialParameterEXT (int face, int value)
 Entry point to C language function: GLuint {@native glBindMaterialParameterEXT}(GLenum face, GLenum value)
Part of GL_EXT_vertex_shader

More...
 
int glBindTexGenParameterEXT (int unit, int coord, int value)
 Entry point to C language function: GLuint {@native glBindTexGenParameterEXT}(GLenum unit, GLenum coord, GLenum value)
Part of GL_EXT_vertex_shader

More...
 
int glBindTextureUnitParameterEXT (int unit, int value)
 Entry point to C language function: GLuint {@native glBindTextureUnitParameterEXT}(GLenum unit, GLenum value)
Part of GL_EXT_vertex_shader

More...
 
int glBindParameterEXT (int value)
 Entry point to C language function: GLuint {@native glBindParameterEXT}(GLenum value)
Part of GL_EXT_vertex_shader

More...
 
boolean glIsVariantEnabledEXT (int id, int cap)
 Entry point to C language function: GLboolean {@native glIsVariantEnabledEXT}(GLuint id, GLenum cap)
Part of GL_EXT_vertex_shader

More...
 
void glGetVariantBooleanvEXT (int id, int value, ByteBuffer data)
 Entry point to C language function: void {@native glGetVariantBooleanvEXT}(GLuint id, GLenum value, GLboolean * data)
Part of GL_EXT_vertex_shader
More...
 
void glGetVariantBooleanvEXT (int id, int value, byte[] data, int data_offset)
 Entry point to C language function: void {@native glGetVariantBooleanvEXT}(GLuint id, GLenum value, GLboolean * data)
Part of GL_EXT_vertex_shader

More...
 
void glGetVariantIntegervEXT (int id, int value, IntBuffer data)
 Entry point to C language function: void {@native glGetVariantIntegervEXT}(GLuint id, GLenum value, GLint * data)
Part of GL_EXT_vertex_shader
More...
 
void glGetVariantIntegervEXT (int id, int value, int[] data, int data_offset)
 Entry point to C language function: void {@native glGetVariantIntegervEXT}(GLuint id, GLenum value, GLint * data)
Part of GL_EXT_vertex_shader

More...
 
void glGetVariantFloatvEXT (int id, int value, FloatBuffer data)
 Entry point to C language function: void {@native glGetVariantFloatvEXT}(GLuint id, GLenum value, GLfloat * data)
Part of GL_EXT_vertex_shader
More...
 
void glGetVariantFloatvEXT (int id, int value, float[] data, int data_offset)
 Entry point to C language function: void {@native glGetVariantFloatvEXT}(GLuint id, GLenum value, GLfloat * data)
Part of GL_EXT_vertex_shader

More...
 
void glGetInvariantBooleanvEXT (int id, int value, ByteBuffer data)
 Entry point to C language function: void {@native glGetInvariantBooleanvEXT}(GLuint id, GLenum value, GLboolean * data)
Part of GL_EXT_vertex_shader
More...
 
void glGetInvariantBooleanvEXT (int id, int value, byte[] data, int data_offset)
 Entry point to C language function: void {@native glGetInvariantBooleanvEXT}(GLuint id, GLenum value, GLboolean * data)
Part of GL_EXT_vertex_shader

More...
 
void glGetInvariantIntegervEXT (int id, int value, IntBuffer data)
 Entry point to C language function: void {@native glGetInvariantIntegervEXT}(GLuint id, GLenum value, GLint * data)
Part of GL_EXT_vertex_shader
More...
 
void glGetInvariantIntegervEXT (int id, int value, int[] data, int data_offset)
 Entry point to C language function: void {@native glGetInvariantIntegervEXT}(GLuint id, GLenum value, GLint * data)
Part of GL_EXT_vertex_shader

More...
 
void glGetInvariantFloatvEXT (int id, int value, FloatBuffer data)
 Entry point to C language function: void {@native glGetInvariantFloatvEXT}(GLuint id, GLenum value, GLfloat * data)
Part of GL_EXT_vertex_shader
More...
 
void glGetInvariantFloatvEXT (int id, int value, float[] data, int data_offset)
 Entry point to C language function: void {@native glGetInvariantFloatvEXT}(GLuint id, GLenum value, GLfloat * data)
Part of GL_EXT_vertex_shader

More...
 
void glGetLocalConstantBooleanvEXT (int id, int value, ByteBuffer data)
 Entry point to C language function: void {@native glGetLocalConstantBooleanvEXT}(GLuint id, GLenum value, GLboolean * data)
Part of GL_EXT_vertex_shader
More...
 
void glGetLocalConstantBooleanvEXT (int id, int value, byte[] data, int data_offset)
 Entry point to C language function: void {@native glGetLocalConstantBooleanvEXT}(GLuint id, GLenum value, GLboolean * data)
Part of GL_EXT_vertex_shader

More...
 
void glGetLocalConstantIntegervEXT (int id, int value, IntBuffer data)
 Entry point to C language function: void {@native glGetLocalConstantIntegervEXT}(GLuint id, GLenum value, GLint * data)
Part of GL_EXT_vertex_shader
More...
 
void glGetLocalConstantIntegervEXT (int id, int value, int[] data, int data_offset)
 Entry point to C language function: void {@native glGetLocalConstantIntegervEXT}(GLuint id, GLenum value, GLint * data)
Part of GL_EXT_vertex_shader

More...
 
void glGetLocalConstantFloatvEXT (int id, int value, FloatBuffer data)
 Entry point to C language function: void {@native glGetLocalConstantFloatvEXT}(GLuint id, GLenum value, GLfloat * data)
Part of GL_EXT_vertex_shader
More...
 
void glGetLocalConstantFloatvEXT (int id, int value, float[] data, int data_offset)
 Entry point to C language function: void {@native glGetLocalConstantFloatvEXT}(GLuint id, GLenum value, GLfloat * data)
Part of GL_EXT_vertex_shader

More...
 
void glVertexWeightfEXT (float weight)
 Entry point to C language function: void {@native glVertexWeightfEXT}(GLfloat weight)
Part of GL_EXT_vertex_weighting

More...
 
void glVertexWeightfvEXT (FloatBuffer weight)
 Entry point to C language function: void {@native glVertexWeightfvEXT}(const GLfloat * weight)
Part of GL_EXT_vertex_weighting
More...
 
void glVertexWeightfvEXT (float[] weight, int weight_offset)
 Entry point to C language function: void {@native glVertexWeightfvEXT}(const GLfloat * weight)
Part of GL_EXT_vertex_weighting

More...
 
void glVertexWeightPointerEXT (int size, int type, int stride, Buffer pointer)
 Entry point to C language function: void {@native glVertexWeightPointerEXT}(GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_EXT_vertex_weighting
More...
 
void glVertexWeightPointerEXT (int size, int type, int stride, long pointer_buffer_offset)
 Entry point to C language function: void {@native glVertexWeightPointerEXT}(GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_EXT_vertex_weighting

More...
 
boolean glAcquireKeyedMutexWin32EXT (int memory, long key, int timeout)
 Entry point to C language function: GLboolean {@native glAcquireKeyedMutexWin32EXT}(GLuint memory, GLuint64 key, GLuint timeout)
Part of GL_EXT_win32_keyed_mutex

More...
 
boolean glReleaseKeyedMutexWin32EXT (int memory, long key)
 Entry point to C language function: GLboolean {@native glReleaseKeyedMutexWin32EXT}(GLuint memory, GLuint64 key)
Part of GL_EXT_win32_keyed_mutex

More...
 
void glFrameTerminatorGREMEDY ()
 Entry point to C language function: void {@native glFrameTerminatorGREMEDY}()
Part of GL_GREMEDY_frame_terminator

More...
 
void glStringMarkerGREMEDY (int len, Buffer string)
 Entry point to C language function: void {@native glStringMarkerGREMEDY}(GLsizei len, const void * string)
Part of GL_GREMEDY_string_marker
More...
 
void glSyncTextureINTEL (int texture)
 Entry point to C language function: void {@native glSyncTextureINTEL}(GLuint texture)
Part of GL_INTEL_map_texture

More...
 
void glUnmapTexture2DINTEL (int texture, int level)
 Entry point to C language function: void {@native glUnmapTexture2DINTEL}(GLuint texture, GLint level)
Part of GL_INTEL_map_texture

More...
 
ByteBuffer glMapTexture2DINTEL (int texture, int level, int access, IntBuffer stride, IntBuffer layout)
 Entry point to C language function: void * {@native glMapTexture2DINTEL}(GLuint texture, GLint level, GLbitfield access, GLint * stride, GLenum * layout)
Part of GL_INTEL_map_texture
More...
 
ByteBuffer glMapTexture2DINTEL (int texture, int level, int access, int[] stride, int stride_offset, int[] layout, int layout_offset)
 Entry point to C language function: void * {@native glMapTexture2DINTEL}(GLuint texture, GLint level, GLbitfield access, GLint * stride, GLenum * layout)
Part of GL_INTEL_map_texture

More...
 
void glBeginPerfQueryINTEL (int queryHandle)
 Entry point to C language function: void {@native glBeginPerfQueryINTEL}(GLuint queryHandle)
Part of GL_INTEL_performance_query

More...
 
void glCreatePerfQueryINTEL (int queryId, IntBuffer queryHandle)
 Entry point to C language function: void {@native glCreatePerfQueryINTEL}(GLuint queryId, GLuint * queryHandle)
Part of GL_INTEL_performance_query
More...
 
void glCreatePerfQueryINTEL (int queryId, int[] queryHandle, int queryHandle_offset)
 Entry point to C language function: void {@native glCreatePerfQueryINTEL}(GLuint queryId, GLuint * queryHandle)
Part of GL_INTEL_performance_query

More...
 
void glDeletePerfQueryINTEL (int queryHandle)
 Entry point to C language function: void {@native glDeletePerfQueryINTEL}(GLuint queryHandle)
Part of GL_INTEL_performance_query

More...
 
void glEndPerfQueryINTEL (int queryHandle)
 Entry point to C language function: void {@native glEndPerfQueryINTEL}(GLuint queryHandle)
Part of GL_INTEL_performance_query

More...
 
void glGetFirstPerfQueryIdINTEL (IntBuffer queryId)
 Entry point to C language function: void {@native glGetFirstPerfQueryIdINTEL}(GLuint * queryId)
Part of GL_INTEL_performance_query
More...
 
void glGetFirstPerfQueryIdINTEL (int[] queryId, int queryId_offset)
 Entry point to C language function: void {@native glGetFirstPerfQueryIdINTEL}(GLuint * queryId)
Part of GL_INTEL_performance_query

More...
 
void glGetNextPerfQueryIdINTEL (int queryId, IntBuffer nextQueryId)
 Entry point to C language function: void {@native glGetNextPerfQueryIdINTEL}(GLuint queryId, GLuint * nextQueryId)
Part of GL_INTEL_performance_query
More...
 
void glGetNextPerfQueryIdINTEL (int queryId, int[] nextQueryId, int nextQueryId_offset)
 Entry point to C language function: void {@native glGetNextPerfQueryIdINTEL}(GLuint queryId, GLuint * nextQueryId)
Part of GL_INTEL_performance_query

More...
 
void glGetPerfCounterInfoINTEL (int queryId, int counterId, int counterNameLength, ByteBuffer counterName, int counterDescLength, ByteBuffer counterDesc, IntBuffer counterOffset, IntBuffer counterDataSize, IntBuffer counterTypeEnum, IntBuffer counterDataTypeEnum, LongBuffer rawCounterMaxValue)
 Entry point to C language function: void {@native glGetPerfCounterInfoINTEL}(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
More...
 
void glGetPerfCounterInfoINTEL (int queryId, int counterId, int counterNameLength, byte[] counterName, int counterName_offset, int counterDescLength, byte[] counterDesc, int counterDesc_offset, int[] counterOffset, int counterOffset_offset, int[] counterDataSize, int counterDataSize_offset, int[] counterTypeEnum, int counterTypeEnum_offset, int[] counterDataTypeEnum, int counterDataTypeEnum_offset, long[] rawCounterMaxValue, int rawCounterMaxValue_offset)
 Entry point to C language function: void {@native glGetPerfCounterInfoINTEL}(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

More...
 
void glGetPerfQueryDataINTEL (int queryHandle, int flags, int dataSize, Buffer data, IntBuffer bytesWritten)
 Entry point to C language function: void {@native glGetPerfQueryDataINTEL}(GLuint queryHandle, GLuint flags, GLsizei dataSize, void * data, GLuint * bytesWritten)
Part of GL_INTEL_performance_query
More...
 
void glGetPerfQueryDataINTEL (int queryHandle, int flags, int dataSize, Buffer data, int[] bytesWritten, int bytesWritten_offset)
 Entry point to C language function: void {@native glGetPerfQueryDataINTEL}(GLuint queryHandle, GLuint flags, GLsizei dataSize, void * data, GLuint * bytesWritten)
Part of GL_INTEL_performance_query
More...
 
void glGetPerfQueryIdByNameINTEL (ByteBuffer queryName, IntBuffer queryId)
 Entry point to C language function: void {@native glGetPerfQueryIdByNameINTEL}(GLchar * queryName, GLuint * queryId)
Part of GL_INTEL_performance_query
More...
 
void glGetPerfQueryIdByNameINTEL (byte[] queryName, int queryName_offset, int[] queryId, int queryId_offset)
 Entry point to C language function: void {@native glGetPerfQueryIdByNameINTEL}(GLchar * queryName, GLuint * queryId)
Part of GL_INTEL_performance_query

More...
 
void glGetPerfQueryInfoINTEL (int queryId, int queryNameLength, ByteBuffer queryName, IntBuffer dataSize, IntBuffer noCounters, IntBuffer noInstances, IntBuffer capsMask)
 Entry point to C language function: void {@native glGetPerfQueryInfoINTEL}(GLuint queryId, GLuint queryNameLength, GLchar * queryName, GLuint * dataSize, GLuint * noCounters, GLuint * noInstances, GLuint * capsMask)
Part of GL_INTEL_performance_query
More...
 
void glGetPerfQueryInfoINTEL (int queryId, int queryNameLength, byte[] queryName, int queryName_offset, int[] dataSize, int dataSize_offset, int[] noCounters, int noCounters_offset, int[] noInstances, int noInstances_offset, int[] capsMask, int capsMask_offset)
 Entry point to C language function: void {@native glGetPerfQueryInfoINTEL}(GLuint queryId, GLuint queryNameLength, GLchar * queryName, GLuint * dataSize, GLuint * noCounters, GLuint * noInstances, GLuint * capsMask)
Part of GL_INTEL_performance_query

More...
 
void glBeginConditionalRenderNVX (int id)
 Entry point to C language function: void {@native glBeginConditionalRenderNVX}(GLuint id)
Part of GL_NVX_conditional_render

More...
 
void glEndConditionalRenderNVX ()
 Entry point to C language function: void {@native glEndConditionalRenderNVX}()
Part of GL_NVX_conditional_render

More...
 
void glUploadGpuMaskNVX (int mask)
 Entry point to C language function: void {@native glUploadGpuMaskNVX}(GLbitfield mask)
Part of GL_NVX_gpu_multicast2

More...
 
void glMulticastViewportArrayvNVX (int gpu, int first, int count, FloatBuffer v)
 Entry point to C language function: void {@native glMulticastViewportArrayvNVX}(GLuint gpu, GLuint first, GLsizei count, const GLfloat * v)
Part of GL_NVX_gpu_multicast2
More...
 
void glMulticastViewportArrayvNVX (int gpu, int first, int count, float[] v, int v_offset)
 Entry point to C language function: void {@native glMulticastViewportArrayvNVX}(GLuint gpu, GLuint first, GLsizei count, const GLfloat * v)
Part of GL_NVX_gpu_multicast2

More...
 
void glMulticastViewportPositionWScaleNVX (int gpu, int index, float xcoeff, float ycoeff)
 Entry point to C language function: void {@native glMulticastViewportPositionWScaleNVX}(GLuint gpu, GLuint index, GLfloat xcoeff, GLfloat ycoeff)
Part of GL_NVX_gpu_multicast2

More...
 
void glMulticastScissorArrayvNVX (int gpu, int first, int count, IntBuffer v)
 Entry point to C language function: void {@native glMulticastScissorArrayvNVX}(GLuint gpu, GLuint first, GLsizei count, const GLint * v)
Part of GL_NVX_gpu_multicast2
More...
 
void glMulticastScissorArrayvNVX (int gpu, int first, int count, int[] v, int v_offset)
 Entry point to C language function: void {@native glMulticastScissorArrayvNVX}(GLuint gpu, GLuint first, GLsizei count, const GLint * v)
Part of GL_NVX_gpu_multicast2

More...
 
int glAsyncCopyBufferSubDataNVX (int waitSemaphoreCount, IntBuffer waitSemaphoreArray, LongBuffer fenceValueArray, int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size, int signalSemaphoreCount, IntBuffer signalSemaphoreArray, LongBuffer signalValueArray)
 Entry point to C language function: GLuint {@native glAsyncCopyBufferSubDataNVX}(GLsizei waitSemaphoreCount, const GLuint * waitSemaphoreArray, const GLuint64 * fenceValueArray, GLuint readGpu, GLbitfield writeGpuMask, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size, GLsizei signalSemaphoreCount, const GLuint * signalSemaphoreArray, const GLuint64 * signalValueArray)
Part of GL_NVX_gpu_multicast2
More...
 
int glAsyncCopyBufferSubDataNVX (int waitSemaphoreCount, int[] waitSemaphoreArray, int waitSemaphoreArray_offset, long[] fenceValueArray, int fenceValueArray_offset, int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size, int signalSemaphoreCount, int[] signalSemaphoreArray, int signalSemaphoreArray_offset, long[] signalValueArray, int signalValueArray_offset)
 Entry point to C language function: GLuint {@native glAsyncCopyBufferSubDataNVX}(GLsizei waitSemaphoreCount, const GLuint * waitSemaphoreArray, const GLuint64 * fenceValueArray, GLuint readGpu, GLbitfield writeGpuMask, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size, GLsizei signalSemaphoreCount, const GLuint * signalSemaphoreArray, const GLuint64 * signalValueArray)
Part of GL_NVX_gpu_multicast2

More...
 
int glAsyncCopyImageSubDataNVX (int waitSemaphoreCount, IntBuffer waitSemaphoreArray, LongBuffer waitValueArray, int srcGpu, int dstGpuMask, int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth, int signalSemaphoreCount, IntBuffer signalSemaphoreArray, LongBuffer signalValueArray)
 Entry point to C language function: GLuint {@native glAsyncCopyImageSubDataNVX}(GLsizei waitSemaphoreCount, const GLuint * waitSemaphoreArray, const GLuint64 * waitValueArray, GLuint srcGpu, GLbitfield dstGpuMask, 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, GLsizei signalSemaphoreCount, const GLuint * signalSemaphoreArray, const GLuint64 * signalValueArray)
Part of GL_NVX_gpu_multicast2
More...
 
int glAsyncCopyImageSubDataNVX (int waitSemaphoreCount, int[] waitSemaphoreArray, int waitSemaphoreArray_offset, long[] waitValueArray, int waitValueArray_offset, int srcGpu, int dstGpuMask, int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth, int signalSemaphoreCount, int[] signalSemaphoreArray, int signalSemaphoreArray_offset, long[] signalValueArray, int signalValueArray_offset)
 Entry point to C language function: GLuint {@native glAsyncCopyImageSubDataNVX}(GLsizei waitSemaphoreCount, const GLuint * waitSemaphoreArray, const GLuint64 * waitValueArray, GLuint srcGpu, GLbitfield dstGpuMask, 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, GLsizei signalSemaphoreCount, const GLuint * signalSemaphoreArray, const GLuint64 * signalValueArray)
Part of GL_NVX_gpu_multicast2

More...
 
void glLGPUNamedBufferSubDataNVX (int gpuMask, int buffer, long offset, long size, Buffer data)
 Entry point to C language function: void {@native glLGPUNamedBufferSubDataNVX}(GLbitfield gpuMask, GLuint buffer, GLintptr offset, GLsizeiptr size, const void * data)
Part of GL_NVX_linked_gpu_multicast
More...
 
void glLGPUCopyImageSubDataNVX (int sourceGpu, int destinationGpuMask, int srcName, int srcTarget, int srcLevel, int srcX, int srxY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int width, int height, int depth)
 Entry point to C language function: void {@native glLGPUCopyImageSubDataNVX}(GLuint sourceGpu, GLbitfield destinationGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srxY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)
Part of GL_NVX_linked_gpu_multicast

More...
 
void glLGPUInterlockNVX ()
 Entry point to C language function: void {@native glLGPUInterlockNVX}()
Part of GL_NVX_linked_gpu_multicast

More...
 
int glCreateProgressFenceNVX ()
 Entry point to C language function: GLuint {@native glCreateProgressFenceNVX}()
Part of GL_NVX_progress_fence

More...
 
void glSignalSemaphoreui64NVX (int signalGpu, int fenceObjectCount, IntBuffer semaphoreArray, LongBuffer fenceValueArray)
 Entry point to C language function: void {@native glSignalSemaphoreui64NVX}(GLuint signalGpu, GLsizei fenceObjectCount, const GLuint * semaphoreArray, const GLuint64 * fenceValueArray)
Part of GL_NVX_progress_fence
More...
 
void glSignalSemaphoreui64NVX (int signalGpu, int fenceObjectCount, int[] semaphoreArray, int semaphoreArray_offset, long[] fenceValueArray, int fenceValueArray_offset)
 Entry point to C language function: void {@native glSignalSemaphoreui64NVX}(GLuint signalGpu, GLsizei fenceObjectCount, const GLuint * semaphoreArray, const GLuint64 * fenceValueArray)
Part of GL_NVX_progress_fence

More...
 
void glWaitSemaphoreui64NVX (int waitGpu, int fenceObjectCount, IntBuffer semaphoreArray, LongBuffer fenceValueArray)
 Entry point to C language function: void {@native glWaitSemaphoreui64NVX}(GLuint waitGpu, GLsizei fenceObjectCount, const GLuint * semaphoreArray, const GLuint64 * fenceValueArray)
Part of GL_NVX_progress_fence
More...
 
void glWaitSemaphoreui64NVX (int waitGpu, int fenceObjectCount, int[] semaphoreArray, int semaphoreArray_offset, long[] fenceValueArray, int fenceValueArray_offset)
 Entry point to C language function: void {@native glWaitSemaphoreui64NVX}(GLuint waitGpu, GLsizei fenceObjectCount, const GLuint * semaphoreArray, const GLuint64 * fenceValueArray)
Part of GL_NVX_progress_fence

More...
 
void glClientWaitSemaphoreui64NVX (int fenceObjectCount, IntBuffer semaphoreArray, LongBuffer fenceValueArray)
 Entry point to C language function: void {@native glClientWaitSemaphoreui64NVX}(GLsizei fenceObjectCount, const GLuint * semaphoreArray, const GLuint64 * fenceValueArray)
Part of GL_NVX_progress_fence
More...
 
void glClientWaitSemaphoreui64NVX (int fenceObjectCount, int[] semaphoreArray, int semaphoreArray_offset, long[] fenceValueArray, int fenceValueArray_offset)
 Entry point to C language function: void {@native glClientWaitSemaphoreui64NVX}(GLsizei fenceObjectCount, const GLuint * semaphoreArray, const GLuint64 * fenceValueArray)
Part of GL_NVX_progress_fence

More...
 
void glAlphaToCoverageDitherControlNV (int mode)
 Entry point to C language function: void {@native glAlphaToCoverageDitherControlNV}(GLenum mode)
Part of GL_NV_alpha_to_coverage_dither_control

More...
 
void glMultiDrawArraysIndirectBindlessNV (int mode, Buffer indirect, int drawCount, int stride, int vertexBufferCount)
 Entry point to C language function: void {@native glMultiDrawArraysIndirectBindlessNV}(GLenum mode, const void * indirect, GLsizei drawCount, GLsizei stride, GLint vertexBufferCount)
Part of GL_NV_bindless_multi_draw_indirect
More...
 
void glMultiDrawElementsIndirectBindlessNV (int mode, int type, Buffer indirect, int drawCount, int stride, int vertexBufferCount)
 Entry point to C language function: void {@native glMultiDrawElementsIndirectBindlessNV}(GLenum mode, GLenum type, const void * indirect, GLsizei drawCount, GLsizei stride, GLint vertexBufferCount)
Part of GL_NV_bindless_multi_draw_indirect
More...
 
void glMultiDrawArraysIndirectBindlessCountNV (int mode, Buffer indirect, int drawCount, int maxDrawCount, int stride, int vertexBufferCount)
 Entry point to C language function: void {@native glMultiDrawArraysIndirectBindlessCountNV}(GLenum mode, const void * indirect, GLsizei drawCount, GLsizei maxDrawCount, GLsizei stride, GLint vertexBufferCount)
Part of GL_NV_bindless_multi_draw_indirect_count
More...
 
void glMultiDrawElementsIndirectBindlessCountNV (int mode, int type, Buffer indirect, int drawCount, int maxDrawCount, int stride, int vertexBufferCount)
 Entry point to C language function: void {@native glMultiDrawElementsIndirectBindlessCountNV}(GLenum mode, GLenum type, const void * indirect, GLsizei drawCount, GLsizei maxDrawCount, GLsizei stride, GLint vertexBufferCount)
Part of GL_NV_bindless_multi_draw_indirect_count
More...
 
void glCreateStatesNV (int n, IntBuffer states)
 Entry point to C language function: void {@native glCreateStatesNV}(GLsizei n, GLuint * states)
Part of GL_NV_command_list
More...
 
void glCreateStatesNV (int n, int[] states, int states_offset)
 Entry point to C language function: void {@native glCreateStatesNV}(GLsizei n, GLuint * states)
Part of GL_NV_command_list

More...
 
void glDeleteStatesNV (int n, IntBuffer states)
 Entry point to C language function: void {@native glDeleteStatesNV}(GLsizei n, const GLuint * states)
Part of GL_NV_command_list
More...
 
void glDeleteStatesNV (int n, int[] states, int states_offset)
 Entry point to C language function: void {@native glDeleteStatesNV}(GLsizei n, const GLuint * states)
Part of GL_NV_command_list

More...
 
boolean glIsStateNV (int state)
 Entry point to C language function: GLboolean {@native glIsStateNV}(GLuint state)
Part of GL_NV_command_list

More...
 
void glStateCaptureNV (int state, int mode)
 Entry point to C language function: void {@native glStateCaptureNV}(GLuint state, GLenum mode)
Part of GL_NV_command_list

More...
 
int glGetCommandHeaderNV (int tokenID, int size)
 Entry point to C language function: GLuint {@native glGetCommandHeaderNV}(GLenum tokenID, GLuint size)
Part of GL_NV_command_list

More...
 
short glGetStageIndexNV (int shadertype)
 Entry point to C language function: GLushort {@native glGetStageIndexNV}(GLenum shadertype)
Part of GL_NV_command_list

More...
 
void glDrawCommandsNV (int primitiveMode, int buffer, PointerBuffer indirects, IntBuffer sizes, int count)
 Entry point to C language function: void {@native glDrawCommandsNV}(GLenum primitiveMode, GLuint buffer, const GLintptr * indirects, const GLsizei * sizes, GLuint count)
Part of GL_NV_command_list
More...
 
void glDrawCommandsNV (int primitiveMode, int buffer, PointerBuffer indirects, int[] sizes, int sizes_offset, int count)
 Entry point to C language function: void {@native glDrawCommandsNV}(GLenum primitiveMode, GLuint buffer, const GLintptr * indirects, const GLsizei * sizes, GLuint count)
Part of GL_NV_command_list
More...
 
void glDrawCommandsAddressNV (int primitiveMode, LongBuffer indirects, IntBuffer sizes, int count)
 Entry point to C language function: void {@native glDrawCommandsAddressNV}(GLenum primitiveMode, const GLuint64 * indirects, const GLsizei * sizes, GLuint count)
Part of GL_NV_command_list
More...
 
void glDrawCommandsAddressNV (int primitiveMode, long[] indirects, int indirects_offset, int[] sizes, int sizes_offset, int count)
 Entry point to C language function: void {@native glDrawCommandsAddressNV}(GLenum primitiveMode, const GLuint64 * indirects, const GLsizei * sizes, GLuint count)
Part of GL_NV_command_list

More...
 
void glDrawCommandsStatesNV (int buffer, PointerBuffer indirects, IntBuffer sizes, IntBuffer states, IntBuffer fbos, int count)
 Entry point to C language function: void {@native glDrawCommandsStatesNV}(GLuint buffer, const GLintptr * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
Part of GL_NV_command_list
More...
 
void glDrawCommandsStatesNV (int buffer, PointerBuffer indirects, int[] sizes, int sizes_offset, int[] states, int states_offset, int[] fbos, int fbos_offset, int count)
 Entry point to C language function: void {@native glDrawCommandsStatesNV}(GLuint buffer, const GLintptr * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
Part of GL_NV_command_list
More...
 
void glDrawCommandsStatesAddressNV (LongBuffer indirects, IntBuffer sizes, IntBuffer states, IntBuffer fbos, int count)
 Entry point to C language function: void {@native glDrawCommandsStatesAddressNV}(const GLuint64 * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
Part of GL_NV_command_list
More...
 
void glDrawCommandsStatesAddressNV (long[] indirects, int indirects_offset, int[] sizes, int sizes_offset, int[] states, int states_offset, int[] fbos, int fbos_offset, int count)
 Entry point to C language function: void {@native glDrawCommandsStatesAddressNV}(const GLuint64 * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
Part of GL_NV_command_list

More...
 
void glCreateCommandListsNV (int n, IntBuffer lists)
 Entry point to C language function: void {@native glCreateCommandListsNV}(GLsizei n, GLuint * lists)
Part of GL_NV_command_list
More...
 
void glCreateCommandListsNV (int n, int[] lists, int lists_offset)
 Entry point to C language function: void {@native glCreateCommandListsNV}(GLsizei n, GLuint * lists)
Part of GL_NV_command_list

More...
 
void glDeleteCommandListsNV (int n, IntBuffer lists)
 Entry point to C language function: void {@native glDeleteCommandListsNV}(GLsizei n, const GLuint * lists)
Part of GL_NV_command_list
More...
 
void glDeleteCommandListsNV (int n, int[] lists, int lists_offset)
 Entry point to C language function: void {@native glDeleteCommandListsNV}(GLsizei n, const GLuint * lists)
Part of GL_NV_command_list

More...
 
boolean glIsCommandListNV (int list)
 Entry point to C language function: GLboolean {@native glIsCommandListNV}(GLuint list)
Part of GL_NV_command_list

More...
 
void glListDrawCommandsStatesClientNV (int list, int segment, PointerBuffer indirects, IntBuffer sizes, IntBuffer states, IntBuffer fbos, int count)
 Entry point to C language function: void {@native glListDrawCommandsStatesClientNV}(GLuint list, GLuint segment, const void * * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
Part of GL_NV_command_list
More...
 
void glListDrawCommandsStatesClientNV (int list, int segment, PointerBuffer indirects, int[] sizes, int sizes_offset, int[] states, int states_offset, int[] fbos, int fbos_offset, int count)
 Entry point to C language function: void {@native glListDrawCommandsStatesClientNV}(GLuint list, GLuint segment, const void * * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
Part of GL_NV_command_list
More...
 
void glCommandListSegmentsNV (int list, int segments)
 Entry point to C language function: void {@native glCommandListSegmentsNV}(GLuint list, GLuint segments)
Part of GL_NV_command_list

More...
 
void glCompileCommandListNV (int list)
 Entry point to C language function: void {@native glCompileCommandListNV}(GLuint list)
Part of GL_NV_command_list

More...
 
void glCallCommandListNV (int list)
 Entry point to C language function: void {@native glCallCommandListNV}(GLuint list)
Part of GL_NV_command_list

More...
 
void glConservativeRasterParameterfNV (int pname, float value)
 Entry point to C language function: void {@native glConservativeRasterParameterfNV}(GLenum pname, GLfloat value)
Part of GL_NV_conservative_raster_dilate

More...
 
void glCopyImageSubDataNV (int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int width, int height, int depth)
 Entry point to C language function: void {@native glCopyImageSubDataNV}(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

More...
 
void glDrawTextureNV (int texture, int sampler, float x0, float y0, float x1, float y1, float z, float s0, float t0, float s1, float t1)
 Entry point to C language function: void {@native glDrawTextureNV}(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

More...
 
void glMapControlPointsNV (int target, int index, int type, int ustride, int vstride, int uorder, int vorder, boolean packed, Buffer points)
 Entry point to C language function: void {@native glMapControlPointsNV}(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed, const void * points)
Part of GL_NV_evaluators
More...
 
void glMapParameterivNV (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glMapParameterivNV}(GLenum target, GLenum pname, const GLint * params)
Part of GL_NV_evaluators
More...
 
void glMapParameterivNV (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glMapParameterivNV}(GLenum target, GLenum pname, const GLint * params)
Part of GL_NV_evaluators

More...
 
void glMapParameterfvNV (int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glMapParameterfvNV}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_NV_evaluators
More...
 
void glMapParameterfvNV (int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glMapParameterfvNV}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_NV_evaluators

More...
 
void glGetMapControlPointsNV (int target, int index, int type, int ustride, int vstride, boolean packed, Buffer points)
 Entry point to C language function: void {@native glGetMapControlPointsNV}(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, void * points)
Part of GL_NV_evaluators
More...
 
void glGetMapParameterivNV (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetMapParameterivNV}(GLenum target, GLenum pname, GLint * params)
Part of GL_NV_evaluators
More...
 
void glGetMapParameterivNV (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetMapParameterivNV}(GLenum target, GLenum pname, GLint * params)
Part of GL_NV_evaluators

More...
 
void glGetMapParameterfvNV (int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetMapParameterfvNV}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_NV_evaluators
More...
 
void glGetMapParameterfvNV (int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetMapParameterfvNV}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_NV_evaluators

More...
 
void glGetMapAttribParameterivNV (int target, int index, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetMapAttribParameterivNV}(GLenum target, GLuint index, GLenum pname, GLint * params)
Part of GL_NV_evaluators
More...
 
void glGetMapAttribParameterivNV (int target, int index, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetMapAttribParameterivNV}(GLenum target, GLuint index, GLenum pname, GLint * params)
Part of GL_NV_evaluators

More...
 
void glGetMapAttribParameterfvNV (int target, int index, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetMapAttribParameterfvNV}(GLenum target, GLuint index, GLenum pname, GLfloat * params)
Part of GL_NV_evaluators
More...
 
void glGetMapAttribParameterfvNV (int target, int index, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetMapAttribParameterfvNV}(GLenum target, GLuint index, GLenum pname, GLfloat * params)
Part of GL_NV_evaluators

More...
 
void glEvalMapsNV (int target, int mode)
 Entry point to C language function: void {@native glEvalMapsNV}(GLenum target, GLenum mode)
Part of GL_NV_evaluators

More...
 
void glGetMultisamplefvNV (int pname, int index, FloatBuffer val)
 Entry point to C language function: void {@native glGetMultisamplefvNV}(GLenum pname, GLuint index, GLfloat * val)
Part of GL_NV_explicit_multisample
More...
 
void glGetMultisamplefvNV (int pname, int index, float[] val, int val_offset)
 Entry point to C language function: void {@native glGetMultisamplefvNV}(GLenum pname, GLuint index, GLfloat * val)
Part of GL_NV_explicit_multisample

More...
 
void glSampleMaskIndexedNV (int index, int mask)
 Entry point to C language function: void {@native glSampleMaskIndexedNV}(GLuint index, GLbitfield mask)
Part of GL_NV_explicit_multisample

More...
 
void glTexRenderbufferNV (int target, int renderbuffer)
 Entry point to C language function: void {@native glTexRenderbufferNV}(GLenum target, GLuint renderbuffer)
Part of GL_NV_explicit_multisample

More...
 
void glRenderbufferStorageMultisampleCoverageNV (int target, int coverageSamples, int colorSamples, int internalformat, int width, int height)
 Entry point to C language function: void {@native glRenderbufferStorageMultisampleCoverageNV}(GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_NV_framebuffer_multisample_coverage

More...
 
void glProgramVertexLimitNV (int target, int limit)
 Entry point to C language function: void {@native glProgramVertexLimitNV}(GLenum target, GLint limit)
Part of GL_NV_geometry_program4

More...
 
void glFramebufferTextureFaceEXT (int target, int attachment, int texture, int level, int face)
 Entry point to C language function: void {@native glFramebufferTextureFaceEXT}(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
Part of GL_NV_geometry_program4

More...
 
void glRenderGpuMaskNV (int mask)
 Entry point to C language function: void {@native glRenderGpuMaskNV}(GLbitfield mask)
Part of GL_NV_gpu_multicast

More...
 
void glMulticastBufferSubDataNV (int gpuMask, int buffer, long offset, long size, Buffer data)
 Entry point to C language function: void {@native glMulticastBufferSubDataNV}(GLbitfield gpuMask, GLuint buffer, GLintptr offset, GLsizeiptr size, const void * data)
Part of GL_NV_gpu_multicast
More...
 
void glMulticastCopyBufferSubDataNV (int readGpu, int writeGpuMask, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size)
 Entry point to C language function: void {@native glMulticastCopyBufferSubDataNV}(GLuint readGpu, GLbitfield writeGpuMask, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Part of GL_NV_gpu_multicast

More...
 
void glMulticastCopyImageSubDataNV (int srcGpu, int dstGpuMask, int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth)
 Entry point to C language function: void {@native glMulticastCopyImageSubDataNV}(GLuint srcGpu, GLbitfield dstGpuMask, 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_NV_gpu_multicast

More...
 
void glMulticastBlitFramebufferNV (int srcGpu, int dstGpu, int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter)
 Entry point to C language function: void {@native glMulticastBlitFramebufferNV}(GLuint srcGpu, GLuint dstGpu, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Part of GL_NV_gpu_multicast

More...
 
void glMulticastFramebufferSampleLocationsfvNV (int gpu, int framebuffer, int start, int count, FloatBuffer v)
 Entry point to C language function: void {@native glMulticastFramebufferSampleLocationsfvNV}(GLuint gpu, GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_NV_gpu_multicast
More...
 
void glMulticastFramebufferSampleLocationsfvNV (int gpu, int framebuffer, int start, int count, float[] v, int v_offset)
 Entry point to C language function: void {@native glMulticastFramebufferSampleLocationsfvNV}(GLuint gpu, GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_NV_gpu_multicast

More...
 
void glMulticastBarrierNV ()
 Entry point to C language function: void {@native glMulticastBarrierNV}()
Part of GL_NV_gpu_multicast

More...
 
void glMulticastWaitSyncNV (int signalGpu, int waitGpuMask)
 Entry point to C language function: void {@native glMulticastWaitSyncNV}(GLuint signalGpu, GLbitfield waitGpuMask)
Part of GL_NV_gpu_multicast

More...
 
void glMulticastGetQueryObjectivNV (int gpu, int id, int pname, IntBuffer params)
 Entry point to C language function: void {@native glMulticastGetQueryObjectivNV}(GLuint gpu, GLuint id, GLenum pname, GLint * params)
Part of GL_NV_gpu_multicast
More...
 
void glMulticastGetQueryObjectivNV (int gpu, int id, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glMulticastGetQueryObjectivNV}(GLuint gpu, GLuint id, GLenum pname, GLint * params)
Part of GL_NV_gpu_multicast

More...
 
void glMulticastGetQueryObjectuivNV (int gpu, int id, int pname, IntBuffer params)
 Entry point to C language function: void {@native glMulticastGetQueryObjectuivNV}(GLuint gpu, GLuint id, GLenum pname, GLuint * params)
Part of GL_NV_gpu_multicast
More...
 
void glMulticastGetQueryObjectuivNV (int gpu, int id, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glMulticastGetQueryObjectuivNV}(GLuint gpu, GLuint id, GLenum pname, GLuint * params)
Part of GL_NV_gpu_multicast

More...
 
void glMulticastGetQueryObjecti64vNV (int gpu, int id, int pname, LongBuffer params)
 Entry point to C language function: void {@native glMulticastGetQueryObjecti64vNV}(GLuint gpu, GLuint id, GLenum pname, GLint64 * params)
Part of GL_NV_gpu_multicast
More...
 
void glMulticastGetQueryObjecti64vNV (int gpu, int id, int pname, long[] params, int params_offset)
 Entry point to C language function: void {@native glMulticastGetQueryObjecti64vNV}(GLuint gpu, GLuint id, GLenum pname, GLint64 * params)
Part of GL_NV_gpu_multicast

More...
 
void glMulticastGetQueryObjectui64vNV (int gpu, int id, int pname, LongBuffer params)
 Entry point to C language function: void {@native glMulticastGetQueryObjectui64vNV}(GLuint gpu, GLuint id, GLenum pname, GLuint64 * params)
Part of GL_NV_gpu_multicast
More...
 
void glMulticastGetQueryObjectui64vNV (int gpu, int id, int pname, long[] params, int params_offset)
 Entry point to C language function: void {@native glMulticastGetQueryObjectui64vNV}(GLuint gpu, GLuint id, GLenum pname, GLuint64 * params)
Part of GL_NV_gpu_multicast

More...
 
void glProgramLocalParameterI4iNV (int target, int index, int x, int y, int z, int w)
 Entry point to C language function: void {@native glProgramLocalParameterI4iNV}(GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
Part of GL_NV_gpu_program4

More...
 
void glProgramLocalParameterI4ivNV (int target, int index, IntBuffer params)
 Entry point to C language function: void {@native glProgramLocalParameterI4ivNV}(GLenum target, GLuint index, const GLint * params)
Part of GL_NV_gpu_program4
More...
 
void glProgramLocalParameterI4ivNV (int target, int index, int[] params, int params_offset)
 Entry point to C language function: void {@native glProgramLocalParameterI4ivNV}(GLenum target, GLuint index, const GLint * params)
Part of GL_NV_gpu_program4

More...
 
void glProgramLocalParametersI4ivNV (int target, int index, int count, IntBuffer params)
 Entry point to C language function: void {@native glProgramLocalParametersI4ivNV}(GLenum target, GLuint index, GLsizei count, const GLint * params)
Part of GL_NV_gpu_program4
More...
 
void glProgramLocalParametersI4ivNV (int target, int index, int count, int[] params, int params_offset)
 Entry point to C language function: void {@native glProgramLocalParametersI4ivNV}(GLenum target, GLuint index, GLsizei count, const GLint * params)
Part of GL_NV_gpu_program4

More...
 
void glProgramLocalParameterI4uiNV (int target, int index, int x, int y, int z, int w)
 Entry point to C language function: void {@native glProgramLocalParameterI4uiNV}(GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Part of GL_NV_gpu_program4

More...
 
void glProgramLocalParameterI4uivNV (int target, int index, IntBuffer params)
 Entry point to C language function: void {@native glProgramLocalParameterI4uivNV}(GLenum target, GLuint index, const GLuint * params)
Part of GL_NV_gpu_program4
More...
 
void glProgramLocalParameterI4uivNV (int target, int index, int[] params, int params_offset)
 Entry point to C language function: void {@native glProgramLocalParameterI4uivNV}(GLenum target, GLuint index, const GLuint * params)
Part of GL_NV_gpu_program4

More...
 
void glProgramLocalParametersI4uivNV (int target, int index, int count, IntBuffer params)
 Entry point to C language function: void {@native glProgramLocalParametersI4uivNV}(GLenum target, GLuint index, GLsizei count, const GLuint * params)
Part of GL_NV_gpu_program4
More...
 
void glProgramLocalParametersI4uivNV (int target, int index, int count, int[] params, int params_offset)
 Entry point to C language function: void {@native glProgramLocalParametersI4uivNV}(GLenum target, GLuint index, GLsizei count, const GLuint * params)
Part of GL_NV_gpu_program4

More...
 
void glProgramEnvParameterI4iNV (int target, int index, int x, int y, int z, int w)
 Entry point to C language function: void {@native glProgramEnvParameterI4iNV}(GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
Part of GL_NV_gpu_program4

More...
 
void glProgramEnvParameterI4ivNV (int target, int index, IntBuffer params)
 Entry point to C language function: void {@native glProgramEnvParameterI4ivNV}(GLenum target, GLuint index, const GLint * params)
Part of GL_NV_gpu_program4
More...
 
void glProgramEnvParameterI4ivNV (int target, int index, int[] params, int params_offset)
 Entry point to C language function: void {@native glProgramEnvParameterI4ivNV}(GLenum target, GLuint index, const GLint * params)
Part of GL_NV_gpu_program4

More...
 
void glProgramEnvParametersI4ivNV (int target, int index, int count, IntBuffer params)
 Entry point to C language function: void {@native glProgramEnvParametersI4ivNV}(GLenum target, GLuint index, GLsizei count, const GLint * params)
Part of GL_NV_gpu_program4
More...
 
void glProgramEnvParametersI4ivNV (int target, int index, int count, int[] params, int params_offset)
 Entry point to C language function: void {@native glProgramEnvParametersI4ivNV}(GLenum target, GLuint index, GLsizei count, const GLint * params)
Part of GL_NV_gpu_program4

More...
 
void glProgramEnvParameterI4uiNV (int target, int index, int x, int y, int z, int w)
 Entry point to C language function: void {@native glProgramEnvParameterI4uiNV}(GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Part of GL_NV_gpu_program4

More...
 
void glProgramEnvParameterI4uivNV (int target, int index, IntBuffer params)
 Entry point to C language function: void {@native glProgramEnvParameterI4uivNV}(GLenum target, GLuint index, const GLuint * params)
Part of GL_NV_gpu_program4
More...
 
void glProgramEnvParameterI4uivNV (int target, int index, int[] params, int params_offset)
 Entry point to C language function: void {@native glProgramEnvParameterI4uivNV}(GLenum target, GLuint index, const GLuint * params)
Part of GL_NV_gpu_program4

More...
 
void glProgramEnvParametersI4uivNV (int target, int index, int count, IntBuffer params)
 Entry point to C language function: void {@native glProgramEnvParametersI4uivNV}(GLenum target, GLuint index, GLsizei count, const GLuint * params)
Part of GL_NV_gpu_program4
More...
 
void glProgramEnvParametersI4uivNV (int target, int index, int count, int[] params, int params_offset)
 Entry point to C language function: void {@native glProgramEnvParametersI4uivNV}(GLenum target, GLuint index, GLsizei count, const GLuint * params)
Part of GL_NV_gpu_program4

More...
 
void glGetProgramLocalParameterIivNV (int target, int index, IntBuffer params)
 Entry point to C language function: void {@native glGetProgramLocalParameterIivNV}(GLenum target, GLuint index, GLint * params)
Part of GL_NV_gpu_program4
More...
 
void glGetProgramLocalParameterIivNV (int target, int index, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetProgramLocalParameterIivNV}(GLenum target, GLuint index, GLint * params)
Part of GL_NV_gpu_program4

More...
 
void glGetProgramLocalParameterIuivNV (int target, int index, IntBuffer params)
 Entry point to C language function: void {@native glGetProgramLocalParameterIuivNV}(GLenum target, GLuint index, GLuint * params)
Part of GL_NV_gpu_program4
More...
 
void glGetProgramLocalParameterIuivNV (int target, int index, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetProgramLocalParameterIuivNV}(GLenum target, GLuint index, GLuint * params)
Part of GL_NV_gpu_program4

More...
 
void glGetProgramEnvParameterIivNV (int target, int index, IntBuffer params)
 Entry point to C language function: void {@native glGetProgramEnvParameterIivNV}(GLenum target, GLuint index, GLint * params)
Part of GL_NV_gpu_program4
More...
 
void glGetProgramEnvParameterIivNV (int target, int index, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetProgramEnvParameterIivNV}(GLenum target, GLuint index, GLint * params)
Part of GL_NV_gpu_program4

More...
 
void glGetProgramEnvParameterIuivNV (int target, int index, IntBuffer params)
 Entry point to C language function: void {@native glGetProgramEnvParameterIuivNV}(GLenum target, GLuint index, GLuint * params)
Part of GL_NV_gpu_program4
More...
 
void glGetProgramEnvParameterIuivNV (int target, int index, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetProgramEnvParameterIuivNV}(GLenum target, GLuint index, GLuint * params)
Part of GL_NV_gpu_program4

More...
 
void glProgramSubroutineParametersuivNV (int target, int count, IntBuffer params)
 Entry point to C language function: void {@native glProgramSubroutineParametersuivNV}(GLenum target, GLsizei count, const GLuint * params)
Part of GL_NV_gpu_program5
More...
 
void glProgramSubroutineParametersuivNV (int target, int count, int[] params, int params_offset)
 Entry point to C language function: void {@native glProgramSubroutineParametersuivNV}(GLenum target, GLsizei count, const GLuint * params)
Part of GL_NV_gpu_program5

More...
 
void glGetProgramSubroutineParameteruivNV (int target, int index, IntBuffer param)
 Entry point to C language function: void {@native glGetProgramSubroutineParameteruivNV}(GLenum target, GLuint index, GLuint * param)
Part of GL_NV_gpu_program5
More...
 
void glGetProgramSubroutineParameteruivNV (int target, int index, int[] param, int param_offset)
 Entry point to C language function: void {@native glGetProgramSubroutineParameteruivNV}(GLenum target, GLuint index, GLuint * param)
Part of GL_NV_gpu_program5

More...
 
void glVertex2h (short x, short y)
 Entry point to C language function: void {@native glVertex2h}(GLhalfNV x, GLhalfNV y)
Part of GL_NV_half_float
Alias for: glVertex2hNV
More...
 
void glVertex2hv (ShortBuffer v)
 Entry point to C language function: void {@native glVertex2hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertex2hvNV More...
 
void glVertex2hv (short[] v, int v_offset)
 Entry point to C language function: void {@native glVertex2hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertex2hvNV
More...
 
void glVertex3h (short x, short y, short z)
 Entry point to C language function: void {@native glVertex3h}(GLhalfNV x, GLhalfNV y, GLhalfNV z)
Part of GL_NV_half_float
Alias for: glVertex3hNV
More...
 
void glVertex3hv (ShortBuffer v)
 Entry point to C language function: void {@native glVertex3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertex3hvNV More...
 
void glVertex3hv (short[] v, int v_offset)
 Entry point to C language function: void {@native glVertex3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertex3hvNV
More...
 
void glVertex4h (short x, short y, short z, short w)
 Entry point to C language function: void {@native glVertex4h}(GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w)
Part of GL_NV_half_float
Alias for: glVertex4hNV
More...
 
void glVertex4hv (ShortBuffer v)
 Entry point to C language function: void {@native glVertex4hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertex4hvNV More...
 
void glVertex4hv (short[] v, int v_offset)
 Entry point to C language function: void {@native glVertex4hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertex4hvNV
More...
 
void glNormal3h (short nx, short ny, short nz)
 Entry point to C language function: void {@native glNormal3h}(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz)
Part of GL_NV_half_float
Alias for: glNormal3hNV
More...
 
void glNormal3hv (ShortBuffer v)
 Entry point to C language function: void {@native glNormal3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glNormal3hvNV More...
 
void glNormal3hv (short[] v, int v_offset)
 Entry point to C language function: void {@native glNormal3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glNormal3hvNV
More...
 
void glColor3h (short red, short green, short blue)
 Entry point to C language function: void {@native glColor3h}(GLhalfNV red, GLhalfNV green, GLhalfNV blue)
Part of GL_NV_half_float
Alias for: glColor3hNV
More...
 
void glColor3hv (ShortBuffer v)
 Entry point to C language function: void {@native glColor3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glColor3hvNV More...
 
void glColor3hv (short[] v, int v_offset)
 Entry point to C language function: void {@native glColor3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glColor3hvNV
More...
 
void glColor4h (short red, short green, short blue, short alpha)
 Entry point to C language function: void {@native glColor4h}(GLhalfNV red, GLhalfNV green, GLhalfNV blue, GLhalfNV alpha)
Part of GL_NV_half_float
Alias for: glColor4hNV
More...
 
void glColor4hv (ShortBuffer v)
 Entry point to C language function: void {@native glColor4hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glColor4hvNV More...
 
void glColor4hv (short[] v, int v_offset)
 Entry point to C language function: void {@native glColor4hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glColor4hvNV
More...
 
void glTexCoord1h (short s)
 Entry point to C language function: void {@native glTexCoord1h}(GLhalfNV s)
Part of GL_NV_half_float
Alias for: glTexCoord1hNV
More...
 
void glTexCoord1hv (ShortBuffer v)
 Entry point to C language function: void {@native glTexCoord1hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glTexCoord1hvNV More...
 
void glTexCoord1hv (short[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord1hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glTexCoord1hvNV
More...
 
void glTexCoord2h (short s, short t)
 Entry point to C language function: void {@native glTexCoord2h}(GLhalfNV s, GLhalfNV t)
Part of GL_NV_half_float
Alias for: glTexCoord2hNV
More...
 
void glTexCoord2hv (ShortBuffer v)
 Entry point to C language function: void {@native glTexCoord2hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glTexCoord2hvNV More...
 
void glTexCoord2hv (short[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord2hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glTexCoord2hvNV
More...
 
void glTexCoord3h (short s, short t, short r)
 Entry point to C language function: void {@native glTexCoord3h}(GLhalfNV s, GLhalfNV t, GLhalfNV r)
Part of GL_NV_half_float
Alias for: glTexCoord3hNV
More...
 
void glTexCoord3hv (ShortBuffer v)
 Entry point to C language function: void {@native glTexCoord3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glTexCoord3hvNV More...
 
void glTexCoord3hv (short[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glTexCoord3hvNV
More...
 
void glTexCoord4h (short s, short t, short r, short q)
 Entry point to C language function: void {@native glTexCoord4h}(GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q)
Part of GL_NV_half_float
Alias for: glTexCoord4hNV
More...
 
void glTexCoord4hv (ShortBuffer v)
 Entry point to C language function: void {@native glTexCoord4hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glTexCoord4hvNV More...
 
void glTexCoord4hv (short[] v, int v_offset)
 Entry point to C language function: void {@native glTexCoord4hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glTexCoord4hvNV
More...
 
void glMultiTexCoord1h (int target, short s)
 Entry point to C language function: void {@native glMultiTexCoord1h}(GLenum target, GLhalfNV s)
Part of GL_NV_half_float
Alias for: glMultiTexCoord1hNV
More...
 
void glMultiTexCoord1hv (int target, ShortBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord1hv}(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glMultiTexCoord1hvNV More...
 
void glMultiTexCoord1hv (int target, short[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord1hv}(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glMultiTexCoord1hvNV
More...
 
void glMultiTexCoord2h (int target, short s, short t)
 Entry point to C language function: void {@native glMultiTexCoord2h}(GLenum target, GLhalfNV s, GLhalfNV t)
Part of GL_NV_half_float
Alias for: glMultiTexCoord2hNV
More...
 
void glMultiTexCoord2hv (int target, ShortBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord2hv}(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glMultiTexCoord2hvNV More...
 
void glMultiTexCoord2hv (int target, short[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord2hv}(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glMultiTexCoord2hvNV
More...
 
void glMultiTexCoord3h (int target, short s, short t, short r)
 Entry point to C language function: void {@native glMultiTexCoord3h}(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r)
Part of GL_NV_half_float
Alias for: glMultiTexCoord3hNV
More...
 
void glMultiTexCoord3hv (int target, ShortBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord3hv}(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glMultiTexCoord3hvNV More...
 
void glMultiTexCoord3hv (int target, short[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord3hv}(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glMultiTexCoord3hvNV
More...
 
void glMultiTexCoord4h (int target, short s, short t, short r, short q)
 Entry point to C language function: void {@native glMultiTexCoord4h}(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q)
Part of GL_NV_half_float
Alias for: glMultiTexCoord4hNV
More...
 
void glMultiTexCoord4hv (int target, ShortBuffer v)
 Entry point to C language function: void {@native glMultiTexCoord4hv}(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glMultiTexCoord4hvNV More...
 
void glMultiTexCoord4hv (int target, short[] v, int v_offset)
 Entry point to C language function: void {@native glMultiTexCoord4hv}(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glMultiTexCoord4hvNV
More...
 
void glVertexAttrib1h (int index, short x)
 Entry point to C language function: void {@native glVertexAttrib1h}(GLuint index, GLhalfNV x)
Part of GL_NV_half_float
Alias for: glVertexAttrib1hNV
More...
 
void glVertexAttrib1hv (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttrib1hv}(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttrib1hvNV More...
 
void glVertexAttrib1hv (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib1hv}(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttrib1hvNV
More...
 
void glVertexAttrib2h (int index, short x, short y)
 Entry point to C language function: void {@native glVertexAttrib2h}(GLuint index, GLhalfNV x, GLhalfNV y)
Part of GL_NV_half_float
Alias for: glVertexAttrib2hNV
More...
 
void glVertexAttrib2hv (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttrib2hv}(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttrib2hvNV More...
 
void glVertexAttrib2hv (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib2hv}(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttrib2hvNV
More...
 
void glVertexAttrib3h (int index, short x, short y, short z)
 Entry point to C language function: void {@native glVertexAttrib3h}(GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z)
Part of GL_NV_half_float
Alias for: glVertexAttrib3hNV
More...
 
void glVertexAttrib3hv (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttrib3hv}(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttrib3hvNV More...
 
void glVertexAttrib3hv (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib3hv}(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttrib3hvNV
More...
 
void glVertexAttrib4h (int index, short x, short y, short z, short w)
 Entry point to C language function: void {@native glVertexAttrib4h}(GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w)
Part of GL_NV_half_float
Alias for: glVertexAttrib4hNV
More...
 
void glVertexAttrib4hv (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4hv}(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttrib4hvNV More...
 
void glVertexAttrib4hv (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4hv}(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttrib4hvNV
More...
 
void glVertexAttribs1hv (int index, int n, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttribs1hv}(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttribs1hvNV More...
 
void glVertexAttribs1hv (int index, int n, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribs1hv}(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttribs1hvNV
More...
 
void glVertexAttribs2hv (int index, int n, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttribs2hv}(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttribs2hvNV More...
 
void glVertexAttribs2hv (int index, int n, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribs2hv}(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttribs2hvNV
More...
 
void glVertexAttribs3hv (int index, int n, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttribs3hv}(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttribs3hvNV More...
 
void glVertexAttribs3hv (int index, int n, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribs3hv}(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttribs3hvNV
More...
 
void glVertexAttribs4hv (int index, int n, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttribs4hv}(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttribs4hvNV More...
 
void glVertexAttribs4hv (int index, int n, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribs4hv}(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttribs4hvNV
More...
 
void glFogCoordh (short fog)
 Entry point to C language function: void {@native glFogCoordh}(GLhalfNV fog)
Part of GL_NV_half_float
Alias for: glFogCoordhNV
More...
 
void glFogCoordhv (ShortBuffer fog)
 Entry point to C language function: void {@native glFogCoordhv}(const GLhalfNV * fog)
Part of GL_NV_half_float
Alias for: glFogCoordhvNV More...
 
void glFogCoordhv (short[] fog, int fog_offset)
 Entry point to C language function: void {@native glFogCoordhv}(const GLhalfNV * fog)
Part of GL_NV_half_float
Alias for: glFogCoordhvNV
More...
 
void glSecondaryColor3h (short red, short green, short blue)
 Entry point to C language function: void {@native glSecondaryColor3h}(GLhalfNV red, GLhalfNV green, GLhalfNV blue)
Part of GL_NV_half_float
Alias for: glSecondaryColor3hNV
More...
 
void glSecondaryColor3hv (ShortBuffer v)
 Entry point to C language function: void {@native glSecondaryColor3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glSecondaryColor3hvNV More...
 
void glSecondaryColor3hv (short[] v, int v_offset)
 Entry point to C language function: void {@native glSecondaryColor3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glSecondaryColor3hvNV
More...
 
void glVertexWeighth (short weight)
 Entry point to C language function: void {@native glVertexWeighth}(GLhalfNV weight)
Part of GL_NV_half_float
Alias for: glVertexWeighthNV
More...
 
void glVertexWeighthv (ShortBuffer weight)
 Entry point to C language function: void {@native glVertexWeighthv}(const GLhalfNV * weight)
Part of GL_NV_half_float
Alias for: glVertexWeighthvNV More...
 
void glVertexWeighthv (short[] weight, int weight_offset)
 Entry point to C language function: void {@native glVertexWeighthv}(const GLhalfNV * weight)
Part of GL_NV_half_float
Alias for: glVertexWeighthvNV
More...
 
void glGenOcclusionQueriesNV (int n, IntBuffer ids)
 Entry point to C language function: void {@native glGenOcclusionQueriesNV}(GLsizei n, GLuint * ids)
Part of GL_NV_occlusion_query
More...
 
void glGenOcclusionQueriesNV (int n, int[] ids, int ids_offset)
 Entry point to C language function: void {@native glGenOcclusionQueriesNV}(GLsizei n, GLuint * ids)
Part of GL_NV_occlusion_query

More...
 
void glDeleteOcclusionQueriesNV (int n, IntBuffer ids)
 Entry point to C language function: void {@native glDeleteOcclusionQueriesNV}(GLsizei n, const GLuint * ids)
Part of GL_NV_occlusion_query
More...
 
void glDeleteOcclusionQueriesNV (int n, int[] ids, int ids_offset)
 Entry point to C language function: void {@native glDeleteOcclusionQueriesNV}(GLsizei n, const GLuint * ids)
Part of GL_NV_occlusion_query

More...
 
boolean glIsOcclusionQueryNV (int id)
 Entry point to C language function: GLboolean {@native glIsOcclusionQueryNV}(GLuint id)
Part of GL_NV_occlusion_query

More...
 
void glBeginOcclusionQueryNV (int id)
 Entry point to C language function: void {@native glBeginOcclusionQueryNV}(GLuint id)
Part of GL_NV_occlusion_query

More...
 
void glEndOcclusionQueryNV ()
 Entry point to C language function: void {@native glEndOcclusionQueryNV}()
Part of GL_NV_occlusion_query

More...
 
void glGetOcclusionQueryivNV (int id, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetOcclusionQueryivNV}(GLuint id, GLenum pname, GLint * params)
Part of GL_NV_occlusion_query
More...
 
void glGetOcclusionQueryivNV (int id, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetOcclusionQueryivNV}(GLuint id, GLenum pname, GLint * params)
Part of GL_NV_occlusion_query

More...
 
void glGetOcclusionQueryuivNV (int id, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetOcclusionQueryuivNV}(GLuint id, GLenum pname, GLuint * params)
Part of GL_NV_occlusion_query
More...
 
void glGetOcclusionQueryuivNV (int id, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetOcclusionQueryuivNV}(GLuint id, GLenum pname, GLuint * params)
Part of GL_NV_occlusion_query

More...
 
void glProgramBufferParametersfvNV (int target, int bindingIndex, int wordIndex, int count, FloatBuffer params)
 Entry point to C language function: void {@native glProgramBufferParametersfvNV}(GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLfloat * params)
Part of GL_NV_parameter_buffer_object
More...
 
void glProgramBufferParametersfvNV (int target, int bindingIndex, int wordIndex, int count, float[] params, int params_offset)
 Entry point to C language function: void {@native glProgramBufferParametersfvNV}(GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLfloat * params)
Part of GL_NV_parameter_buffer_object

More...
 
void glProgramBufferParametersIivNV (int target, int bindingIndex, int wordIndex, int count, IntBuffer params)
 Entry point to C language function: void {@native glProgramBufferParametersIivNV}(GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLint * params)
Part of GL_NV_parameter_buffer_object
More...
 
void glProgramBufferParametersIivNV (int target, int bindingIndex, int wordIndex, int count, int[] params, int params_offset)
 Entry point to C language function: void {@native glProgramBufferParametersIivNV}(GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLint * params)
Part of GL_NV_parameter_buffer_object

More...
 
void glProgramBufferParametersIuivNV (int target, int bindingIndex, int wordIndex, int count, IntBuffer params)
 Entry point to C language function: void {@native glProgramBufferParametersIuivNV}(GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLuint * params)
Part of GL_NV_parameter_buffer_object
More...
 
void glProgramBufferParametersIuivNV (int target, int bindingIndex, int wordIndex, int count, int[] params, int params_offset)
 Entry point to C language function: void {@native glProgramBufferParametersIuivNV}(GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLuint * params)
Part of GL_NV_parameter_buffer_object

More...
 
void glPixelDataRangeNV (int target, int length, Buffer pointer)
 Entry point to C language function: void {@native glPixelDataRangeNV}(GLenum target, GLsizei length, const void * pointer)
Part of GL_NV_pixel_data_range
More...
 
void glFlushPixelDataRangeNV (int target)
 Entry point to C language function: void {@native glFlushPixelDataRangeNV}(GLenum target)
Part of GL_NV_pixel_data_range

More...
 
void glPrimitiveRestartNV ()
 Entry point to C language function: void {@native glPrimitiveRestartNV}()
Part of GL_NV_primitive_restart

More...
 
void glPrimitiveRestartIndexNV (int index)
 Entry point to C language function: void {@native glPrimitiveRestartIndexNV}(GLuint index)
Part of GL_NV_primitive_restart

More...
 
int glQueryResourceNV (int queryType, int tagId, int count, IntBuffer buffer)
 Entry point to C language function: GLint {@native glQueryResourceNV}(GLenum queryType, GLint tagId, GLuint count, GLint * buffer)
Part of GL_NV_query_resource
More...
 
int glQueryResourceNV (int queryType, int tagId, int count, int[] buffer, int buffer_offset)
 Entry point to C language function: GLint {@native glQueryResourceNV}(GLenum queryType, GLint tagId, GLuint count, GLint * buffer)
Part of GL_NV_query_resource

More...
 
void glGenQueryResourceTagNV (int n, IntBuffer tagIds)
 Entry point to C language function: void {@native glGenQueryResourceTagNV}(GLsizei n, GLint * tagIds)
Part of GL_NV_query_resource_tag
More...
 
void glGenQueryResourceTagNV (int n, int[] tagIds, int tagIds_offset)
 Entry point to C language function: void {@native glGenQueryResourceTagNV}(GLsizei n, GLint * tagIds)
Part of GL_NV_query_resource_tag

More...
 
void glDeleteQueryResourceTagNV (int n, IntBuffer tagIds)
 Entry point to C language function: void {@native glDeleteQueryResourceTagNV}(GLsizei n, const GLint * tagIds)
Part of GL_NV_query_resource_tag
More...
 
void glDeleteQueryResourceTagNV (int n, int[] tagIds, int tagIds_offset)
 Entry point to C language function: void {@native glDeleteQueryResourceTagNV}(GLsizei n, const GLint * tagIds)
Part of GL_NV_query_resource_tag

More...
 
void glQueryResourceTagNV (int tagId, ByteBuffer tagString)
 Entry point to C language function: void {@native glQueryResourceTagNV}(GLint tagId, const GLchar * tagString)
Part of GL_NV_query_resource_tag
More...
 
void glQueryResourceTagNV (int tagId, byte[] tagString, int tagString_offset)
 Entry point to C language function: void {@native glQueryResourceTagNV}(GLint tagId, const GLchar * tagString)
Part of GL_NV_query_resource_tag

More...
 
void glBindTransformFeedbackNV (int target, int id)
 Entry point to C language function: void {@native glBindTransformFeedbackNV}(GLenum target, GLuint id)
Part of GL_NV_transform_feedback2

More...
 
void glDeleteTransformFeedbacksNV (int n, IntBuffer ids)
 Entry point to C language function: void {@native glDeleteTransformFeedbacksNV}(GLsizei n, const GLuint * ids)
Part of GL_NV_transform_feedback2
More...
 
void glDeleteTransformFeedbacksNV (int n, int[] ids, int ids_offset)
 Entry point to C language function: void {@native glDeleteTransformFeedbacksNV}(GLsizei n, const GLuint * ids)
Part of GL_NV_transform_feedback2

More...
 
void glGenTransformFeedbacksNV (int n, IntBuffer ids)
 Entry point to C language function: void {@native glGenTransformFeedbacksNV}(GLsizei n, GLuint * ids)
Part of GL_NV_transform_feedback2
More...
 
void glGenTransformFeedbacksNV (int n, int[] ids, int ids_offset)
 Entry point to C language function: void {@native glGenTransformFeedbacksNV}(GLsizei n, GLuint * ids)
Part of GL_NV_transform_feedback2

More...
 
boolean glIsTransformFeedbackNV (int id)
 Entry point to C language function: GLboolean {@native glIsTransformFeedbackNV}(GLuint id)
Part of GL_NV_transform_feedback2

More...
 
void glPauseTransformFeedbackNV ()
 Entry point to C language function: void {@native glPauseTransformFeedbackNV}()
Part of GL_NV_transform_feedback2

More...
 
void glResumeTransformFeedbackNV ()
 Entry point to C language function: void {@native glResumeTransformFeedbackNV}()
Part of GL_NV_transform_feedback2

More...
 
void glDrawTransformFeedbackNV (int mode, int id)
 Entry point to C language function: void {@native glDrawTransformFeedbackNV}(GLenum mode, GLuint id)
Part of GL_NV_transform_feedback2

More...
 
void glVDPAUInitNV (Buffer vdpDevice, Buffer getProcAddress)
 Entry point to C language function: void {@native glVDPAUInitNV}(const void * vdpDevice, const void * getProcAddress)
Part of GL_NV_vdpau_interop
More...
 
void glVDPAUFiniNV ()
 Entry point to C language function: void {@native glVDPAUFiniNV}()
Part of GL_NV_vdpau_interop

More...
 
long glVDPAURegisterVideoSurfaceNV (Buffer vdpSurface, int target, int numTextureNames, IntBuffer textureNames)
 Entry point to C language function: GLvdpauSurfaceNV {@native glVDPAURegisterVideoSurfaceNV}(const void * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames)
Part of GL_NV_vdpau_interop
More...
 
long glVDPAURegisterVideoSurfaceNV (Buffer vdpSurface, int target, int numTextureNames, int[] textureNames, int textureNames_offset)
 Entry point to C language function: GLvdpauSurfaceNV {@native glVDPAURegisterVideoSurfaceNV}(const void * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames)
Part of GL_NV_vdpau_interop
More...
 
long glVDPAURegisterOutputSurfaceNV (Buffer vdpSurface, int target, int numTextureNames, IntBuffer textureNames)
 Entry point to C language function: GLvdpauSurfaceNV {@native glVDPAURegisterOutputSurfaceNV}(const void * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames)
Part of GL_NV_vdpau_interop
More...
 
long glVDPAURegisterOutputSurfaceNV (Buffer vdpSurface, int target, int numTextureNames, int[] textureNames, int textureNames_offset)
 Entry point to C language function: GLvdpauSurfaceNV {@native glVDPAURegisterOutputSurfaceNV}(const void * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames)
Part of GL_NV_vdpau_interop
More...
 
boolean glVDPAUIsSurfaceNV (long surface)
 Entry point to C language function: GLboolean {@native glVDPAUIsSurfaceNV}(GLvdpauSurfaceNV surface)
Part of GL_NV_vdpau_interop

More...
 
void glVDPAUUnregisterSurfaceNV (long surface)
 Entry point to C language function: void {@native glVDPAUUnregisterSurfaceNV}(GLvdpauSurfaceNV surface)
Part of GL_NV_vdpau_interop

More...
 
void glVDPAUGetSurfaceivNV (long surface, int pname, int count, IntBuffer length, IntBuffer values)
 Entry point to C language function: void {@native glVDPAUGetSurfaceivNV}(GLvdpauSurfaceNV surface, GLenum pname, GLsizei count, GLsizei * length, GLint * values)
Part of GL_NV_vdpau_interop
More...
 
void glVDPAUGetSurfaceivNV (long surface, int pname, int count, int[] length, int length_offset, int[] values, int values_offset)
 Entry point to C language function: void {@native glVDPAUGetSurfaceivNV}(GLvdpauSurfaceNV surface, GLenum pname, GLsizei count, GLsizei * length, GLint * values)
Part of GL_NV_vdpau_interop

More...
 
void glVDPAUSurfaceAccessNV (long surface, int access)
 Entry point to C language function: void {@native glVDPAUSurfaceAccessNV}(GLvdpauSurfaceNV surface, GLenum access)
Part of GL_NV_vdpau_interop

More...
 
void glVDPAUMapSurfacesNV (int numSurfaces, PointerBuffer surfaces)
 Entry point to C language function: void {@native glVDPAUMapSurfacesNV}(GLsizei numSurfaces, const GLvdpauSurfaceNV * surfaces)
Part of GL_NV_vdpau_interop
More...
 
void glVDPAUUnmapSurfacesNV (int numSurface, PointerBuffer surfaces)
 Entry point to C language function: void {@native glVDPAUUnmapSurfacesNV}(GLsizei numSurface, const GLvdpauSurfaceNV * surfaces)
Part of GL_NV_vdpau_interop
More...
 
long glVDPAURegisterVideoSurfaceWithPictureStructureNV (Buffer vdpSurface, int target, int numTextureNames, IntBuffer textureNames, boolean isFrameStructure)
 Entry point to C language function: GLvdpauSurfaceNV {@native glVDPAURegisterVideoSurfaceWithPictureStructureNV}(const void * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames, GLboolean isFrameStructure)
Part of GL_NV_vdpau_interop2
More...
 
long glVDPAURegisterVideoSurfaceWithPictureStructureNV (Buffer vdpSurface, int target, int numTextureNames, int[] textureNames, int textureNames_offset, boolean isFrameStructure)
 Entry point to C language function: GLvdpauSurfaceNV {@native glVDPAURegisterVideoSurfaceWithPictureStructureNV}(const void * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames, GLboolean isFrameStructure)
Part of GL_NV_vdpau_interop2
More...
 
void glVertexAttribL1i64NV (int index, long x)
 Entry point to C language function: void {@native glVertexAttribL1i64NV}(GLuint index, GLint64EXT x)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL2i64NV (int index, long x, long y)
 Entry point to C language function: void {@native glVertexAttribL2i64NV}(GLuint index, GLint64EXT x, GLint64EXT y)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL3i64NV (int index, long x, long y, long z)
 Entry point to C language function: void {@native glVertexAttribL3i64NV}(GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL4i64NV (int index, long x, long y, long z, long w)
 Entry point to C language function: void {@native glVertexAttribL4i64NV}(GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL1i64vNV (int index, LongBuffer v)
 Entry point to C language function: void {@native glVertexAttribL1i64vNV}(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
More...
 
void glVertexAttribL1i64vNV (int index, long[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribL1i64vNV}(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL2i64vNV (int index, LongBuffer v)
 Entry point to C language function: void {@native glVertexAttribL2i64vNV}(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
More...
 
void glVertexAttribL2i64vNV (int index, long[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribL2i64vNV}(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL3i64vNV (int index, LongBuffer v)
 Entry point to C language function: void {@native glVertexAttribL3i64vNV}(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
More...
 
void glVertexAttribL3i64vNV (int index, long[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribL3i64vNV}(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL4i64vNV (int index, LongBuffer v)
 Entry point to C language function: void {@native glVertexAttribL4i64vNV}(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
More...
 
void glVertexAttribL4i64vNV (int index, long[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribL4i64vNV}(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL1ui64NV (int index, long x)
 Entry point to C language function: void {@native glVertexAttribL1ui64NV}(GLuint index, GLuint64EXT x)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL2ui64NV (int index, long x, long y)
 Entry point to C language function: void {@native glVertexAttribL2ui64NV}(GLuint index, GLuint64EXT x, GLuint64EXT y)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL3ui64NV (int index, long x, long y, long z)
 Entry point to C language function: void {@native glVertexAttribL3ui64NV}(GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL4ui64NV (int index, long x, long y, long z, long w)
 Entry point to C language function: void {@native glVertexAttribL4ui64NV}(GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL1ui64vNV (int index, LongBuffer v)
 Entry point to C language function: void {@native glVertexAttribL1ui64vNV}(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
More...
 
void glVertexAttribL1ui64vNV (int index, long[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribL1ui64vNV}(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL2ui64vNV (int index, LongBuffer v)
 Entry point to C language function: void {@native glVertexAttribL2ui64vNV}(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
More...
 
void glVertexAttribL2ui64vNV (int index, long[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribL2ui64vNV}(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL3ui64vNV (int index, LongBuffer v)
 Entry point to C language function: void {@native glVertexAttribL3ui64vNV}(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
More...
 
void glVertexAttribL3ui64vNV (int index, long[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribL3ui64vNV}(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribL4ui64vNV (int index, LongBuffer v)
 Entry point to C language function: void {@native glVertexAttribL4ui64vNV}(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit
More...
 
void glVertexAttribL4ui64vNV (int index, long[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribL4ui64vNV}(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glGetVertexAttribLi64vNV (int index, int pname, LongBuffer params)
 Entry point to C language function: void {@native glGetVertexAttribLi64vNV}(GLuint index, GLenum pname, GLint64EXT * params)
Part of GL_NV_vertex_attrib_integer_64bit
More...
 
void glGetVertexAttribLi64vNV (int index, int pname, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetVertexAttribLi64vNV}(GLuint index, GLenum pname, GLint64EXT * params)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glGetVertexAttribLui64vNV (int index, int pname, LongBuffer params)
 Entry point to C language function: void {@native glGetVertexAttribLui64vNV}(GLuint index, GLenum pname, GLuint64EXT * params)
Part of GL_NV_vertex_attrib_integer_64bit
More...
 
void glGetVertexAttribLui64vNV (int index, int pname, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetVertexAttribLui64vNV}(GLuint index, GLenum pname, GLuint64EXT * params)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glVertexAttribLFormatNV (int index, int size, int type, int stride)
 Entry point to C language function: void {@native glVertexAttribLFormatNV}(GLuint index, GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_attrib_integer_64bit

More...
 
void glBeginVideoCaptureNV (int video_capture_slot)
 Entry point to C language function: void {@native glBeginVideoCaptureNV}(GLuint video_capture_slot)
Part of GL_NV_video_capture

More...
 
void glBindVideoCaptureStreamBufferNV (int video_capture_slot, int stream, int frame_region, long offset)
 Entry point to C language function: void {@native glBindVideoCaptureStreamBufferNV}(GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLintptrARB offset)
Part of GL_NV_video_capture

More...
 
void glBindVideoCaptureStreamTextureNV (int video_capture_slot, int stream, int frame_region, int target, int texture)
 Entry point to C language function: void {@native glBindVideoCaptureStreamTextureNV}(GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLenum target, GLuint texture)
Part of GL_NV_video_capture

More...
 
void glEndVideoCaptureNV (int video_capture_slot)
 Entry point to C language function: void {@native glEndVideoCaptureNV}(GLuint video_capture_slot)
Part of GL_NV_video_capture

More...
 
void glGetVideoCaptureivNV (int video_capture_slot, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetVideoCaptureivNV}(GLuint video_capture_slot, GLenum pname, GLint * params)
Part of GL_NV_video_capture
More...
 
void glGetVideoCaptureivNV (int video_capture_slot, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetVideoCaptureivNV}(GLuint video_capture_slot, GLenum pname, GLint * params)
Part of GL_NV_video_capture

More...
 
void glGetVideoCaptureStreamivNV (int video_capture_slot, int stream, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetVideoCaptureStreamivNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, GLint * params)
Part of GL_NV_video_capture
More...
 
void glGetVideoCaptureStreamivNV (int video_capture_slot, int stream, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetVideoCaptureStreamivNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, GLint * params)
Part of GL_NV_video_capture

More...
 
void glGetVideoCaptureStreamfvNV (int video_capture_slot, int stream, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetVideoCaptureStreamfvNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, GLfloat * params)
Part of GL_NV_video_capture
More...
 
void glGetVideoCaptureStreamfvNV (int video_capture_slot, int stream, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetVideoCaptureStreamfvNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, GLfloat * params)
Part of GL_NV_video_capture

More...
 
void glGetVideoCaptureStreamdvNV (int video_capture_slot, int stream, int pname, DoubleBuffer params)
 Entry point to C language function: void {@native glGetVideoCaptureStreamdvNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, GLdouble * params)
Part of GL_NV_video_capture
More...
 
void glGetVideoCaptureStreamdvNV (int video_capture_slot, int stream, int pname, double[] params, int params_offset)
 Entry point to C language function: void {@native glGetVideoCaptureStreamdvNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, GLdouble * params)
Part of GL_NV_video_capture

More...
 
int glVideoCaptureNV (int video_capture_slot, IntBuffer sequence_num, LongBuffer capture_time)
 Entry point to C language function: GLenum {@native glVideoCaptureNV}(GLuint video_capture_slot, GLuint * sequence_num, GLuint64EXT * capture_time)
Part of GL_NV_video_capture
More...
 
int glVideoCaptureNV (int video_capture_slot, int[] sequence_num, int sequence_num_offset, long[] capture_time, int capture_time_offset)
 Entry point to C language function: GLenum {@native glVideoCaptureNV}(GLuint video_capture_slot, GLuint * sequence_num, GLuint64EXT * capture_time)
Part of GL_NV_video_capture

More...
 
void glVideoCaptureStreamParameterivNV (int video_capture_slot, int stream, int pname, IntBuffer params)
 Entry point to C language function: void {@native glVideoCaptureStreamParameterivNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, const GLint * params)
Part of GL_NV_video_capture
More...
 
void glVideoCaptureStreamParameterivNV (int video_capture_slot, int stream, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glVideoCaptureStreamParameterivNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, const GLint * params)
Part of GL_NV_video_capture

More...
 
void glVideoCaptureStreamParameterfvNV (int video_capture_slot, int stream, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glVideoCaptureStreamParameterfvNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, const GLfloat * params)
Part of GL_NV_video_capture
More...
 
void glVideoCaptureStreamParameterfvNV (int video_capture_slot, int stream, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glVideoCaptureStreamParameterfvNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, const GLfloat * params)
Part of GL_NV_video_capture

More...
 
void glVideoCaptureStreamParameterdvNV (int video_capture_slot, int stream, int pname, DoubleBuffer params)
 Entry point to C language function: void {@native glVideoCaptureStreamParameterdvNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, const GLdouble * params)
Part of GL_NV_video_capture
More...
 
void glVideoCaptureStreamParameterdvNV (int video_capture_slot, int stream, int pname, double[] params, int params_offset)
 Entry point to C language function: void {@native glVideoCaptureStreamParameterdvNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, const GLdouble * params)
Part of GL_NV_video_capture

More...
 
void glFinishTextureSUNX ()
 Entry point to C language function: void {@native glFinishTextureSUNX}()
Part of GL_SUNX_constant_data

More...
 
GLBufferStorage mapNamedBufferEXT (int bufferName, int access) throws GLException
 Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferEXT(..) implementation. More...
 
GLBufferStorage mapNamedBufferRangeEXT (final int bufferName, final long offset, final long length, final int access) throws GLException
 Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferRangeEXT(..) implementation. More...
 
void glVertexAttribPointer (int indx, int size, int type, boolean normalized, int stride, Buffer ptr)
 Entry point to C language function: void {@native glVertexAttribPointer}(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * ptr);
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0 More...
 
void glDrawElementsInstanced (int mode, int count, int type, Buffer indices, int instancecount)
 Entry point to C language function: void {@native glDrawElementsInstanced}(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 More...
 
void glDrawRangeElements (int mode, int start, int end, int count, int type, Buffer indices)
 Entry point to C language function: void {@native glDrawRangeElements}(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
Part of GL_VERSION_1_2, GL_ES_VERSION_3_0 More...
 
void glVertexAttribIPointer (int index, int size, int type, int stride, Buffer pointer)
 Entry point to C language function: void {@native glVertexAttribIPointer}(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0 More...
 
- Public Member Functions inherited from com.jogamp.opengl.GL2ES1
void glAlphaFunc (int func, float ref)
 Entry point to C language function: void {@native glAlphaFunc}(GLenum func, GLclampf ref)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0, GL_QCOM_alpha_test
Alias for: glAlphaFuncQCOM
More...
 
void glFogf (int pname, float param)
 Entry point to C language function: void {@native glFogf}(GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glFogfv (int pname, FloatBuffer params)
 Entry point to C language function: void {@native glFogfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0
More...
 
void glFogfv (int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glFogfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glGetLightfv (int light, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetLightfv}(GLenum light, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0
More...
 
void glGetLightfv (int light, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetLightfv}(GLenum light, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glGetMaterialfv (int face, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetMaterialfv}(GLenum face, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0
More...
 
void glGetMaterialfv (int face, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetMaterialfv}(GLenum face, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glGetTexEnvfv (int tenv, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetTexEnvfv}(GLenum tenv, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0
More...
 
void glGetTexEnvfv (int tenv, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexEnvfv}(GLenum tenv, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glLightModelf (int pname, float param)
 Entry point to C language function: void {@native glLightModelf}(GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glLightModelfv (int pname, FloatBuffer params)
 Entry point to C language function: void {@native glLightModelfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0
More...
 
void glLightModelfv (int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glLightModelfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glLightf (int light, int pname, float param)
 Entry point to C language function: void {@native glLightf}(GLenum light, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glMultiTexCoord4f (int target, float s, float t, float r, float q)
 Entry point to C language function: void {@native glMultiTexCoord4f}(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
More...
 
void glNormal3f (float nx, float ny, float nz)
 Entry point to C language function: void {@native glNormal3f}(GLfloat nx, GLfloat ny, GLfloat nz)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glPointParameterf (int pname, float param)
 Entry point to C language function: void {@native glPointParameterf}(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
More...
 
void glPointParameterfv (int pname, FloatBuffer params)
 Entry point to C language function: void {@native glPointParameterfv}(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 More...
 
void glPointParameterfv (int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glPointParameterfv}(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
More...
 
void glPointSize (float size)
 Entry point to C language function: void {@native glPointSize}(GLfloat size)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glTexEnvf (int target, int pname, float param)
 Entry point to C language function: void {@native glTexEnvf}(GLenum target, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glTexEnvfv (int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glTexEnvfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0
More...
 
void glTexEnvfv (int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glTexEnvfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glClientActiveTexture (int texture)
 Entry point to C language function: void {@native glClientActiveTexture}(GLenum texture)
Part of GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitexture
Alias for: glClientActiveTextureARB
More...
 
void glColor4ub (byte red, byte green, byte blue, byte alpha)
 Entry point to C language function: void {@native glColor4ub}(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGetTexEnviv (int tenv, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTexEnviv}(GLenum tenv, GLenum pname, GLint * params)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0
More...
 
void glGetTexEnviv (int tenv, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexEnviv}(GLenum tenv, GLenum pname, GLint * params)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glLogicOp (int opcode)
 Entry point to C language function: void {@native glLogicOp}(GLenum opcode)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexEnvi (int target, int pname, int param)
 Entry point to C language function: void {@native glTexEnvi}(GLenum target, GLenum pname, GLint param)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexEnviv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glTexEnviv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0
More...
 
void glTexEnviv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glTexEnviv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glOrtho (double left, double right, double bottom, double top, double near_val, double far_val)
 
void glFrustum (double left, double right, double bottom, double top, double zNear, double zFar)
 
void glDrawElements (int mode, int count, int type, Buffer indices)
 Entry point to C language function: void {@native glDrawElements}(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 More...
 
- Public Member Functions inherited from com.jogamp.opengl.GL
void glActiveTexture (int texture)
 Entry point to C language function: void {@native glActiveTexture}(GLenum texture)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitexture
Alias for: glActiveTextureARB
More...
 
void glBindBuffer (int target, int buffer)
 Entry point to C language function: void {@native glBindBuffer}(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
More...
 
void glBindFramebuffer (int target, int framebuffer)
 Entry point to C language function: void {@native glBindFramebuffer}(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
More...
 
void glBindRenderbuffer (int target, int renderbuffer)
 Entry point to C language function: void {@native glBindRenderbuffer}(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
More...
 
void glBindTexture (int target, int texture)
 Entry point to C language function: void {@native glBindTexture}(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
More...
 
void glBlendEquation (int mode)
 Entry point to C language function: void {@native glBlendEquation}(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
More...
 
void glBlendEquationSeparate (int modeRGB, int modeAlpha)
 Entry point to C language function: void {@native glBlendEquationSeparate}(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
More...
 
void glBlendFunc (int sfactor, int dfactor)
 Entry point to C language function: void {@native glBlendFunc}(GLenum sfactor, GLenum dfactor)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glBlendFuncSeparate (int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha)
 Entry point to C language function: void {@native glBlendFuncSeparate}(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
More...
 
void glBufferData (int target, long size, Buffer data, int usage)
 Entry point to C language function: void {@native glBufferData}(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 More...
 
void glBufferSubData (int target, long offset, long size, Buffer data)
 Entry point to C language function: void {@native glBufferSubData}(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 More...
 
int glCheckFramebufferStatus (int target)
 Entry point to C language function: GLenum {@native glCheckFramebufferStatus}(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
More...
 
void glClear (int mask)
 Entry point to C language function: void {@native glClear}(GLbitfield mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glClearColor (float red, float green, float blue, float alpha)
 Entry point to C language function: void {@native glClearColor}(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glClearDepthf (float d)
 Entry point to C language function: void {@native glClearDepthf}(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
More...
 
void glClearStencil (int s)
 Entry point to C language function: void {@native glClearStencil}(GLint s)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glColorMask (boolean red, boolean green, boolean blue, boolean alpha)
 Entry point to C language function: void {@native glColorMask}(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glCompressedTexImage2D (int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer data)
 Entry point to C language function: void {@native glCompressedTexImage2D}(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 More...
 
void glCompressedTexImage2D (int target, int level, int internalformat, int width, int height, int border, int imageSize, long data_buffer_offset)
 Entry point to C language function: void {@native glCompressedTexImage2D}(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
More...
 
void glCompressedTexSubImage2D (int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer data)
 Entry point to C language function: void {@native glCompressedTexSubImage2D}(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 More...
 
void glCompressedTexSubImage2D (int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, long data_buffer_offset)
 Entry point to C language function: void {@native glCompressedTexSubImage2D}(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
More...
 
void glCopyTexImage2D (int target, int level, int internalformat, int x, int y, int width, int height, int border)
 Entry point to C language function: void {@native glCopyTexImage2D}(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
More...
 
void glCopyTexSubImage2D (int target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
 Entry point to C language function: void {@native glCopyTexSubImage2D}(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
More...
 
void glCullFace (int mode)
 Entry point to C language function: void {@native glCullFace}(GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glDeleteBuffers (int n, IntBuffer buffers)
 Entry point to C language function: void {@native glDeleteBuffers}(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 More...
 
void glDeleteBuffers (int n, int[] buffers, int buffers_offset)
 Entry point to C language function: void {@native glDeleteBuffers}(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
More...
 
void glDeleteFramebuffers (int n, IntBuffer framebuffers)
 Entry point to C language function: void {@native glDeleteFramebuffers}(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 More...
 
void glDeleteFramebuffers (int n, int[] framebuffers, int framebuffers_offset)
 Entry point to C language function: void {@native glDeleteFramebuffers}(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
More...
 
void glDeleteRenderbuffers (int n, IntBuffer renderbuffers)
 Entry point to C language function: void {@native glDeleteRenderbuffers}(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 More...
 
void glDeleteRenderbuffers (int n, int[] renderbuffers, int renderbuffers_offset)
 Entry point to C language function: void {@native glDeleteRenderbuffers}(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
More...
 
void glDeleteTextures (int n, IntBuffer textures)
 Entry point to C language function: void {@native glDeleteTextures}(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 More...
 
void glDeleteTextures (int n, int[] textures, int textures_offset)
 Entry point to C language function: void {@native glDeleteTextures}(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
More...
 
void glDepthFunc (int func)
 Entry point to C language function: void {@native glDepthFunc}(GLenum func)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glDepthMask (boolean flag)
 Entry point to C language function: void {@native glDepthMask}(GLboolean flag)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glDepthRangef (float n, float f)
 Entry point to C language function: void {@native glDepthRangef}(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
More...
 
void glDisable (int cap)
 Entry point to C language function: void {@native glDisable}(GLenum cap)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glDrawArrays (int mode, int first, int count)
 Entry point to C language function: void {@native glDrawArrays}(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
More...
 
void glDrawElements (int mode, int count, int type, long indices_buffer_offset)
 Entry point to C language function: void {@native glDrawElements}(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

More...
 
void glEnable (int cap)
 Entry point to C language function: void {@native glEnable}(GLenum cap)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glFinish ()
 Entry point to C language function: void {@native glFinish}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glFlush ()
 Entry point to C language function: void {@native glFlush}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glFramebufferRenderbuffer (int target, int attachment, int renderbuffertarget, int renderbuffer)
 Entry point to C language function: void {@native glFramebufferRenderbuffer}(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
More...
 
void glFramebufferTexture2D (int target, int attachment, int textarget, int texture, int level)
 Entry point to C language function: void {@native glFramebufferTexture2D}(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
More...
 
void glFrontFace (int mode)
 Entry point to C language function: void {@native glFrontFace}(GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGenBuffers (int n, IntBuffer buffers)
 Entry point to C language function: void {@native glGenBuffers}(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 More...
 
void glGenBuffers (int n, int[] buffers, int buffers_offset)
 Entry point to C language function: void {@native glGenBuffers}(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
More...
 
void glGenerateMipmap (int target)
 Entry point to C language function: void {@native glGenerateMipmap}(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
More...
 
void glGenFramebuffers (int n, IntBuffer framebuffers)
 Entry point to C language function: void {@native glGenFramebuffers}(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 More...
 
void glGenFramebuffers (int n, int[] framebuffers, int framebuffers_offset)
 Entry point to C language function: void {@native glGenFramebuffers}(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
More...
 
void glGenRenderbuffers (int n, IntBuffer renderbuffers)
 Entry point to C language function: void {@native glGenRenderbuffers}(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 More...
 
void glGenRenderbuffers (int n, int[] renderbuffers, int renderbuffers_offset)
 Entry point to C language function: void {@native glGenRenderbuffers}(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
More...
 
void glGenTextures (int n, IntBuffer textures)
 Entry point to C language function: void {@native glGenTextures}(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 More...
 
void glGenTextures (int n, int[] textures, int textures_offset)
 Entry point to C language function: void {@native glGenTextures}(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
More...
 
void glGetBooleanv (int pname, ByteBuffer data)
 Entry point to C language function: void {@native glGetBooleanv}(GLenum pname, GLboolean * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
More...
 
void glGetBooleanv (int pname, byte[] data, int data_offset)
 Entry point to C language function: void {@native glGetBooleanv}(GLenum pname, GLboolean * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGetBufferParameteriv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetBufferParameteriv}(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 More...
 
void glGetBufferParameteriv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetBufferParameteriv}(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
More...
 
int glGetError ()
 Entry point to C language function: GLenum {@native glGetError}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGetFloatv (int pname, FloatBuffer data)
 Entry point to C language function: void {@native glGetFloatv}(GLenum pname, GLfloat * data)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
More...
 
void glGetFloatv (int pname, float[] data, int data_offset)
 Entry point to C language function: void {@native glGetFloatv}(GLenum pname, GLfloat * data)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glGetFramebufferAttachmentParameteriv (int target, int attachment, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetFramebufferAttachmentParameteriv}(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 More...
 
void glGetFramebufferAttachmentParameteriv (int target, int attachment, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetFramebufferAttachmentParameteriv}(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
More...
 
void glGetIntegerv (int pname, IntBuffer data)
 Entry point to C language function: void {@native glGetIntegerv}(GLenum pname, GLint * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
More...
 
void glGetIntegerv (int pname, int[] data, int data_offset)
 Entry point to C language function: void {@native glGetIntegerv}(GLenum pname, GLint * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGetRenderbufferParameteriv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetRenderbufferParameteriv}(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 More...
 
void glGetRenderbufferParameteriv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetRenderbufferParameteriv}(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
More...
 
String glGetString (int name)
 Entry point to C language function: const GLubyte * {@native glGetString}(GLenum name)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glGetTexParameterfv (int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetTexParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
More...
 
void glGetTexParameterfv (int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glGetTexParameteriv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTexParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
More...
 
void glGetTexParameteriv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glHint (int target, int mode)
 Entry point to C language function: void {@native glHint}(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
More...
 
boolean glIsBuffer (int buffer)
 Entry point to C language function: GLboolean {@native glIsBuffer}(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
More...
 
boolean glIsEnabled (int cap)
 Entry point to C language function: GLboolean {@native glIsEnabled}(GLenum cap)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
boolean glIsFramebuffer (int framebuffer)
 Entry point to C language function: GLboolean {@native glIsFramebuffer}(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
More...
 
boolean glIsRenderbuffer (int renderbuffer)
 Entry point to C language function: GLboolean {@native glIsRenderbuffer}(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
More...
 
boolean glIsTexture (int texture)
 Entry point to C language function: GLboolean {@native glIsTexture}(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
More...
 
void glLineWidth (float width)
 Entry point to C language function: void {@native glLineWidth}(GLfloat width)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glPixelStorei (int pname, int param)
 Entry point to C language function: void {@native glPixelStorei}(GLenum pname, GLint param)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glPolygonOffset (float factor, float units)
 Entry point to C language function: void {@native glPolygonOffset}(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
More...
 
void glReadPixels (int x, int y, int width, int height, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glReadPixels}(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
More...
 
void glReadPixels (int x, int y, int width, int height, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glReadPixels}(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

More...
 
void glRenderbufferStorage (int target, int internalformat, int width, int height)
 Entry point to C language function: void {@native glRenderbufferStorage}(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
More...
 
void glSampleCoverage (float value, boolean invert)
 Entry point to C language function: void {@native glSampleCoverage}(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
More...
 
void glScissor (int x, int y, int width, int height)
 Entry point to C language function: void {@native glScissor}(GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glStencilFunc (int func, int ref, int mask)
 Entry point to C language function: void {@native glStencilFunc}(GLenum func, GLint ref, GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glStencilMask (int mask)
 Entry point to C language function: void {@native glStencilMask}(GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glStencilOp (int fail, int zfail, int zpass)
 Entry point to C language function: void {@native glStencilOp}(GLenum fail, GLenum zfail, GLenum zpass)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexImage2D (int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glTexImage2D}(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
More...
 
void glTexImage2D (int target, int level, int internalformat, int width, int height, int border, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glTexImage2D}(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

More...
 
void glTexParameterf (int target, int pname, float param)
 Entry point to C language function: void {@native glTexParameterf}(GLenum target, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glTexParameterfv (int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glTexParameterfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0
More...
 
void glTexParameterfv (int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glTexParameterfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

More...
 
void glTexParameteri (int target, int pname, int param)
 Entry point to C language function: void {@native glTexParameteri}(GLenum target, GLenum pname, GLint param)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexParameteriv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glTexParameteriv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0
More...
 
void glTexParameteriv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glTexParameteriv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexSubImage2D (int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glTexSubImage2D}(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 More...
 
void glTexSubImage2D (int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glTexSubImage2D}(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
More...
 
void glViewport (int x, int y, int width, int height)
 Entry point to C language function: void {@native glViewport}(GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glTexStorage1D (int target, int levels, int internalformat, int width)
 Entry point to C language function: void {@native glTexStorage1D}(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
More...
 
void glTexStorage2D (int target, int levels, int internalformat, int width, int height)
 Entry point to C language function: void {@native glTexStorage2D}(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
More...
 
void glTexStorage3D (int target, int levels, int internalformat, int width, int height, int depth)
 Entry point to C language function: void {@native glTexStorage3D}(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
More...
 
void glTextureStorage1DEXT (int texture, int target, int levels, int internalformat, int width)
 Entry point to C language function: void {@native glTextureStorage1DEXT}(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

More...
 
void glTextureStorage2DEXT (int texture, int target, int levels, int internalformat, int width, int height)
 Entry point to C language function: void {@native glTextureStorage2DEXT}(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

More...
 
void glTextureStorage3DEXT (int texture, int target, int levels, int internalformat, int width, int height, int depth)
 Entry point to C language function: void {@native glTextureStorage3DEXT}(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

More...
 
ByteBuffer glMapBuffer (int target, int access)
 Entry point to C language function: void * {@native glMapBuffer}(GLenum target, GLenum access)
Part of GL_VERSION_1_5, GL_OES_mapbuffer, GL_ARB_vertex_buffer_object
Alias for: glMapBufferOES, glMapBufferARB
More...
 
boolean glUnmapBuffer (int target)
 Entry point to C language function: GLboolean {@native glUnmapBuffer}(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
More...
 
void glRenderbufferStorageMultisample (int target, int samples, int internalformat, int width, int height)
 Entry point to C language function: void {@native glRenderbufferStorageMultisample}(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
More...
 
ByteBuffer glMapBufferRange (int target, long offset, long length, int access)
 Entry point to C language function: void * {@native glMapBufferRange}(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
More...
 
void glFlushMappedBufferRange (int target, long offset, long length)
 Entry point to C language function: void {@native glFlushMappedBufferRange}(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
More...
 
int glGetGraphicsResetStatus ()
 Entry point to C language function: GLenum {@native glGetGraphicsResetStatus}()
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
More...
 
void glReadnPixels (int x, int y, int width, int height, int format, int type, int bufSize, Buffer data)
 Entry point to C language function: void {@native glReadnPixels}(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 More...
 
void glGetnUniformfv (int program, int location, int bufSize, FloatBuffer params)
 Entry point to C language function: void {@native glGetnUniformfv}(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 More...
 
void glGetnUniformfv (int program, int location, int bufSize, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetnUniformfv}(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
More...
 
void glGetnUniformiv (int program, int location, int bufSize, IntBuffer params)
 Entry point to C language function: void {@native glGetnUniformiv}(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 More...
 
void glGetnUniformiv (int program, int location, int bufSize, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetnUniformiv}(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
More...
 
- Public Member Functions inherited from com.jogamp.opengl.GLBase
boolean isGL ()
 Indicates whether this GL object conforms to any of the OpenGL profiles. More...
 
boolean isGL4bc ()
 Indicates whether this GL object conforms to the OpenGL ≥ 4.0 compatibility profile. More...
 
boolean isGL4 ()
 Indicates whether this GL object conforms to the OpenGL ≥ 4.0 core profile. More...
 
boolean isGL3bc ()
 Indicates whether this GL object conforms to the OpenGL ≥ 3.1 compatibility profile. More...
 
boolean isGL3 ()
 Indicates whether this GL object conforms to the OpenGL ≥ 3.1 core profile. More...
 
boolean isGL2 ()
 Indicates whether this GL object conforms to the OpenGL ≤ 3.0 profile. More...
 
boolean isGLES1 ()
 Indicates whether this GL object conforms to the OpenGL ES ≥ 1.0 profile. More...
 
boolean isGLES2 ()
 Indicates whether this GL object conforms to the OpenGL ES ≥ 2.0 profile. More...
 
boolean isGLES3 ()
 Indicates whether this GL object conforms to the OpenGL ES ≥ 3.0 profile. More...
 
boolean isGLES ()
 Indicates whether this GL object conforms to one of the OpenGL ES profiles, see isGLES1(), isGLES2() and isGLES3(). More...
 
boolean isGL2ES1 ()
 Indicates whether this GL object conforms to a GL2ES1 compatible profile. More...
 
boolean isGL2ES2 ()
 Indicates whether this GL object conforms to a GL2ES2 compatible profile. More...
 
boolean isGL2ES3 ()
 Indicates whether this GL object conforms to a either a GL2GL3 or GL3ES3 compatible profile. More...
 
boolean isGL3ES3 ()
 Indicates whether this GL object conforms to a GL3ES3 compatible profile. More...
 
boolean isGL4ES3 ()
 Returns true if this GL object conforms to a GL4ES3 compatible profile, i.e. More...
 
boolean isGL2GL3 ()
 Indicates whether this GL object conforms to a GL2GL3 compatible profile. More...
 
boolean isGL4core ()
 Indicates whether this GL object uses a GL4 core profile. More...
 
boolean isGL3core ()
 Indicates whether this GL object uses a GL3 core profile. More...
 
boolean isGLcore ()
 Indicates whether this GL object uses a GL core profile. More...
 
boolean isGLES2Compatible ()
 Indicates whether this GL object is compatible with the core OpenGL ES2 functionality. More...
 
boolean isGLES3Compatible ()
 Indicates whether this GL object is compatible with the core OpenGL ES3 functionality. More...
 
boolean isGLES31Compatible ()
 Indicates whether this GL object is compatible with the core OpenGL ES3.1 functionality. More...
 
boolean isGLES32Compatible ()
 Indicates whether this GL object is compatible with the core OpenGL ES3.2 functionality. More...
 
boolean hasGLSL ()
 Indicates whether this GL object supports GLSL. More...
 
GL getDownstreamGL () throws GLException
 Returns the downstream GL instance in case this is a wrapping pipeline, otherwise null. More...
 
GL getRootGL () throws GLException
 Returns the implementing root instance, considering a wrapped pipelined hierarchy, see getDownstreamGL(). More...
 
GL getGL () throws GLException
 Casts this object to the GL interface. More...
 
GL4bc getGL4bc () throws GLException
 Casts this object to the GL4bc interface. More...
 
GL4 getGL4 () throws GLException
 Casts this object to the GL4 interface. More...
 
GL3bc getGL3bc () throws GLException
 Casts this object to the GL3bc interface. More...
 
GL3 getGL3 () throws GLException
 Casts this object to the GL3 interface. More...
 
GL2 getGL2 () throws GLException
 Casts this object to the GL2 interface. More...
 
GLES1 getGLES1 () throws GLException
 Casts this object to the GLES1 interface. More...
 
GLES2 getGLES2 () throws GLException
 Casts this object to the GLES2 interface. More...
 
GLES3 getGLES3 () throws GLException
 Casts this object to the GLES3 interface. More...
 
GL2ES1 getGL2ES1 () throws GLException
 Casts this object to the GL2ES1 interface. More...
 
GL2ES2 getGL2ES2 () throws GLException
 Casts this object to the GL2ES2 interface. More...
 
GL2ES3 getGL2ES3 () throws GLException
 Casts this object to the GL2ES3 interface. More...
 
GL3ES3 getGL3ES3 () throws GLException
 Casts this object to the GL3ES3 interface. More...
 
GL4ES3 getGL4ES3 () throws GLException
 Casts this object to the GL4ES3 interface. More...
 
GL2GL3 getGL2GL3 () throws GLException
 Casts this object to the GL2GL3 interface. More...
 
GLProfile getGLProfile ()
 Returns the GLProfile associated with this GL object. More...
 
GLContext getContext ()
 Returns the GLContext associated which this GL object. More...
 
boolean isFunctionAvailable (String glFunctionName)
 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. More...
 
boolean isExtensionAvailable (String glExtensionName)
 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. More...
 
boolean hasBasicFBOSupport ()
 Returns true if basic FBO support is available, otherwise false. More...
 
boolean hasFullFBOSupport ()
 Returns true if full FBO support is available, otherwise false. More...
 
int getMaxRenderbufferSamples ()
 Returns the maximum number of FBO RENDERBUFFER samples if full FBO is supported, otherwise false. More...
 
boolean isNPOTTextureAvailable ()
 Returns true if the GL context supports non power of two (NPOT) textures, otherwise false. More...
 
boolean isTextureFormatBGRA8888Available ()
 
void setSwapInterval (int interval) throws GLException
 Set the swap interval of the current context and attached onscreen GLDrawable. More...
 
int getSwapInterval ()
 Return the current swap interval. More...
 
Object getPlatformGLExtensions ()
 Returns an object through which platform-specific OpenGL extensions (EGL, GLX, WGL, etc.) may be accessed. More...
 
Object getExtension (String extensionName)
 Returns an object providing access to the specified OpenGL extension. More...
 
void glClearDepth (double depth)
 Aliased entrypoint of void {@native glClearDepth}(GLclampd depth); and void {@native glClearDepthf}(GLclampf depth); . More...
 
void glDepthRange (double zNear, double zFar)
 Aliased entrypoint of void {@native glDepthRange}(GLclampd depth); and void {@native glDepthRangef}(GLclampf depth); . More...
 
int getBoundBuffer (int target)
 
GLBufferStorage getBufferStorage (int bufferName)
 
GLBufferStorage mapBuffer (int target, int access) throws GLException
 Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBuffer(..) implementation. More...
 
GLBufferStorage mapBufferRange (final int target, final long offset, final long length, final int access) throws GLException
 Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBufferRange(..) implementation. More...
 
boolean isVBOArrayBound ()
 
boolean isVBOElementArrayBound ()
 
int getBoundFramebuffer (int target)
 Return the framebuffer name bound to this context, see GL#glBindFramebuffer(int, int). More...
 
int getDefaultDrawFramebuffer ()
 Return the default draw framebuffer name. More...
 
int getDefaultReadFramebuffer ()
 Return the default read framebuffer name. More...
 
int getDefaultDrawBuffer ()
 Returns the default color buffer within the current bound getDefaultReadFramebuffer(), i.e. More...
 
int getDefaultReadBuffer ()
 Returns the default color buffer within the current bound getDefaultReadFramebuffer(), i.e. More...
 
- Public Member Functions inherited from com.jogamp.opengl.fixedfunc.GLMatrixFunc
void glGetFloatv (int pname, java.nio.FloatBuffer params)
 Copy the named matrix into the given storage. More...
 
void glGetFloatv (int pname, float[] params, int params_offset)
 Copy the named matrix to the given storage at offset. More...
 
void glGetIntegerv (int pname, IntBuffer params)
 glGetIntegerv More...
 
void glGetIntegerv (int pname, int[] params, int params_offset)
 
void glMatrixMode (int mode)
 Sets the current matrix mode. More...
 
void glPushMatrix ()
 Push the current matrix to it's stack, while preserving it's values. More...
 
void glPopMatrix ()
 Pop the current matrix from it's stack. More...
 
void glLoadIdentity ()
 Load the current matrix with the identity matrix. More...
 
void glLoadMatrixf (java.nio.FloatBuffer m)
 Load the current matrix w/ the provided one. More...
 
void glLoadMatrixf (float[] m, int m_offset)
 Load the current matrix w/ the provided one. More...
 
void glMultMatrixf (java.nio.FloatBuffer m)
 Multiply the current matrix: [c] = [c] x [m]. More...
 
void glMultMatrixf (float[] m, int m_offset)
 Multiply the current matrix: [c] = [c] x [m]. More...
 
void glTranslatef (float x, float y, float z)
 Translate the current matrix. More...
 
void glRotatef (float angle, float x, float y, float z)
 Rotate the current matrix. More...
 
void glScalef (float x, float y, float z)
 Scale the current matrix. More...
 
void glOrthof (float left, float right, float bottom, float top, float zNear, float zFar)
 Multiply the current matrix with the orthogonal matrix. More...
 
void glFrustumf (float left, float right, float bottom, float top, float zNear, float zFar)
 Multiply the current matrix with the frustum matrix. More...
 
- Public Member Functions inherited from com.jogamp.opengl.fixedfunc.GLPointerFunc
void glEnableClientState (int arrayName)
 
void glDisableClientState (int arrayName)
 
void glVertexPointer (GLArrayData array)
 
void glVertexPointer (int size, int type, int stride, java.nio.Buffer pointer)
 
void glVertexPointer (int size, int type, int stride, long pointer_buffer_offset)
 
void glColorPointer (GLArrayData array)
 
void glColorPointer (int size, int type, int stride, java.nio.Buffer pointer)
 
void glColorPointer (int size, int type, int stride, long pointer_buffer_offset)
 
void glColor4f (float red, float green, float blue, float alpha)
 
void glNormalPointer (GLArrayData array)
 
void glNormalPointer (int type, int stride, java.nio.Buffer pointer)
 
void glNormalPointer (int type, int stride, long pointer_buffer_offset)
 
void glTexCoordPointer (GLArrayData array)
 
void glTexCoordPointer (int size, int type, int stride, java.nio.Buffer pointer)
 
void glTexCoordPointer (int size, int type, int stride, long pointer_buffer_offset)
 
void glLightfv (int light, int pname, java.nio.FloatBuffer params)
 
void glLightfv (int light, int pname, float[] params, int params_offset)
 
void glMaterialf (int face, int pname, float param)
 
void glMaterialfv (int face, int pname, java.nio.FloatBuffer params)
 
void glMaterialfv (int face, int pname, float[] params, int params_offset)
 
void glColor4f (float red, float green, float blue, float alpha)
 
void glShadeModel (int mode)
 
- Public Member Functions inherited from com.jogamp.opengl.GL2GL3
void glLogicOp (int opcode)
 Entry point to C language function: void {@native glLogicOp}(GLenum opcode)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

More...
 
void glPointSize (float size)
 Entry point to C language function: void {@native glPointSize}(GLfloat size)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

More...
 
void glPolygonMode (int face, int mode)
 Entry point to C language function: void {@native glPolygonMode}(GLenum face, GLenum mode)
Part of GL_VERSION_1_0, GL_NV_polygon_mode
Alias for: glPolygonModeNV
More...
 
void glDrawBuffer (int mode)
 Entry point to C language function: void {@native glDrawBuffer}(GLenum mode)
Part of GL_VERSION_1_0

More...
 
void glGetDoublev (int pname, DoubleBuffer params)
 Entry point to C language function: void {@native glGetDoublev}(GLenum pname, GLdouble * params)
Part of GL_VERSION_1_0
More...
 
void glGetDoublev (int pname, double[] params, int params_offset)
 Entry point to C language function: void {@native glGetDoublev}(GLenum pname, GLdouble * params)
Part of GL_VERSION_1_0

More...
 
void glPixelStoref (int pname, float param)
 Entry point to C language function: void {@native glPixelStoref}(GLenum pname, GLfloat param)
Part of GL_VERSION_1_0

More...
 
void glTexImage1D (int target, int level, int internalFormat, int width, int border, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glTexImage1D}(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_VERSION_1_0
More...
 
void glTexImage1D (int target, int level, int internalFormat, int width, int border, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glTexImage1D}(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_VERSION_1_0

More...
 
void glGetTexImage (int target, int level, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glGetTexImage}(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels)
Part of GL_VERSION_1_0
More...
 
void glGetTexImage (int target, int level, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glGetTexImage}(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels)
Part of GL_VERSION_1_0

More...
 
void glTexSubImage1D (int target, int level, int xoffset, int width, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glTexSubImage1D}(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 More...
 
void glTexSubImage1D (int target, int level, int xoffset, int width, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glTexSubImage1D}(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
More...
 
void glCopyTexImage1D (int target, int level, int internalformat, int x, int y, int width, int border)
 Entry point to C language function: void {@native glCopyTexImage1D}(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
More...
 
void glCopyTexSubImage1D (int target, int level, int xoffset, int x, int y, int width)
 Entry point to C language function: void {@native glCopyTexSubImage1D}(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
More...
 
void glCompressedTexImage1D (int target, int level, int internalformat, int width, int border, int imageSize, Buffer data)
 Entry point to C language function: void {@native glCompressedTexImage1D}(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 More...
 
void glCompressedTexImage1D (int target, int level, int internalformat, int width, int border, int imageSize, long data_buffer_offset)
 Entry point to C language function: void {@native glCompressedTexImage1D}(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
More...
 
void glCompressedTexSubImage1D (int target, int level, int xoffset, int width, int format, int imageSize, Buffer data)
 Entry point to C language function: void {@native glCompressedTexSubImage1D}(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 More...
 
void glCompressedTexSubImage1D (int target, int level, int xoffset, int width, int format, int imageSize, long data_buffer_offset)
 Entry point to C language function: void {@native glCompressedTexSubImage1D}(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
More...
 
void glGetCompressedTexImage (int target, int level, Buffer img)
 Entry point to C language function: void {@native glGetCompressedTexImage}(GLenum target, GLint level, void * img)
Part of GL_VERSION_1_3, GL_ARB_texture_compression
Alias for: glGetCompressedTexImageARB More...
 
void glGetCompressedTexImage (int target, int level, long img_buffer_offset)
 Entry point to C language function: void {@native glGetCompressedTexImage}(GLenum target, GLint level, void * img)
Part of GL_VERSION_1_3, GL_ARB_texture_compression
Alias for: glGetCompressedTexImageARB
More...
 
void glMultiDrawArrays (int mode, IntBuffer first, IntBuffer count, int drawcount)
 Entry point to C language function: void {@native glMultiDrawArrays}(GLenum mode, const GLint * first, const GLsizei * count, GLsizei drawcount)
Part of GL_VERSION_1_4, GL_EXT_multi_draw_arrays
Alias for: glMultiDrawArraysEXT More...
 
void glMultiDrawArrays (int mode, int[] first, int first_offset, int[] count, int count_offset, int drawcount)
 Entry point to C language function: void {@native glMultiDrawArrays}(GLenum mode, const GLint * first, const GLsizei * count, GLsizei drawcount)
Part of GL_VERSION_1_4, GL_EXT_multi_draw_arrays
Alias for: glMultiDrawArraysEXT
More...
 
void glMultiDrawElements (int mode, IntBuffer count, int type, PointerBuffer indices, int drawcount)
 Entry point to C language function: void {@native glMultiDrawElements}(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 More...
 
void glPointParameterf (int pname, float param)
 Entry point to C language function: void {@native glPointParameterf}(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
More...
 
void glPointParameterfv (int pname, FloatBuffer params)
 Entry point to C language function: void {@native glPointParameterfv}(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 More...
 
void glPointParameterfv (int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glPointParameterfv}(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
More...
 
void glPointParameteri (int pname, int param)
 Entry point to C language function: void {@native glPointParameteri}(GLenum pname, GLint param)
Part of GL_VERSION_1_4, GL_NV_point_sprite
Alias for: glPointParameteriNV
More...
 
void glPointParameteriv (int pname, IntBuffer params)
 Entry point to C language function: void {@native glPointParameteriv}(GLenum pname, const GLint * params)
Part of GL_VERSION_1_4, GL_NV_point_sprite
Alias for: glPointParameterivNV More...
 
void glPointParameteriv (int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glPointParameteriv}(GLenum pname, const GLint * params)
Part of GL_VERSION_1_4, GL_NV_point_sprite
Alias for: glPointParameterivNV
More...
 
void glGetBufferSubData (int target, long offset, long size, Buffer data)
 Entry point to C language function: void {@native glGetBufferSubData}(GLenum target, GLintptr offset, GLsizeiptr size, void * data)
Part of GL_VERSION_1_5, GL_ARB_vertex_buffer_object
Alias for: glGetBufferSubDataARB More...
 
void glGetVertexAttribdv (int index, int pname, DoubleBuffer params)
 Entry point to C language function: void {@native glGetVertexAttribdv}(GLuint index, GLenum pname, GLdouble * params)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glGetVertexAttribdvARB, glGetVertexAttribdvNV More...
 
void glGetVertexAttribdv (int index, int pname, double[] params, int params_offset)
 Entry point to C language function: void {@native glGetVertexAttribdv}(GLuint index, GLenum pname, GLdouble * params)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glGetVertexAttribdvARB, glGetVertexAttribdvNV
More...
 
void glVertexAttrib1d (int index, double x)
 Entry point to C language function: void {@native glVertexAttrib1d}(GLuint index, GLdouble x)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib1dNV, glVertexAttrib1dARB
More...
 
void glVertexAttrib1dv (int index, DoubleBuffer v)
 Entry point to C language function: void {@native glVertexAttrib1dv}(GLuint index, const GLdouble * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib1dvARB, glVertexAttrib1dvNV More...
 
void glVertexAttrib1dv (int index, double[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib1dv}(GLuint index, const GLdouble * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib1dvARB, glVertexAttrib1dvNV
More...
 
void glVertexAttrib1s (int index, short x)
 Entry point to C language function: void {@native glVertexAttrib1s}(GLuint index, GLshort x)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib1sNV, glVertexAttrib1sARB
More...
 
void glVertexAttrib1sv (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttrib1sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib1svARB, glVertexAttrib1svNV More...
 
void glVertexAttrib1sv (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib1sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib1svARB, glVertexAttrib1svNV
More...
 
void glVertexAttrib2d (int index, double x, double y)
 Entry point to C language function: void {@native glVertexAttrib2d}(GLuint index, GLdouble x, GLdouble y)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib2dARB, glVertexAttrib2dNV
More...
 
void glVertexAttrib2dv (int index, DoubleBuffer v)
 Entry point to C language function: void {@native glVertexAttrib2dv}(GLuint index, const GLdouble * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib2dvNV, glVertexAttrib2dvARB More...
 
void glVertexAttrib2dv (int index, double[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib2dv}(GLuint index, const GLdouble * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib2dvNV, glVertexAttrib2dvARB
More...
 
void glVertexAttrib2s (int index, short x, short y)
 Entry point to C language function: void {@native glVertexAttrib2s}(GLuint index, GLshort x, GLshort y)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib2sNV, glVertexAttrib2sARB
More...
 
void glVertexAttrib2sv (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttrib2sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib2svARB, glVertexAttrib2svNV More...
 
void glVertexAttrib2sv (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib2sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib2svARB, glVertexAttrib2svNV
More...
 
void glVertexAttrib3d (int index, double x, double y, double z)
 Entry point to C language function: void {@native glVertexAttrib3d}(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
More...
 
void glVertexAttrib3dv (int index, DoubleBuffer v)
 Entry point to C language function: void {@native glVertexAttrib3dv}(GLuint index, const GLdouble * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib3dvNV, glVertexAttrib3dvARB More...
 
void glVertexAttrib3dv (int index, double[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib3dv}(GLuint index, const GLdouble * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib3dvNV, glVertexAttrib3dvARB
More...
 
void glVertexAttrib3s (int index, short x, short y, short z)
 Entry point to C language function: void {@native glVertexAttrib3s}(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
More...
 
void glVertexAttrib3sv (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttrib3sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib3svARB, glVertexAttrib3svNV More...
 
void glVertexAttrib3sv (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib3sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib3svARB, glVertexAttrib3svNV
More...
 
void glVertexAttrib4Nbv (int index, ByteBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4Nbv}(GLuint index, const GLbyte * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NbvARB More...
 
void glVertexAttrib4Nbv (int index, byte[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4Nbv}(GLuint index, const GLbyte * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NbvARB
More...
 
void glVertexAttrib4Niv (int index, IntBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4Niv}(GLuint index, const GLint * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NivARB More...
 
void glVertexAttrib4Niv (int index, int[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4Niv}(GLuint index, const GLint * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NivARB
More...
 
void glVertexAttrib4Nsv (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4Nsv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NsvARB More...
 
void glVertexAttrib4Nsv (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4Nsv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NsvARB
More...
 
void glVertexAttrib4Nub (int index, byte x, byte y, byte z, byte w)
 Entry point to C language function: void {@native glVertexAttrib4Nub}(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NubARB
More...
 
void glVertexAttrib4Nubv (int index, ByteBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4Nubv}(GLuint index, const GLubyte * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NubvARB More...
 
void glVertexAttrib4Nubv (int index, byte[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4Nubv}(GLuint index, const GLubyte * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NubvARB
More...
 
void glVertexAttrib4Nuiv (int index, IntBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4Nuiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NuivARB More...
 
void glVertexAttrib4Nuiv (int index, int[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4Nuiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NuivARB
More...
 
void glVertexAttrib4Nusv (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4Nusv}(GLuint index, const GLushort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NusvARB More...
 
void glVertexAttrib4Nusv (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4Nusv}(GLuint index, const GLushort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NusvARB
More...
 
void glVertexAttrib4bv (int index, ByteBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4bv}(GLuint index, const GLbyte * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4bvARB More...
 
void glVertexAttrib4bv (int index, byte[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4bv}(GLuint index, const GLbyte * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4bvARB
More...
 
void glVertexAttrib4d (int index, double x, double y, double z, double w)
 Entry point to C language function: void {@native glVertexAttrib4d}(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
More...
 
void glVertexAttrib4dv (int index, DoubleBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4dv}(GLuint index, const GLdouble * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib4dvNV, glVertexAttrib4dvARB More...
 
void glVertexAttrib4dv (int index, double[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4dv}(GLuint index, const GLdouble * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib4dvNV, glVertexAttrib4dvARB
More...
 
void glVertexAttrib4iv (int index, IntBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4iv}(GLuint index, const GLint * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4ivARB More...
 
void glVertexAttrib4iv (int index, int[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4iv}(GLuint index, const GLint * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4ivARB
More...
 
void glVertexAttrib4s (int index, short x, short y, short z, short w)
 Entry point to C language function: void {@native glVertexAttrib4s}(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
More...
 
void glVertexAttrib4sv (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib4svNV, glVertexAttrib4svARB More...
 
void glVertexAttrib4sv (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib4svNV, glVertexAttrib4svARB
More...
 
void glVertexAttrib4ubv (int index, ByteBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4ubv}(GLuint index, const GLubyte * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib4ubvNV, glVertexAttrib4ubvARB More...
 
void glVertexAttrib4ubv (int index, byte[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4ubv}(GLuint index, const GLubyte * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib4ubvNV, glVertexAttrib4ubvARB
More...
 
void glVertexAttrib4uiv (int index, IntBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4uiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4uivARB More...
 
void glVertexAttrib4uiv (int index, int[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4uiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4uivARB
More...
 
void glVertexAttrib4usv (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4usv}(GLuint index, const GLushort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4usvARB More...
 
void glVertexAttrib4usv (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4usv}(GLuint index, const GLushort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4usvARB
More...
 
void glClampColor (int target, int clamp)
 Entry point to C language function: void {@native glClampColor}(GLenum target, GLenum clamp)
Part of GL_VERSION_3_0, GL_ARB_color_buffer_float
Alias for: glClampColorARB
More...
 
void glVertexAttribI1i (int index, int x)
 Entry point to C language function: void {@native glVertexAttribI1i}(GLuint index, GLint x)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI1iEXT
More...
 
void glVertexAttribI2i (int index, int x, int y)
 Entry point to C language function: void {@native glVertexAttribI2i}(GLuint index, GLint x, GLint y)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI2iEXT
More...
 
void glVertexAttribI3i (int index, int x, int y, int z)
 Entry point to C language function: void {@native glVertexAttribI3i}(GLuint index, GLint x, GLint y, GLint z)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI3iEXT
More...
 
void glVertexAttribI1ui (int index, int x)
 Entry point to C language function: void {@native glVertexAttribI1ui}(GLuint index, GLuint x)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI1uiEXT
More...
 
void glVertexAttribI2ui (int index, int x, int y)
 Entry point to C language function: void {@native glVertexAttribI2ui}(GLuint index, GLuint x, GLuint y)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI2uiEXT
More...
 
void glVertexAttribI3ui (int index, int x, int y, int z)
 Entry point to C language function: void {@native glVertexAttribI3ui}(GLuint index, GLuint x, GLuint y, GLuint z)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI3uiEXT
More...
 
void glVertexAttribI1iv (int index, IntBuffer v)
 Entry point to C language function: void {@native glVertexAttribI1iv}(GLuint index, const GLint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI1ivEXT More...
 
void glVertexAttribI1iv (int index, int[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribI1iv}(GLuint index, const GLint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI1ivEXT
More...
 
void glVertexAttribI2iv (int index, IntBuffer v)
 Entry point to C language function: void {@native glVertexAttribI2iv}(GLuint index, const GLint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI2ivEXT More...
 
void glVertexAttribI2iv (int index, int[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribI2iv}(GLuint index, const GLint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI2ivEXT
More...
 
void glVertexAttribI3iv (int index, IntBuffer v)
 Entry point to C language function: void {@native glVertexAttribI3iv}(GLuint index, const GLint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI3ivEXT More...
 
void glVertexAttribI3iv (int index, int[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribI3iv}(GLuint index, const GLint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI3ivEXT
More...
 
void glVertexAttribI1uiv (int index, IntBuffer v)
 Entry point to C language function: void {@native glVertexAttribI1uiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI1uivEXT More...
 
void glVertexAttribI1uiv (int index, int[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribI1uiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI1uivEXT
More...
 
void glVertexAttribI2uiv (int index, IntBuffer v)
 Entry point to C language function: void {@native glVertexAttribI2uiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI2uivEXT More...
 
void glVertexAttribI2uiv (int index, int[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribI2uiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI2uivEXT
More...
 
void glVertexAttribI3uiv (int index, IntBuffer v)
 Entry point to C language function: void {@native glVertexAttribI3uiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI3uivEXT More...
 
void glVertexAttribI3uiv (int index, int[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribI3uiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI3uivEXT
More...
 
void glVertexAttribI4bv (int index, ByteBuffer v)
 Entry point to C language function: void {@native glVertexAttribI4bv}(GLuint index, const GLbyte * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4bvEXT More...
 
void glVertexAttribI4bv (int index, byte[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribI4bv}(GLuint index, const GLbyte * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4bvEXT
More...
 
void glVertexAttribI4sv (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttribI4sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4svEXT More...
 
void glVertexAttribI4sv (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribI4sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4svEXT
More...
 
void glVertexAttribI4ubv (int index, ByteBuffer v)
 Entry point to C language function: void {@native glVertexAttribI4ubv}(GLuint index, const GLubyte * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4ubvEXT More...
 
void glVertexAttribI4ubv (int index, byte[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribI4ubv}(GLuint index, const GLubyte * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4ubvEXT
More...
 
void glVertexAttribI4usv (int index, ShortBuffer v)
 Entry point to C language function: void {@native glVertexAttribI4usv}(GLuint index, const GLushort * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4usvEXT More...
 
void glVertexAttribI4usv (int index, short[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribI4usv}(GLuint index, const GLushort * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4usvEXT
More...
 
void glBindFragDataLocation (int program, int color, String name)
 Entry point to C language function: void {@native glBindFragDataLocation}(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
More...
 
void glFramebufferTexture1D (int target, int attachment, int textarget, int texture, int level)
 Entry point to C language function: void {@native glFramebufferTexture1D}(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
More...
 
void glPrimitiveRestartIndex (int index)
 Entry point to C language function: void {@native glPrimitiveRestartIndex}(GLuint index)
Part of GL_VERSION_3_1, GL_NV_primitive_restart
Alias for: glPrimitiveRestartIndexNV
More...
 
void glGetActiveUniformName (int program, int uniformIndex, int bufSize, IntBuffer length, ByteBuffer uniformName)
 Entry point to C language function: void {@native glGetActiveUniformName}(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformName)
Part of GL_ARB_uniform_buffer_object, GL_VERSION_3_1
More...
 
void glGetActiveUniformName (int program, int uniformIndex, int bufSize, int[] length, int length_offset, byte[] uniformName, int uniformName_offset)
 Entry point to C language function: void {@native glGetActiveUniformName}(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformName)
Part of GL_ARB_uniform_buffer_object, GL_VERSION_3_1

More...
 
void glProvokingVertex (int mode)
 Entry point to C language function: void {@native glProvokingVertex}(GLenum mode)
Part of GL_ARB_provoking_vertex, GL_VERSION_3_2, GL_EXT_provoking_vertex
Alias for: glProvokingVertexEXT
More...
 
void glDrawTransformFeedback (int mode, int id)
 Entry point to C language function: void {@native glDrawTransformFeedback}(GLenum mode, GLuint id)
Part of GL_ARB_transform_feedback2, GL_VERSION_4_0, GL_EXT_draw_transform_feedback, GL_NV_transform_feedback2
Alias for: glDrawTransformFeedbackEXT, glDrawTransformFeedbackNV
More...
 
void glDrawTransformFeedbackStream (int mode, int id, int stream)
 Entry point to C language function: void {@native glDrawTransformFeedbackStream}(GLenum mode, GLuint id, GLuint stream)
Part of GL_ARB_transform_feedback3, GL_VERSION_4_0

More...
 
void glBeginQueryIndexed (int target, int index, int id)
 Entry point to C language function: void {@native glBeginQueryIndexed}(GLenum target, GLuint index, GLuint id)
Part of GL_ARB_transform_feedback3, GL_VERSION_4_0

More...
 
void glEndQueryIndexed (int target, int index)
 Entry point to C language function: void {@native glEndQueryIndexed}(GLenum target, GLuint index)
Part of GL_ARB_transform_feedback3, GL_VERSION_4_0

More...
 
void glGetQueryIndexediv (int target, int index, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetQueryIndexediv}(GLenum target, GLuint index, GLenum pname, GLint * params)
Part of GL_ARB_transform_feedback3, GL_VERSION_4_0
More...
 
void glGetQueryIndexediv (int target, int index, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetQueryIndexediv}(GLenum target, GLuint index, GLenum pname, GLint * params)
Part of GL_ARB_transform_feedback3, GL_VERSION_4_0

More...
 
void glProgramUniform1d (int program, int location, double v0)
 Entry point to C language function: void {@native glProgramUniform1d}(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
More...
 
void glProgramUniform1dv (int program, int location, int count, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniform1dv}(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 More...
 
void glProgramUniform1dv (int program, int location, int count, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform1dv}(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
More...
 
void glProgramUniform2d (int program, int location, double v0, double v1)
 Entry point to C language function: void {@native glProgramUniform2d}(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
More...
 
void glProgramUniform2dv (int program, int location, int count, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniform2dv}(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 More...
 
void glProgramUniform2dv (int program, int location, int count, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform2dv}(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
More...
 
void glProgramUniform3d (int program, int location, double v0, double v1, double v2)
 Entry point to C language function: void {@native glProgramUniform3d}(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
More...
 
void glProgramUniform3dv (int program, int location, int count, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniform3dv}(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 More...
 
void glProgramUniform3dv (int program, int location, int count, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform3dv}(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
More...
 
void glProgramUniform4d (int program, int location, double v0, double v1, double v2, double v3)
 Entry point to C language function: void {@native glProgramUniform4d}(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
More...
 
void glProgramUniform4dv (int program, int location, int count, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniform4dv}(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 More...
 
void glProgramUniform4dv (int program, int location, int count, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform4dv}(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
More...
 
void glProgramUniformMatrix2dv (int program, int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix2dv}(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 More...
 
void glProgramUniformMatrix2dv (int program, int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix2dv}(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
More...
 
void glProgramUniformMatrix3dv (int program, int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix3dv}(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 More...
 
void glProgramUniformMatrix3dv (int program, int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix3dv}(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
More...
 
void glProgramUniformMatrix4dv (int program, int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix4dv}(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 More...
 
void glProgramUniformMatrix4dv (int program, int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix4dv}(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
More...
 
void glProgramUniformMatrix2x3dv (int program, int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix2x3dv}(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 More...
 
void glProgramUniformMatrix2x3dv (int program, int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix2x3dv}(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
More...
 
void glProgramUniformMatrix3x2dv (int program, int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix3x2dv}(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 More...
 
void glProgramUniformMatrix3x2dv (int program, int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix3x2dv}(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
More...
 
void glProgramUniformMatrix2x4dv (int program, int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix2x4dv}(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 More...
 
void glProgramUniformMatrix2x4dv (int program, int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix2x4dv}(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
More...
 
void glProgramUniformMatrix4x2dv (int program, int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix4x2dv}(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 More...
 
void glProgramUniformMatrix4x2dv (int program, int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix4x2dv}(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
More...
 
void glProgramUniformMatrix3x4dv (int program, int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix3x4dv}(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 More...
 
void glProgramUniformMatrix3x4dv (int program, int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix3x4dv}(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
More...
 
void glProgramUniformMatrix4x3dv (int program, int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix4x3dv}(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 More...
 
void glProgramUniformMatrix4x3dv (int program, int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix4x3dv}(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
More...
 
void glVertexAttribL1d (int index, double x)
 Entry point to C language function: void {@native glVertexAttribL1d}(GLuint index, GLdouble x)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL1dEXT
More...
 
void glVertexAttribL2d (int index, double x, double y)
 Entry point to C language function: void {@native glVertexAttribL2d}(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
More...
 
void glVertexAttribL3d (int index, double x, double y, double z)
 Entry point to C language function: void {@native glVertexAttribL3d}(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
More...
 
void glVertexAttribL4d (int index, double x, double y, double z, double w)
 Entry point to C language function: void {@native glVertexAttribL4d}(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
More...
 
void glVertexAttribL1dv (int index, DoubleBuffer v)
 Entry point to C language function: void {@native glVertexAttribL1dv}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL1dvEXT More...
 
void glVertexAttribL1dv (int index, double[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribL1dv}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL1dvEXT
More...
 
void glVertexAttribL2dv (int index, DoubleBuffer v)
 Entry point to C language function: void {@native glVertexAttribL2dv}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL2dvEXT More...
 
void glVertexAttribL2dv (int index, double[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribL2dv}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL2dvEXT
More...
 
void glVertexAttribL3dv (int index, DoubleBuffer v)
 Entry point to C language function: void {@native glVertexAttribL3dv}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL3dvEXT More...
 
void glVertexAttribL3dv (int index, double[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribL3dv}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL3dvEXT
More...
 
void glVertexAttribL4dv (int index, DoubleBuffer v)
 Entry point to C language function: void {@native glVertexAttribL4dv}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL4dvEXT More...
 
void glVertexAttribL4dv (int index, double[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribL4dv}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL4dvEXT
More...
 
void glVertexAttribLPointer (int index, int size, int type, int stride, long pointer_buffer_offset)
 Entry point to C language function: void {@native glVertexAttribLPointer}(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
More...
 
void glGetVertexAttribLdv (int index, int pname, DoubleBuffer params)
 Entry point to C language function: void {@native glGetVertexAttribLdv}(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 More...
 
void glGetVertexAttribLdv (int index, int pname, double[] params, int params_offset)
 Entry point to C language function: void {@native glGetVertexAttribLdv}(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
More...
 
void glGetActiveAtomicCounterBufferiv (int program, int bufferIndex, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetActiveAtomicCounterBufferiv}(GLuint program, GLuint bufferIndex, GLenum pname, GLint * params)
Part of GL_ARB_shader_atomic_counters, GL_VERSION_4_2
More...
 
void glGetActiveAtomicCounterBufferiv (int program, int bufferIndex, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetActiveAtomicCounterBufferiv}(GLuint program, GLuint bufferIndex, GLenum pname, GLint * params)
Part of GL_ARB_shader_atomic_counters, GL_VERSION_4_2

More...
 
void glClearBufferData (int target, int internalformat, int format, int type, Buffer data)
 Entry point to C language function: void {@native glClearBufferData}(GLenum target, GLenum internalformat, GLenum format, GLenum type, const void * data)
Part of GL_VERSION_4_3, GL_ARB_clear_buffer_object
More...
 
void glClearBufferSubData (int target, int internalformat, long offset, long size, int format, int type, Buffer data)
 Entry point to C language function: void {@native glClearBufferSubData}(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
More...
 
void glGetInternalformati64v (int target, int internalformat, int pname, int count, LongBuffer params)
 Entry point to C language function: void {@native glGetInternalformati64v}(GLenum target, GLenum internalformat, GLenum pname, GLsizei count, GLint64 * params)
Part of GL_ARB_internalformat_query2, GL_VERSION_4_3
More...
 
void glGetInternalformati64v (int target, int internalformat, int pname, int count, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetInternalformati64v}(GLenum target, GLenum internalformat, GLenum pname, GLsizei count, GLint64 * params)
Part of GL_ARB_internalformat_query2, GL_VERSION_4_3

More...
 
void glInvalidateTexSubImage (int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth)
 Entry point to C language function: void {@native glInvalidateTexSubImage}(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

More...
 
void glInvalidateTexImage (int texture, int level)
 Entry point to C language function: void {@native glInvalidateTexImage}(GLuint texture, GLint level)
Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3

More...
 
void glInvalidateBufferSubData (int buffer, long offset, long length)
 Entry point to C language function: void {@native glInvalidateBufferSubData}(GLuint buffer, GLintptr offset, GLsizeiptr length)
Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3

More...
 
void glInvalidateBufferData (int buffer)
 Entry point to C language function: void {@native glInvalidateBufferData}(GLuint buffer)
Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3

More...
 
void glClearNamedBufferData (int buffer, int internalformat, int format, int type, Buffer data)
 Entry point to C language function: void {@native glClearNamedBufferData}(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 More...
 
void glClearNamedBufferSubData (int buffer, int internalformat, long offset, long size, int format, int type, Buffer data)
 Entry point to C language function: void {@native glClearNamedBufferSubData}(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 More...
 
void glNamedFramebufferParameteri (int framebuffer, int pname, int param)
 Entry point to C language function: void {@native glNamedFramebufferParameteri}(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
More...
 
void glGetNamedFramebufferParameteriv (int framebuffer, int pname, IntBuffer param)
 Entry point to C language function: void {@native glGetNamedFramebufferParameteriv}(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 More...
 
void glGetNamedFramebufferParameteriv (int framebuffer, int pname, int[] param, int param_offset)
 Entry point to C language function: void {@native glGetNamedFramebufferParameteriv}(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
More...
 
void glGetnCompressedTexImage (int target, int lod, int bufSize, Buffer pixels)
 Entry point to C language function: void {@native glGetnCompressedTexImage}(GLenum target, GLint lod, GLsizei bufSize, void * pixels)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnCompressedTexImageARB More...
 
void glGetnTexImage (int target, int level, int format, int type, int bufSize, Buffer pixels)
 Entry point to C language function: void {@native glGetnTexImage}(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * pixels)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnTexImageARB More...
 
void glGetnUniformdv (int program, int location, int bufSize, DoubleBuffer params)
 Entry point to C language function: void {@native glGetnUniformdv}(GLuint program, GLint location, GLsizei bufSize, GLdouble * params)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnUniformdvARB More...
 
void glGetnUniformdv (int program, int location, int bufSize, double[] params, int params_offset)
 Entry point to C language function: void {@native glGetnUniformdv}(GLuint program, GLint location, GLsizei bufSize, GLdouble * params)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnUniformdvARB
More...
 
void glBufferPageCommitmentARB (int target, long offset, long size, boolean commit)
 Entry point to C language function: void {@native glBufferPageCommitmentARB}(GLenum target, GLintptr offset, GLsizeiptr size, GLboolean commit)
Part of GL_ARB_sparse_buffer

More...
 
void glNamedBufferPageCommitmentEXT (int buffer, long offset, long size, boolean commit)
 Entry point to C language function: void {@native glNamedBufferPageCommitmentEXT}(GLuint buffer, GLintptr offset, GLsizeiptr size, GLboolean commit)
Part of GL_ARB_sparse_buffer

More...
 
void glNamedBufferPageCommitmentARB (int buffer, long offset, long size, boolean commit)
 Entry point to C language function: void {@native glNamedBufferPageCommitmentARB}(GLuint buffer, GLintptr offset, GLsizeiptr size, GLboolean commit)
Part of GL_ARB_sparse_buffer

More...
 
void glTexPageCommitmentARB (int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, boolean commit)
 Entry point to C language function: void {@native glTexPageCommitmentARB}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit)
Part of GL_ARB_sparse_texture

More...
 
void glMaxShaderCompilerThreadsKHR (int count)
 Entry point to C language function: void {@native glMaxShaderCompilerThreadsKHR}(GLuint count)
Part of GL_KHR_parallel_shader_compile

More...
 
void glDebugMessageEnableAMD (int category, int severity, int count, IntBuffer ids, boolean enabled)
 Entry point to C language function: void {@native glDebugMessageEnableAMD}(GLenum category, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled)
Part of GL_AMD_debug_output
More...
 
void glDebugMessageEnableAMD (int category, int severity, int count, int[] ids, int ids_offset, boolean enabled)
 Entry point to C language function: void {@native glDebugMessageEnableAMD}(GLenum category, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled)
Part of GL_AMD_debug_output

More...
 
void glDebugMessageInsertAMD (int category, int severity, int id, int length, String buf)
 Entry point to C language function: void {@native glDebugMessageInsertAMD}(GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar * buf)
Part of GL_AMD_debug_output

More...
 
int glGetDebugMessageLogAMD (int count, int bufSize, IntBuffer categories, IntBuffer severities, IntBuffer ids, IntBuffer lengths, ByteBuffer message)
 Entry point to C language function: GLuint {@native glGetDebugMessageLogAMD}(GLuint count, GLsizei bufSize, GLenum * categories, GLenum * severities, GLuint * ids, GLsizei * lengths, GLchar * message)
Part of GL_AMD_debug_output
More...
 
int glGetDebugMessageLogAMD (int count, int bufSize, int[] categories, int categories_offset, int[] severities, int severities_offset, int[] ids, int ids_offset, int[] lengths, int lengths_offset, byte[] message, int message_offset)
 Entry point to C language function: GLuint {@native glGetDebugMessageLogAMD}(GLuint count, GLsizei bufSize, GLenum * categories, GLenum * severities, GLuint * ids, GLsizei * lengths, GLchar * message)
Part of GL_AMD_debug_output

More...
 
void glRenderbufferStorageMultisampleAdvancedAMD (int target, int samples, int storageSamples, int internalformat, int width, int height)
 Entry point to C language function: void {@native glRenderbufferStorageMultisampleAdvancedAMD}(GLenum target, GLsizei samples, GLsizei storageSamples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_AMD_framebuffer_multisample_advanced

More...
 
void glNamedRenderbufferStorageMultisampleAdvancedAMD (int renderbuffer, int samples, int storageSamples, int internalformat, int width, int height)
 Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleAdvancedAMD}(GLuint renderbuffer, GLsizei samples, GLsizei storageSamples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_AMD_framebuffer_multisample_advanced

More...
 
void glGetUniformui64vNV (int program, int location, LongBuffer params)
 Entry point to C language function: void {@native glGetUniformui64vNV}(GLuint program, GLint location, GLuint64EXT * params)
Part of GL_NV_shader_buffer_load, GL_AMD_gpu_shader_int64
More...
 
void glGetUniformui64vNV (int program, int location, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetUniformui64vNV}(GLuint program, GLint location, GLuint64EXT * params)
Part of GL_NV_shader_buffer_load, GL_AMD_gpu_shader_int64

More...
 
void glMultiDrawArraysIndirectAMD (int mode, Buffer indirect, int primcount, int stride)
 Entry point to C language function: void {@native glMultiDrawArraysIndirectAMD}(GLenum mode, const void * indirect, GLsizei primcount, GLsizei stride)
Part of GL_AMD_multi_draw_indirect
More...
 
void glMultiDrawElementsIndirectAMD (int mode, int type, Buffer indirect, int primcount, int stride)
 Entry point to C language function: void {@native glMultiDrawElementsIndirectAMD}(GLenum mode, GLenum type, const void * indirect, GLsizei primcount, GLsizei stride)
Part of GL_AMD_multi_draw_indirect
More...
 
void glSetMultisamplefvAMD (int pname, int index, FloatBuffer val)
 Entry point to C language function: void {@native glSetMultisamplefvAMD}(GLenum pname, GLuint index, const GLfloat * val)
Part of GL_AMD_sample_positions
More...
 
void glSetMultisamplefvAMD (int pname, int index, float[] val, int val_offset)
 Entry point to C language function: void {@native glSetMultisamplefvAMD}(GLenum pname, GLuint index, const GLfloat * val)
Part of GL_AMD_sample_positions

More...
 
void glStencilOpValueAMD (int face, int value)
 Entry point to C language function: void {@native glStencilOpValueAMD}(GLenum face, GLuint value)
Part of GL_AMD_stencil_operation_extended

More...
 
void glTessellationFactorAMD (float factor)
 Entry point to C language function: void {@native glTessellationFactorAMD}(GLfloat factor)
Part of GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator

More...
 
void glTessellationModeAMD (int mode)
 Entry point to C language function: void {@native glTessellationModeAMD}(GLenum mode)
Part of GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator

More...
 
void glMatrixLoadfEXT (int mode, FloatBuffer m)
 Entry point to C language function: void {@native glMatrixLoadfEXT}(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering
More...
 
void glMatrixLoadfEXT (int mode, float[] m, int m_offset)
 Entry point to C language function: void {@native glMatrixLoadfEXT}(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixLoaddEXT (int mode, DoubleBuffer m)
 Entry point to C language function: void {@native glMatrixLoaddEXT}(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering
More...
 
void glMatrixLoaddEXT (int mode, double[] m, int m_offset)
 Entry point to C language function: void {@native glMatrixLoaddEXT}(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixMultfEXT (int mode, FloatBuffer m)
 Entry point to C language function: void {@native glMatrixMultfEXT}(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering
More...
 
void glMatrixMultfEXT (int mode, float[] m, int m_offset)
 Entry point to C language function: void {@native glMatrixMultfEXT}(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixMultdEXT (int mode, DoubleBuffer m)
 Entry point to C language function: void {@native glMatrixMultdEXT}(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering
More...
 
void glMatrixMultdEXT (int mode, double[] m, int m_offset)
 Entry point to C language function: void {@native glMatrixMultdEXT}(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixLoadIdentityEXT (int mode)
 Entry point to C language function: void {@native glMatrixLoadIdentityEXT}(GLenum mode)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixRotatefEXT (int mode, float angle, float x, float y, float z)
 Entry point to C language function: void {@native glMatrixRotatefEXT}(GLenum mode, GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixRotatedEXT (int mode, double angle, double x, double y, double z)
 Entry point to C language function: void {@native glMatrixRotatedEXT}(GLenum mode, GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixScalefEXT (int mode, float x, float y, float z)
 Entry point to C language function: void {@native glMatrixScalefEXT}(GLenum mode, GLfloat x, GLfloat y, GLfloat z)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixScaledEXT (int mode, double x, double y, double z)
 Entry point to C language function: void {@native glMatrixScaledEXT}(GLenum mode, GLdouble x, GLdouble y, GLdouble z)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixTranslatefEXT (int mode, float x, float y, float z)
 Entry point to C language function: void {@native glMatrixTranslatefEXT}(GLenum mode, GLfloat x, GLfloat y, GLfloat z)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixTranslatedEXT (int mode, double x, double y, double z)
 Entry point to C language function: void {@native glMatrixTranslatedEXT}(GLenum mode, GLdouble x, GLdouble y, GLdouble z)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixFrustumEXT (int mode, double left, double right, double bottom, double top, double zNear, double zFar)
 Entry point to C language function: void {@native glMatrixFrustumEXT}(GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixOrthoEXT (int mode, double left, double right, double bottom, double top, double zNear, double zFar)
 Entry point to C language function: void {@native glMatrixOrthoEXT}(GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixPopEXT (int mode)
 Entry point to C language function: void {@native glMatrixPopEXT}(GLenum mode)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixPushEXT (int mode)
 Entry point to C language function: void {@native glMatrixPushEXT}(GLenum mode)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glClientAttribDefaultEXT (int mask)
 Entry point to C language function: void {@native glClientAttribDefaultEXT}(GLbitfield mask)
Part of GL_EXT_direct_state_access

More...
 
void glPushClientAttribDefaultEXT (int mask)
 Entry point to C language function: void {@native glPushClientAttribDefaultEXT}(GLbitfield mask)
Part of GL_EXT_direct_state_access

More...
 
void glTextureParameterfEXT (int texture, int target, int pname, float param)
 Entry point to C language function: void {@native glTextureParameterfEXT}(GLuint texture, GLenum target, GLenum pname, GLfloat param)
Part of GL_EXT_direct_state_access

More...
 
void glTextureParameterfvEXT (int texture, int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glTextureParameterfvEXT}(GLuint texture, GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access
More...
 
void glTextureParameterfvEXT (int texture, int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glTextureParameterfvEXT}(GLuint texture, GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glTextureParameteriEXT (int texture, int target, int pname, int param)
 Entry point to C language function: void {@native glTextureParameteriEXT}(GLuint texture, GLenum target, GLenum pname, GLint param)
Part of GL_EXT_direct_state_access

More...
 
void glTextureParameterivEXT (int texture, int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glTextureParameterivEXT}(GLuint texture, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glTextureParameterivEXT (int texture, int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glTextureParameterivEXT}(GLuint texture, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glTextureImage1DEXT (int texture, int target, int level, int internalformat, int width, int border, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glTextureImage1DEXT}(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
More...
 
void glTextureImage1DEXT (int texture, int target, int level, int internalformat, int width, int border, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glTextureImage1DEXT}(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

More...
 
void glTextureImage2DEXT (int texture, int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glTextureImage2DEXT}(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
More...
 
void glTextureImage2DEXT (int texture, int target, int level, int internalformat, int width, int height, int border, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glTextureImage2DEXT}(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

More...
 
void glTextureSubImage1DEXT (int texture, int target, int level, int xoffset, int width, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glTextureSubImage1DEXT}(GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void * pixels)
Part of GL_EXT_direct_state_access
More...
 
void glTextureSubImage1DEXT (int texture, int target, int level, int xoffset, int width, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glTextureSubImage1DEXT}(GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void * pixels)
Part of GL_EXT_direct_state_access

More...
 
void glTextureSubImage2DEXT (int texture, int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glTextureSubImage2DEXT}(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
More...
 
void glTextureSubImage2DEXT (int texture, int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glTextureSubImage2DEXT}(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

More...
 
void glCopyTextureImage1DEXT (int texture, int target, int level, int internalformat, int x, int y, int width, int border)
 Entry point to C language function: void {@native glCopyTextureImage1DEXT}(GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
Part of GL_EXT_direct_state_access

More...
 
void glCopyTextureImage2DEXT (int texture, int target, int level, int internalformat, int x, int y, int width, int height, int border)
 Entry point to C language function: void {@native glCopyTextureImage2DEXT}(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

More...
 
void glCopyTextureSubImage1DEXT (int texture, int target, int level, int xoffset, int x, int y, int width)
 Entry point to C language function: void {@native glCopyTextureSubImage1DEXT}(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
Part of GL_EXT_direct_state_access

More...
 
void glCopyTextureSubImage2DEXT (int texture, int target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
 Entry point to C language function: void {@native glCopyTextureSubImage2DEXT}(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

More...
 
void glGetTextureImageEXT (int texture, int target, int level, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glGetTextureImageEXT}(GLuint texture, GLenum target, GLint level, GLenum format, GLenum type, void * pixels)
Part of GL_EXT_direct_state_access
More...
 
void glGetTextureParameterfvEXT (int texture, int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetTextureParameterfvEXT}(GLuint texture, GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetTextureParameterfvEXT (int texture, int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetTextureParameterfvEXT}(GLuint texture, GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetTextureParameterivEXT (int texture, int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTextureParameterivEXT}(GLuint texture, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetTextureParameterivEXT (int texture, int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTextureParameterivEXT}(GLuint texture, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetTextureLevelParameterfvEXT (int texture, int target, int level, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetTextureLevelParameterfvEXT}(GLuint texture, GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetTextureLevelParameterfvEXT (int texture, int target, int level, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetTextureLevelParameterfvEXT}(GLuint texture, GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetTextureLevelParameterivEXT (int texture, int target, int level, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTextureLevelParameterivEXT}(GLuint texture, GLenum target, GLint level, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetTextureLevelParameterivEXT (int texture, int target, int level, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTextureLevelParameterivEXT}(GLuint texture, GLenum target, GLint level, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glTextureImage3DEXT (int texture, int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glTextureImage3DEXT}(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
More...
 
void glTextureImage3DEXT (int texture, int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glTextureImage3DEXT}(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

More...
 
void glTextureSubImage3DEXT (int texture, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glTextureSubImage3DEXT}(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
More...
 
void glTextureSubImage3DEXT (int texture, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glTextureSubImage3DEXT}(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

More...
 
void glCopyTextureSubImage3DEXT (int texture, int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height)
 Entry point to C language function: void {@native glCopyTextureSubImage3DEXT}(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

More...
 
void glBindMultiTextureEXT (int texunit, int target, int texture)
 Entry point to C language function: void {@native glBindMultiTextureEXT}(GLenum texunit, GLenum target, GLuint texture)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexCoordPointerEXT (int texunit, int size, int type, int stride, Buffer pointer)
 Entry point to C language function: void {@native glMultiTexCoordPointerEXT}(GLenum texunit, GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_EXT_direct_state_access
More...
 
void glMultiTexEnvfEXT (int texunit, int target, int pname, float param)
 Entry point to C language function: void {@native glMultiTexEnvfEXT}(GLenum texunit, GLenum target, GLenum pname, GLfloat param)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexEnvfvEXT (int texunit, int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glMultiTexEnvfvEXT}(GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access
More...
 
void glMultiTexEnvfvEXT (int texunit, int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glMultiTexEnvfvEXT}(GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexEnviEXT (int texunit, int target, int pname, int param)
 Entry point to C language function: void {@native glMultiTexEnviEXT}(GLenum texunit, GLenum target, GLenum pname, GLint param)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexEnvivEXT (int texunit, int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glMultiTexEnvivEXT}(GLenum texunit, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glMultiTexEnvivEXT (int texunit, int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glMultiTexEnvivEXT}(GLenum texunit, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexGendEXT (int texunit, int coord, int pname, double param)
 Entry point to C language function: void {@native glMultiTexGendEXT}(GLenum texunit, GLenum coord, GLenum pname, GLdouble param)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexGendvEXT (int texunit, int coord, int pname, DoubleBuffer params)
 Entry point to C language function: void {@native glMultiTexGendvEXT}(GLenum texunit, GLenum coord, GLenum pname, const GLdouble * params)
Part of GL_EXT_direct_state_access
More...
 
void glMultiTexGendvEXT (int texunit, int coord, int pname, double[] params, int params_offset)
 Entry point to C language function: void {@native glMultiTexGendvEXT}(GLenum texunit, GLenum coord, GLenum pname, const GLdouble * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexGenfEXT (int texunit, int coord, int pname, float param)
 Entry point to C language function: void {@native glMultiTexGenfEXT}(GLenum texunit, GLenum coord, GLenum pname, GLfloat param)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexGenfvEXT (int texunit, int coord, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glMultiTexGenfvEXT}(GLenum texunit, GLenum coord, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access
More...
 
void glMultiTexGenfvEXT (int texunit, int coord, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glMultiTexGenfvEXT}(GLenum texunit, GLenum coord, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexGeniEXT (int texunit, int coord, int pname, int param)
 Entry point to C language function: void {@native glMultiTexGeniEXT}(GLenum texunit, GLenum coord, GLenum pname, GLint param)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexGenivEXT (int texunit, int coord, int pname, IntBuffer params)
 Entry point to C language function: void {@native glMultiTexGenivEXT}(GLenum texunit, GLenum coord, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glMultiTexGenivEXT (int texunit, int coord, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glMultiTexGenivEXT}(GLenum texunit, GLenum coord, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexEnvfvEXT (int texunit, int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetMultiTexEnvfvEXT}(GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetMultiTexEnvfvEXT (int texunit, int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetMultiTexEnvfvEXT}(GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexEnvivEXT (int texunit, int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetMultiTexEnvivEXT}(GLenum texunit, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetMultiTexEnvivEXT (int texunit, int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetMultiTexEnvivEXT}(GLenum texunit, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexGendvEXT (int texunit, int coord, int pname, DoubleBuffer params)
 Entry point to C language function: void {@native glGetMultiTexGendvEXT}(GLenum texunit, GLenum coord, GLenum pname, GLdouble * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetMultiTexGendvEXT (int texunit, int coord, int pname, double[] params, int params_offset)
 Entry point to C language function: void {@native glGetMultiTexGendvEXT}(GLenum texunit, GLenum coord, GLenum pname, GLdouble * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexGenfvEXT (int texunit, int coord, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetMultiTexGenfvEXT}(GLenum texunit, GLenum coord, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetMultiTexGenfvEXT (int texunit, int coord, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetMultiTexGenfvEXT}(GLenum texunit, GLenum coord, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexGenivEXT (int texunit, int coord, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetMultiTexGenivEXT}(GLenum texunit, GLenum coord, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetMultiTexGenivEXT (int texunit, int coord, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetMultiTexGenivEXT}(GLenum texunit, GLenum coord, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexParameteriEXT (int texunit, int target, int pname, int param)
 Entry point to C language function: void {@native glMultiTexParameteriEXT}(GLenum texunit, GLenum target, GLenum pname, GLint param)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexParameterivEXT (int texunit, int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glMultiTexParameterivEXT}(GLenum texunit, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glMultiTexParameterivEXT (int texunit, int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glMultiTexParameterivEXT}(GLenum texunit, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexParameterfEXT (int texunit, int target, int pname, float param)
 Entry point to C language function: void {@native glMultiTexParameterfEXT}(GLenum texunit, GLenum target, GLenum pname, GLfloat param)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexParameterfvEXT (int texunit, int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glMultiTexParameterfvEXT}(GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access
More...
 
void glMultiTexParameterfvEXT (int texunit, int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glMultiTexParameterfvEXT}(GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexImage1DEXT (int texunit, int target, int level, int internalformat, int width, int border, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glMultiTexImage1DEXT}(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
More...
 
void glMultiTexImage2DEXT (int texunit, int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glMultiTexImage2DEXT}(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
More...
 
void glMultiTexSubImage1DEXT (int texunit, int target, int level, int xoffset, int width, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glMultiTexSubImage1DEXT}(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void * pixels)
Part of GL_EXT_direct_state_access
More...
 
void glMultiTexSubImage2DEXT (int texunit, int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glMultiTexSubImage2DEXT}(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
More...
 
void glCopyMultiTexImage1DEXT (int texunit, int target, int level, int internalformat, int x, int y, int width, int border)
 Entry point to C language function: void {@native glCopyMultiTexImage1DEXT}(GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
Part of GL_EXT_direct_state_access

More...
 
void glCopyMultiTexImage2DEXT (int texunit, int target, int level, int internalformat, int x, int y, int width, int height, int border)
 Entry point to C language function: void {@native glCopyMultiTexImage2DEXT}(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

More...
 
void glCopyMultiTexSubImage1DEXT (int texunit, int target, int level, int xoffset, int x, int y, int width)
 Entry point to C language function: void {@native glCopyMultiTexSubImage1DEXT}(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
Part of GL_EXT_direct_state_access

More...
 
void glCopyMultiTexSubImage2DEXT (int texunit, int target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
 Entry point to C language function: void {@native glCopyMultiTexSubImage2DEXT}(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

More...
 
void glGetMultiTexImageEXT (int texunit, int target, int level, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glGetMultiTexImageEXT}(GLenum texunit, GLenum target, GLint level, GLenum format, GLenum type, void * pixels)
Part of GL_EXT_direct_state_access
More...
 
void glGetMultiTexParameterfvEXT (int texunit, int target, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetMultiTexParameterfvEXT}(GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetMultiTexParameterfvEXT (int texunit, int target, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetMultiTexParameterfvEXT}(GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexParameterivEXT (int texunit, int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetMultiTexParameterivEXT}(GLenum texunit, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetMultiTexParameterivEXT (int texunit, int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetMultiTexParameterivEXT}(GLenum texunit, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexLevelParameterfvEXT (int texunit, int target, int level, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetMultiTexLevelParameterfvEXT}(GLenum texunit, GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetMultiTexLevelParameterfvEXT (int texunit, int target, int level, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetMultiTexLevelParameterfvEXT}(GLenum texunit, GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexLevelParameterivEXT (int texunit, int target, int level, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetMultiTexLevelParameterivEXT}(GLenum texunit, GLenum target, GLint level, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetMultiTexLevelParameterivEXT (int texunit, int target, int level, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetMultiTexLevelParameterivEXT}(GLenum texunit, GLenum target, GLint level, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexImage3DEXT (int texunit, int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glMultiTexImage3DEXT}(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
More...
 
void glMultiTexSubImage3DEXT (int texunit, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glMultiTexSubImage3DEXT}(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
More...
 
void glCopyMultiTexSubImage3DEXT (int texunit, int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height)
 Entry point to C language function: void {@native glCopyMultiTexSubImage3DEXT}(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

More...
 
void glEnableClientStateIndexedEXT (int array, int index)
 Entry point to C language function: void {@native glEnableClientStateIndexedEXT}(GLenum array, GLuint index)
Part of GL_EXT_direct_state_access

More...
 
void glDisableClientStateIndexedEXT (int array, int index)
 Entry point to C language function: void {@native glDisableClientStateIndexedEXT}(GLenum array, GLuint index)
Part of GL_EXT_direct_state_access

More...
 
void glGetFloatIndexedvEXT (int target, int index, FloatBuffer data)
 Entry point to C language function: void {@native glGetFloatIndexedvEXT}(GLenum target, GLuint index, GLfloat * data)
Part of GL_EXT_direct_state_access
More...
 
void glGetFloatIndexedvEXT (int target, int index, float[] data, int data_offset)
 Entry point to C language function: void {@native glGetFloatIndexedvEXT}(GLenum target, GLuint index, GLfloat * data)
Part of GL_EXT_direct_state_access

More...
 
void glGetDoubleIndexedvEXT (int target, int index, DoubleBuffer data)
 Entry point to C language function: void {@native glGetDoubleIndexedvEXT}(GLenum target, GLuint index, GLdouble * data)
Part of GL_EXT_direct_state_access
More...
 
void glGetDoubleIndexedvEXT (int target, int index, double[] data, int data_offset)
 Entry point to C language function: void {@native glGetDoubleIndexedvEXT}(GLenum target, GLuint index, GLdouble * data)
Part of GL_EXT_direct_state_access

More...
 
void glEnableIndexed (int target, int index)
 Entry point to C language function: void {@native glEnableIndexed}(GLenum target, GLuint index)
Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
Alias for: glEnableIndexedEXT
More...
 
void glDisableIndexed (int target, int index)
 Entry point to C language function: void {@native glDisableIndexed}(GLenum target, GLuint index)
Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
Alias for: glDisableIndexedEXT
More...
 
boolean glIsEnabledIndexed (int target, int index)
 Entry point to C language function: GLboolean {@native glIsEnabledIndexed}(GLenum target, GLuint index)
Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
Alias for: glIsEnabledIndexedEXT
More...
 
void glGetIntegerIndexedv (int target, int index, IntBuffer data)
 Entry point to C language function: void {@native glGetIntegerIndexedv}(GLenum target, GLuint index, GLint * data)
Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
Alias for: glGetIntegerIndexedvEXT More...
 
void glGetIntegerIndexedv (int target, int index, int[] data, int data_offset)
 Entry point to C language function: void {@native glGetIntegerIndexedv}(GLenum target, GLuint index, GLint * data)
Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
Alias for: glGetIntegerIndexedvEXT
More...
 
void glGetBooleanIndexedv (int target, int index, ByteBuffer data)
 Entry point to C language function: void {@native glGetBooleanIndexedv}(GLenum target, GLuint index, GLboolean * data)
Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
Alias for: glGetBooleanIndexedvEXT More...
 
void glGetBooleanIndexedv (int target, int index, byte[] data, int data_offset)
 Entry point to C language function: void {@native glGetBooleanIndexedv}(GLenum target, GLuint index, GLboolean * data)
Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
Alias for: glGetBooleanIndexedvEXT
More...
 
void glCompressedTextureImage3DEXT (int texture, int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, Buffer bits)
 Entry point to C language function: void {@native glCompressedTextureImage3DEXT}(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
More...
 
void glCompressedTextureImage2DEXT (int texture, int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer bits)
 Entry point to C language function: void {@native glCompressedTextureImage2DEXT}(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
More...
 
void glCompressedTextureImage1DEXT (int texture, int target, int level, int internalformat, int width, int border, int imageSize, Buffer bits)
 Entry point to C language function: void {@native glCompressedTextureImage1DEXT}(GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void * bits)
Part of GL_EXT_direct_state_access
More...
 
void glCompressedTextureSubImage3DEXT (int texture, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, Buffer bits)
 Entry point to C language function: void {@native glCompressedTextureSubImage3DEXT}(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
More...
 
void glCompressedTextureSubImage2DEXT (int texture, int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer bits)
 Entry point to C language function: void {@native glCompressedTextureSubImage2DEXT}(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
More...
 
void glCompressedTextureSubImage1DEXT (int texture, int target, int level, int xoffset, int width, int format, int imageSize, Buffer bits)
 Entry point to C language function: void {@native glCompressedTextureSubImage1DEXT}(GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void * bits)
Part of GL_EXT_direct_state_access
More...
 
void glGetCompressedTextureImageEXT (int texture, int target, int lod, Buffer img)
 Entry point to C language function: void {@native glGetCompressedTextureImageEXT}(GLuint texture, GLenum target, GLint lod, void * img)
Part of GL_EXT_direct_state_access
More...
 
void glCompressedMultiTexImage3DEXT (int texunit, int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, Buffer bits)
 Entry point to C language function: void {@native glCompressedMultiTexImage3DEXT}(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
More...
 
void glCompressedMultiTexImage2DEXT (int texunit, int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer bits)
 Entry point to C language function: void {@native glCompressedMultiTexImage2DEXT}(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
More...
 
void glCompressedMultiTexImage1DEXT (int texunit, int target, int level, int internalformat, int width, int border, int imageSize, Buffer bits)
 Entry point to C language function: void {@native glCompressedMultiTexImage1DEXT}(GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void * bits)
Part of GL_EXT_direct_state_access
More...
 
void glCompressedMultiTexSubImage3DEXT (int texunit, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, Buffer bits)
 Entry point to C language function: void {@native glCompressedMultiTexSubImage3DEXT}(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
More...
 
void glCompressedMultiTexSubImage2DEXT (int texunit, int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer bits)
 Entry point to C language function: void {@native glCompressedMultiTexSubImage2DEXT}(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
More...
 
void glCompressedMultiTexSubImage1DEXT (int texunit, int target, int level, int xoffset, int width, int format, int imageSize, Buffer bits)
 Entry point to C language function: void {@native glCompressedMultiTexSubImage1DEXT}(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void * bits)
Part of GL_EXT_direct_state_access
More...
 
void glGetCompressedMultiTexImageEXT (int texunit, int target, int lod, Buffer img)
 Entry point to C language function: void {@native glGetCompressedMultiTexImageEXT}(GLenum texunit, GLenum target, GLint lod, void * img)
Part of GL_EXT_direct_state_access
More...
 
void glMatrixLoadTransposefEXT (int mode, FloatBuffer m)
 Entry point to C language function: void {@native glMatrixLoadTransposefEXT}(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering
More...
 
void glMatrixLoadTransposefEXT (int mode, float[] m, int m_offset)
 Entry point to C language function: void {@native glMatrixLoadTransposefEXT}(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixLoadTransposedEXT (int mode, DoubleBuffer m)
 Entry point to C language function: void {@native glMatrixLoadTransposedEXT}(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering
More...
 
void glMatrixLoadTransposedEXT (int mode, double[] m, int m_offset)
 Entry point to C language function: void {@native glMatrixLoadTransposedEXT}(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixMultTransposefEXT (int mode, FloatBuffer m)
 Entry point to C language function: void {@native glMatrixMultTransposefEXT}(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering
More...
 
void glMatrixMultTransposefEXT (int mode, float[] m, int m_offset)
 Entry point to C language function: void {@native glMatrixMultTransposefEXT}(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glMatrixMultTransposedEXT (int mode, DoubleBuffer m)
 Entry point to C language function: void {@native glMatrixMultTransposedEXT}(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering
More...
 
void glMatrixMultTransposedEXT (int mode, double[] m, int m_offset)
 Entry point to C language function: void {@native glMatrixMultTransposedEXT}(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

More...
 
void glNamedBufferDataEXT (int buffer, long size, Buffer data, int usage)
 Entry point to C language function: void {@native glNamedBufferDataEXT}(GLuint buffer, GLsizeiptr size, const void * data, GLenum usage)
Part of GL_EXT_direct_state_access
More...
 
void glNamedBufferSubDataEXT (int buffer, long offset, long size, Buffer data)
 Entry point to C language function: void {@native glNamedBufferSubDataEXT}(GLuint buffer, GLintptr offset, GLsizeiptr size, const void * data)
Part of GL_EXT_direct_state_access
More...
 
ByteBuffer glMapNamedBufferEXT (int buffer, int access)
 Entry point to C language function: void * {@native glMapNamedBufferEXT}(GLuint buffer, GLenum access)
Part of GL_EXT_direct_state_access

More...
 
boolean glUnmapNamedBufferEXT (int buffer)
 Entry point to C language function: GLboolean {@native glUnmapNamedBufferEXT}(GLuint buffer)
Part of GL_EXT_direct_state_access

More...
 
void glGetNamedBufferParameterivEXT (int buffer, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetNamedBufferParameterivEXT}(GLuint buffer, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetNamedBufferParameterivEXT (int buffer, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetNamedBufferParameterivEXT}(GLuint buffer, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetNamedBufferSubDataEXT (int buffer, long offset, long size, Buffer data)
 Entry point to C language function: void {@native glGetNamedBufferSubDataEXT}(GLuint buffer, GLintptr offset, GLsizeiptr size, void * data)
Part of GL_EXT_direct_state_access
More...
 
void glTextureBufferEXT (int texture, int target, int internalformat, int buffer)
 Entry point to C language function: void {@native glTextureBufferEXT}(GLuint texture, GLenum target, GLenum internalformat, GLuint buffer)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexBufferEXT (int texunit, int target, int internalformat, int buffer)
 Entry point to C language function: void {@native glMultiTexBufferEXT}(GLenum texunit, GLenum target, GLenum internalformat, GLuint buffer)
Part of GL_EXT_direct_state_access

More...
 
void glTextureParameterIivEXT (int texture, int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glTextureParameterIivEXT}(GLuint texture, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glTextureParameterIivEXT (int texture, int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glTextureParameterIivEXT}(GLuint texture, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glTextureParameterIuivEXT (int texture, int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glTextureParameterIuivEXT}(GLuint texture, GLenum target, GLenum pname, const GLuint * params)
Part of GL_EXT_direct_state_access
More...
 
void glTextureParameterIuivEXT (int texture, int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glTextureParameterIuivEXT}(GLuint texture, GLenum target, GLenum pname, const GLuint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetTextureParameterIivEXT (int texture, int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTextureParameterIivEXT}(GLuint texture, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetTextureParameterIivEXT (int texture, int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTextureParameterIivEXT}(GLuint texture, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetTextureParameterIuivEXT (int texture, int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTextureParameterIuivEXT}(GLuint texture, GLenum target, GLenum pname, GLuint * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetTextureParameterIuivEXT (int texture, int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTextureParameterIuivEXT}(GLuint texture, GLenum target, GLenum pname, GLuint * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexParameterIivEXT (int texunit, int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glMultiTexParameterIivEXT}(GLenum texunit, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glMultiTexParameterIivEXT (int texunit, int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glMultiTexParameterIivEXT}(GLenum texunit, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexParameterIuivEXT (int texunit, int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glMultiTexParameterIuivEXT}(GLenum texunit, GLenum target, GLenum pname, const GLuint * params)
Part of GL_EXT_direct_state_access
More...
 
void glMultiTexParameterIuivEXT (int texunit, int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glMultiTexParameterIuivEXT}(GLenum texunit, GLenum target, GLenum pname, const GLuint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexParameterIivEXT (int texunit, int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetMultiTexParameterIivEXT}(GLenum texunit, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetMultiTexParameterIivEXT (int texunit, int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetMultiTexParameterIivEXT}(GLenum texunit, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetMultiTexParameterIuivEXT (int texunit, int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetMultiTexParameterIuivEXT}(GLenum texunit, GLenum target, GLenum pname, GLuint * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetMultiTexParameterIuivEXT (int texunit, int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetMultiTexParameterIuivEXT}(GLenum texunit, GLenum target, GLenum pname, GLuint * params)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParameters4fvEXT (int program, int target, int index, int count, FloatBuffer params)
 Entry point to C language function: void {@native glNamedProgramLocalParameters4fvEXT}(GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat * params)
Part of GL_EXT_direct_state_access
More...
 
void glNamedProgramLocalParameters4fvEXT (int program, int target, int index, int count, float[] params, int params_offset)
 Entry point to C language function: void {@native glNamedProgramLocalParameters4fvEXT}(GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParameterI4iEXT (int program, int target, int index, int x, int y, int z, int w)
 Entry point to C language function: void {@native glNamedProgramLocalParameterI4iEXT}(GLuint program, GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParameterI4ivEXT (int program, int target, int index, IntBuffer params)
 Entry point to C language function: void {@native glNamedProgramLocalParameterI4ivEXT}(GLuint program, GLenum target, GLuint index, const GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glNamedProgramLocalParameterI4ivEXT (int program, int target, int index, int[] params, int params_offset)
 Entry point to C language function: void {@native glNamedProgramLocalParameterI4ivEXT}(GLuint program, GLenum target, GLuint index, const GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParametersI4ivEXT (int program, int target, int index, int count, IntBuffer params)
 Entry point to C language function: void {@native glNamedProgramLocalParametersI4ivEXT}(GLuint program, GLenum target, GLuint index, GLsizei count, const GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glNamedProgramLocalParametersI4ivEXT (int program, int target, int index, int count, int[] params, int params_offset)
 Entry point to C language function: void {@native glNamedProgramLocalParametersI4ivEXT}(GLuint program, GLenum target, GLuint index, GLsizei count, const GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParameterI4uiEXT (int program, int target, int index, int x, int y, int z, int w)
 Entry point to C language function: void {@native glNamedProgramLocalParameterI4uiEXT}(GLuint program, GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParameterI4uivEXT (int program, int target, int index, IntBuffer params)
 Entry point to C language function: void {@native glNamedProgramLocalParameterI4uivEXT}(GLuint program, GLenum target, GLuint index, const GLuint * params)
Part of GL_EXT_direct_state_access
More...
 
void glNamedProgramLocalParameterI4uivEXT (int program, int target, int index, int[] params, int params_offset)
 Entry point to C language function: void {@native glNamedProgramLocalParameterI4uivEXT}(GLuint program, GLenum target, GLuint index, const GLuint * params)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParametersI4uivEXT (int program, int target, int index, int count, IntBuffer params)
 Entry point to C language function: void {@native glNamedProgramLocalParametersI4uivEXT}(GLuint program, GLenum target, GLuint index, GLsizei count, const GLuint * params)
Part of GL_EXT_direct_state_access
More...
 
void glNamedProgramLocalParametersI4uivEXT (int program, int target, int index, int count, int[] params, int params_offset)
 Entry point to C language function: void {@native glNamedProgramLocalParametersI4uivEXT}(GLuint program, GLenum target, GLuint index, GLsizei count, const GLuint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetNamedProgramLocalParameterIivEXT (int program, int target, int index, IntBuffer params)
 Entry point to C language function: void {@native glGetNamedProgramLocalParameterIivEXT}(GLuint program, GLenum target, GLuint index, GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetNamedProgramLocalParameterIivEXT (int program, int target, int index, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetNamedProgramLocalParameterIivEXT}(GLuint program, GLenum target, GLuint index, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetNamedProgramLocalParameterIuivEXT (int program, int target, int index, IntBuffer params)
 Entry point to C language function: void {@native glGetNamedProgramLocalParameterIuivEXT}(GLuint program, GLenum target, GLuint index, GLuint * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetNamedProgramLocalParameterIuivEXT (int program, int target, int index, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetNamedProgramLocalParameterIuivEXT}(GLuint program, GLenum target, GLuint index, GLuint * params)
Part of GL_EXT_direct_state_access

More...
 
void glEnableClientStateiEXT (int array, int index)
 Entry point to C language function: void {@native glEnableClientStateiEXT}(GLenum array, GLuint index)
Part of GL_EXT_direct_state_access

More...
 
void glDisableClientStateiEXT (int array, int index)
 Entry point to C language function: void {@native glDisableClientStateiEXT}(GLenum array, GLuint index)
Part of GL_EXT_direct_state_access

More...
 
void glGetFloati_vEXT (int pname, int index, FloatBuffer params)
 Entry point to C language function: void {@native glGetFloati_vEXT}(GLenum pname, GLuint index, GLfloat * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetFloati_vEXT (int pname, int index, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetFloati_vEXT}(GLenum pname, GLuint index, GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetDoublei_vEXT (int pname, int index, DoubleBuffer params)
 Entry point to C language function: void {@native glGetDoublei_vEXT}(GLenum pname, GLuint index, GLdouble * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetDoublei_vEXT (int pname, int index, double[] params, int params_offset)
 Entry point to C language function: void {@native glGetDoublei_vEXT}(GLenum pname, GLuint index, GLdouble * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetPointeri_vEXT (int pname, int index, PointerBuffer params)
 Entry point to C language function: void {@native glGetPointeri_vEXT}(GLenum pname, GLuint index, void * * params)
Part of GL_EXT_direct_state_access
More...
 
void glNamedProgramStringEXT (int program, int target, int format, int len, Buffer string)
 Entry point to C language function: void {@native glNamedProgramStringEXT}(GLuint program, GLenum target, GLenum format, GLsizei len, const void * string)
Part of GL_EXT_direct_state_access
More...
 
void glNamedProgramLocalParameter4dEXT (int program, int target, int index, double x, double y, double z, double w)
 Entry point to C language function: void {@native glNamedProgramLocalParameter4dEXT}(GLuint program, GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParameter4dvEXT (int program, int target, int index, DoubleBuffer params)
 Entry point to C language function: void {@native glNamedProgramLocalParameter4dvEXT}(GLuint program, GLenum target, GLuint index, const GLdouble * params)
Part of GL_EXT_direct_state_access
More...
 
void glNamedProgramLocalParameter4dvEXT (int program, int target, int index, double[] params, int params_offset)
 Entry point to C language function: void {@native glNamedProgramLocalParameter4dvEXT}(GLuint program, GLenum target, GLuint index, const GLdouble * params)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParameter4fEXT (int program, int target, int index, float x, float y, float z, float w)
 Entry point to C language function: void {@native glNamedProgramLocalParameter4fEXT}(GLuint program, GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_EXT_direct_state_access

More...
 
void glNamedProgramLocalParameter4fvEXT (int program, int target, int index, FloatBuffer params)
 Entry point to C language function: void {@native glNamedProgramLocalParameter4fvEXT}(GLuint program, GLenum target, GLuint index, const GLfloat * params)
Part of GL_EXT_direct_state_access
More...
 
void glNamedProgramLocalParameter4fvEXT (int program, int target, int index, float[] params, int params_offset)
 Entry point to C language function: void {@native glNamedProgramLocalParameter4fvEXT}(GLuint program, GLenum target, GLuint index, const GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetNamedProgramLocalParameterdvEXT (int program, int target, int index, DoubleBuffer params)
 Entry point to C language function: void {@native glGetNamedProgramLocalParameterdvEXT}(GLuint program, GLenum target, GLuint index, GLdouble * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetNamedProgramLocalParameterdvEXT (int program, int target, int index, double[] params, int params_offset)
 Entry point to C language function: void {@native glGetNamedProgramLocalParameterdvEXT}(GLuint program, GLenum target, GLuint index, GLdouble * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetNamedProgramLocalParameterfvEXT (int program, int target, int index, FloatBuffer params)
 Entry point to C language function: void {@native glGetNamedProgramLocalParameterfvEXT}(GLuint program, GLenum target, GLuint index, GLfloat * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetNamedProgramLocalParameterfvEXT (int program, int target, int index, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetNamedProgramLocalParameterfvEXT}(GLuint program, GLenum target, GLuint index, GLfloat * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetNamedProgramivEXT (int program, int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetNamedProgramivEXT}(GLuint program, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetNamedProgramivEXT (int program, int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetNamedProgramivEXT}(GLuint program, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGetNamedProgramStringEXT (int program, int target, int pname, Buffer string)
 Entry point to C language function: void {@native glGetNamedProgramStringEXT}(GLuint program, GLenum target, GLenum pname, void * string)
Part of GL_EXT_direct_state_access
More...
 
void glNamedRenderbufferStorageEXT (int renderbuffer, int internalformat, int width, int height)
 Entry point to C language function: void {@native glNamedRenderbufferStorageEXT}(GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_EXT_direct_state_access

More...
 
void glGetNamedRenderbufferParameterivEXT (int renderbuffer, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetNamedRenderbufferParameterivEXT}(GLuint renderbuffer, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetNamedRenderbufferParameterivEXT (int renderbuffer, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetNamedRenderbufferParameterivEXT}(GLuint renderbuffer, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glNamedRenderbufferStorageMultisampleEXT (int renderbuffer, int samples, int internalformat, int width, int height)
 Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleEXT}(GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_EXT_direct_state_access

More...
 
void glNamedRenderbufferStorageMultisampleCoverageEXT (int renderbuffer, int coverageSamples, int colorSamples, int internalformat, int width, int height)
 Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleCoverageEXT}(GLuint renderbuffer, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_EXT_direct_state_access

More...
 
int glCheckNamedFramebufferStatusEXT (int framebuffer, int target)
 Entry point to C language function: GLenum {@native glCheckNamedFramebufferStatusEXT}(GLuint framebuffer, GLenum target)
Part of GL_EXT_direct_state_access

More...
 
void glNamedFramebufferTexture1DEXT (int framebuffer, int attachment, int textarget, int texture, int level)
 Entry point to C language function: void {@native glNamedFramebufferTexture1DEXT}(GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Part of GL_EXT_direct_state_access

More...
 
void glNamedFramebufferTexture2DEXT (int framebuffer, int attachment, int textarget, int texture, int level)
 Entry point to C language function: void {@native glNamedFramebufferTexture2DEXT}(GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Part of GL_EXT_direct_state_access

More...
 
void glNamedFramebufferTexture3DEXT (int framebuffer, int attachment, int textarget, int texture, int level, int zoffset)
 Entry point to C language function: void {@native glNamedFramebufferTexture3DEXT}(GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
Part of GL_EXT_direct_state_access

More...
 
void glNamedFramebufferRenderbufferEXT (int framebuffer, int attachment, int renderbuffertarget, int renderbuffer)
 Entry point to C language function: void {@native glNamedFramebufferRenderbufferEXT}(GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Part of GL_EXT_direct_state_access

More...
 
void glGetNamedFramebufferAttachmentParameterivEXT (int framebuffer, int attachment, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameterivEXT}(GLuint framebuffer, GLenum attachment, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetNamedFramebufferAttachmentParameterivEXT (int framebuffer, int attachment, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameterivEXT}(GLuint framebuffer, GLenum attachment, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glGenerateTextureMipmapEXT (int texture, int target)
 Entry point to C language function: void {@native glGenerateTextureMipmapEXT}(GLuint texture, GLenum target)
Part of GL_EXT_direct_state_access

More...
 
void glGenerateMultiTexMipmapEXT (int texunit, int target)
 Entry point to C language function: void {@native glGenerateMultiTexMipmapEXT}(GLenum texunit, GLenum target)
Part of GL_EXT_direct_state_access

More...
 
void glFramebufferDrawBufferEXT (int framebuffer, int mode)
 Entry point to C language function: void {@native glFramebufferDrawBufferEXT}(GLuint framebuffer, GLenum mode)
Part of GL_EXT_direct_state_access

More...
 
void glFramebufferDrawBuffersEXT (int framebuffer, int n, IntBuffer bufs)
 Entry point to C language function: void {@native glFramebufferDrawBuffersEXT}(GLuint framebuffer, GLsizei n, const GLenum * bufs)
Part of GL_EXT_direct_state_access
More...
 
void glFramebufferDrawBuffersEXT (int framebuffer, int n, int[] bufs, int bufs_offset)
 Entry point to C language function: void {@native glFramebufferDrawBuffersEXT}(GLuint framebuffer, GLsizei n, const GLenum * bufs)
Part of GL_EXT_direct_state_access

More...
 
void glFramebufferReadBufferEXT (int framebuffer, int mode)
 Entry point to C language function: void {@native glFramebufferReadBufferEXT}(GLuint framebuffer, GLenum mode)
Part of GL_EXT_direct_state_access

More...
 
void glGetFramebufferParameterivEXT (int framebuffer, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetFramebufferParameterivEXT}(GLuint framebuffer, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access
More...
 
void glGetFramebufferParameterivEXT (int framebuffer, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetFramebufferParameterivEXT}(GLuint framebuffer, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

More...
 
void glNamedCopyBufferSubDataEXT (int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size)
 Entry point to C language function: void {@native glNamedCopyBufferSubDataEXT}(GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Part of GL_EXT_direct_state_access

More...
 
void glNamedFramebufferTextureEXT (int framebuffer, int attachment, int texture, int level)
 Entry point to C language function: void {@native glNamedFramebufferTextureEXT}(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level)
Part of GL_EXT_direct_state_access

More...
 
void glNamedFramebufferTextureLayerEXT (int framebuffer, int attachment, int texture, int level, int layer)
 Entry point to C language function: void {@native glNamedFramebufferTextureLayerEXT}(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer)
Part of GL_EXT_direct_state_access

More...
 
void glNamedFramebufferTextureFaceEXT (int framebuffer, int attachment, int texture, int level, int face)
 Entry point to C language function: void {@native glNamedFramebufferTextureFaceEXT}(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLenum face)
Part of GL_EXT_direct_state_access

More...
 
void glTextureRenderbufferEXT (int texture, int target, int renderbuffer)
 Entry point to C language function: void {@native glTextureRenderbufferEXT}(GLuint texture, GLenum target, GLuint renderbuffer)
Part of GL_EXT_direct_state_access

More...
 
void glMultiTexRenderbufferEXT (int texunit, int target, int renderbuffer)
 Entry point to C language function: void {@native glMultiTexRenderbufferEXT}(GLenum texunit, GLenum target, GLuint renderbuffer)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayVertexOffsetEXT (int vaobj, int buffer, int size, int type, int stride, long offset)
 Entry point to C language function: void {@native glVertexArrayVertexOffsetEXT}(GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayColorOffsetEXT (int vaobj, int buffer, int size, int type, int stride, long offset)
 Entry point to C language function: void {@native glVertexArrayColorOffsetEXT}(GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayEdgeFlagOffsetEXT (int vaobj, int buffer, int stride, long offset)
 Entry point to C language function: void {@native glVertexArrayEdgeFlagOffsetEXT}(GLuint vaobj, GLuint buffer, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayIndexOffsetEXT (int vaobj, int buffer, int type, int stride, long offset)
 Entry point to C language function: void {@native glVertexArrayIndexOffsetEXT}(GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayNormalOffsetEXT (int vaobj, int buffer, int type, int stride, long offset)
 Entry point to C language function: void {@native glVertexArrayNormalOffsetEXT}(GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayTexCoordOffsetEXT (int vaobj, int buffer, int size, int type, int stride, long offset)
 Entry point to C language function: void {@native glVertexArrayTexCoordOffsetEXT}(GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayMultiTexCoordOffsetEXT (int vaobj, int buffer, int texunit, int size, int type, int stride, long offset)
 Entry point to C language function: void {@native glVertexArrayMultiTexCoordOffsetEXT}(GLuint vaobj, GLuint buffer, GLenum texunit, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayFogCoordOffsetEXT (int vaobj, int buffer, int type, int stride, long offset)
 Entry point to C language function: void {@native glVertexArrayFogCoordOffsetEXT}(GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArraySecondaryColorOffsetEXT (int vaobj, int buffer, int size, int type, int stride, long offset)
 Entry point to C language function: void {@native glVertexArraySecondaryColorOffsetEXT}(GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayVertexAttribOffsetEXT (int vaobj, int buffer, int index, int size, int type, boolean normalized, int stride, long offset)
 Entry point to C language function: void {@native glVertexArrayVertexAttribOffsetEXT}(GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glVertexArrayVertexAttribIOffsetEXT (int vaobj, int buffer, int index, int size, int type, int stride, long offset)
 Entry point to C language function: void {@native glVertexArrayVertexAttribIOffsetEXT}(GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

More...
 
void glEnableVertexArrayEXT (int vaobj, int array)
 Entry point to C language function: void {@native glEnableVertexArrayEXT}(GLuint vaobj, GLenum array)
Part of GL_EXT_direct_state_access

More...
 
void glDisableVertexArrayEXT (int vaobj, int array)
 Entry point to C language function: void {@native glDisableVertexArrayEXT}(GLuint vaobj, GLenum array)
Part of GL_EXT_direct_state_access

More...
 
void glEnableVertexArrayAttribEXT (int vaobj, int index)
 Entry point to C language function: void {@native glEnableVertexArrayAttribEXT}(GLuint vaobj, GLuint index)
Part of GL_EXT_direct_state_access

More...
 
void glDisableVertexArrayAttribEXT (int vaobj, int index)
 Entry point to C language function: void {@native glDisableVertexArrayAttribEXT}(GLuint vaobj, GLuint index)
Part of GL_EXT_direct_state_access

More...
 
void glGetVertexArrayIntegervEXT (int vaobj, int pname, IntBuffer param)
 Entry point to C language function: void {@native glGetVertexArrayIntegervEXT}(GLuint vaobj, GLenum pname, GLint * param)
Part of GL_EXT_direct_state_access
More...
 
void glGetVertexArrayIntegervEXT (int vaobj, int pname, int[] param, int param_offset)
 Entry point to C language function: void {@native glGetVertexArrayIntegervEXT}(GLuint vaobj, GLenum pname, GLint * param)
Part of GL_EXT_direct_state_access

More...
 
void glGetVertexArrayPointervEXT (int vaobj, int pname, PointerBuffer param)
 Entry point to C language function: void {@native glGetVertexArrayPointervEXT}(GLuint vaobj, GLenum pname, void * * param)
Part of GL_EXT_direct_state_access
More...
 
void glGetVertexArrayIntegeri_vEXT (int vaobj, int index, int pname, IntBuffer param)
 Entry point to C language function: void {@native glGetVertexArrayIntegeri_vEXT}(GLuint vaobj, GLuint index, GLenum pname, GLint * param)
Part of GL_EXT_direct_state_access
More...
 
void glGetVertexArrayIntegeri_vEXT (int vaobj, int index, int pname, int[] param, int param_offset)
 Entry point to C language function: void {@native glGetVertexArrayIntegeri_vEXT}(GLuint vaobj, GLuint index, GLenum pname, GLint * param)
Part of GL_EXT_direct_state_access

More...
 
void glGetVertexArrayPointeri_vEXT (int vaobj, int index, int pname, PointerBuffer param)
 Entry point to C language function: void {@native glGetVertexArrayPointeri_vEXT}(GLuint vaobj, GLuint index, GLenum pname, void * * param)
Part of GL_EXT_direct_state_access
More...
 
ByteBuffer glMapNamedBufferRangeEXT (int buffer, long offset, long length, int access)
 Entry point to C language function: void * {@native glMapNamedBufferRangeEXT}(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access)
Part of GL_EXT_direct_state_access

More...
 
void glFlushMappedNamedBufferRangeEXT (int buffer, long offset, long length)
 Entry point to C language function: void {@native glFlushMappedNamedBufferRangeEXT}(GLuint buffer, GLintptr offset, GLsizeiptr length)
Part of GL_EXT_direct_state_access

More...
 
void glNamedBufferStorageEXT (int buffer, long size, Buffer data, int flags)
 Entry point to C language function: void {@native glNamedBufferStorageEXT}(GLuint buffer, GLsizeiptr size, const void * data, GLbitfield flags)
Part of GL_EXT_direct_state_access
More...
 
void glProgramUniform1dEXT (int program, int location, double x)
 Entry point to C language function: void {@native glProgramUniform1dEXT}(GLuint program, GLint location, GLdouble x)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniform2dEXT (int program, int location, double x, double y)
 Entry point to C language function: void {@native glProgramUniform2dEXT}(GLuint program, GLint location, GLdouble x, GLdouble y)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniform3dEXT (int program, int location, double x, double y, double z)
 Entry point to C language function: void {@native glProgramUniform3dEXT}(GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniform4dEXT (int program, int location, double x, double y, double z, double w)
 Entry point to C language function: void {@native glProgramUniform4dEXT}(GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniform1dvEXT (int program, int location, int count, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniform1dvEXT}(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of GL_EXT_direct_state_access
More...
 
void glProgramUniform1dvEXT (int program, int location, int count, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform1dvEXT}(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniform2dvEXT (int program, int location, int count, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniform2dvEXT}(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of GL_EXT_direct_state_access
More...
 
void glProgramUniform2dvEXT (int program, int location, int count, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform2dvEXT}(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniform3dvEXT (int program, int location, int count, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniform3dvEXT}(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of GL_EXT_direct_state_access
More...
 
void glProgramUniform3dvEXT (int program, int location, int count, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform3dvEXT}(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniform4dvEXT (int program, int location, int count, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniform4dvEXT}(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of GL_EXT_direct_state_access
More...
 
void glProgramUniform4dvEXT (int program, int location, int count, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform4dvEXT}(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniformMatrix2dvEXT (int program, int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix2dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access
More...
 
void glProgramUniformMatrix2dvEXT (int program, int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix2dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniformMatrix3dvEXT (int program, int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix3dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access
More...
 
void glProgramUniformMatrix3dvEXT (int program, int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix3dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniformMatrix4dvEXT (int program, int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix4dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access
More...
 
void glProgramUniformMatrix4dvEXT (int program, int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix4dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniformMatrix2x3dvEXT (int program, int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix2x3dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access
More...
 
void glProgramUniformMatrix2x3dvEXT (int program, int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix2x3dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniformMatrix2x4dvEXT (int program, int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix2x4dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access
More...
 
void glProgramUniformMatrix2x4dvEXT (int program, int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix2x4dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniformMatrix3x2dvEXT (int program, int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix3x2dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access
More...
 
void glProgramUniformMatrix3x2dvEXT (int program, int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix3x2dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniformMatrix3x4dvEXT (int program, int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix3x4dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access
More...
 
void glProgramUniformMatrix3x4dvEXT (int program, int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix3x4dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniformMatrix4x2dvEXT (int program, int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix4x2dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access
More...
 
void glProgramUniformMatrix4x2dvEXT (int program, int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix4x2dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glProgramUniformMatrix4x3dvEXT (int program, int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix4x3dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access
More...
 
void glProgramUniformMatrix4x3dvEXT (int program, int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix4x3dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

More...
 
void glTextureBufferRangeEXT (int texture, int target, int internalformat, int buffer, long offset, long size)
 Entry point to C language function: void {@native glTextureBufferRangeEXT}(GLuint texture, GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
Part of GL_EXT_direct_state_access, GL_ARB_texture_buffer_range

More...
 
void glTextureStorage2DMultisampleEXT (int texture, int target, int samples, int internalformat, int width, int height, boolean fixedsamplelocations)
 Entry point to C language function: void {@native glTextureStorage2DMultisampleEXT}(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

More...
 
void glTextureStorage3DMultisampleEXT (int texture, int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations)
 Entry point to C language function: void {@native glTextureStorage3DMultisampleEXT}(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

More...
 
void glVertexArrayBindVertexBufferEXT (int vaobj, int bindingindex, int buffer, long offset, int stride)
 Entry point to C language function: void {@native glVertexArrayBindVertexBufferEXT}(GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding

More...
 
void glVertexArrayVertexAttribFormatEXT (int vaobj, int attribindex, int size, int type, boolean normalized, int relativeoffset)
 Entry point to C language function: void {@native glVertexArrayVertexAttribFormatEXT}(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding

More...
 
void glVertexArrayVertexAttribIFormatEXT (int vaobj, int attribindex, int size, int type, int relativeoffset)
 Entry point to C language function: void {@native glVertexArrayVertexAttribIFormatEXT}(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding

More...
 
void glVertexArrayVertexAttribLFormatEXT (int vaobj, int attribindex, int size, int type, int relativeoffset)
 Entry point to C language function: void {@native glVertexArrayVertexAttribLFormatEXT}(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding

More...
 
void glVertexArrayVertexAttribBindingEXT (int vaobj, int attribindex, int bindingindex)
 Entry point to C language function: void {@native glVertexArrayVertexAttribBindingEXT}(GLuint vaobj, GLuint attribindex, GLuint bindingindex)
Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding

More...
 
void glVertexArrayVertexBindingDivisorEXT (int vaobj, int bindingindex, int divisor)
 Entry point to C language function: void {@native glVertexArrayVertexBindingDivisorEXT}(GLuint vaobj, GLuint bindingindex, GLuint divisor)
Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding

More...
 
void glVertexArrayVertexAttribLOffsetEXT (int vaobj, int buffer, int index, int size, int type, int stride, long offset)
 Entry point to C language function: void {@native glVertexArrayVertexAttribLOffsetEXT}(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

More...
 
void glTexturePageCommitmentEXT (int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, boolean commit)
 Entry point to C language function: void {@native glTexturePageCommitmentEXT}(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

More...
 
void glVertexArrayVertexAttribDivisorEXT (int vaobj, int index, int divisor)
 Entry point to C language function: void {@native glVertexArrayVertexAttribDivisorEXT}(GLuint vaobj, GLuint index, GLuint divisor)
Part of GL_EXT_direct_state_access

More...
 
void glPolygonOffsetClampEXT (float factor, float units, float clamp)
 Entry point to C language function: void {@native glPolygonOffsetClampEXT}(GLfloat factor, GLfloat units, GLfloat clamp)
Part of GL_EXT_polygon_offset_clamp

More...
 
void glRasterSamplesEXT (int samples, boolean fixedsamplelocations)
 Entry point to C language function: void {@native glRasterSamplesEXT}(GLuint samples, GLboolean fixedsamplelocations)
Part of GL_EXT_raster_multisample

More...
 
void glFramebufferFetchBarrierEXT ()
 Entry point to C language function: void {@native glFramebufferFetchBarrierEXT}()
Part of GL_EXT_shader_framebuffer_fetch_non_coherent

More...
 
void glWindowRectanglesEXT (int mode, int count, IntBuffer box)
 Entry point to C language function: void {@native glWindowRectanglesEXT}(GLenum mode, GLsizei count, const GLint * box)
Part of GL_EXT_window_rectangles
More...
 
void glWindowRectanglesEXT (int mode, int count, int[] box, int box_offset)
 Entry point to C language function: void {@native glWindowRectanglesEXT}(GLenum mode, GLsizei count, const GLint * box)
Part of GL_EXT_window_rectangles

More...
 
long glImportSyncEXT (int external_sync_type, long external_sync, int flags)
 Entry point to C language function: GLsync {@native glImportSyncEXT}(GLenum external_sync_type, GLintptr external_sync, GLbitfield flags)
Part of GL_EXT_x11_sync_object

More...
 
void glCoverageModulationTableNV (int n, FloatBuffer v)
 Entry point to C language function: void {@native glCoverageModulationTableNV}(GLsizei n, const GLfloat * v)
Part of GL_NV_framebuffer_mixed_samples
More...
 
void glCoverageModulationTableNV (int n, float[] v, int v_offset)
 Entry point to C language function: void {@native glCoverageModulationTableNV}(GLsizei n, const GLfloat * v)
Part of GL_NV_framebuffer_mixed_samples

More...
 
void glGetCoverageModulationTableNV (int bufSize, FloatBuffer v)
 Entry point to C language function: void {@native glGetCoverageModulationTableNV}(GLsizei bufSize, GLfloat * v)
Part of GL_NV_framebuffer_mixed_samples
More...
 
void glGetCoverageModulationTableNV (int bufSize, float[] v, int v_offset)
 Entry point to C language function: void {@native glGetCoverageModulationTableNV}(GLsizei bufSize, GLfloat * v)
Part of GL_NV_framebuffer_mixed_samples

More...
 
void glCoverageModulationNV (int components)
 Entry point to C language function: void {@native glCoverageModulationNV}(GLenum components)
Part of GL_NV_framebuffer_mixed_samples

More...
 
void glMakeBufferResidentNV (int target, int access)
 Entry point to C language function: void {@native glMakeBufferResidentNV}(GLenum target, GLenum access)
Part of GL_NV_shader_buffer_load

More...
 
void glMakeBufferNonResidentNV (int target)
 Entry point to C language function: void {@native glMakeBufferNonResidentNV}(GLenum target)
Part of GL_NV_shader_buffer_load

More...
 
boolean glIsBufferResidentNV (int target)
 Entry point to C language function: GLboolean {@native glIsBufferResidentNV}(GLenum target)
Part of GL_NV_shader_buffer_load

More...
 
void glMakeNamedBufferResidentNV (int buffer, int access)
 Entry point to C language function: void {@native glMakeNamedBufferResidentNV}(GLuint buffer, GLenum access)
Part of GL_NV_shader_buffer_load

More...
 
void glMakeNamedBufferNonResidentNV (int buffer)
 Entry point to C language function: void {@native glMakeNamedBufferNonResidentNV}(GLuint buffer)
Part of GL_NV_shader_buffer_load

More...
 
boolean glIsNamedBufferResidentNV (int buffer)
 Entry point to C language function: GLboolean {@native glIsNamedBufferResidentNV}(GLuint buffer)
Part of GL_NV_shader_buffer_load

More...
 
void glGetBufferParameterui64vNV (int target, int pname, LongBuffer params)
 Entry point to C language function: void {@native glGetBufferParameterui64vNV}(GLenum target, GLenum pname, GLuint64EXT * params)
Part of GL_NV_shader_buffer_load
More...
 
void glGetBufferParameterui64vNV (int target, int pname, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetBufferParameterui64vNV}(GLenum target, GLenum pname, GLuint64EXT * params)
Part of GL_NV_shader_buffer_load

More...
 
void glGetNamedBufferParameterui64vNV (int buffer, int pname, LongBuffer params)
 Entry point to C language function: void {@native glGetNamedBufferParameterui64vNV}(GLuint buffer, GLenum pname, GLuint64EXT * params)
Part of GL_NV_shader_buffer_load
More...
 
void glGetNamedBufferParameterui64vNV (int buffer, int pname, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetNamedBufferParameterui64vNV}(GLuint buffer, GLenum pname, GLuint64EXT * params)
Part of GL_NV_shader_buffer_load

More...
 
void glGetIntegerui64vNV (int value, LongBuffer result)
 Entry point to C language function: void {@native glGetIntegerui64vNV}(GLenum value, GLuint64EXT * result)
Part of GL_NV_shader_buffer_load
More...
 
void glGetIntegerui64vNV (int value, long[] result, int result_offset)
 Entry point to C language function: void {@native glGetIntegerui64vNV}(GLenum value, GLuint64EXT * result)
Part of GL_NV_shader_buffer_load

More...
 
void glUniformui64NV (int location, long value)
 Entry point to C language function: void {@native glUniformui64NV}(GLint location, GLuint64EXT value)
Part of GL_NV_shader_buffer_load

More...
 
void glUniformui64vNV (int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glUniformui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_shader_buffer_load
More...
 
void glUniformui64vNV (int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glUniformui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_shader_buffer_load

More...
 
void glProgramUniformui64NV (int program, int location, long value)
 Entry point to C language function: void {@native glProgramUniformui64NV}(GLuint program, GLint location, GLuint64EXT value)
Part of GL_NV_shader_buffer_load

More...
 
void glProgramUniformui64vNV (int program, int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glProgramUniformui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_shader_buffer_load
More...
 
void glProgramUniformui64vNV (int program, int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_shader_buffer_load

More...
 
void glTexImage2DMultisampleCoverageNV (int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, boolean fixedSampleLocations)
 Entry point to C language function: void {@native glTexImage2DMultisampleCoverageNV}(GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample

More...
 
void glTexImage3DMultisampleCoverageNV (int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, int depth, boolean fixedSampleLocations)
 Entry point to C language function: void {@native glTexImage3DMultisampleCoverageNV}(GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample

More...
 
void glTextureImage2DMultisampleNV (int texture, int target, int samples, int internalFormat, int width, int height, boolean fixedSampleLocations)
 Entry point to C language function: void {@native glTextureImage2DMultisampleNV}(GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample

More...
 
void glTextureImage3DMultisampleNV (int texture, int target, int samples, int internalFormat, int width, int height, int depth, boolean fixedSampleLocations)
 Entry point to C language function: void {@native glTextureImage3DMultisampleNV}(GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample

More...
 
void glTextureImage2DMultisampleCoverageNV (int texture, int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, boolean fixedSampleLocations)
 Entry point to C language function: void {@native glTextureImage2DMultisampleCoverageNV}(GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample

More...
 
void glTextureImage3DMultisampleCoverageNV (int texture, int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, int depth, boolean fixedSampleLocations)
 Entry point to C language function: void {@native glTextureImage3DMultisampleCoverageNV}(GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample

More...
 
void glBufferAddressRangeNV (int pname, int index, long address, long length)
 Entry point to C language function: void {@native glBufferAddressRangeNV}(GLenum pname, GLuint index, GLuint64EXT address, GLsizeiptr length)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glVertexFormatNV (int size, int type, int stride)
 Entry point to C language function: void {@native glVertexFormatNV}(GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glNormalFormatNV (int type, int stride)
 Entry point to C language function: void {@native glNormalFormatNV}(GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glColorFormatNV (int size, int type, int stride)
 Entry point to C language function: void {@native glColorFormatNV}(GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glIndexFormatNV (int type, int stride)
 Entry point to C language function: void {@native glIndexFormatNV}(GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glTexCoordFormatNV (int size, int type, int stride)
 Entry point to C language function: void {@native glTexCoordFormatNV}(GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glEdgeFlagFormatNV (int stride)
 Entry point to C language function: void {@native glEdgeFlagFormatNV}(GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glSecondaryColorFormatNV (int size, int type, int stride)
 Entry point to C language function: void {@native glSecondaryColorFormatNV}(GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glFogCoordFormatNV (int type, int stride)
 Entry point to C language function: void {@native glFogCoordFormatNV}(GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glVertexAttribFormatNV (int index, int size, int type, boolean normalized, int stride)
 Entry point to C language function: void {@native glVertexAttribFormatNV}(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glVertexAttribIFormatNV (int index, int size, int type, int stride)
 Entry point to C language function: void {@native glVertexAttribIFormatNV}(GLuint index, GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glGetIntegerui64i_vNV (int value, int index, LongBuffer result)
 Entry point to C language function: void {@native glGetIntegerui64i_vNV}(GLenum value, GLuint index, GLuint64EXT * result)
Part of GL_NV_vertex_buffer_unified_memory
More...
 
void glGetIntegerui64i_vNV (int value, int index, long[] result, int result_offset)
 Entry point to C language function: void {@native glGetIntegerui64i_vNV}(GLenum value, GLuint index, GLuint64EXT * result)
Part of GL_NV_vertex_buffer_unified_memory

More...
 
void glFramebufferTextureMultiviewOVR (int target, int attachment, int texture, int level, int baseViewIndex, int numViews)
 Entry point to C language function: void {@native glFramebufferTextureMultiviewOVR}(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews)
Part of GL_OVR_multiview

More...
 
void glNamedFramebufferTextureMultiviewOVR (int framebuffer, int attachment, int texture, int level, int baseViewIndex, int numViews)
 Entry point to C language function: void {@native glNamedFramebufferTextureMultiviewOVR}(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews)
Part of GL_OVR_multiview

More...
 
- Public Member Functions inherited from com.jogamp.opengl.GL2ES3
void glReadBuffer (int mode)
 Entry point to C language function: void {@native glReadBuffer}(GLenum mode)
Part of GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_NV_read_buffer
Alias for: glReadBufferNV
More...
 
void glGetTexLevelParameterfv (int target, int level, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetTexLevelParameterfv}(GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of GL_ES_VERSION_3_1, GL_VERSION_1_0
More...
 
void glGetTexLevelParameterfv (int target, int level, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexLevelParameterfv}(GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of GL_ES_VERSION_3_1, GL_VERSION_1_0

More...
 
void glGetTexLevelParameteriv (int target, int level, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTexLevelParameteriv}(GLenum target, GLint level, GLenum pname, GLint * params)
Part of GL_ES_VERSION_3_1, GL_VERSION_1_0
More...
 
void glGetTexLevelParameteriv (int target, int level, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexLevelParameteriv}(GLenum target, GLint level, GLenum pname, GLint * params)
Part of GL_ES_VERSION_3_1, GL_VERSION_1_0

More...
 
void glDrawRangeElements (int mode, int start, int end, int count, int type, long indices_buffer_offset)
 Entry point to C language function: void {@native glDrawRangeElements}(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
More...
 
void glUniformMatrix2x3fv (int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glUniformMatrix2x3fv}(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 More...
 
void glUniformMatrix2x3fv (int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix2x3fv}(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
More...
 
void glUniformMatrix3x2fv (int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glUniformMatrix3x2fv}(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 More...
 
void glUniformMatrix3x2fv (int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix3x2fv}(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
More...
 
void glUniformMatrix2x4fv (int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glUniformMatrix2x4fv}(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 More...
 
void glUniformMatrix2x4fv (int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix2x4fv}(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
More...
 
void glUniformMatrix4x2fv (int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glUniformMatrix4x2fv}(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 More...
 
void glUniformMatrix4x2fv (int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix4x2fv}(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
More...
 
void glUniformMatrix3x4fv (int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glUniformMatrix3x4fv}(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 More...
 
void glUniformMatrix3x4fv (int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix3x4fv}(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
More...
 
void glUniformMatrix4x3fv (int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glUniformMatrix4x3fv}(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 More...
 
void glUniformMatrix4x3fv (int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix4x3fv}(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
More...
 
void glColorMaski (int index, boolean r, boolean g, boolean b, boolean a)
 Entry point to C language function: void {@native glColorMaski}(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
More...
 
void glGetBooleani_v (int target, int index, ByteBuffer data)
 Entry point to C language function: void {@native glGetBooleani_v}(GLenum target, GLuint index, GLboolean * data)
Part of GL_ES_VERSION_3_1, GL_VERSION_3_0
More...
 
void glGetBooleani_v (int target, int index, byte[] data, int data_offset)
 Entry point to C language function: void {@native glGetBooleani_v}(GLenum target, GLuint index, GLboolean * data)
Part of GL_ES_VERSION_3_1, GL_VERSION_3_0

More...
 
void glGetIntegeri_v (int target, int index, IntBuffer data)
 Entry point to C language function: void {@native glGetIntegeri_v}(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 More...
 
void glGetIntegeri_v (int target, int index, int[] data, int data_offset)
 Entry point to C language function: void {@native glGetIntegeri_v}(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
More...
 
void glEnablei (int target, int index)
 Entry point to C language function: void {@native glEnablei}(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
More...
 
void glDisablei (int target, int index)
 Entry point to C language function: void {@native glDisablei}(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
More...
 
boolean glIsEnabledi (int target, int index)
 Entry point to C language function: GLboolean {@native glIsEnabledi}(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
More...
 
void glBeginTransformFeedback (int primitiveMode)
 Entry point to C language function: void {@native glBeginTransformFeedback}(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
More...
 
void glEndTransformFeedback ()
 Entry point to C language function: void {@native glEndTransformFeedback}()
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: glEndTransformFeedbackNV, glEndTransformFeedbackEXT
More...
 
void glBindBufferRange (int target, int index, int buffer, long offset, long size)
 Entry point to C language function: void {@native glBindBufferRange}(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
More...
 
void glBindBufferBase (int target, int index, int buffer)
 Entry point to C language function: void {@native glBindBufferBase}(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
More...
 
void glTransformFeedbackVaryings (int program, int count, String[] varyings, int bufferMode)
 Entry point to C language function: void {@native glTransformFeedbackVaryings}(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
More...
 
void glGetTransformFeedbackVarying (int program, int index, int bufSize, IntBuffer length, IntBuffer size, IntBuffer type, ByteBuffer name)
 Entry point to C language function: void {@native glGetTransformFeedbackVarying}(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 More...
 
void glGetTransformFeedbackVarying (int program, int index, int bufSize, int[] length, int length_offset, int[] size, int size_offset, int[] type, int type_offset, byte[] name, int name_offset)
 Entry point to C language function: void {@native glGetTransformFeedbackVarying}(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
More...
 
void glBeginConditionalRender (int id, int mode)
 Entry point to C language function: void {@native glBeginConditionalRender}(GLuint id, GLenum mode)
Part of GL_VERSION_3_0, GL_NV_conditional_render
Alias for: glBeginConditionalRenderNV
More...
 
void glEndConditionalRender ()
 Entry point to C language function: void {@native glEndConditionalRender}()
Part of GL_VERSION_3_0, GL_NV_conditional_render
Alias for: glEndConditionalRenderNV
More...
 
void glVertexAttribIPointer (int index, int size, int type, int stride, long pointer_buffer_offset)
 Entry point to C language function: void {@native glVertexAttribIPointer}(GLuint index, GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribIPointerEXT
More...
 
void glGetVertexAttribIiv (int index, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetVertexAttribIiv}(GLuint index, GLenum pname, GLint * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glGetVertexAttribIivEXT More...
 
void glGetVertexAttribIiv (int index, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetVertexAttribIiv}(GLuint index, GLenum pname, GLint * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glGetVertexAttribIivEXT
More...
 
void glGetVertexAttribIuiv (int index, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetVertexAttribIuiv}(GLuint index, GLenum pname, GLuint * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glGetVertexAttribIuivEXT More...
 
void glGetVertexAttribIuiv (int index, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetVertexAttribIuiv}(GLuint index, GLenum pname, GLuint * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glGetVertexAttribIuivEXT
More...
 
void glVertexAttribI4i (int index, int x, int y, int z, int w)
 Entry point to C language function: void {@native glVertexAttribI4i}(GLuint index, GLint x, GLint y, GLint z, GLint w)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4iEXT
More...
 
void glVertexAttribI4ui (int index, int x, int y, int z, int w)
 Entry point to C language function: void {@native glVertexAttribI4ui}(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4uiEXT
More...
 
void glVertexAttribI4iv (int index, IntBuffer v)
 Entry point to C language function: void {@native glVertexAttribI4iv}(GLuint index, const GLint * v)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4ivEXT More...
 
void glVertexAttribI4iv (int index, int[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribI4iv}(GLuint index, const GLint * v)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4ivEXT
More...
 
void glVertexAttribI4uiv (int index, IntBuffer v)
 Entry point to C language function: void {@native glVertexAttribI4uiv}(GLuint index, const GLuint * v)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4uivEXT More...
 
void glVertexAttribI4uiv (int index, int[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribI4uiv}(GLuint index, const GLuint * v)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4uivEXT
More...
 
void glGetUniformuiv (int program, int location, IntBuffer params)
 Entry point to C language function: void {@native glGetUniformuiv}(GLuint program, GLint location, GLuint * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glGetUniformuivEXT More...
 
void glGetUniformuiv (int program, int location, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetUniformuiv}(GLuint program, GLint location, GLuint * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glGetUniformuivEXT
More...
 
int glGetFragDataLocation (int program, String name)
 Entry point to C language function: GLint {@native glGetFragDataLocation}(GLuint program, const GLchar * name)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glGetFragDataLocationEXT
More...
 
void glUniform1ui (int location, int v0)
 Entry point to C language function: void {@native glUniform1ui}(GLint location, GLuint v0)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glUniform1uiEXT
More...
 
void glUniform2ui (int location, int v0, int v1)
 Entry point to C language function: void {@native glUniform2ui}(GLint location, GLuint v0, GLuint v1)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glUniform2uiEXT
More...
 
void glUniform3ui (int location, int v0, int v1, int v2)
 Entry point to C language function: void {@native glUniform3ui}(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
More...
 
void glUniform4ui (int location, int v0, int v1, int v2, int v3)
 Entry point to C language function: void {@native glUniform4ui}(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
More...
 
void glUniform1uiv (int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glUniform1uiv}(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 More...
 
void glUniform1uiv (int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glUniform1uiv}(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
More...
 
void glUniform2uiv (int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glUniform2uiv}(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 More...
 
void glUniform2uiv (int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glUniform2uiv}(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
More...
 
void glUniform3uiv (int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glUniform3uiv}(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 More...
 
void glUniform3uiv (int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glUniform3uiv}(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
More...
 
void glUniform4uiv (int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glUniform4uiv}(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 More...
 
void glUniform4uiv (int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glUniform4uiv}(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
More...
 
void glClearBufferiv (int buffer, int drawbuffer, IntBuffer value)
 Entry point to C language function: void {@native glClearBufferiv}(GLenum buffer, GLint drawbuffer, const GLint * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
More...
 
void glClearBufferiv (int buffer, int drawbuffer, int[] value, int value_offset)
 Entry point to C language function: void {@native glClearBufferiv}(GLenum buffer, GLint drawbuffer, const GLint * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0

More...
 
void glClearBufferuiv (int buffer, int drawbuffer, IntBuffer value)
 Entry point to C language function: void {@native glClearBufferuiv}(GLenum buffer, GLint drawbuffer, const GLuint * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
More...
 
void glClearBufferuiv (int buffer, int drawbuffer, int[] value, int value_offset)
 Entry point to C language function: void {@native glClearBufferuiv}(GLenum buffer, GLint drawbuffer, const GLuint * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0

More...
 
void glClearBufferfv (int buffer, int drawbuffer, FloatBuffer value)
 Entry point to C language function: void {@native glClearBufferfv}(GLenum buffer, GLint drawbuffer, const GLfloat * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0
More...
 
void glClearBufferfv (int buffer, int drawbuffer, float[] value, int value_offset)
 Entry point to C language function: void {@native glClearBufferfv}(GLenum buffer, GLint drawbuffer, const GLfloat * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0

More...
 
void glClearBufferfi (int buffer, int drawbuffer, float depth, int stencil)
 Entry point to C language function: void {@native glClearBufferfi}(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0

More...
 
String glGetStringi (int name, int index)
 Entry point to C language function: const GLubyte * {@native glGetStringi}(GLenum name, GLuint index)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0

More...
 
void glBlitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter)
 Entry point to C language function: void {@native glBlitFramebuffer}(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
More...
 
void glFramebufferTextureLayer (int target, int attachment, int texture, int level, int layer)
 Entry point to C language function: void {@native glFramebufferTextureLayer}(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
More...
 
void glBindVertexArray (int array)
 Entry point to C language function: void {@native glBindVertexArray}(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
More...
 
void glDeleteVertexArrays (int n, IntBuffer arrays)
 Entry point to C language function: void {@native glDeleteVertexArrays}(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 More...
 
void glDeleteVertexArrays (int n, int[] arrays, int arrays_offset)
 Entry point to C language function: void {@native glDeleteVertexArrays}(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
More...
 
void glGenVertexArrays (int n, IntBuffer arrays)
 Entry point to C language function: void {@native glGenVertexArrays}(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 More...
 
void glGenVertexArrays (int n, int[] arrays, int arrays_offset)
 Entry point to C language function: void {@native glGenVertexArrays}(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
More...
 
boolean glIsVertexArray (int array)
 Entry point to C language function: GLboolean {@native glIsVertexArray}(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
More...
 
void glDrawArraysInstanced (int mode, int first, int count, int instancecount)
 Entry point to C language function: void {@native glDrawArraysInstanced}(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
More...
 
void glDrawElementsInstanced (int mode, int count, int type, long indices_buffer_offset, int instancecount)
 Entry point to C language function: void {@native glDrawElementsInstanced}(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
More...
 
void glTexBuffer (int target, int internalformat, int buffer)
 Entry point to C language function: void {@native glTexBuffer}(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
More...
 
void glCopyBufferSubData (int readTarget, int writeTarget, long readOffset, long writeOffset, long size)
 Entry point to C language function: void {@native glCopyBufferSubData}(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
More...
 
void glGetUniformIndices (int program, int uniformCount, String[] uniformNames, IntBuffer uniformIndices)
 Entry point to C language function: void {@native glGetUniformIndices}(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
More...
 
void glGetUniformIndices (int program, int uniformCount, String[] uniformNames, int[] uniformIndices, int uniformIndices_offset)
 Entry point to C language function: void {@native glGetUniformIndices}(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

More...
 
void glGetActiveUniformsiv (int program, int uniformCount, IntBuffer uniformIndices, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetActiveUniformsiv}(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
More...
 
void glGetActiveUniformsiv (int program, int uniformCount, int[] uniformIndices, int uniformIndices_offset, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetActiveUniformsiv}(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

More...
 
int glGetUniformBlockIndex (int program, String uniformBlockName)
 Entry point to C language function: GLuint {@native glGetUniformBlockIndex}(GLuint program, const GLchar * uniformBlockName)
Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1

More...
 
void glGetActiveUniformBlockiv (int program, int uniformBlockIndex, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetActiveUniformBlockiv}(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint * params)
Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
More...
 
void glGetActiveUniformBlockiv (int program, int uniformBlockIndex, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetActiveUniformBlockiv}(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint * params)
Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1

More...
 
void glGetActiveUniformBlockName (int program, int uniformBlockIndex, int bufSize, IntBuffer length, ByteBuffer uniformBlockName)
 Entry point to C language function: void {@native glGetActiveUniformBlockName}(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
More...
 
void glGetActiveUniformBlockName (int program, int uniformBlockIndex, int bufSize, int[] length, int length_offset, byte[] uniformBlockName, int uniformBlockName_offset)
 Entry point to C language function: void {@native glGetActiveUniformBlockName}(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

More...
 
void glUniformBlockBinding (int program, int uniformBlockIndex, int uniformBlockBinding)
 Entry point to C language function: void {@native glUniformBlockBinding}(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)
Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1

More...
 
void glVertexAttribDivisor (int index, int divisor)
 Entry point to C language function: void {@native glVertexAttribDivisor}(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
More...
 
void glMinSampleShading (float value)
 Entry point to C language function: void {@native glMinSampleShading}(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
More...
 
void glBlendEquationi (int buf, int mode)
 Entry point to C language function: void {@native glBlendEquationi}(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
More...
 
void glBlendEquationSeparatei (int buf, int modeRGB, int modeAlpha)
 Entry point to C language function: void {@native glBlendEquationSeparatei}(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
More...
 
void glBlendFunci (int buf, int src, int dst)
 Entry point to C language function: void {@native glBlendFunci}(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
More...
 
void glBlendFuncSeparatei (int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)
 Entry point to C language function: void {@native glBlendFuncSeparatei}(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
More...
 
void glBindTransformFeedback (int target, int id)
 Entry point to C language function: void {@native glBindTransformFeedback}(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
More...
 
void glDeleteTransformFeedbacks (int n, IntBuffer ids)
 Entry point to C language function: void {@native glDeleteTransformFeedbacks}(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 More...
 
void glDeleteTransformFeedbacks (int n, int[] ids, int ids_offset)
 Entry point to C language function: void {@native glDeleteTransformFeedbacks}(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
More...
 
void glGenTransformFeedbacks (int n, IntBuffer ids)
 Entry point to C language function: void {@native glGenTransformFeedbacks}(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 More...
 
void glGenTransformFeedbacks (int n, int[] ids, int ids_offset)
 Entry point to C language function: void {@native glGenTransformFeedbacks}(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
More...
 
boolean glIsTransformFeedback (int id)
 Entry point to C language function: GLboolean {@native glIsTransformFeedback}(GLuint id)
Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: glIsTransformFeedbackNV
More...
 
void glPauseTransformFeedback ()
 Entry point to C language function: void {@native glPauseTransformFeedback}()
Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: glPauseTransformFeedbackNV
More...
 
void glResumeTransformFeedback ()
 Entry point to C language function: void {@native glResumeTransformFeedback}()
Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: glResumeTransformFeedbackNV
More...
 
void glGetInternalformativ (int target, int internalformat, int pname, int count, IntBuffer params)
 Entry point to C language function: void {@native glGetInternalformativ}(GLenum target, GLenum internalformat, GLenum pname, GLsizei count, GLint * params)
Part of GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_ARB_internalformat_query
More...
 
void glGetInternalformativ (int target, int internalformat, int pname, int count, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetInternalformativ}(GLenum target, GLenum internalformat, GLenum pname, GLsizei count, GLint * params)
Part of GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_ARB_internalformat_query

More...
 
void glBindImageTexture (int unit, int texture, int level, boolean layered, int layer, int access, int format)
 Entry point to C language function: void {@native glBindImageTexture}(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
More...
 
void glMemoryBarrier (int barriers)
 Entry point to C language function: void {@native glMemoryBarrier}(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
More...
 
void glFramebufferParameteri (int target, int pname, int param)
 Entry point to C language function: void {@native glFramebufferParameteri}(GLenum target, GLenum pname, GLint param)
Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_MESA_framebuffer_flip_y
Alias for: glFramebufferParameteriMESA
More...
 
void glGetFramebufferParameteriv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetFramebufferParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_MESA_framebuffer_flip_y, GL_EXT_direct_state_access
Alias for: glGetFramebufferParameterivMESA, glGetFramebufferParameterivEXT More...
 
void glGetFramebufferParameteriv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetFramebufferParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_MESA_framebuffer_flip_y, GL_EXT_direct_state_access
Alias for: glGetFramebufferParameterivMESA, glGetFramebufferParameterivEXT
More...
 
void glInvalidateFramebuffer (int target, int numAttachments, IntBuffer attachments)
 Entry point to C language function: void {@native glInvalidateFramebuffer}(GLenum target, GLsizei numAttachments, const GLenum * attachments)
Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0
More...
 
void glInvalidateFramebuffer (int target, int numAttachments, int[] attachments, int attachments_offset)
 Entry point to C language function: void {@native glInvalidateFramebuffer}(GLenum target, GLsizei numAttachments, const GLenum * attachments)
Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0

More...
 
void glInvalidateSubFramebuffer (int target, int numAttachments, IntBuffer attachments, int x, int y, int width, int height)
 Entry point to C language function: void {@native glInvalidateSubFramebuffer}(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
More...
 
void glInvalidateSubFramebuffer (int target, int numAttachments, int[] attachments, int attachments_offset, int x, int y, int width, int height)
 Entry point to C language function: void {@native glInvalidateSubFramebuffer}(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

More...
 
void glTexStorage2DMultisample (int target, int samples, int internalformat, int width, int height, boolean fixedsamplelocations)
 Entry point to C language function: void {@native glTexStorage2DMultisample}(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

More...
 
void glTexStorage3DMultisample (int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations)
 Entry point to C language function: void {@native glTexStorage3DMultisample}(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
More...
 
void glGetnUniformuiv (int program, int location, int bufSize, IntBuffer params)
 Entry point to C language function: void {@native glGetnUniformuiv}(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 More...
 
void glGetnUniformuiv (int program, int location, int bufSize, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetnUniformuiv}(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
More...
 
void glGetUnsignedBytevEXT (int pname, ByteBuffer data)
 Entry point to C language function: void {@native glGetUnsignedBytevEXT}(GLenum pname, GLubyte * data)
Part of GL_EXT_memory_object
More...
 
void glGetUnsignedBytevEXT (int pname, byte[] data, int data_offset)
 Entry point to C language function: void {@native glGetUnsignedBytevEXT}(GLenum pname, GLubyte * data)
Part of GL_EXT_memory_object

More...
 
void glGetUnsignedBytei_vEXT (int target, int index, ByteBuffer data)
 Entry point to C language function: void {@native glGetUnsignedBytei_vEXT}(GLenum target, GLuint index, GLubyte * data)
Part of GL_EXT_memory_object
More...
 
void glGetUnsignedBytei_vEXT (int target, int index, byte[] data, int data_offset)
 Entry point to C language function: void {@native glGetUnsignedBytei_vEXT}(GLenum target, GLuint index, GLubyte * data)
Part of GL_EXT_memory_object

More...
 
void glDeleteMemoryObjectsEXT (int n, IntBuffer memoryObjects)
 Entry point to C language function: void {@native glDeleteMemoryObjectsEXT}(GLsizei n, const GLuint * memoryObjects)
Part of GL_EXT_memory_object
More...
 
void glDeleteMemoryObjectsEXT (int n, int[] memoryObjects, int memoryObjects_offset)
 Entry point to C language function: void {@native glDeleteMemoryObjectsEXT}(GLsizei n, const GLuint * memoryObjects)
Part of GL_EXT_memory_object

More...
 
boolean glIsMemoryObjectEXT (int memoryObject)
 Entry point to C language function: GLboolean {@native glIsMemoryObjectEXT}(GLuint memoryObject)
Part of GL_EXT_memory_object

More...
 
void glCreateMemoryObjectsEXT (int n, IntBuffer memoryObjects)
 Entry point to C language function: void {@native glCreateMemoryObjectsEXT}(GLsizei n, GLuint * memoryObjects)
Part of GL_EXT_memory_object
More...
 
void glCreateMemoryObjectsEXT (int n, int[] memoryObjects, int memoryObjects_offset)
 Entry point to C language function: void {@native glCreateMemoryObjectsEXT}(GLsizei n, GLuint * memoryObjects)
Part of GL_EXT_memory_object

More...
 
void glMemoryObjectParameterivEXT (int memoryObject, int pname, IntBuffer params)
 Entry point to C language function: void {@native glMemoryObjectParameterivEXT}(GLuint memoryObject, GLenum pname, const GLint * params)
Part of GL_EXT_memory_object
More...
 
void glMemoryObjectParameterivEXT (int memoryObject, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glMemoryObjectParameterivEXT}(GLuint memoryObject, GLenum pname, const GLint * params)
Part of GL_EXT_memory_object

More...
 
void glGetMemoryObjectParameterivEXT (int memoryObject, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetMemoryObjectParameterivEXT}(GLuint memoryObject, GLenum pname, GLint * params)
Part of GL_EXT_memory_object
More...
 
void glGetMemoryObjectParameterivEXT (int memoryObject, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetMemoryObjectParameterivEXT}(GLuint memoryObject, GLenum pname, GLint * params)
Part of GL_EXT_memory_object

More...
 
void glTexStorageMem2DEXT (int target, int levels, int internalFormat, int width, int height, int memory, long offset)
 Entry point to C language function: void {@native glTexStorageMem2DEXT}(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glTexStorageMem2DMultisampleEXT (int target, int samples, int internalFormat, int width, int height, boolean fixedSampleLocations, int memory, long offset)
 Entry point to C language function: void {@native glTexStorageMem2DMultisampleEXT}(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glTexStorageMem3DEXT (int target, int levels, int internalFormat, int width, int height, int depth, int memory, long offset)
 Entry point to C language function: void {@native glTexStorageMem3DEXT}(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glTexStorageMem3DMultisampleEXT (int target, int samples, int internalFormat, int width, int height, int depth, boolean fixedSampleLocations, int memory, long offset)
 Entry point to C language function: void {@native glTexStorageMem3DMultisampleEXT}(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glBufferStorageMemEXT (int target, long size, int memory, long offset)
 Entry point to C language function: void {@native glBufferStorageMemEXT}(GLenum target, GLsizeiptr size, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glTextureStorageMem2DEXT (int texture, int levels, int internalFormat, int width, int height, int memory, long offset)
 Entry point to C language function: void {@native glTextureStorageMem2DEXT}(GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glTextureStorageMem2DMultisampleEXT (int texture, int samples, int internalFormat, int width, int height, boolean fixedSampleLocations, int memory, long offset)
 Entry point to C language function: void {@native glTextureStorageMem2DMultisampleEXT}(GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glTextureStorageMem3DEXT (int texture, int levels, int internalFormat, int width, int height, int depth, int memory, long offset)
 Entry point to C language function: void {@native glTextureStorageMem3DEXT}(GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glTextureStorageMem3DMultisampleEXT (int texture, int samples, int internalFormat, int width, int height, int depth, boolean fixedSampleLocations, int memory, long offset)
 Entry point to C language function: void {@native glTextureStorageMem3DMultisampleEXT}(GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glNamedBufferStorageMemEXT (int buffer, long size, int memory, long offset)
 Entry point to C language function: void {@native glNamedBufferStorageMemEXT}(GLuint buffer, GLsizeiptr size, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

More...
 
void glImportMemoryFdEXT (int memory, long size, int handleType, int fd)
 Entry point to C language function: void {@native glImportMemoryFdEXT}(GLuint memory, GLuint64 size, GLenum handleType, GLint fd)
Part of GL_EXT_memory_object_fd

More...
 
void glGenSemaphoresEXT (int n, IntBuffer semaphores)
 Entry point to C language function: void {@native glGenSemaphoresEXT}(GLsizei n, GLuint * semaphores)
Part of GL_EXT_semaphore
More...
 
void glGenSemaphoresEXT (int n, int[] semaphores, int semaphores_offset)
 Entry point to C language function: void {@native glGenSemaphoresEXT}(GLsizei n, GLuint * semaphores)
Part of GL_EXT_semaphore

More...
 
void glDeleteSemaphoresEXT (int n, IntBuffer semaphores)
 Entry point to C language function: void {@native glDeleteSemaphoresEXT}(GLsizei n, const GLuint * semaphores)
Part of GL_EXT_semaphore
More...
 
void glDeleteSemaphoresEXT (int n, int[] semaphores, int semaphores_offset)
 Entry point to C language function: void {@native glDeleteSemaphoresEXT}(GLsizei n, const GLuint * semaphores)
Part of GL_EXT_semaphore

More...
 
boolean glIsSemaphoreEXT (int semaphore)
 Entry point to C language function: GLboolean {@native glIsSemaphoreEXT}(GLuint semaphore)
Part of GL_EXT_semaphore

More...
 
void glSemaphoreParameterui64vEXT (int semaphore, int pname, LongBuffer params)
 Entry point to C language function: void {@native glSemaphoreParameterui64vEXT}(GLuint semaphore, GLenum pname, const GLuint64 * params)
Part of GL_EXT_semaphore
More...
 
void glSemaphoreParameterui64vEXT (int semaphore, int pname, long[] params, int params_offset)
 Entry point to C language function: void {@native glSemaphoreParameterui64vEXT}(GLuint semaphore, GLenum pname, const GLuint64 * params)
Part of GL_EXT_semaphore

More...
 
void glGetSemaphoreParameterui64vEXT (int semaphore, int pname, LongBuffer params)
 Entry point to C language function: void {@native glGetSemaphoreParameterui64vEXT}(GLuint semaphore, GLenum pname, GLuint64 * params)
Part of GL_EXT_semaphore
More...
 
void glGetSemaphoreParameterui64vEXT (int semaphore, int pname, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetSemaphoreParameterui64vEXT}(GLuint semaphore, GLenum pname, GLuint64 * params)
Part of GL_EXT_semaphore

More...
 
void glWaitSemaphoreEXT (int semaphore, int numBufferBarriers, IntBuffer buffers, int numTextureBarriers, IntBuffer textures, IntBuffer srcLayouts)
 Entry point to C language function: void {@native glWaitSemaphoreEXT}(GLuint semaphore, GLuint numBufferBarriers, const GLuint * buffers, GLuint numTextureBarriers, const GLuint * textures, const GLenum * srcLayouts)
Part of GL_EXT_semaphore
More...
 
void glWaitSemaphoreEXT (int semaphore, int numBufferBarriers, int[] buffers, int buffers_offset, int numTextureBarriers, int[] textures, int textures_offset, int[] srcLayouts, int srcLayouts_offset)
 Entry point to C language function: void {@native glWaitSemaphoreEXT}(GLuint semaphore, GLuint numBufferBarriers, const GLuint * buffers, GLuint numTextureBarriers, const GLuint * textures, const GLenum * srcLayouts)
Part of GL_EXT_semaphore

More...
 
void glSignalSemaphoreEXT (int semaphore, int numBufferBarriers, IntBuffer buffers, int numTextureBarriers, IntBuffer textures, IntBuffer dstLayouts)
 Entry point to C language function: void {@native glSignalSemaphoreEXT}(GLuint semaphore, GLuint numBufferBarriers, const GLuint * buffers, GLuint numTextureBarriers, const GLuint * textures, const GLenum * dstLayouts)
Part of GL_EXT_semaphore
More...
 
void glSignalSemaphoreEXT (int semaphore, int numBufferBarriers, int[] buffers, int buffers_offset, int numTextureBarriers, int[] textures, int textures_offset, int[] dstLayouts, int dstLayouts_offset)
 Entry point to C language function: void {@native glSignalSemaphoreEXT}(GLuint semaphore, GLuint numBufferBarriers, const GLuint * buffers, GLuint numTextureBarriers, const GLuint * textures, const GLenum * dstLayouts)
Part of GL_EXT_semaphore

More...
 
void glImportSemaphoreFdEXT (int semaphore, int handleType, int fd)
 Entry point to C language function: void {@native glImportSemaphoreFdEXT}(GLuint semaphore, GLenum handleType, GLint fd)
Part of GL_EXT_semaphore_fd

More...
 
void glFramebufferTextureEXT (int target, int attachment, int texture, int level)
 Entry point to C language function: void {@native glFramebufferTextureEXT}(GLenum target, GLenum attachment, GLuint texture, GLint level)
Part of GL_NV_geometry_program4, GL_EXT_geometry_shader

More...
 
boolean isPBOPackBound ()
 
boolean isPBOUnpackBound ()
 
- Public Member Functions inherited from com.jogamp.opengl.GL2ES2
void glAttachShader (int program, int shader)
 Entry point to C language function: void {@native glAttachShader}(GLuint program, GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glBindAttribLocation (int program, int index, String name)
 Entry point to C language function: void {@native glBindAttribLocation}(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
More...
 
void glBlendColor (float red, float green, float blue, float alpha)
 Entry point to C language function: void {@native glBlendColor}(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
More...
 
void glCompileShader (int shader)
 Entry point to C language function: void {@native glCompileShader}(GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glCompileShaderARB
More...
 
int glCreateProgram ()
 Entry point to C language function: GLuint {@native glCreateProgram}()
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
int glCreateShader (int type)
 Entry point to C language function: GLuint {@native glCreateShader}(GLenum type)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glDeleteProgram (int program)
 Entry point to C language function: void {@native glDeleteProgram}(GLuint program)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glDeleteShader (int shader)
 Entry point to C language function: void {@native glDeleteShader}(GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glDetachShader (int program, int shader)
 Entry point to C language function: void {@native glDetachShader}(GLuint program, GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glDisableVertexAttribArray (int index)
 Entry point to C language function: void {@native glDisableVertexAttribArray}(GLuint index)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glDisableVertexAttribArrayARB
More...
 
void glEnableVertexAttribArray (int index)
 Entry point to C language function: void {@native glEnableVertexAttribArray}(GLuint index)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glEnableVertexAttribArrayARB
More...
 
void glGetActiveAttrib (int program, int index, int bufSize, IntBuffer length, IntBuffer size, IntBuffer type, ByteBuffer name)
 Entry point to C language function: void {@native glGetActiveAttrib}(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 More...
 
void glGetActiveAttrib (int program, int index, int bufSize, int[] length, int length_offset, int[] size, int size_offset, int[] type, int type_offset, byte[] name, int name_offset)
 Entry point to C language function: void {@native glGetActiveAttrib}(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
More...
 
void glGetActiveUniform (int program, int index, int bufSize, IntBuffer length, IntBuffer size, IntBuffer type, ByteBuffer name)
 Entry point to C language function: void {@native glGetActiveUniform}(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 More...
 
void glGetActiveUniform (int program, int index, int bufSize, int[] length, int length_offset, int[] size, int size_offset, int[] type, int type_offset, byte[] name, int name_offset)
 Entry point to C language function: void {@native glGetActiveUniform}(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
More...
 
void glGetAttachedShaders (int program, int maxCount, IntBuffer count, IntBuffer shaders)
 Entry point to C language function: void {@native glGetAttachedShaders}(GLuint program, GLsizei maxCount, GLsizei * count, GLuint * shaders)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
More...
 
void glGetAttachedShaders (int program, int maxCount, int[] count, int count_offset, int[] shaders, int shaders_offset)
 Entry point to C language function: void {@native glGetAttachedShaders}(GLuint program, GLsizei maxCount, GLsizei * count, GLuint * shaders)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
int glGetAttribLocation (int program, String name)
 Entry point to C language function: GLint {@native glGetAttribLocation}(GLuint program, const GLchar * name)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shader
Alias for: glGetAttribLocationARB
More...
 
void glGetProgramiv (int program, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetProgramiv}(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 More...
 
void glGetProgramiv (int program, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetProgramiv}(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
More...
 
void glGetProgramInfoLog (int program, int bufSize, IntBuffer length, ByteBuffer infoLog)
 Entry point to C language function: void {@native glGetProgramInfoLog}(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
More...
 
void glGetProgramInfoLog (int program, int bufSize, int[] length, int length_offset, byte[] infoLog, int infoLog_offset)
 Entry point to C language function: void {@native glGetProgramInfoLog}(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glGetShaderiv (int shader, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetShaderiv}(GLuint shader, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
More...
 
void glGetShaderiv (int shader, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetShaderiv}(GLuint shader, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glGetShaderInfoLog (int shader, int bufSize, IntBuffer length, ByteBuffer infoLog)
 Entry point to C language function: void {@native glGetShaderInfoLog}(GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0
More...
 
void glGetShaderInfoLog (int shader, int bufSize, int[] length, int length_offset, byte[] infoLog, int infoLog_offset)
 Entry point to C language function: void {@native glGetShaderInfoLog}(GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glGetShaderSource (int shader, int bufSize, IntBuffer length, ByteBuffer source)
 Entry point to C language function: void {@native glGetShaderSource}(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 More...
 
void glGetShaderSource (int shader, int bufSize, int[] length, int length_offset, byte[] source, int source_offset)
 Entry point to C language function: void {@native glGetShaderSource}(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
More...
 
void glGetUniformfv (int program, int location, FloatBuffer params)
 Entry point to C language function: void {@native glGetUniformfv}(GLuint program, GLint location, GLfloat * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glGetUniformfvARB More...
 
void glGetUniformfv (int program, int location, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetUniformfv}(GLuint program, GLint location, GLfloat * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glGetUniformfvARB
More...
 
void glGetUniformiv (int program, int location, IntBuffer params)
 Entry point to C language function: void {@native glGetUniformiv}(GLuint program, GLint location, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glGetUniformivARB More...
 
void glGetUniformiv (int program, int location, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetUniformiv}(GLuint program, GLint location, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glGetUniformivARB
More...
 
int glGetUniformLocation (int program, String name)
 Entry point to C language function: GLint {@native glGetUniformLocation}(GLuint program, const GLchar * name)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glGetUniformLocationARB
More...
 
void glGetVertexAttribfv (int index, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetVertexAttribfv}(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 More...
 
void glGetVertexAttribfv (int index, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetVertexAttribfv}(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
More...
 
void glGetVertexAttribiv (int index, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetVertexAttribiv}(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 More...
 
void glGetVertexAttribiv (int index, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetVertexAttribiv}(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
More...
 
boolean glIsProgram (int program)
 Entry point to C language function: GLboolean {@native glIsProgram}(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
More...
 
boolean glIsShader (int shader)
 Entry point to C language function: GLboolean {@native glIsShader}(GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glLinkProgram (int program)
 Entry point to C language function: void {@native glLinkProgram}(GLuint program)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glLinkProgramARB
More...
 
void glShaderSource (int shader, int count, String[] string, IntBuffer length)
 Entry point to C language function: void {@native glShaderSource}(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 More...
 
void glShaderSource (int shader, int count, String[] string, int[] length, int length_offset)
 Entry point to C language function: void {@native glShaderSource}(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
More...
 
void glStencilFuncSeparate (int face, int func, int ref, int mask)
 Entry point to C language function: void {@native glStencilFuncSeparate}(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
More...
 
void glStencilMaskSeparate (int face, int mask)
 Entry point to C language function: void {@native glStencilMaskSeparate}(GLenum face, GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glStencilOpSeparate (int face, int sfail, int dpfail, int dppass)
 Entry point to C language function: void {@native glStencilOpSeparate}(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
More...
 
void glUniform1f (int location, float v0)
 Entry point to C language function: void {@native glUniform1f}(GLint location, GLfloat v0)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform1fARB
More...
 
void glUniform1fv (int location, int count, FloatBuffer value)
 Entry point to C language function: void {@native glUniform1fv}(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 More...
 
void glUniform1fv (int location, int count, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniform1fv}(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
More...
 
void glUniform1i (int location, int v0)
 Entry point to C language function: void {@native glUniform1i}(GLint location, GLint v0)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform1iARB
More...
 
void glUniform1iv (int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glUniform1iv}(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 More...
 
void glUniform1iv (int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glUniform1iv}(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
More...
 
void glUniform2f (int location, float v0, float v1)
 Entry point to C language function: void {@native glUniform2f}(GLint location, GLfloat v0, GLfloat v1)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform2fARB
More...
 
void glUniform2fv (int location, int count, FloatBuffer value)
 Entry point to C language function: void {@native glUniform2fv}(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 More...
 
void glUniform2fv (int location, int count, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniform2fv}(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
More...
 
void glUniform2i (int location, int v0, int v1)
 Entry point to C language function: void {@native glUniform2i}(GLint location, GLint v0, GLint v1)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform2iARB
More...
 
void glUniform2iv (int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glUniform2iv}(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 More...
 
void glUniform2iv (int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glUniform2iv}(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
More...
 
void glUniform3f (int location, float v0, float v1, float v2)
 Entry point to C language function: void {@native glUniform3f}(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
More...
 
void glUniform3fv (int location, int count, FloatBuffer value)
 Entry point to C language function: void {@native glUniform3fv}(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 More...
 
void glUniform3fv (int location, int count, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniform3fv}(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
More...
 
void glUniform3i (int location, int v0, int v1, int v2)
 Entry point to C language function: void {@native glUniform3i}(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
More...
 
void glUniform3iv (int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glUniform3iv}(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 More...
 
void glUniform3iv (int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glUniform3iv}(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
More...
 
void glUniform4f (int location, float v0, float v1, float v2, float v3)
 Entry point to C language function: void {@native glUniform4f}(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
More...
 
void glUniform4fv (int location, int count, FloatBuffer value)
 Entry point to C language function: void {@native glUniform4fv}(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 More...
 
void glUniform4fv (int location, int count, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniform4fv}(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
More...
 
void glUniform4i (int location, int v0, int v1, int v2, int v3)
 Entry point to C language function: void {@native glUniform4i}(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
More...
 
void glUniform4iv (int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glUniform4iv}(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 More...
 
void glUniform4iv (int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glUniform4iv}(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
More...
 
void glUniformMatrix2fv (int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glUniformMatrix2fv}(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 More...
 
void glUniformMatrix2fv (int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix2fv}(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
More...
 
void glUniformMatrix3fv (int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glUniformMatrix3fv}(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 More...
 
void glUniformMatrix3fv (int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix3fv}(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
More...
 
void glUniformMatrix4fv (int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glUniformMatrix4fv}(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 More...
 
void glUniformMatrix4fv (int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix4fv}(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
More...
 
void glUseProgram (int program)
 Entry point to C language function: void {@native glUseProgram}(GLuint program)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

More...
 
void glValidateProgram (int program)
 Entry point to C language function: void {@native glValidateProgram}(GLuint program)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glValidateProgramARB
More...
 
void glVertexAttrib1f (int index, float x)
 Entry point to C language function: void {@native glVertexAttrib1f}(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
More...
 
void glVertexAttrib1fv (int index, FloatBuffer v)
 Entry point to C language function: void {@native glVertexAttrib1fv}(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 More...
 
void glVertexAttrib1fv (int index, float[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib1fv}(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
More...
 
void glVertexAttrib2f (int index, float x, float y)
 Entry point to C language function: void {@native glVertexAttrib2f}(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
More...
 
void glVertexAttrib2fv (int index, FloatBuffer v)
 Entry point to C language function: void {@native glVertexAttrib2fv}(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 More...
 
void glVertexAttrib2fv (int index, float[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib2fv}(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
More...
 
void glVertexAttrib3f (int index, float x, float y, float z)
 Entry point to C language function: void {@native glVertexAttrib3f}(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
More...
 
void glVertexAttrib3fv (int index, FloatBuffer v)
 Entry point to C language function: void {@native glVertexAttrib3fv}(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 More...
 
void glVertexAttrib3fv (int index, float[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib3fv}(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
More...
 
void glVertexAttrib4f (int index, float x, float y, float z, float w)
 Entry point to C language function: void {@native glVertexAttrib4f}(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
More...
 
void glVertexAttrib4fv (int index, FloatBuffer v)
 Entry point to C language function: void {@native glVertexAttrib4fv}(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 More...
 
void glVertexAttrib4fv (int index, float[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttrib4fv}(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
More...
 
void glVertexAttribPointer (int index, int size, int type, boolean normalized, int stride, long pointer_buffer_offset)
 Entry point to C language function: void {@native glVertexAttribPointer}(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
More...
 
void glTexImage2DMultisample (int target, int samples, int internalformat, int width, int height, boolean fixedsamplelocations)
 Entry point to C language function: void {@native glTexImage2DMultisample}(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Part of GL_ARB_texture_multisample, GL_VERSION_3_2

More...
 
void glTexImage3DMultisample (int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations)
 Entry point to C language function: void {@native glTexImage3DMultisample}(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Part of GL_ARB_texture_multisample, GL_VERSION_3_2

More...
 
void glGetMultisamplefv (int pname, int index, FloatBuffer val)
 Entry point to C language function: void {@native glGetMultisamplefv}(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 More...
 
void glGetMultisamplefv (int pname, int index, float[] val, int val_offset)
 Entry point to C language function: void {@native glGetMultisamplefv}(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
More...
 
void glSampleMaski (int index, int mask)
 Entry point to C language function: void {@native glSampleMaski}(GLuint index, GLbitfield mask)
Part of GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2

More...
 
void glBlendBarrier ()
 Entry point to C language function: void {@native glBlendBarrier}()
Part of GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced
Alias for: glBlendBarrierKHR, glBlendBarrierNV
More...
 
void glDebugMessageControl (int source, int type, int severity, int count, IntBuffer ids, boolean enabled)
 Entry point to C language function: void {@native glDebugMessageControl}(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 More...
 
void glDebugMessageControl (int source, int type, int severity, int count, int[] ids, int ids_offset, boolean enabled)
 Entry point to C language function: void {@native glDebugMessageControl}(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
More...
 
void glDebugMessageInsert (int source, int type, int id, int severity, int length, String buf)
 Entry point to C language function: void {@native glDebugMessageInsert}(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
More...
 
int glGetDebugMessageLog (int count, int bufSize, IntBuffer sources, IntBuffer types, IntBuffer ids, IntBuffer severities, IntBuffer lengths, ByteBuffer messageLog)
 Entry point to C language function: GLuint {@native glGetDebugMessageLog}(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 More...
 
int glGetDebugMessageLog (int count, int bufSize, int[] sources, int sources_offset, int[] types, int types_offset, int[] ids, int ids_offset, int[] severities, int severities_offset, int[] lengths, int lengths_offset, byte[] messageLog, int messageLog_offset)
 Entry point to C language function: GLuint {@native glGetDebugMessageLog}(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
More...
 
void glPushDebugGroup (int source, int id, int length, ByteBuffer message)
 Entry point to C language function: void {@native glPushDebugGroup}(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 More...
 
void glPushDebugGroup (int source, int id, int length, byte[] message, int message_offset)
 Entry point to C language function: void {@native glPushDebugGroup}(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
More...
 
void glPopDebugGroup ()
 Entry point to C language function: void {@native glPopDebugGroup}()
Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: glPopDebugGroupKHR
More...
 
void glObjectLabel (int identifier, int name, int length, ByteBuffer label)
 Entry point to C language function: void {@native glObjectLabel}(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 More...
 
void glObjectLabel (int identifier, int name, int length, byte[] label, int label_offset)
 Entry point to C language function: void {@native glObjectLabel}(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
More...
 
void glGetObjectLabel (int identifier, int name, int bufSize, IntBuffer length, ByteBuffer label)
 Entry point to C language function: void {@native glGetObjectLabel}(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 More...
 
void glGetObjectLabel (int identifier, int name, int bufSize, int[] length, int length_offset, byte[] label, int label_offset)
 Entry point to C language function: void {@native glGetObjectLabel}(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
More...
 
void glObjectPtrLabel (Buffer ptr, int length, ByteBuffer label)
 Entry point to C language function: void {@native glObjectPtrLabel}(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 More...
 
void glObjectPtrLabel (Buffer ptr, int length, byte[] label, int label_offset)
 Entry point to C language function: void {@native glObjectPtrLabel}(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 More...
 
void glGetObjectPtrLabel (Buffer ptr, int bufSize, IntBuffer length, ByteBuffer label)
 Entry point to C language function: void {@native glGetObjectPtrLabel}(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 More...
 
void glGetObjectPtrLabel (Buffer ptr, int bufSize, int[] length, int length_offset, byte[] label, int label_offset)
 Entry point to C language function: void {@native glGetObjectPtrLabel}(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 More...
 
void glCopyImageSubData (int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth)
 Entry point to C language function: void {@native glCopyImageSubData}(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
More...
 
void glGetProgramBinary (int program, int bufSize, IntBuffer length, IntBuffer binaryFormat, Buffer binary)
 Entry point to C language function: void {@native glGetProgramBinary}(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 More...
 
void glGetProgramBinary (int program, int bufSize, int[] length, int length_offset, int[] binaryFormat, int binaryFormat_offset, Buffer binary)
 Entry point to C language function: void {@native glGetProgramBinary}(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 More...
 
void glProgramBinary (int program, int binaryFormat, Buffer binary, int length)
 Entry point to C language function: void {@native glProgramBinary}(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 More...
 
void glTexImage3D (int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glTexImage3D}(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 More...
 
void glTexImage3D (int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glTexImage3D}(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
More...
 
void glTexSubImage3D (int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glTexSubImage3D}(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 More...
 
void glTexSubImage3D (int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glTexSubImage3D}(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
More...
 
void glCopyTexSubImage3D (int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height)
 Entry point to C language function: void {@native glCopyTexSubImage3D}(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
More...
 
void glCompressedTexImage3D (int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, Buffer data)
 Entry point to C language function: void {@native glCompressedTexImage3D}(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 More...
 
void glCompressedTexImage3D (int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, long data_buffer_offset)
 Entry point to C language function: void {@native glCompressedTexImage3D}(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
More...
 
void glCompressedTexSubImage3D (int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, Buffer data)
 Entry point to C language function: void {@native glCompressedTexSubImage3D}(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 More...
 
void glCompressedTexSubImage3D (int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, long data_buffer_offset)
 Entry point to C language function: void {@native glCompressedTexSubImage3D}(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
More...
 
void glFramebufferTexture3D (int target, int attachment, int textarget, int texture, int level, int zoffset)
 Entry point to C language function: void {@native glFramebufferTexture3D}(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
More...
 
void glTexParameterIiv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glTexParameterIiv}(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 More...
 
void glTexParameterIiv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glTexParameterIiv}(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
More...
 
void glTexParameterIuiv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glTexParameterIuiv}(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 More...
 
void glTexParameterIuiv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glTexParameterIuiv}(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
More...
 
void glGetTexParameterIiv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTexParameterIiv}(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 More...
 
void glGetTexParameterIiv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexParameterIiv}(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
More...
 
void glGetTexParameterIuiv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTexParameterIuiv}(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 More...
 
void glGetTexParameterIuiv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTexParameterIuiv}(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
More...
 
void glSamplerParameterIiv (int sampler, int pname, IntBuffer param)
 Entry point to C language function: void {@native glSamplerParameterIiv}(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 More...
 
void glSamplerParameterIiv (int sampler, int pname, int[] param, int param_offset)
 Entry point to C language function: void {@native glSamplerParameterIiv}(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
More...
 
void glSamplerParameterIuiv (int sampler, int pname, IntBuffer param)
 Entry point to C language function: void {@native glSamplerParameterIuiv}(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 More...
 
void glSamplerParameterIuiv (int sampler, int pname, int[] param, int param_offset)
 Entry point to C language function: void {@native glSamplerParameterIuiv}(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
More...
 
void glGetSamplerParameterIiv (int sampler, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetSamplerParameterIiv}(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 More...
 
void glGetSamplerParameterIiv (int sampler, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetSamplerParameterIiv}(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
More...
 
void glGetSamplerParameterIuiv (int sampler, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetSamplerParameterIuiv}(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 More...
 
void glGetSamplerParameterIuiv (int sampler, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetSamplerParameterIuiv}(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
More...
 
void glDrawArraysInstancedBaseInstance (int mode, int first, int count, int instancecount, int baseinstance)
 Entry point to C language function: void {@native glDrawArraysInstancedBaseInstance}(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
More...
 
void glDrawElementsInstancedBaseInstance (int mode, int count, int type, long indices_buffer_offset, int instancecount, int baseinstance)
 Entry point to C language function: void {@native glDrawElementsInstancedBaseInstance}(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
More...
 
void glDrawElementsInstancedBaseVertexBaseInstance (int mode, int count, int type, long indices_buffer_offset, int instancecount, int basevertex, int baseinstance)
 Entry point to C language function: void {@native glDrawElementsInstancedBaseVertexBaseInstance}(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
More...
 
void glGenQueries (int n, IntBuffer ids)
 Entry point to C language function: void {@native glGenQueries}(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 More...
 
void glGenQueries (int n, int[] ids, int ids_offset)
 Entry point to C language function: void {@native glGenQueries}(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
More...
 
void glDeleteQueries (int n, IntBuffer ids)
 Entry point to C language function: void {@native glDeleteQueries}(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 More...
 
void glDeleteQueries (int n, int[] ids, int ids_offset)
 Entry point to C language function: void {@native glDeleteQueries}(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
More...
 
boolean glIsQuery (int id)
 Entry point to C language function: GLboolean {@native glIsQuery}(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
More...
 
void glBeginQuery (int target, int id)
 Entry point to C language function: void {@native glBeginQuery}(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
More...
 
void glEndQuery (int target)
 Entry point to C language function: void {@native glEndQuery}(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
More...
 
void glQueryCounter (int id, int target)
 Entry point to C language function: void {@native glQueryCounter}(GLuint id, GLenum target)
Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query
Alias for: glQueryCounterEXT
More...
 
void glGetQueryiv (int target, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetQueryiv}(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 More...
 
void glGetQueryiv (int target, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetQueryiv}(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
More...
 
void glGetQueryObjectiv (int id, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetQueryObjectiv}(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 More...
 
void glGetQueryObjectiv (int id, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetQueryObjectiv}(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
More...
 
void glGetQueryObjectuiv (int id, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetQueryObjectuiv}(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 More...
 
void glGetQueryObjectuiv (int id, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetQueryObjectuiv}(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
More...
 
void glGetQueryObjecti64v (int id, int pname, LongBuffer params)
 Entry point to C language function: void {@native glGetQueryObjecti64v}(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 More...
 
void glGetQueryObjecti64v (int id, int pname, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetQueryObjecti64v}(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
More...
 
void glGetQueryObjectui64v (int id, int pname, LongBuffer params)
 Entry point to C language function: void {@native glGetQueryObjectui64v}(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 More...
 
void glGetQueryObjectui64v (int id, int pname, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetQueryObjectui64v}(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
More...
 
void glGetInteger64v (int pname, LongBuffer data)
 Entry point to C language function: void {@native glGetInteger64v}(GLenum pname, GLint64 * data)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync, GL_EXT_disjoint_timer_query
Alias for: glGetInteger64vAPPLE, glGetInteger64vEXT More...
 
void glGetInteger64v (int pname, long[] data, int data_offset)
 Entry point to C language function: void {@native glGetInteger64v}(GLenum pname, GLint64 * data)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync, GL_EXT_disjoint_timer_query
Alias for: glGetInteger64vAPPLE, glGetInteger64vEXT
More...
 
void glActiveShaderProgram (int pipeline, int program)
 Entry point to C language function: void {@native glActiveShaderProgram}(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
More...
 
void glBindProgramPipeline (int pipeline)
 Entry point to C language function: void {@native glBindProgramPipeline}(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
More...
 
int glCreateShaderProgramv (int type, int count, String[] strings)
 Entry point to C language function: GLuint {@native glCreateShaderProgramv}(GLenum type, GLsizei count, const GLchar * const * 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
More...
 
void glDeleteProgramPipelines (int n, IntBuffer pipelines)
 Entry point to C language function: void {@native glDeleteProgramPipelines}(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 More...
 
void glDeleteProgramPipelines (int n, int[] pipelines, int pipelines_offset)
 Entry point to C language function: void {@native glDeleteProgramPipelines}(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
More...
 
void glGenProgramPipelines (int n, IntBuffer pipelines)
 Entry point to C language function: void {@native glGenProgramPipelines}(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 More...
 
void glGenProgramPipelines (int n, int[] pipelines, int pipelines_offset)
 Entry point to C language function: void {@native glGenProgramPipelines}(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
More...
 
void glGetProgramPipelineInfoLog (int pipeline, int bufSize, IntBuffer length, ByteBuffer infoLog)
 Entry point to C language function: void {@native glGetProgramPipelineInfoLog}(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 More...
 
void glGetProgramPipelineInfoLog (int pipeline, int bufSize, int[] length, int length_offset, byte[] infoLog, int infoLog_offset)
 Entry point to C language function: void {@native glGetProgramPipelineInfoLog}(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
More...
 
void glGetProgramPipelineiv (int pipeline, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetProgramPipelineiv}(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 More...
 
void glGetProgramPipelineiv (int pipeline, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetProgramPipelineiv}(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
More...
 
boolean glIsProgramPipeline (int pipeline)
 Entry point to C language function: GLboolean {@native glIsProgramPipeline}(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
More...
 
void glProgramParameteri (int program, int pname, int value)
 Entry point to C language function: void {@native glProgramParameteri}(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
More...
 
void glProgramUniform1f (int program, int location, float v0)
 Entry point to C language function: void {@native glProgramUniform1f}(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
More...
 
void glProgramUniform1fv (int program, int location, int count, FloatBuffer value)
 Entry point to C language function: void {@native glProgramUniform1fv}(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 More...
 
void glProgramUniform1fv (int program, int location, int count, float[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform1fv}(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
More...
 
void glProgramUniform1i (int program, int location, int v0)
 Entry point to C language function: void {@native glProgramUniform1i}(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
More...
 
void glProgramUniform1iv (int program, int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glProgramUniform1iv}(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 More...
 
void glProgramUniform1iv (int program, int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform1iv}(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
More...
 
void glProgramUniform2f (int program, int location, float v0, float v1)
 Entry point to C language function: void {@native glProgramUniform2f}(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
More...
 
void glProgramUniform2fv (int program, int location, int count, FloatBuffer value)
 Entry point to C language function: void {@native glProgramUniform2fv}(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 More...
 
void glProgramUniform2fv (int program, int location, int count, float[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform2fv}(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
More...
 
void glProgramUniform2i (int program, int location, int v0, int v1)
 Entry point to C language function: void {@native glProgramUniform2i}(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
More...
 
void glProgramUniform2iv (int program, int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glProgramUniform2iv}(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 More...
 
void glProgramUniform2iv (int program, int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform2iv}(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
More...
 
void glProgramUniform3f (int program, int location, float v0, float v1, float v2)
 Entry point to C language function: void {@native glProgramUniform3f}(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
More...
 
void glProgramUniform3fv (int program, int location, int count, FloatBuffer value)
 Entry point to C language function: void {@native glProgramUniform3fv}(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 More...
 
void glProgramUniform3fv (int program, int location, int count, float[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform3fv}(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
More...
 
void glProgramUniform3i (int program, int location, int v0, int v1, int v2)
 Entry point to C language function: void {@native glProgramUniform3i}(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
More...
 
void glProgramUniform3iv (int program, int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glProgramUniform3iv}(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 More...
 
void glProgramUniform3iv (int program, int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform3iv}(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
More...
 
void glProgramUniform4f (int program, int location, float v0, float v1, float v2, float v3)
 Entry point to C language function: void {@native glProgramUniform4f}(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
More...
 
void glProgramUniform4fv (int program, int location, int count, FloatBuffer value)
 Entry point to C language function: void {@native glProgramUniform4fv}(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 More...
 
void glProgramUniform4fv (int program, int location, int count, float[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform4fv}(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
More...
 
void glProgramUniform4i (int program, int location, int v0, int v1, int v2, int v3)
 Entry point to C language function: void {@native glProgramUniform4i}(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
More...
 
void glProgramUniform4iv (int program, int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glProgramUniform4iv}(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 More...
 
void glProgramUniform4iv (int program, int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform4iv}(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
More...
 
void glProgramUniformMatrix2fv (int program, int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix2fv}(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 More...
 
void glProgramUniformMatrix2fv (int program, int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix2fv}(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
More...
 
void glProgramUniformMatrix3fv (int program, int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix3fv}(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 More...
 
void glProgramUniformMatrix3fv (int program, int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix3fv}(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
More...
 
void glProgramUniformMatrix4fv (int program, int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix4fv}(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 More...
 
void glProgramUniformMatrix4fv (int program, int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix4fv}(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
More...
 
void glUseProgramStages (int pipeline, int stages, int program)
 Entry point to C language function: void {@native glUseProgramStages}(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
More...
 
void glValidateProgramPipeline (int pipeline)
 Entry point to C language function: void {@native glValidateProgramPipeline}(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
More...
 
void glProgramUniform1ui (int program, int location, int v0)
 Entry point to C language function: void {@native glProgramUniform1ui}(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
More...
 
void glProgramUniform2ui (int program, int location, int v0, int v1)
 Entry point to C language function: void {@native glProgramUniform2ui}(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
More...
 
void glProgramUniform3ui (int program, int location, int v0, int v1, int v2)
 Entry point to C language function: void {@native glProgramUniform3ui}(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
More...
 
void glProgramUniform4ui (int program, int location, int v0, int v1, int v2, int v3)
 Entry point to C language function: void {@native glProgramUniform4ui}(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
More...
 
void glProgramUniform1uiv (int program, int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glProgramUniform1uiv}(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 More...
 
void glProgramUniform1uiv (int program, int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform1uiv}(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
More...
 
void glProgramUniform2uiv (int program, int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glProgramUniform2uiv}(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 More...
 
void glProgramUniform2uiv (int program, int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform2uiv}(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
More...
 
void glProgramUniform3uiv (int program, int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glProgramUniform3uiv}(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 More...
 
void glProgramUniform3uiv (int program, int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform3uiv}(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
More...
 
void glProgramUniform4uiv (int program, int location, int count, IntBuffer value)
 Entry point to C language function: void {@native glProgramUniform4uiv}(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 More...
 
void glProgramUniform4uiv (int program, int location, int count, int[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform4uiv}(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
More...
 
void glProgramUniformMatrix2x3fv (int program, int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix2x3fv}(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 More...
 
void glProgramUniformMatrix2x3fv (int program, int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix2x3fv}(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
More...
 
void glProgramUniformMatrix3x2fv (int program, int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix3x2fv}(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 More...
 
void glProgramUniformMatrix3x2fv (int program, int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix3x2fv}(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
More...
 
void glProgramUniformMatrix2x4fv (int program, int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix2x4fv}(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 More...
 
void glProgramUniformMatrix2x4fv (int program, int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix2x4fv}(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
More...
 
void glProgramUniformMatrix4x2fv (int program, int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix4x2fv}(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 More...
 
void glProgramUniformMatrix4x2fv (int program, int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix4x2fv}(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
More...
 
void glProgramUniformMatrix3x4fv (int program, int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix3x4fv}(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 More...
 
void glProgramUniformMatrix3x4fv (int program, int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix3x4fv}(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
More...
 
void glProgramUniformMatrix4x3fv (int program, int location, int count, boolean transpose, FloatBuffer value)
 Entry point to C language function: void {@native glProgramUniformMatrix4x3fv}(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 More...
 
void glProgramUniformMatrix4x3fv (int program, int location, int count, boolean transpose, float[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniformMatrix4x3fv}(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
More...
 
void glApplyFramebufferAttachmentCMAAINTEL ()
 Entry point to C language function: void {@native glApplyFramebufferAttachmentCMAAINTEL}()
Part of GL_INTEL_framebuffer_CMAA

More...
 
void glConservativeRasterParameteriNV (int pname, int param)
 Entry point to C language function: void {@native glConservativeRasterParameteriNV}(GLenum pname, GLint param)
Part of GL_NV_conservative_raster_pre_snap_triangles

More...
 
void glDrawBuffers (int n, IntBuffer bufs)
 Entry point to C language function: void {@native glDrawBuffers}(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 More...
 
void glDrawBuffers (int n, int[] bufs, int bufs_offset)
 Entry point to C language function: void {@native glDrawBuffers}(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
More...
 
void glReleaseShaderCompiler ()
 Start: GL_ARB_ES2_compatibility functions, which are part of ES2 core as well. More...
 
void glShaderBinary (int n, IntBuffer shaders, int binaryformat, Buffer binary, int length)
 Entry point to C language function: void {@native glShaderBinary}(GLint n, const GLuint * shaders, GLenum binaryformat, const void * binary, GLint length);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. More...
 
void glShaderBinary (int n, int[] shaders, int shaders_offset, int binaryformat, Buffer binary, int length)
 Entry point to C language function: void {@native glShaderBinary}(GLint n, const GLuint * shaders, GLenum binaryformat, const void * binary, GLint length);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. More...
 
void glGetShaderPrecisionFormat (int shadertype, int precisiontype, IntBuffer range, IntBuffer precision)
 Entry point to C language function: void {@native glGetShaderPrecisionFormat}(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. More...
 
void glGetShaderPrecisionFormat (int shadertype, int precisiontype, int[] range, int range_offset, int[] precision, int precision_offset)
 Entry point to C language function: void {@native glGetShaderPrecisionFormat}(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. More...
 
void glDepthRangef (float zNear, float zFar)
 Entry point to C language function: void {@native glDepthRangef}(GLclampf zNear, GLclampf zFar);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. More...
 
void glDepthRange (double zNear, double zFar)
 Aliased entrypoint of void {@native glDepthRange}(GLclampd depth); and void {@native glDepthRangef}(GLclampf depth); . More...
 
void glClearDepthf (float depth)
 Entry point to C language function: void {@native glClearDepthf}(GLclampf depth);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. More...
 
void glClearDepth (double depth)
 Aliased entrypoint of void {@native glClearDepth}(GLclampd depth); and void {@native glClearDepthf}(GLclampf depth); . More...
 
void glVertexAttribPointer (GLArrayData array)
 
void glUniform (GLUniformData data)
 
- Public Member Functions inherited from com.jogamp.opengl.GL3
void glMultiDrawElementsBaseVertex (int mode, IntBuffer count, int type, PointerBuffer indices, int drawcount, IntBuffer basevertex)
 Entry point to C language function: void {@native glMultiDrawElementsBaseVertex}(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
Alias for: glMultiDrawElementsBaseVertexEXT More...
 
void glBindFragDataLocationIndexed (int program, int colorNumber, int index, String name)
 Entry point to C language function: void {@native glBindFragDataLocationIndexed}(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
More...
 
int glGetFragDataIndex (int program, String name)
 Entry point to C language function: GLint {@native glGetFragDataIndex}(GLuint program, const GLchar * name)
Part of GL_VERSION_3_3, GL_ARB_blend_func_extended, GL_EXT_blend_func_extended
Alias for: glGetFragDataIndexEXT
More...
 
void glVertexAttribP1ui (int index, int type, boolean normalized, int value)
 Entry point to C language function: void {@native glVertexAttribP1ui}(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexAttribP1uiv (int index, int type, boolean normalized, IntBuffer value)
 Entry point to C language function: void {@native glVertexAttribP1uiv}(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glVertexAttribP1uiv (int index, int type, boolean normalized, int[] value, int value_offset)
 Entry point to C language function: void {@native glVertexAttribP1uiv}(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexAttribP2ui (int index, int type, boolean normalized, int value)
 Entry point to C language function: void {@native glVertexAttribP2ui}(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexAttribP2uiv (int index, int type, boolean normalized, IntBuffer value)
 Entry point to C language function: void {@native glVertexAttribP2uiv}(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glVertexAttribP2uiv (int index, int type, boolean normalized, int[] value, int value_offset)
 Entry point to C language function: void {@native glVertexAttribP2uiv}(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexAttribP3ui (int index, int type, boolean normalized, int value)
 Entry point to C language function: void {@native glVertexAttribP3ui}(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexAttribP3uiv (int index, int type, boolean normalized, IntBuffer value)
 Entry point to C language function: void {@native glVertexAttribP3uiv}(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glVertexAttribP3uiv (int index, int type, boolean normalized, int[] value, int value_offset)
 Entry point to C language function: void {@native glVertexAttribP3uiv}(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexAttribP4ui (int index, int type, boolean normalized, int value)
 Entry point to C language function: void {@native glVertexAttribP4ui}(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glVertexAttribP4uiv (int index, int type, boolean normalized, IntBuffer value)
 Entry point to C language function: void {@native glVertexAttribP4uiv}(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3
More...
 
void glVertexAttribP4uiv (int index, int type, boolean normalized, int[] value, int value_offset)
 Entry point to C language function: void {@native glVertexAttribP4uiv}(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

More...
 
void glUniform1d (int location, double x)
 Entry point to C language function: void {@native glUniform1d}(GLint location, GLdouble x)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniform2d (int location, double x, double y)
 Entry point to C language function: void {@native glUniform2d}(GLint location, GLdouble x, GLdouble y)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniform3d (int location, double x, double y, double z)
 Entry point to C language function: void {@native glUniform3d}(GLint location, GLdouble x, GLdouble y, GLdouble z)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniform4d (int location, double x, double y, double z, double w)
 Entry point to C language function: void {@native glUniform4d}(GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniform1dv (int location, int count, DoubleBuffer value)
 Entry point to C language function: void {@native glUniform1dv}(GLint location, GLsizei count, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
More...
 
void glUniform1dv (int location, int count, double[] value, int value_offset)
 Entry point to C language function: void {@native glUniform1dv}(GLint location, GLsizei count, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniform2dv (int location, int count, DoubleBuffer value)
 Entry point to C language function: void {@native glUniform2dv}(GLint location, GLsizei count, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
More...
 
void glUniform2dv (int location, int count, double[] value, int value_offset)
 Entry point to C language function: void {@native glUniform2dv}(GLint location, GLsizei count, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniform3dv (int location, int count, DoubleBuffer value)
 Entry point to C language function: void {@native glUniform3dv}(GLint location, GLsizei count, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
More...
 
void glUniform3dv (int location, int count, double[] value, int value_offset)
 Entry point to C language function: void {@native glUniform3dv}(GLint location, GLsizei count, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniform4dv (int location, int count, DoubleBuffer value)
 Entry point to C language function: void {@native glUniform4dv}(GLint location, GLsizei count, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
More...
 
void glUniform4dv (int location, int count, double[] value, int value_offset)
 Entry point to C language function: void {@native glUniform4dv}(GLint location, GLsizei count, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniformMatrix2dv (int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glUniformMatrix2dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
More...
 
void glUniformMatrix2dv (int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix2dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniformMatrix3dv (int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glUniformMatrix3dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
More...
 
void glUniformMatrix3dv (int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix3dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniformMatrix4dv (int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glUniformMatrix4dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
More...
 
void glUniformMatrix4dv (int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix4dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniformMatrix2x3dv (int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glUniformMatrix2x3dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
More...
 
void glUniformMatrix2x3dv (int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix2x3dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniformMatrix2x4dv (int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glUniformMatrix2x4dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
More...
 
void glUniformMatrix2x4dv (int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix2x4dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniformMatrix3x2dv (int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glUniformMatrix3x2dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
More...
 
void glUniformMatrix3x2dv (int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix3x2dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniformMatrix3x4dv (int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glUniformMatrix3x4dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
More...
 
void glUniformMatrix3x4dv (int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix3x4dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniformMatrix4x2dv (int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glUniformMatrix4x2dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
More...
 
void glUniformMatrix4x2dv (int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix4x2dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glUniformMatrix4x3dv (int location, int count, boolean transpose, DoubleBuffer value)
 Entry point to C language function: void {@native glUniformMatrix4x3dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
More...
 
void glUniformMatrix4x3dv (int location, int count, boolean transpose, double[] value, int value_offset)
 Entry point to C language function: void {@native glUniformMatrix4x3dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
void glGetUniformdv (int program, int location, DoubleBuffer params)
 Entry point to C language function: void {@native glGetUniformdv}(GLuint program, GLint location, GLdouble * params)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0
More...
 
void glGetUniformdv (int program, int location, double[] params, int params_offset)
 Entry point to C language function: void {@native glGetUniformdv}(GLuint program, GLint location, GLdouble * params)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

More...
 
int glGetSubroutineUniformLocation (int program, int shadertype, String name)
 Entry point to C language function: GLint {@native glGetSubroutineUniformLocation}(GLuint program, GLenum shadertype, const GLchar * name)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

More...
 
int glGetSubroutineIndex (int program, int shadertype, String name)
 Entry point to C language function: GLuint {@native glGetSubroutineIndex}(GLuint program, GLenum shadertype, const GLchar * name)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

More...
 
void glGetActiveSubroutineUniformiv (int program, int shadertype, int index, int pname, IntBuffer values)
 Entry point to C language function: void {@native glGetActiveSubroutineUniformiv}(GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint * values)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
More...
 
void glGetActiveSubroutineUniformiv (int program, int shadertype, int index, int pname, int[] values, int values_offset)
 Entry point to C language function: void {@native glGetActiveSubroutineUniformiv}(GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint * values)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

More...
 
void glGetActiveSubroutineUniformName (int program, int shadertype, int index, int bufSize, IntBuffer length, ByteBuffer name)
 Entry point to C language function: void {@native glGetActiveSubroutineUniformName}(GLuint program, GLenum shadertype, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
More...
 
void glGetActiveSubroutineUniformName (int program, int shadertype, int index, int bufSize, int[] length, int length_offset, byte[] name, int name_offset)
 Entry point to C language function: void {@native glGetActiveSubroutineUniformName}(GLuint program, GLenum shadertype, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

More...
 
void glGetActiveSubroutineName (int program, int shadertype, int index, int bufSize, IntBuffer length, ByteBuffer name)
 Entry point to C language function: void {@native glGetActiveSubroutineName}(GLuint program, GLenum shadertype, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
More...
 
void glGetActiveSubroutineName (int program, int shadertype, int index, int bufSize, int[] length, int length_offset, byte[] name, int name_offset)
 Entry point to C language function: void {@native glGetActiveSubroutineName}(GLuint program, GLenum shadertype, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

More...
 
void glUniformSubroutinesuiv (int shadertype, int count, IntBuffer indices)
 Entry point to C language function: void {@native glUniformSubroutinesuiv}(GLenum shadertype, GLsizei count, const GLuint * indices)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
More...
 
void glUniformSubroutinesuiv (int shadertype, int count, int[] indices, int indices_offset)
 Entry point to C language function: void {@native glUniformSubroutinesuiv}(GLenum shadertype, GLsizei count, const GLuint * indices)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

More...
 
void glGetUniformSubroutineuiv (int shadertype, int location, IntBuffer params)
 Entry point to C language function: void {@native glGetUniformSubroutineuiv}(GLenum shadertype, GLint location, GLuint * params)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
More...
 
void glGetUniformSubroutineuiv (int shadertype, int location, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetUniformSubroutineuiv}(GLenum shadertype, GLint location, GLuint * params)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

More...
 
void glGetProgramStageiv (int program, int shadertype, int pname, IntBuffer values)
 Entry point to C language function: void {@native glGetProgramStageiv}(GLuint program, GLenum shadertype, GLenum pname, GLint * values)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0
More...
 
void glGetProgramStageiv (int program, int shadertype, int pname, int[] values, int values_offset)
 Entry point to C language function: void {@native glGetProgramStageiv}(GLuint program, GLenum shadertype, GLenum pname, GLint * values)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

More...
 
void glPatchParameterfv (int pname, FloatBuffer values)
 Entry point to C language function: void {@native glPatchParameterfv}(GLenum pname, const GLfloat * values)
Part of GL_ARB_tessellation_shader, GL_VERSION_4_0
More...
 
void glPatchParameterfv (int pname, float[] values, int values_offset)
 Entry point to C language function: void {@native glPatchParameterfv}(GLenum pname, const GLfloat * values)
Part of GL_ARB_tessellation_shader, GL_VERSION_4_0

More...
 
void glViewportArrayv (int first, int count, FloatBuffer v)
 Entry point to C language function: void {@native glViewportArrayv}(GLuint first, GLsizei count, const GLfloat * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_OES_viewport_array, GL_NV_viewport_array
Alias for: glViewportArrayvOES, glViewportArrayvNV More...
 
void glViewportArrayv (int first, int count, float[] v, int v_offset)
 Entry point to C language function: void {@native glViewportArrayv}(GLuint first, GLsizei count, const GLfloat * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_OES_viewport_array, GL_NV_viewport_array
Alias for: glViewportArrayvOES, glViewportArrayvNV
More...
 
void glViewportIndexedf (int index, float x, float y, float w, float h)
 Entry point to C language function: void {@native glViewportIndexedf}(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_OES_viewport_array, GL_NV_viewport_array
Alias for: glViewportIndexedfOES, glViewportIndexedfNV
More...
 
void glViewportIndexedfv (int index, FloatBuffer v)
 Entry point to C language function: void {@native glViewportIndexedfv}(GLuint index, const GLfloat * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array, GL_OES_viewport_array
Alias for: glViewportIndexedfvNV, glViewportIndexedfvOES More...
 
void glViewportIndexedfv (int index, float[] v, int v_offset)
 Entry point to C language function: void {@native glViewportIndexedfv}(GLuint index, const GLfloat * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array, GL_OES_viewport_array
Alias for: glViewportIndexedfvNV, glViewportIndexedfvOES
More...
 
void glScissorArrayv (int first, int count, IntBuffer v)
 Entry point to C language function: void {@native glScissorArrayv}(GLuint first, GLsizei count, const GLint * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array, GL_OES_viewport_array
Alias for: glScissorArrayvNV, glScissorArrayvOES More...
 
void glScissorArrayv (int first, int count, int[] v, int v_offset)
 Entry point to C language function: void {@native glScissorArrayv}(GLuint first, GLsizei count, const GLint * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array, GL_OES_viewport_array
Alias for: glScissorArrayvNV, glScissorArrayvOES
More...
 
void glScissorIndexed (int index, int left, int bottom, int width, int height)
 Entry point to C language function: void {@native glScissorIndexed}(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array, GL_OES_viewport_array
Alias for: glScissorIndexedNV, glScissorIndexedOES
More...
 
void glScissorIndexedv (int index, IntBuffer v)
 Entry point to C language function: void {@native glScissorIndexedv}(GLuint index, const GLint * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array, GL_OES_viewport_array
Alias for: glScissorIndexedvNV, glScissorIndexedvOES More...
 
void glScissorIndexedv (int index, int[] v, int v_offset)
 Entry point to C language function: void {@native glScissorIndexedv}(GLuint index, const GLint * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array, GL_OES_viewport_array
Alias for: glScissorIndexedvNV, glScissorIndexedvOES
More...
 
void glDepthRangeArrayv (int first, int count, DoubleBuffer v)
 Entry point to C language function: void {@native glDepthRangeArrayv}(GLuint first, GLsizei count, const GLdouble * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1
More...
 
void glDepthRangeArrayv (int first, int count, double[] v, int v_offset)
 Entry point to C language function: void {@native glDepthRangeArrayv}(GLuint first, GLsizei count, const GLdouble * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1

More...
 
void glDepthRangeIndexed (int index, double n, double f)
 Entry point to C language function: void {@native glDepthRangeIndexed}(GLuint index, GLdouble n, GLdouble f)
Part of GL_ARB_viewport_array, GL_VERSION_4_1

More...
 
void glGetFloati_v (int target, int index, FloatBuffer data)
 Entry point to C language function: void {@native glGetFloati_v}(GLenum target, GLuint index, GLfloat * data)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_OES_viewport_array, GL_EXT_direct_state_access, GL_NV_viewport_array
Alias for: glGetFloati_vOES, glGetFloati_vEXT, glGetFloati_vNV More...
 
void glGetFloati_v (int target, int index, float[] data, int data_offset)
 Entry point to C language function: void {@native glGetFloati_v}(GLenum target, GLuint index, GLfloat * data)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_OES_viewport_array, GL_EXT_direct_state_access, GL_NV_viewport_array
Alias for: glGetFloati_vOES, glGetFloati_vEXT, glGetFloati_vNV
More...
 
void glGetDoublei_v (int target, int index, DoubleBuffer data)
 Entry point to C language function: void {@native glGetDoublei_v}(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 More...
 
void glGetDoublei_v (int target, int index, double[] data, int data_offset)
 Entry point to C language function: void {@native glGetDoublei_v}(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
More...
 
void glDrawTransformFeedbackInstanced (int mode, int id, int instancecount)
 Entry point to C language function: void {@native glDrawTransformFeedbackInstanced}(GLenum mode, GLuint id, GLsizei instancecount)
Part of GL_VERSION_4_2, GL_ARB_transform_feedback_instanced, GL_EXT_draw_transform_feedback
Alias for: glDrawTransformFeedbackInstancedEXT
More...
 
void glDrawTransformFeedbackStreamInstanced (int mode, int id, int stream, int instancecount)
 Entry point to C language function: void {@native glDrawTransformFeedbackStreamInstanced}(GLenum mode, GLuint id, GLuint stream, GLsizei instancecount)
Part of GL_VERSION_4_2, GL_ARB_transform_feedback_instanced

More...
 
void glSpecializeShader (int shader, ByteBuffer pEntryPoint, int numSpecializationConstants, IntBuffer pConstantIndex, IntBuffer pConstantValue)
 Entry point to C language function: void {@native glSpecializeShader}(GLuint shader, const GLchar * pEntryPoint, GLuint numSpecializationConstants, const GLuint * pConstantIndex, const GLuint * pConstantValue)
Part of GL_VERSION_4_6, GL_ARB_gl_spirv
Alias for: glSpecializeShaderARB More...
 
void glSpecializeShader (int shader, byte[] pEntryPoint, int pEntryPoint_offset, int numSpecializationConstants, int[] pConstantIndex, int pConstantIndex_offset, int[] pConstantValue, int pConstantValue_offset)
 Entry point to C language function: void {@native glSpecializeShader}(GLuint shader, const GLchar * pEntryPoint, GLuint numSpecializationConstants, const GLuint * pConstantIndex, const GLuint * pConstantValue)
Part of GL_VERSION_4_6, GL_ARB_gl_spirv
Alias for: glSpecializeShaderARB
More...
 
long glCreateSyncFromCLeventARB (long context, long event, int flags)
 Entry point to C language function: GLsync {@native glCreateSyncFromCLeventARB}(struct _cl_context * context, struct _cl_event * event, GLbitfield flags)
Part of GL_ARB_cl_event

More...
 
void glProgramParameteriARB (int program, int pname, int value)
 Entry point to C language function: void {@native glProgramParameteriARB}(GLuint program, GLenum pname, GLint value)
Part of GL_ARB_geometry_shader4

More...
 
void glFramebufferTextureARB (int target, int attachment, int texture, int level)
 Entry point to C language function: void {@native glFramebufferTextureARB}(GLenum target, GLenum attachment, GLuint texture, GLint level)
Part of GL_ARB_geometry_shader4

More...
 
void glFramebufferTextureLayerARB (int target, int attachment, int texture, int level, int layer)
 Entry point to C language function: void {@native glFramebufferTextureLayerARB}(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
Part of GL_ARB_geometry_shader4

More...
 
void glFramebufferTextureFaceARB (int target, int attachment, int texture, int level, int face)
 Entry point to C language function: void {@native glFramebufferTextureFaceARB}(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
Part of GL_ARB_geometry_shader4

More...
 
void glNamedStringARB (int type, int namelen, String name, int stringlen, String string)
 Entry point to C language function: void {@native glNamedStringARB}(GLenum type, GLint namelen, const GLchar * name, GLint stringlen, const GLchar * string)
Part of GL_ARB_shading_language_include

More...
 
void glDeleteNamedStringARB (int namelen, String name)
 Entry point to C language function: void {@native glDeleteNamedStringARB}(GLint namelen, const GLchar * name)
Part of GL_ARB_shading_language_include

More...
 
void glCompileShaderIncludeARB (int shader, int count, String[] path, IntBuffer length)
 Entry point to C language function: void {@native glCompileShaderIncludeARB}(GLuint shader, GLsizei count, const GLchar * const * path, const GLint * length)
Part of GL_ARB_shading_language_include
More...
 
void glCompileShaderIncludeARB (int shader, int count, String[] path, int[] length, int length_offset)
 Entry point to C language function: void {@native glCompileShaderIncludeARB}(GLuint shader, GLsizei count, const GLchar * const * path, const GLint * length)
Part of GL_ARB_shading_language_include

More...
 
boolean glIsNamedStringARB (int namelen, String name)
 Entry point to C language function: GLboolean {@native glIsNamedStringARB}(GLint namelen, const GLchar * name)
Part of GL_ARB_shading_language_include

More...
 
void glGetNamedStringARB (int namelen, String name, int bufSize, IntBuffer stringlen, ByteBuffer string)
 Entry point to C language function: void {@native glGetNamedStringARB}(GLint namelen, const GLchar * name, GLsizei bufSize, GLint * stringlen, GLchar * string)
Part of GL_ARB_shading_language_include
More...
 
void glGetNamedStringARB (int namelen, String name, int bufSize, int[] stringlen, int stringlen_offset, byte[] string, int string_offset)
 Entry point to C language function: void {@native glGetNamedStringARB}(GLint namelen, const GLchar * name, GLsizei bufSize, GLint * stringlen, GLchar * string)
Part of GL_ARB_shading_language_include

More...
 
void glGetNamedStringivARB (int namelen, String name, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetNamedStringivARB}(GLint namelen, const GLchar * name, GLenum pname, GLint * params)
Part of GL_ARB_shading_language_include
More...
 
void glGetNamedStringivARB (int namelen, String name, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetNamedStringivARB}(GLint namelen, const GLchar * name, GLenum pname, GLint * params)
Part of GL_ARB_shading_language_include

More...
 
void glDepthRangeArraydv (int first, int count, DoubleBuffer v)
 Entry point to C language function: void {@native glDepthRangeArraydv}(GLuint first, GLsizei count, const GLdouble * v)
Part of GL_ARB_viewport_array
Alias for: glDepthRangeArraydvNV More...
 
void glDepthRangeArraydv (int first, int count, double[] v, int v_offset)
 Entry point to C language function: void {@native glDepthRangeArraydv}(GLuint first, GLsizei count, const GLdouble * v)
Part of GL_ARB_viewport_array
Alias for: glDepthRangeArraydvNV
More...
 
void glDepthRangeIndexedd (int index, double n, double f)
 Entry point to C language function: void {@native glDepthRangeIndexedd}(GLuint index, GLdouble n, GLdouble f)
Part of GL_ARB_viewport_array
Alias for: glDepthRangeIndexeddNV
More...
 
- Public Member Functions inherited from com.jogamp.opengl.GL3ES3
long glFenceSync (int condition, int flags)
 Entry point to C language function: GLsync {@native glFenceSync}(GLenum condition, GLbitfield flags)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: glFenceSyncAPPLE
More...
 
boolean glIsSync (long sync)
 Entry point to C language function: GLboolean {@native glIsSync}(GLsync sync)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: glIsSyncAPPLE
More...
 
void glDeleteSync (long sync)
 Entry point to C language function: void {@native glDeleteSync}(GLsync sync)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: glDeleteSyncAPPLE
More...
 
int glClientWaitSync (long sync, int flags, long timeout)
 Entry point to C language function: GLenum {@native glClientWaitSync}(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
More...
 
void glWaitSync (long sync, int flags, long timeout)
 Entry point to C language function: void {@native glWaitSync}(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
More...
 
void glGetSynciv (long sync, int pname, int bufSize, IntBuffer length, IntBuffer values)
 Entry point to C language function: void {@native glGetSynciv}(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 More...
 
void glGetSynciv (long sync, int pname, int bufSize, int[] length, int length_offset, int[] values, int values_offset)
 Entry point to C language function: void {@native glGetSynciv}(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
More...
 
void glGetInteger64i_v (int target, int index, LongBuffer data)
 Entry point to C language function: void {@native glGetInteger64i_v}(GLenum target, GLuint index, GLint64 * data)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2
More...
 
void glGetInteger64i_v (int target, int index, long[] data, int data_offset)
 Entry point to C language function: void {@native glGetInteger64i_v}(GLenum target, GLuint index, GLint64 * data)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2

More...
 
void glGetBufferParameteri64v (int target, int pname, LongBuffer params)
 Entry point to C language function: void {@native glGetBufferParameteri64v}(GLenum target, GLenum pname, GLint64 * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2
More...
 
void glGetBufferParameteri64v (int target, int pname, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetBufferParameteri64v}(GLenum target, GLenum pname, GLint64 * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2

More...
 
void glGenSamplers (int count, IntBuffer samplers)
 Entry point to C language function: void {@native glGenSamplers}(GLsizei count, GLuint * samplers)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
More...
 
void glGenSamplers (int count, int[] samplers, int samplers_offset)
 Entry point to C language function: void {@native glGenSamplers}(GLsizei count, GLuint * samplers)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
void glDeleteSamplers (int count, IntBuffer samplers)
 Entry point to C language function: void {@native glDeleteSamplers}(GLsizei count, const GLuint * samplers)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
More...
 
void glDeleteSamplers (int count, int[] samplers, int samplers_offset)
 Entry point to C language function: void {@native glDeleteSamplers}(GLsizei count, const GLuint * samplers)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
boolean glIsSampler (int sampler)
 Entry point to C language function: GLboolean {@native glIsSampler}(GLuint sampler)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
void glBindSampler (int unit, int sampler)
 Entry point to C language function: void {@native glBindSampler}(GLuint unit, GLuint sampler)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
void glSamplerParameteri (int sampler, int pname, int param)
 Entry point to C language function: void {@native glSamplerParameteri}(GLuint sampler, GLenum pname, GLint param)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
void glSamplerParameteriv (int sampler, int pname, IntBuffer param)
 Entry point to C language function: void {@native glSamplerParameteriv}(GLuint sampler, GLenum pname, const GLint * param)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
More...
 
void glSamplerParameteriv (int sampler, int pname, int[] param, int param_offset)
 Entry point to C language function: void {@native glSamplerParameteriv}(GLuint sampler, GLenum pname, const GLint * param)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
void glSamplerParameterf (int sampler, int pname, float param)
 Entry point to C language function: void {@native glSamplerParameterf}(GLuint sampler, GLenum pname, GLfloat param)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
void glSamplerParameterfv (int sampler, int pname, FloatBuffer param)
 Entry point to C language function: void {@native glSamplerParameterfv}(GLuint sampler, GLenum pname, const GLfloat * param)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
More...
 
void glSamplerParameterfv (int sampler, int pname, float[] param, int param_offset)
 Entry point to C language function: void {@native glSamplerParameterfv}(GLuint sampler, GLenum pname, const GLfloat * param)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
void glGetSamplerParameteriv (int sampler, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetSamplerParameteriv}(GLuint sampler, GLenum pname, GLint * params)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
More...
 
void glGetSamplerParameteriv (int sampler, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetSamplerParameteriv}(GLuint sampler, GLenum pname, GLint * params)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
void glGetSamplerParameterfv (int sampler, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetSamplerParameterfv}(GLuint sampler, GLenum pname, GLfloat * params)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
More...
 
void glGetSamplerParameterfv (int sampler, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetSamplerParameterfv}(GLuint sampler, GLenum pname, GLfloat * params)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

More...
 
void glDispatchCompute (int num_groups_x, int num_groups_y, int num_groups_z)
 Entry point to C language function: void {@native glDispatchCompute}(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

More...
 
void glDispatchComputeIndirect (long indirect)
 Entry point to C language function: void {@native glDispatchComputeIndirect}(GLintptr indirect)
Part of GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3

More...
 
void glDrawArraysIndirect (int mode, Buffer indirect)
 Entry point to C language function: void {@native glDrawArraysIndirect}(GLenum mode, const void * indirect)
Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0
More...
 
void glDrawArraysIndirect (int mode, long indirect_buffer_offset)
 Entry point to C language function: void {@native glDrawArraysIndirect}(GLenum mode, const void * indirect)
Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0

More...
 
void glDrawElementsIndirect (int mode, int type, Buffer indirect)
 Entry point to C language function: void {@native glDrawElementsIndirect}(GLenum mode, GLenum type, const void * indirect)
Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0
More...
 
void glDrawElementsIndirect (int mode, int type, long indirect_buffer_offset)
 Entry point to C language function: void {@native glDrawElementsIndirect}(GLenum mode, GLenum type, const void * indirect)
Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0

More...
 
void glGetProgramInterfaceiv (int program, int programInterface, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetProgramInterfaceiv}(GLuint program, GLenum programInterface, GLenum pname, GLint * params)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
More...
 
void glGetProgramInterfaceiv (int program, int programInterface, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetProgramInterfaceiv}(GLuint program, GLenum programInterface, GLenum pname, GLint * params)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query

More...
 
int glGetProgramResourceIndex (int program, int programInterface, ByteBuffer name)
 Entry point to C language function: GLuint {@native glGetProgramResourceIndex}(GLuint program, GLenum programInterface, const GLchar * name)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
More...
 
int glGetProgramResourceIndex (int program, int programInterface, byte[] name, int name_offset)
 Entry point to C language function: GLuint {@native glGetProgramResourceIndex}(GLuint program, GLenum programInterface, const GLchar * name)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query

More...
 
void glGetProgramResourceName (int program, int programInterface, int index, int bufSize, IntBuffer length, ByteBuffer name)
 Entry point to C language function: void {@native glGetProgramResourceName}(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
More...
 
void glGetProgramResourceName (int program, int programInterface, int index, int bufSize, int[] length, int length_offset, byte[] name, int name_offset)
 Entry point to C language function: void {@native glGetProgramResourceName}(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

More...
 
void glGetProgramResourceiv (int program, int programInterface, int index, int propCount, IntBuffer props, int bufSize, IntBuffer length, IntBuffer params)
 Entry point to C language function: void {@native glGetProgramResourceiv}(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
More...
 
void glGetProgramResourceiv (int program, int programInterface, int index, int propCount, int[] props, int props_offset, int bufSize, int[] length, int length_offset, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetProgramResourceiv}(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

More...
 
int glGetProgramResourceLocation (int program, int programInterface, ByteBuffer name)
 Entry point to C language function: GLint {@native glGetProgramResourceLocation}(GLuint program, GLenum programInterface, const GLchar * name)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
More...
 
int glGetProgramResourceLocation (int program, int programInterface, byte[] name, int name_offset)
 Entry point to C language function: GLint {@native glGetProgramResourceLocation}(GLuint program, GLenum programInterface, const GLchar * name)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query

More...
 
void glMemoryBarrierByRegion (int barriers)
 Entry point to C language function: void {@native glMemoryBarrierByRegion}(GLbitfield barriers)
Part of GL_VERSION_4_5, GL_ES_VERSION_3_1

More...
 
void glBindVertexBuffer (int bindingindex, int buffer, long offset, int stride)
 Entry point to C language function: void {@native glBindVertexBuffer}(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding

More...
 
void glVertexAttribFormat (int attribindex, int size, int type, boolean normalized, int relativeoffset)
 Entry point to C language function: void {@native glVertexAttribFormat}(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
More...
 
void glVertexAttribIFormat (int attribindex, int size, int type, int relativeoffset)
 Entry point to C language function: void {@native glVertexAttribIFormat}(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
More...
 
void glVertexAttribBinding (int attribindex, int bindingindex)
 Entry point to C language function: void {@native glVertexAttribBinding}(GLuint attribindex, GLuint bindingindex)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding

More...
 
void glVertexBindingDivisor (int bindingindex, int divisor)
 Entry point to C language function: void {@native glVertexBindingDivisor}(GLuint bindingindex, GLuint divisor)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding

More...
 
void glDrawElementsBaseVertex (int mode, int count, int type, Buffer indices, int basevertex)
 Entry point to C language function: void {@native glDrawElementsBaseVertex}(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 More...
 
void glDrawElementsBaseVertex (int mode, int count, int type, long indices_buffer_offset, int basevertex)
 Entry point to C language function: void {@native glDrawElementsBaseVertex}(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
More...
 
void glDrawRangeElementsBaseVertex (int mode, int start, int end, int count, int type, Buffer indices, int basevertex)
 Entry point to C language function: void {@native glDrawRangeElementsBaseVertex}(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 More...
 
void glDrawRangeElementsBaseVertex (int mode, int start, int end, int count, int type, long indices_buffer_offset, int basevertex)
 Entry point to C language function: void {@native glDrawRangeElementsBaseVertex}(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
More...
 
void glDrawElementsInstancedBaseVertex (int mode, int count, int type, Buffer indices, int instancecount, int basevertex)
 Entry point to C language function: void {@native glDrawElementsInstancedBaseVertex}(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 More...
 
void glDrawElementsInstancedBaseVertex (int mode, int count, int type, long indices_buffer_offset, int instancecount, int basevertex)
 Entry point to C language function: void {@native glDrawElementsInstancedBaseVertex}(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
More...
 
void glFramebufferTexture (int target, int attachment, int texture, int level)
 Entry point to C language function: void {@native glFramebufferTexture}(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
More...
 
void glPrimitiveBoundingBox (float minX, float minY, float minZ, float minW, float maxX, float maxY, float maxZ, float maxW)
 Entry point to C language function: void {@native glPrimitiveBoundingBox}(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_EXT_primitive_bounding_box, GL_ARB_ES3_2_compatibility
Alias for: glPrimitiveBoundingBoxOES, glPrimitiveBoundingBoxEXT, glPrimitiveBoundingBoxARB
More...
 
void glPatchParameteri (int pname, int value)
 Entry point to C language function: void {@native glPatchParameteri}(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
More...
 
void glTexBufferRange (int target, int internalformat, int buffer, long offset, long size)
 Entry point to C language function: void {@native glTexBufferRange}(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
More...
 
void glUniform1i64NV (int location, long x)
 Entry point to C language function: void {@native glUniform1i64NV}(GLint location, GLint64EXT x)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform2i64NV (int location, long x, long y)
 Entry point to C language function: void {@native glUniform2i64NV}(GLint location, GLint64EXT x, GLint64EXT y)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform3i64NV (int location, long x, long y, long z)
 Entry point to C language function: void {@native glUniform3i64NV}(GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform4i64NV (int location, long x, long y, long z, long w)
 Entry point to C language function: void {@native glUniform4i64NV}(GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform1i64vNV (int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glUniform1i64vNV}(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
More...
 
void glUniform1i64vNV (int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glUniform1i64vNV}(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform2i64vNV (int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glUniform2i64vNV}(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
More...
 
void glUniform2i64vNV (int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glUniform2i64vNV}(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform3i64vNV (int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glUniform3i64vNV}(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
More...
 
void glUniform3i64vNV (int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glUniform3i64vNV}(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform4i64vNV (int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glUniform4i64vNV}(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
More...
 
void glUniform4i64vNV (int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glUniform4i64vNV}(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform1ui64NV (int location, long x)
 Entry point to C language function: void {@native glUniform1ui64NV}(GLint location, GLuint64EXT x)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform2ui64NV (int location, long x, long y)
 Entry point to C language function: void {@native glUniform2ui64NV}(GLint location, GLuint64EXT x, GLuint64EXT y)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform3ui64NV (int location, long x, long y, long z)
 Entry point to C language function: void {@native glUniform3ui64NV}(GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform4ui64NV (int location, long x, long y, long z, long w)
 Entry point to C language function: void {@native glUniform4ui64NV}(GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform1ui64vNV (int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glUniform1ui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
More...
 
void glUniform1ui64vNV (int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glUniform1ui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform2ui64vNV (int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glUniform2ui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
More...
 
void glUniform2ui64vNV (int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glUniform2ui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform3ui64vNV (int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glUniform3ui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
More...
 
void glUniform3ui64vNV (int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glUniform3ui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glUniform4ui64vNV (int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glUniform4ui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
More...
 
void glUniform4ui64vNV (int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glUniform4ui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glGetUniformi64vNV (int program, int location, LongBuffer params)
 Entry point to C language function: void {@native glGetUniformi64vNV}(GLuint program, GLint location, GLint64EXT * params)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
More...
 
void glGetUniformi64vNV (int program, int location, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetUniformi64vNV}(GLuint program, GLint location, GLint64EXT * params)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform1i64NV (int program, int location, long x)
 Entry point to C language function: void {@native glProgramUniform1i64NV}(GLuint program, GLint location, GLint64EXT x)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform2i64NV (int program, int location, long x, long y)
 Entry point to C language function: void {@native glProgramUniform2i64NV}(GLuint program, GLint location, GLint64EXT x, GLint64EXT y)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform3i64NV (int program, int location, long x, long y, long z)
 Entry point to C language function: void {@native glProgramUniform3i64NV}(GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform4i64NV (int program, int location, long x, long y, long z, long w)
 Entry point to C language function: void {@native glProgramUniform4i64NV}(GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform1i64vNV (int program, int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glProgramUniform1i64vNV}(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
More...
 
void glProgramUniform1i64vNV (int program, int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform1i64vNV}(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform2i64vNV (int program, int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glProgramUniform2i64vNV}(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
More...
 
void glProgramUniform2i64vNV (int program, int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform2i64vNV}(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform3i64vNV (int program, int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glProgramUniform3i64vNV}(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
More...
 
void glProgramUniform3i64vNV (int program, int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform3i64vNV}(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform4i64vNV (int program, int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glProgramUniform4i64vNV}(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
More...
 
void glProgramUniform4i64vNV (int program, int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform4i64vNV}(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform1ui64NV (int program, int location, long x)
 Entry point to C language function: void {@native glProgramUniform1ui64NV}(GLuint program, GLint location, GLuint64EXT x)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform2ui64NV (int program, int location, long x, long y)
 Entry point to C language function: void {@native glProgramUniform2ui64NV}(GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform3ui64NV (int program, int location, long x, long y, long z)
 Entry point to C language function: void {@native glProgramUniform3ui64NV}(GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform4ui64NV (int program, int location, long x, long y, long z, long w)
 Entry point to C language function: void {@native glProgramUniform4ui64NV}(GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform1ui64vNV (int program, int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glProgramUniform1ui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
More...
 
void glProgramUniform1ui64vNV (int program, int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform1ui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform2ui64vNV (int program, int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glProgramUniform2ui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
More...
 
void glProgramUniform2ui64vNV (int program, int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform2ui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform3ui64vNV (int program, int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glProgramUniform3ui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
More...
 
void glProgramUniform3ui64vNV (int program, int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform3ui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glProgramUniform4ui64vNV (int program, int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glProgramUniform4ui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
More...
 
void glProgramUniform4ui64vNV (int program, int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform4ui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

More...
 
void glTextureBarrierNV ()
 Entry point to C language function: void {@native glTextureBarrierNV}()
Part of GL_NV_texture_barrier

More...
 
- Public Member Functions inherited from com.jogamp.opengl.GL4
void glMultiDrawArraysIndirect (int mode, Buffer indirect, int drawcount, int stride)
 Entry point to C language function: void {@native glMultiDrawArraysIndirect}(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 More...
 
void glMultiDrawArraysIndirect (int mode, long indirect_buffer_offset, int drawcount, int stride)
 Entry point to C language function: void {@native glMultiDrawArraysIndirect}(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
More...
 
void glMultiDrawElementsIndirect (int mode, int type, long indirect_buffer_offset, int drawcount, int stride)
 Entry point to C language function: void {@native glMultiDrawElementsIndirect}(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
More...
 
int glGetProgramResourceLocationIndex (int program, int programInterface, ByteBuffer name)
 Entry point to C language function: GLint {@native glGetProgramResourceLocationIndex}(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 More...
 
int glGetProgramResourceLocationIndex (int program, int programInterface, byte[] name, int name_offset)
 Entry point to C language function: GLint {@native glGetProgramResourceLocationIndex}(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
More...
 
void glShaderStorageBlockBinding (int program, int storageBlockIndex, int storageBlockBinding)
 Entry point to C language function: void {@native glShaderStorageBlockBinding}(GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding)
Part of GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object

More...
 
void glTextureView (int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers)
 Entry point to C language function: void {@native glTextureView}(GLuint texture, GLenum target, 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
More...
 
void glVertexAttribLFormat (int attribindex, int size, int type, int relativeoffset)
 Entry point to C language function: void {@native glVertexAttribLFormat}(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
More...
 
void glBufferStorage (int target, long size, Buffer data, int flags)
 Entry point to C language function: void {@native glBufferStorage}(GLenum target, GLsizeiptr size, const void * data, GLbitfield flags)
Part of GL_VERSION_4_4, GL_EXT_buffer_storage
Alias for: glBufferStorageEXT More...
 
void glClearTexImage (int texture, int level, int format, int type, Buffer data)
 Entry point to C language function: void {@native glClearTexImage}(GLuint texture, GLint level, GLenum format, GLenum type, const void * data)
Part of GL_VERSION_4_4, GL_EXT_clear_texture
Alias for: glClearTexImageEXT More...
 
void glClearTexSubImage (int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Buffer data)
 Entry point to C language function: void {@native glClearTexSubImage}(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, GL_EXT_clear_texture
Alias for: glClearTexSubImageEXT More...
 
void glBindBuffersBase (int target, int first, int count, IntBuffer buffers)
 Entry point to C language function: void {@native glBindBuffersBase}(GLenum target, GLuint first, GLsizei count, const GLuint * buffers)
Part of GL_VERSION_4_4
More...
 
void glBindBuffersBase (int target, int first, int count, int[] buffers, int buffers_offset)
 Entry point to C language function: void {@native glBindBuffersBase}(GLenum target, GLuint first, GLsizei count, const GLuint * buffers)
Part of GL_VERSION_4_4

More...
 
void glBindBuffersRange (int target, int first, int count, IntBuffer buffers, PointerBuffer offsets, PointerBuffer sizes)
 Entry point to C language function: void {@native glBindBuffersRange}(GLenum target, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizeiptr * sizes)
Part of GL_VERSION_4_4
More...
 
void glBindBuffersRange (int target, int first, int count, int[] buffers, int buffers_offset, PointerBuffer offsets, PointerBuffer sizes)
 Entry point to C language function: void {@native glBindBuffersRange}(GLenum target, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizeiptr * sizes)
Part of GL_VERSION_4_4
More...
 
void glBindTextures (int first, int count, IntBuffer textures)
 Entry point to C language function: void {@native glBindTextures}(GLuint first, GLsizei count, const GLuint * textures)
Part of GL_VERSION_4_4
More...
 
void glBindTextures (int first, int count, int[] textures, int textures_offset)
 Entry point to C language function: void {@native glBindTextures}(GLuint first, GLsizei count, const GLuint * textures)
Part of GL_VERSION_4_4

More...
 
void glBindSamplers (int first, int count, IntBuffer samplers)
 Entry point to C language function: void {@native glBindSamplers}(GLuint first, GLsizei count, const GLuint * samplers)
Part of GL_VERSION_4_4
More...
 
void glBindSamplers (int first, int count, int[] samplers, int samplers_offset)
 Entry point to C language function: void {@native glBindSamplers}(GLuint first, GLsizei count, const GLuint * samplers)
Part of GL_VERSION_4_4

More...
 
void glBindImageTextures (int first, int count, IntBuffer textures)
 Entry point to C language function: void {@native glBindImageTextures}(GLuint first, GLsizei count, const GLuint * textures)
Part of GL_VERSION_4_4
More...
 
void glBindImageTextures (int first, int count, int[] textures, int textures_offset)
 Entry point to C language function: void {@native glBindImageTextures}(GLuint first, GLsizei count, const GLuint * textures)
Part of GL_VERSION_4_4

More...
 
void glBindVertexBuffers (int first, int count, IntBuffer buffers, PointerBuffer offsets, IntBuffer strides)
 Entry point to C language function: void {@native glBindVertexBuffers}(GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizei * strides)
Part of GL_VERSION_4_4
More...
 
void glBindVertexBuffers (int first, int count, int[] buffers, int buffers_offset, PointerBuffer offsets, int[] strides, int strides_offset)
 Entry point to C language function: void {@native glBindVertexBuffers}(GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizei * strides)
Part of GL_VERSION_4_4
More...
 
void glClipControl (int origin, int depth)
 Entry point to C language function: void {@native glClipControl}(GLenum origin, GLenum depth)
Part of GL_VERSION_4_5, GL_EXT_clip_control
Alias for: glClipControlEXT
More...
 
void glCreateTransformFeedbacks (int n, IntBuffer ids)
 Entry point to C language function: void {@native glCreateTransformFeedbacks}(GLsizei n, GLuint * ids)
Part of GL_VERSION_4_5
More...
 
void glCreateTransformFeedbacks (int n, int[] ids, int ids_offset)
 Entry point to C language function: void {@native glCreateTransformFeedbacks}(GLsizei n, GLuint * ids)
Part of GL_VERSION_4_5

More...
 
void glTransformFeedbackBufferBase (int xfb, int index, int buffer)
 Entry point to C language function: void {@native glTransformFeedbackBufferBase}(GLuint xfb, GLuint index, GLuint buffer)
Part of GL_VERSION_4_5

More...
 
void glTransformFeedbackBufferRange (int xfb, int index, int buffer, long offset, long size)
 Entry point to C language function: void {@native glTransformFeedbackBufferRange}(GLuint xfb, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
Part of GL_VERSION_4_5

More...
 
void glGetTransformFeedbackiv (int xfb, int pname, IntBuffer param)
 Entry point to C language function: void {@native glGetTransformFeedbackiv}(GLuint xfb, GLenum pname, GLint * param)
Part of GL_VERSION_4_5
More...
 
void glGetTransformFeedbackiv (int xfb, int pname, int[] param, int param_offset)
 Entry point to C language function: void {@native glGetTransformFeedbackiv}(GLuint xfb, GLenum pname, GLint * param)
Part of GL_VERSION_4_5

More...
 
void glGetTransformFeedbacki_v (int xfb, int pname, int index, IntBuffer param)
 Entry point to C language function: void {@native glGetTransformFeedbacki_v}(GLuint xfb, GLenum pname, GLuint index, GLint * param)
Part of GL_VERSION_4_5
More...
 
void glGetTransformFeedbacki_v (int xfb, int pname, int index, int[] param, int param_offset)
 Entry point to C language function: void {@native glGetTransformFeedbacki_v}(GLuint xfb, GLenum pname, GLuint index, GLint * param)
Part of GL_VERSION_4_5

More...
 
void glGetTransformFeedbacki64_v (int xfb, int pname, int index, LongBuffer param)
 Entry point to C language function: void {@native glGetTransformFeedbacki64_v}(GLuint xfb, GLenum pname, GLuint index, GLint64 * param)
Part of GL_VERSION_4_5
More...
 
void glGetTransformFeedbacki64_v (int xfb, int pname, int index, long[] param, int param_offset)
 Entry point to C language function: void {@native glGetTransformFeedbacki64_v}(GLuint xfb, GLenum pname, GLuint index, GLint64 * param)
Part of GL_VERSION_4_5

More...
 
void glCreateBuffers (int n, IntBuffer buffers)
 Entry point to C language function: void {@native glCreateBuffers}(GLsizei n, GLuint * buffers)
Part of GL_VERSION_4_5
More...
 
void glCreateBuffers (int n, int[] buffers, int buffers_offset)
 Entry point to C language function: void {@native glCreateBuffers}(GLsizei n, GLuint * buffers)
Part of GL_VERSION_4_5

More...
 
void glNamedBufferStorage (int buffer, long size, Buffer data, int flags)
 Entry point to C language function: void {@native glNamedBufferStorage}(GLuint buffer, GLsizeiptr size, const void * data, GLbitfield flags)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glNamedBufferStorageEXT More...
 
void glNamedBufferData (int buffer, long size, Buffer data, int usage)
 Entry point to C language function: void {@native glNamedBufferData}(GLuint buffer, GLsizeiptr size, const void * data, GLenum usage)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glNamedBufferDataEXT More...
 
void glNamedBufferSubData (int buffer, long offset, long size, Buffer data)
 Entry point to C language function: void {@native glNamedBufferSubData}(GLuint buffer, GLintptr offset, GLsizeiptr size, const void * data)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glNamedBufferSubDataEXT More...
 
void glCopyNamedBufferSubData (int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size)
 Entry point to C language function: void {@native glCopyNamedBufferSubData}(GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Part of GL_VERSION_4_5

More...
 
ByteBuffer glMapNamedBuffer (int buffer, int access)
 Entry point to C language function: void * {@native glMapNamedBuffer}(GLuint buffer, GLenum access)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glMapNamedBufferEXT
More...
 
ByteBuffer glMapNamedBufferRange (int buffer, long offset, long length, int access)
 Entry point to C language function: void * {@native glMapNamedBufferRange}(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glMapNamedBufferRangeEXT
More...
 
boolean glUnmapNamedBuffer (int buffer)
 Entry point to C language function: GLboolean {@native glUnmapNamedBuffer}(GLuint buffer)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glUnmapNamedBufferEXT
More...
 
void glFlushMappedNamedBufferRange (int buffer, long offset, long length)
 Entry point to C language function: void {@native glFlushMappedNamedBufferRange}(GLuint buffer, GLintptr offset, GLsizeiptr length)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glFlushMappedNamedBufferRangeEXT
More...
 
void glGetNamedBufferParameteriv (int buffer, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetNamedBufferParameteriv}(GLuint buffer, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetNamedBufferParameterivEXT More...
 
void glGetNamedBufferParameteriv (int buffer, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetNamedBufferParameteriv}(GLuint buffer, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetNamedBufferParameterivEXT
More...
 
void glGetNamedBufferParameteri64v (int buffer, int pname, LongBuffer params)
 Entry point to C language function: void {@native glGetNamedBufferParameteri64v}(GLuint buffer, GLenum pname, GLint64 * params)
Part of GL_VERSION_4_5
More...
 
void glGetNamedBufferParameteri64v (int buffer, int pname, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetNamedBufferParameteri64v}(GLuint buffer, GLenum pname, GLint64 * params)
Part of GL_VERSION_4_5

More...
 
void glGetNamedBufferPointerv (int buffer, int pname, PointerBuffer params)
 Entry point to C language function: void {@native glGetNamedBufferPointerv}(GLuint buffer, GLenum pname, void * * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetNamedBufferPointervEXT More...
 
void glGetNamedBufferSubData (int buffer, long offset, long size, Buffer data)
 Entry point to C language function: void {@native glGetNamedBufferSubData}(GLuint buffer, GLintptr offset, GLsizeiptr size, void * data)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetNamedBufferSubDataEXT More...
 
void glCreateFramebuffers (int n, IntBuffer framebuffers)
 Entry point to C language function: void {@native glCreateFramebuffers}(GLsizei n, GLuint * framebuffers)
Part of GL_VERSION_4_5
More...
 
void glCreateFramebuffers (int n, int[] framebuffers, int framebuffers_offset)
 Entry point to C language function: void {@native glCreateFramebuffers}(GLsizei n, GLuint * framebuffers)
Part of GL_VERSION_4_5

More...
 
void glNamedFramebufferRenderbuffer (int framebuffer, int attachment, int renderbuffertarget, int renderbuffer)
 Entry point to C language function: void {@native glNamedFramebufferRenderbuffer}(GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glNamedFramebufferRenderbufferEXT
More...
 
void glNamedFramebufferTexture (int framebuffer, int attachment, int texture, int level)
 Entry point to C language function: void {@native glNamedFramebufferTexture}(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glNamedFramebufferTextureEXT
More...
 
void glNamedFramebufferTextureLayer (int framebuffer, int attachment, int texture, int level, int layer)
 Entry point to C language function: void {@native glNamedFramebufferTextureLayer}(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glNamedFramebufferTextureLayerEXT
More...
 
void glNamedFramebufferDrawBuffer (int framebuffer, int buf)
 Entry point to C language function: void {@native glNamedFramebufferDrawBuffer}(GLuint framebuffer, GLenum buf)
Part of GL_VERSION_4_5

More...
 
void glNamedFramebufferDrawBuffers (int framebuffer, int n, IntBuffer bufs)
 Entry point to C language function: void {@native glNamedFramebufferDrawBuffers}(GLuint framebuffer, GLsizei n, const GLenum * bufs)
Part of GL_VERSION_4_5
More...
 
void glNamedFramebufferDrawBuffers (int framebuffer, int n, int[] bufs, int bufs_offset)
 Entry point to C language function: void {@native glNamedFramebufferDrawBuffers}(GLuint framebuffer, GLsizei n, const GLenum * bufs)
Part of GL_VERSION_4_5

More...
 
void glNamedFramebufferReadBuffer (int framebuffer, int src)
 Entry point to C language function: void {@native glNamedFramebufferReadBuffer}(GLuint framebuffer, GLenum src)
Part of GL_VERSION_4_5

More...
 
void glInvalidateNamedFramebufferData (int framebuffer, int numAttachments, IntBuffer attachments)
 Entry point to C language function: void {@native glInvalidateNamedFramebufferData}(GLuint framebuffer, GLsizei numAttachments, const GLenum * attachments)
Part of GL_VERSION_4_5
More...
 
void glInvalidateNamedFramebufferData (int framebuffer, int numAttachments, int[] attachments, int attachments_offset)
 Entry point to C language function: void {@native glInvalidateNamedFramebufferData}(GLuint framebuffer, GLsizei numAttachments, const GLenum * attachments)
Part of GL_VERSION_4_5

More...
 
void glInvalidateNamedFramebufferSubData (int framebuffer, int numAttachments, IntBuffer attachments, int x, int y, int width, int height)
 Entry point to C language function: void {@native glInvalidateNamedFramebufferSubData}(GLuint framebuffer, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_VERSION_4_5
More...
 
void glInvalidateNamedFramebufferSubData (int framebuffer, int numAttachments, int[] attachments, int attachments_offset, int x, int y, int width, int height)
 Entry point to C language function: void {@native glInvalidateNamedFramebufferSubData}(GLuint framebuffer, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_VERSION_4_5

More...
 
void glClearNamedFramebufferiv (int framebuffer, int buffer, int drawbuffer, IntBuffer value)
 Entry point to C language function: void {@native glClearNamedFramebufferiv}(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLint * value)
Part of GL_VERSION_4_5
More...
 
void glClearNamedFramebufferiv (int framebuffer, int buffer, int drawbuffer, int[] value, int value_offset)
 Entry point to C language function: void {@native glClearNamedFramebufferiv}(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLint * value)
Part of GL_VERSION_4_5

More...
 
void glClearNamedFramebufferuiv (int framebuffer, int buffer, int drawbuffer, IntBuffer value)
 Entry point to C language function: void {@native glClearNamedFramebufferuiv}(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLuint * value)
Part of GL_VERSION_4_5
More...
 
void glClearNamedFramebufferuiv (int framebuffer, int buffer, int drawbuffer, int[] value, int value_offset)
 Entry point to C language function: void {@native glClearNamedFramebufferuiv}(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLuint * value)
Part of GL_VERSION_4_5

More...
 
void glClearNamedFramebufferfv (int framebuffer, int buffer, int drawbuffer, FloatBuffer value)
 Entry point to C language function: void {@native glClearNamedFramebufferfv}(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLfloat * value)
Part of GL_VERSION_4_5
More...
 
void glClearNamedFramebufferfv (int framebuffer, int buffer, int drawbuffer, float[] value, int value_offset)
 Entry point to C language function: void {@native glClearNamedFramebufferfv}(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLfloat * value)
Part of GL_VERSION_4_5

More...
 
void glClearNamedFramebufferfi (int framebuffer, int buffer, int drawbuffer, float depth, int stencil)
 Entry point to C language function: void {@native glClearNamedFramebufferfi}(GLuint framebuffer, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
Part of GL_VERSION_4_5

More...
 
void glBlitNamedFramebuffer (int readFramebuffer, int drawFramebuffer, int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter)
 Entry point to C language function: void {@native glBlitNamedFramebuffer}(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

More...
 
int glCheckNamedFramebufferStatus (int framebuffer, int target)
 Entry point to C language function: GLenum {@native glCheckNamedFramebufferStatus}(GLuint framebuffer, GLenum target)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glCheckNamedFramebufferStatusEXT
More...
 
void glGetNamedFramebufferAttachmentParameteriv (int framebuffer, int attachment, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameteriv}(GLuint framebuffer, GLenum attachment, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetNamedFramebufferAttachmentParameterivEXT More...
 
void glGetNamedFramebufferAttachmentParameteriv (int framebuffer, int attachment, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameteriv}(GLuint framebuffer, GLenum attachment, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetNamedFramebufferAttachmentParameterivEXT
More...
 
void glCreateRenderbuffers (int n, IntBuffer renderbuffers)
 Entry point to C language function: void {@native glCreateRenderbuffers}(GLsizei n, GLuint * renderbuffers)
Part of GL_VERSION_4_5
More...
 
void glCreateRenderbuffers (int n, int[] renderbuffers, int renderbuffers_offset)
 Entry point to C language function: void {@native glCreateRenderbuffers}(GLsizei n, GLuint * renderbuffers)
Part of GL_VERSION_4_5

More...
 
void glNamedRenderbufferStorage (int renderbuffer, int internalformat, int width, int height)
 Entry point to C language function: void {@native glNamedRenderbufferStorage}(GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glNamedRenderbufferStorageEXT
More...
 
void glNamedRenderbufferStorageMultisample (int renderbuffer, int samples, int internalformat, int width, int height)
 Entry point to C language function: void {@native glNamedRenderbufferStorageMultisample}(GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glNamedRenderbufferStorageMultisampleEXT
More...
 
void glGetNamedRenderbufferParameteriv (int renderbuffer, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetNamedRenderbufferParameteriv}(GLuint renderbuffer, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetNamedRenderbufferParameterivEXT More...
 
void glGetNamedRenderbufferParameteriv (int renderbuffer, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetNamedRenderbufferParameteriv}(GLuint renderbuffer, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetNamedRenderbufferParameterivEXT
More...
 
void glCreateTextures (int target, int n, IntBuffer textures)
 Entry point to C language function: void {@native glCreateTextures}(GLenum target, GLsizei n, GLuint * textures)
Part of GL_VERSION_4_5
More...
 
void glCreateTextures (int target, int n, int[] textures, int textures_offset)
 Entry point to C language function: void {@native glCreateTextures}(GLenum target, GLsizei n, GLuint * textures)
Part of GL_VERSION_4_5

More...
 
void glTextureBuffer (int texture, int internalformat, int buffer)
 Entry point to C language function: void {@native glTextureBuffer}(GLuint texture, GLenum internalformat, GLuint buffer)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureBufferEXT
More...
 
void glTextureBufferRange (int texture, int internalformat, int buffer, long offset, long size)
 Entry point to C language function: void {@native glTextureBufferRange}(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
More...
 
void glTextureStorage1D (int texture, int levels, int internalformat, int width)
 Entry point to C language function: void {@native glTextureStorage1D}(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
More...
 
void glTextureStorage2D (int texture, int levels, int internalformat, int width, int height)
 Entry point to C language function: void {@native glTextureStorage2D}(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
More...
 
void glTextureStorage3D (int texture, int levels, int internalformat, int width, int height, int depth)
 Entry point to C language function: void {@native glTextureStorage3D}(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
More...
 
void glTextureStorage2DMultisample (int texture, int samples, int internalformat, int width, int height, boolean fixedsamplelocations)
 Entry point to C language function: void {@native glTextureStorage2DMultisample}(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
More...
 
void glTextureStorage3DMultisample (int texture, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations)
 Entry point to C language function: void {@native glTextureStorage3DMultisample}(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
More...
 
void glTextureSubImage1D (int texture, int level, int xoffset, int width, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glTextureSubImage1D}(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 More...
 
void glTextureSubImage1D (int texture, int level, int xoffset, int width, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glTextureSubImage1D}(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
More...
 
void glTextureSubImage2D (int texture, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glTextureSubImage2D}(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 More...
 
void glTextureSubImage2D (int texture, int level, int xoffset, int yoffset, int width, int height, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glTextureSubImage2D}(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
More...
 
void glTextureSubImage3D (int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Buffer pixels)
 Entry point to C language function: void {@native glTextureSubImage3D}(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 More...
 
void glTextureSubImage3D (int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, long pixels_buffer_offset)
 Entry point to C language function: void {@native glTextureSubImage3D}(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
More...
 
void glCompressedTextureSubImage1D (int texture, int level, int xoffset, int width, int format, int imageSize, Buffer data)
 Entry point to C language function: void {@native glCompressedTextureSubImage1D}(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 More...
 
void glCompressedTextureSubImage2D (int texture, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer data)
 Entry point to C language function: void {@native glCompressedTextureSubImage2D}(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 More...
 
void glCompressedTextureSubImage3D (int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, Buffer data)
 Entry point to C language function: void {@native glCompressedTextureSubImage3D}(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 More...
 
void glCopyTextureSubImage1D (int texture, int level, int xoffset, int x, int y, int width)
 Entry point to C language function: void {@native glCopyTextureSubImage1D}(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
More...
 
void glCopyTextureSubImage2D (int texture, int level, int xoffset, int yoffset, int x, int y, int width, int height)
 Entry point to C language function: void {@native glCopyTextureSubImage2D}(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
More...
 
void glCopyTextureSubImage3D (int texture, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height)
 Entry point to C language function: void {@native glCopyTextureSubImage3D}(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
More...
 
void glTextureParameterf (int texture, int pname, float param)
 Entry point to C language function: void {@native glTextureParameterf}(GLuint texture, GLenum pname, GLfloat param)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterfEXT
More...
 
void glTextureParameterfv (int texture, int pname, FloatBuffer param)
 Entry point to C language function: void {@native glTextureParameterfv}(GLuint texture, GLenum pname, const GLfloat * param)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterfvEXT More...
 
void glTextureParameterfv (int texture, int pname, float[] param, int param_offset)
 Entry point to C language function: void {@native glTextureParameterfv}(GLuint texture, GLenum pname, const GLfloat * param)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterfvEXT
More...
 
void glTextureParameteri (int texture, int pname, int param)
 Entry point to C language function: void {@native glTextureParameteri}(GLuint texture, GLenum pname, GLint param)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameteriEXT
More...
 
void glTextureParameterIiv (int texture, int pname, IntBuffer params)
 Entry point to C language function: void {@native glTextureParameterIiv}(GLuint texture, GLenum pname, const GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterIivEXT More...
 
void glTextureParameterIiv (int texture, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glTextureParameterIiv}(GLuint texture, GLenum pname, const GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterIivEXT
More...
 
void glTextureParameterIuiv (int texture, int pname, IntBuffer params)
 Entry point to C language function: void {@native glTextureParameterIuiv}(GLuint texture, GLenum pname, const GLuint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterIuivEXT More...
 
void glTextureParameterIuiv (int texture, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glTextureParameterIuiv}(GLuint texture, GLenum pname, const GLuint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterIuivEXT
More...
 
void glTextureParameteriv (int texture, int pname, IntBuffer param)
 Entry point to C language function: void {@native glTextureParameteriv}(GLuint texture, GLenum pname, const GLint * param)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterivEXT More...
 
void glTextureParameteriv (int texture, int pname, int[] param, int param_offset)
 Entry point to C language function: void {@native glTextureParameteriv}(GLuint texture, GLenum pname, const GLint * param)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterivEXT
More...
 
void glGenerateTextureMipmap (int texture)
 Entry point to C language function: void {@native glGenerateTextureMipmap}(GLuint texture)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGenerateTextureMipmapEXT
More...
 
void glBindTextureUnit (int unit, int texture)
 Entry point to C language function: void {@native glBindTextureUnit}(GLuint unit, GLuint texture)
Part of GL_VERSION_4_5

More...
 
void glGetTextureImage (int texture, int level, int format, int type, int bufSize, Buffer pixels)
 Entry point to C language function: void {@native glGetTextureImage}(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 More...
 
void glGetCompressedTextureImage (int texture, int level, int bufSize, Buffer pixels)
 Entry point to C language function: void {@native glGetCompressedTextureImage}(GLuint texture, GLint level, GLsizei bufSize, void * pixels)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetCompressedTextureImageEXT More...
 
void glGetTextureLevelParameterfv (int texture, int level, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetTextureLevelParameterfv}(GLuint texture, GLint level, GLenum pname, GLfloat * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureLevelParameterfvEXT More...
 
void glGetTextureLevelParameterfv (int texture, int level, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetTextureLevelParameterfv}(GLuint texture, GLint level, GLenum pname, GLfloat * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureLevelParameterfvEXT
More...
 
void glGetTextureLevelParameteriv (int texture, int level, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTextureLevelParameteriv}(GLuint texture, GLint level, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureLevelParameterivEXT More...
 
void glGetTextureLevelParameteriv (int texture, int level, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTextureLevelParameteriv}(GLuint texture, GLint level, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureLevelParameterivEXT
More...
 
void glGetTextureParameterfv (int texture, int pname, FloatBuffer params)
 Entry point to C language function: void {@native glGetTextureParameterfv}(GLuint texture, GLenum pname, GLfloat * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureParameterfvEXT More...
 
void glGetTextureParameterfv (int texture, int pname, float[] params, int params_offset)
 Entry point to C language function: void {@native glGetTextureParameterfv}(GLuint texture, GLenum pname, GLfloat * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureParameterfvEXT
More...
 
void glGetTextureParameterIiv (int texture, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTextureParameterIiv}(GLuint texture, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureParameterIivEXT More...
 
void glGetTextureParameterIiv (int texture, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTextureParameterIiv}(GLuint texture, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureParameterIivEXT
More...
 
void glGetTextureParameterIuiv (int texture, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTextureParameterIuiv}(GLuint texture, GLenum pname, GLuint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureParameterIuivEXT More...
 
void glGetTextureParameterIuiv (int texture, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTextureParameterIuiv}(GLuint texture, GLenum pname, GLuint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureParameterIuivEXT
More...
 
void glGetTextureParameteriv (int texture, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetTextureParameteriv}(GLuint texture, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureParameterivEXT More...
 
void glGetTextureParameteriv (int texture, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetTextureParameteriv}(GLuint texture, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureParameterivEXT
More...
 
void glCreateVertexArrays (int n, IntBuffer arrays)
 Entry point to C language function: void {@native glCreateVertexArrays}(GLsizei n, GLuint * arrays)
Part of GL_VERSION_4_5
More...
 
void glCreateVertexArrays (int n, int[] arrays, int arrays_offset)
 Entry point to C language function: void {@native glCreateVertexArrays}(GLsizei n, GLuint * arrays)
Part of GL_VERSION_4_5

More...
 
void glDisableVertexArrayAttrib (int vaobj, int index)
 Entry point to C language function: void {@native glDisableVertexArrayAttrib}(GLuint vaobj, GLuint index)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glDisableVertexArrayAttribEXT
More...
 
void glEnableVertexArrayAttrib (int vaobj, int index)
 Entry point to C language function: void {@native glEnableVertexArrayAttrib}(GLuint vaobj, GLuint index)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glEnableVertexArrayAttribEXT
More...
 
void glVertexArrayElementBuffer (int vaobj, int buffer)
 Entry point to C language function: void {@native glVertexArrayElementBuffer}(GLuint vaobj, GLuint buffer)
Part of GL_VERSION_4_5

More...
 
void glVertexArrayVertexBuffer (int vaobj, int bindingindex, int buffer, long offset, int stride)
 Entry point to C language function: void {@native glVertexArrayVertexBuffer}(GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Part of GL_VERSION_4_5

More...
 
void glVertexArrayVertexBuffers (int vaobj, int first, int count, IntBuffer buffers, PointerBuffer offsets, IntBuffer strides)
 Entry point to C language function: void {@native glVertexArrayVertexBuffers}(GLuint vaobj, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizei * strides)
Part of GL_VERSION_4_5
More...
 
void glVertexArrayVertexBuffers (int vaobj, int first, int count, int[] buffers, int buffers_offset, PointerBuffer offsets, int[] strides, int strides_offset)
 Entry point to C language function: void {@native glVertexArrayVertexBuffers}(GLuint vaobj, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizei * strides)
Part of GL_VERSION_4_5
More...
 
void glVertexArrayAttribBinding (int vaobj, int attribindex, int bindingindex)
 Entry point to C language function: void {@native glVertexArrayAttribBinding}(GLuint vaobj, GLuint attribindex, GLuint bindingindex)
Part of GL_VERSION_4_5

More...
 
void glVertexArrayAttribFormat (int vaobj, int attribindex, int size, int type, boolean normalized, int relativeoffset)
 Entry point to C language function: void {@native glVertexArrayAttribFormat}(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
Part of GL_VERSION_4_5

More...
 
void glVertexArrayAttribIFormat (int vaobj, int attribindex, int size, int type, int relativeoffset)
 Entry point to C language function: void {@native glVertexArrayAttribIFormat}(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Part of GL_VERSION_4_5

More...
 
void glVertexArrayAttribLFormat (int vaobj, int attribindex, int size, int type, int relativeoffset)
 Entry point to C language function: void {@native glVertexArrayAttribLFormat}(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Part of GL_VERSION_4_5

More...
 
void glVertexArrayBindingDivisor (int vaobj, int bindingindex, int divisor)
 Entry point to C language function: void {@native glVertexArrayBindingDivisor}(GLuint vaobj, GLuint bindingindex, GLuint divisor)
Part of GL_VERSION_4_5

More...
 
void glGetVertexArrayiv (int vaobj, int pname, IntBuffer param)
 Entry point to C language function: void {@native glGetVertexArrayiv}(GLuint vaobj, GLenum pname, GLint * param)
Part of GL_VERSION_4_5
More...
 
void glGetVertexArrayiv (int vaobj, int pname, int[] param, int param_offset)
 Entry point to C language function: void {@native glGetVertexArrayiv}(GLuint vaobj, GLenum pname, GLint * param)
Part of GL_VERSION_4_5

More...
 
void glGetVertexArrayIndexediv (int vaobj, int index, int pname, IntBuffer param)
 Entry point to C language function: void {@native glGetVertexArrayIndexediv}(GLuint vaobj, GLuint index, GLenum pname, GLint * param)
Part of GL_VERSION_4_5
More...
 
void glGetVertexArrayIndexediv (int vaobj, int index, int pname, int[] param, int param_offset)
 Entry point to C language function: void {@native glGetVertexArrayIndexediv}(GLuint vaobj, GLuint index, GLenum pname, GLint * param)
Part of GL_VERSION_4_5

More...
 
void glGetVertexArrayIndexed64iv (int vaobj, int index, int pname, LongBuffer param)
 Entry point to C language function: void {@native glGetVertexArrayIndexed64iv}(GLuint vaobj, GLuint index, GLenum pname, GLint64 * param)
Part of GL_VERSION_4_5
More...
 
void glGetVertexArrayIndexed64iv (int vaobj, int index, int pname, long[] param, int param_offset)
 Entry point to C language function: void {@native glGetVertexArrayIndexed64iv}(GLuint vaobj, GLuint index, GLenum pname, GLint64 * param)
Part of GL_VERSION_4_5

More...
 
void glCreateSamplers (int n, IntBuffer samplers)
 Entry point to C language function: void {@native glCreateSamplers}(GLsizei n, GLuint * samplers)
Part of GL_VERSION_4_5
More...
 
void glCreateSamplers (int n, int[] samplers, int samplers_offset)
 Entry point to C language function: void {@native glCreateSamplers}(GLsizei n, GLuint * samplers)
Part of GL_VERSION_4_5

More...
 
void glCreateProgramPipelines (int n, IntBuffer pipelines)
 Entry point to C language function: void {@native glCreateProgramPipelines}(GLsizei n, GLuint * pipelines)
Part of GL_VERSION_4_5
More...
 
void glCreateProgramPipelines (int n, int[] pipelines, int pipelines_offset)
 Entry point to C language function: void {@native glCreateProgramPipelines}(GLsizei n, GLuint * pipelines)
Part of GL_VERSION_4_5

More...
 
void glCreateQueries (int target, int n, IntBuffer ids)
 Entry point to C language function: void {@native glCreateQueries}(GLenum target, GLsizei n, GLuint * ids)
Part of GL_VERSION_4_5
More...
 
void glCreateQueries (int target, int n, int[] ids, int ids_offset)
 Entry point to C language function: void {@native glCreateQueries}(GLenum target, GLsizei n, GLuint * ids)
Part of GL_VERSION_4_5

More...
 
void glGetQueryBufferObjecti64v (int id, int buffer, int pname, long offset)
 Entry point to C language function: void {@native glGetQueryBufferObjecti64v}(GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
Part of GL_VERSION_4_5

More...
 
void glGetQueryBufferObjectiv (int id, int buffer, int pname, long offset)
 Entry point to C language function: void {@native glGetQueryBufferObjectiv}(GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
Part of GL_VERSION_4_5

More...
 
void glGetQueryBufferObjectui64v (int id, int buffer, int pname, long offset)
 Entry point to C language function: void {@native glGetQueryBufferObjectui64v}(GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
Part of GL_VERSION_4_5

More...
 
void glGetQueryBufferObjectuiv (int id, int buffer, int pname, long offset)
 Entry point to C language function: void {@native glGetQueryBufferObjectuiv}(GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
Part of GL_VERSION_4_5

More...
 
void glGetTextureSubImage (int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, int bufSize, Buffer pixels)
 Entry point to C language function: void {@native glGetTextureSubImage}(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
More...
 
void glGetCompressedTextureSubImage (int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int bufSize, Buffer pixels)
 Entry point to C language function: void {@native glGetCompressedTextureSubImage}(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
More...
 
void glTextureBarrier ()
 Entry point to C language function: void {@native glTextureBarrier}()
Part of GL_VERSION_4_5, GL_NV_texture_barrier
Alias for: glTextureBarrierNV
More...
 
void glMultiDrawArraysIndirectCount (int mode, Buffer indirect, long drawcount, int maxdrawcount, int stride)
 Entry point to C language function: void {@native glMultiDrawArraysIndirectCount}(GLenum mode, const void * indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride)
Part of GL_VERSION_4_6, GL_ARB_indirect_parameters
Alias for: glMultiDrawArraysIndirectCountARB More...
 
void glMultiDrawElementsIndirectCount (int mode, int type, Buffer indirect, long drawcount, int maxdrawcount, int stride)
 Entry point to C language function: void {@native glMultiDrawElementsIndirectCount}(GLenum mode, GLenum type, const void * indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride)
Part of GL_VERSION_4_6, GL_ARB_indirect_parameters
Alias for: glMultiDrawElementsIndirectCountARB More...
 
void glPolygonOffsetClamp (float factor, float units, float clamp)
 Entry point to C language function: void {@native glPolygonOffsetClamp}(GLfloat factor, GLfloat units, GLfloat clamp)
Part of GL_VERSION_4_6, GL_EXT_polygon_offset_clamp
Alias for: glPolygonOffsetClampEXT
More...
 
long glGetTextureHandleARB (int texture)
 Entry point to C language function: GLuint64 {@native glGetTextureHandleARB}(GLuint texture)
Part of GL_ARB_bindless_texture

More...
 
long glGetTextureSamplerHandleARB (int texture, int sampler)
 Entry point to C language function: GLuint64 {@native glGetTextureSamplerHandleARB}(GLuint texture, GLuint sampler)
Part of GL_ARB_bindless_texture

More...
 
void glMakeTextureHandleResidentARB (long handle)
 Entry point to C language function: void {@native glMakeTextureHandleResidentARB}(GLuint64 handle)
Part of GL_ARB_bindless_texture

More...
 
void glMakeTextureHandleNonResidentARB (long handle)
 Entry point to C language function: void {@native glMakeTextureHandleNonResidentARB}(GLuint64 handle)
Part of GL_ARB_bindless_texture

More...
 
long glGetImageHandleARB (int texture, int level, boolean layered, int layer, int format)
 Entry point to C language function: GLuint64 {@native glGetImageHandleARB}(GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum format)
Part of GL_ARB_bindless_texture

More...
 
void glMakeImageHandleResidentARB (long handle, int access)
 Entry point to C language function: void {@native glMakeImageHandleResidentARB}(GLuint64 handle, GLenum access)
Part of GL_ARB_bindless_texture

More...
 
void glMakeImageHandleNonResidentARB (long handle)
 Entry point to C language function: void {@native glMakeImageHandleNonResidentARB}(GLuint64 handle)
Part of GL_ARB_bindless_texture

More...
 
void glUniformHandleui64ARB (int location, long value)
 Entry point to C language function: void {@native glUniformHandleui64ARB}(GLint location, GLuint64 value)
Part of GL_ARB_bindless_texture

More...
 
void glUniformHandleui64vARB (int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glUniformHandleui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_bindless_texture
More...
 
void glUniformHandleui64vARB (int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glUniformHandleui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_bindless_texture

More...
 
void glProgramUniformHandleui64ARB (int program, int location, long value)
 Entry point to C language function: void {@native glProgramUniformHandleui64ARB}(GLuint program, GLint location, GLuint64 value)
Part of GL_ARB_bindless_texture

More...
 
void glProgramUniformHandleui64vARB (int program, int location, int count, LongBuffer values)
 Entry point to C language function: void {@native glProgramUniformHandleui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * values)
Part of GL_ARB_bindless_texture
More...
 
void glProgramUniformHandleui64vARB (int program, int location, int count, long[] values, int values_offset)
 Entry point to C language function: void {@native glProgramUniformHandleui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * values)
Part of GL_ARB_bindless_texture

More...
 
boolean glIsTextureHandleResidentARB (long handle)
 Entry point to C language function: GLboolean {@native glIsTextureHandleResidentARB}(GLuint64 handle)
Part of GL_ARB_bindless_texture

More...
 
boolean glIsImageHandleResidentARB (long handle)
 Entry point to C language function: GLboolean {@native glIsImageHandleResidentARB}(GLuint64 handle)
Part of GL_ARB_bindless_texture

More...
 
void glVertexAttribL1ui64ARB (int index, long x)
 Entry point to C language function: void {@native glVertexAttribL1ui64ARB}(GLuint index, GLuint64EXT x)
Part of GL_ARB_bindless_texture

More...
 
void glVertexAttribL1ui64vARB (int index, LongBuffer v)
 Entry point to C language function: void {@native glVertexAttribL1ui64vARB}(GLuint index, const GLuint64EXT * v)
Part of GL_ARB_bindless_texture
More...
 
void glVertexAttribL1ui64vARB (int index, long[] v, int v_offset)
 Entry point to C language function: void {@native glVertexAttribL1ui64vARB}(GLuint index, const GLuint64EXT * v)
Part of GL_ARB_bindless_texture

More...
 
void glGetVertexAttribLui64vARB (int index, int pname, LongBuffer params)
 Entry point to C language function: void {@native glGetVertexAttribLui64vARB}(GLuint index, GLenum pname, GLuint64EXT * params)
Part of GL_ARB_bindless_texture
More...
 
void glGetVertexAttribLui64vARB (int index, int pname, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetVertexAttribLui64vARB}(GLuint index, GLenum pname, GLuint64EXT * params)
Part of GL_ARB_bindless_texture

More...
 
void glDispatchComputeGroupSizeARB (int num_groups_x, int num_groups_y, int num_groups_z, int group_size_x, int group_size_y, int group_size_z)
 Entry point to C language function: void {@native glDispatchComputeGroupSizeARB}(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

More...
 
void glUniform1i64ARB (int location, long x)
 Entry point to C language function: void {@native glUniform1i64ARB}(GLint location, GLint64 x)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform2i64ARB (int location, long x, long y)
 Entry point to C language function: void {@native glUniform2i64ARB}(GLint location, GLint64 x, GLint64 y)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform3i64ARB (int location, long x, long y, long z)
 Entry point to C language function: void {@native glUniform3i64ARB}(GLint location, GLint64 x, GLint64 y, GLint64 z)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform4i64ARB (int location, long x, long y, long z, long w)
 Entry point to C language function: void {@native glUniform4i64ARB}(GLint location, GLint64 x, GLint64 y, GLint64 z, GLint64 w)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform1i64vARB (int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glUniform1i64vARB}(GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64
More...
 
void glUniform1i64vARB (int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glUniform1i64vARB}(GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform2i64vARB (int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glUniform2i64vARB}(GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64
More...
 
void glUniform2i64vARB (int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glUniform2i64vARB}(GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform3i64vARB (int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glUniform3i64vARB}(GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64
More...
 
void glUniform3i64vARB (int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glUniform3i64vARB}(GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform4i64vARB (int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glUniform4i64vARB}(GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64
More...
 
void glUniform4i64vARB (int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glUniform4i64vARB}(GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform1ui64ARB (int location, long x)
 Entry point to C language function: void {@native glUniform1ui64ARB}(GLint location, GLuint64 x)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform2ui64ARB (int location, long x, long y)
 Entry point to C language function: void {@native glUniform2ui64ARB}(GLint location, GLuint64 x, GLuint64 y)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform3ui64ARB (int location, long x, long y, long z)
 Entry point to C language function: void {@native glUniform3ui64ARB}(GLint location, GLuint64 x, GLuint64 y, GLuint64 z)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform4ui64ARB (int location, long x, long y, long z, long w)
 Entry point to C language function: void {@native glUniform4ui64ARB}(GLint location, GLuint64 x, GLuint64 y, GLuint64 z, GLuint64 w)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform1ui64vARB (int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glUniform1ui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64
More...
 
void glUniform1ui64vARB (int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glUniform1ui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform2ui64vARB (int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glUniform2ui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64
More...
 
void glUniform2ui64vARB (int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glUniform2ui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform3ui64vARB (int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glUniform3ui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64
More...
 
void glUniform3ui64vARB (int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glUniform3ui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glUniform4ui64vARB (int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glUniform4ui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64
More...
 
void glUniform4ui64vARB (int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glUniform4ui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glGetUniformi64vARB (int program, int location, LongBuffer params)
 Entry point to C language function: void {@native glGetUniformi64vARB}(GLuint program, GLint location, GLint64 * params)
Part of GL_ARB_gpu_shader_int64
More...
 
void glGetUniformi64vARB (int program, int location, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetUniformi64vARB}(GLuint program, GLint location, GLint64 * params)
Part of GL_ARB_gpu_shader_int64

More...
 
void glGetUniformui64vARB (int program, int location, LongBuffer params)
 Entry point to C language function: void {@native glGetUniformui64vARB}(GLuint program, GLint location, GLuint64 * params)
Part of GL_ARB_gpu_shader_int64
More...
 
void glGetUniformui64vARB (int program, int location, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetUniformui64vARB}(GLuint program, GLint location, GLuint64 * params)
Part of GL_ARB_gpu_shader_int64

More...
 
void glGetnUniformi64vARB (int program, int location, int bufSize, LongBuffer params)
 Entry point to C language function: void {@native glGetnUniformi64vARB}(GLuint program, GLint location, GLsizei bufSize, GLint64 * params)
Part of GL_ARB_gpu_shader_int64
More...
 
void glGetnUniformi64vARB (int program, int location, int bufSize, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetnUniformi64vARB}(GLuint program, GLint location, GLsizei bufSize, GLint64 * params)
Part of GL_ARB_gpu_shader_int64

More...
 
void glGetnUniformui64vARB (int program, int location, int bufSize, LongBuffer params)
 Entry point to C language function: void {@native glGetnUniformui64vARB}(GLuint program, GLint location, GLsizei bufSize, GLuint64 * params)
Part of GL_ARB_gpu_shader_int64
More...
 
void glGetnUniformui64vARB (int program, int location, int bufSize, long[] params, int params_offset)
 Entry point to C language function: void {@native glGetnUniformui64vARB}(GLuint program, GLint location, GLsizei bufSize, GLuint64 * params)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform1i64ARB (int program, int location, long x)
 Entry point to C language function: void {@native glProgramUniform1i64ARB}(GLuint program, GLint location, GLint64 x)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform2i64ARB (int program, int location, long x, long y)
 Entry point to C language function: void {@native glProgramUniform2i64ARB}(GLuint program, GLint location, GLint64 x, GLint64 y)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform3i64ARB (int program, int location, long x, long y, long z)
 Entry point to C language function: void {@native glProgramUniform3i64ARB}(GLuint program, GLint location, GLint64 x, GLint64 y, GLint64 z)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform4i64ARB (int program, int location, long x, long y, long z, long w)
 Entry point to C language function: void {@native glProgramUniform4i64ARB}(GLuint program, GLint location, GLint64 x, GLint64 y, GLint64 z, GLint64 w)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform1i64vARB (int program, int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glProgramUniform1i64vARB}(GLuint program, GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64
More...
 
void glProgramUniform1i64vARB (int program, int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform1i64vARB}(GLuint program, GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform2i64vARB (int program, int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glProgramUniform2i64vARB}(GLuint program, GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64
More...
 
void glProgramUniform2i64vARB (int program, int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform2i64vARB}(GLuint program, GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform3i64vARB (int program, int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glProgramUniform3i64vARB}(GLuint program, GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64
More...
 
void glProgramUniform3i64vARB (int program, int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform3i64vARB}(GLuint program, GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform4i64vARB (int program, int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glProgramUniform4i64vARB}(GLuint program, GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64
More...
 
void glProgramUniform4i64vARB (int program, int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform4i64vARB}(GLuint program, GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform1ui64ARB (int program, int location, long x)
 Entry point to C language function: void {@native glProgramUniform1ui64ARB}(GLuint program, GLint location, GLuint64 x)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform2ui64ARB (int program, int location, long x, long y)
 Entry point to C language function: void {@native glProgramUniform2ui64ARB}(GLuint program, GLint location, GLuint64 x, GLuint64 y)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform3ui64ARB (int program, int location, long x, long y, long z)
 Entry point to C language function: void {@native glProgramUniform3ui64ARB}(GLuint program, GLint location, GLuint64 x, GLuint64 y, GLuint64 z)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform4ui64ARB (int program, int location, long x, long y, long z, long w)
 Entry point to C language function: void {@native glProgramUniform4ui64ARB}(GLuint program, GLint location, GLuint64 x, GLuint64 y, GLuint64 z, GLuint64 w)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform1ui64vARB (int program, int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glProgramUniform1ui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64
More...
 
void glProgramUniform1ui64vARB (int program, int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform1ui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform2ui64vARB (int program, int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glProgramUniform2ui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64
More...
 
void glProgramUniform2ui64vARB (int program, int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform2ui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform3ui64vARB (int program, int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glProgramUniform3ui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64
More...
 
void glProgramUniform3ui64vARB (int program, int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform3ui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glProgramUniform4ui64vARB (int program, int location, int count, LongBuffer value)
 Entry point to C language function: void {@native glProgramUniform4ui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64
More...
 
void glProgramUniform4ui64vARB (int program, int location, int count, long[] value, int value_offset)
 Entry point to C language function: void {@native glProgramUniform4ui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

More...
 
void glMaxShaderCompilerThreadsARB (int count)
 Entry point to C language function: void {@native glMaxShaderCompilerThreadsARB}(GLuint count)
Part of GL_ARB_parallel_shader_compile

More...
 
void glFramebufferSampleLocationsfvARB (int target, int start, int count, FloatBuffer v)
 Entry point to C language function: void {@native glFramebufferSampleLocationsfvARB}(GLenum target, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_ARB_sample_locations
More...
 
void glFramebufferSampleLocationsfvARB (int target, int start, int count, float[] v, int v_offset)
 Entry point to C language function: void {@native glFramebufferSampleLocationsfvARB}(GLenum target, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_ARB_sample_locations

More...
 
void glNamedFramebufferSampleLocationsfvARB (int framebuffer, int start, int count, FloatBuffer v)
 Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvARB}(GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_ARB_sample_locations
More...
 
void glNamedFramebufferSampleLocationsfvARB (int framebuffer, int start, int count, float[] v, int v_offset)
 Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvARB}(GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_ARB_sample_locations

More...
 
void glEvaluateDepthValuesARB ()
 Entry point to C language function: void {@native glEvaluateDepthValuesARB}()
Part of GL_ARB_sample_locations

More...
 
GLBufferStorage mapNamedBuffer (int bufferName, int access) throws GLException
 Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBuffer(..) implementation. More...
 
GLBufferStorage mapNamedBufferRange (final int bufferName, final long offset, final long length, final int access) throws GLException
 Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferRange(..) implementation. More...
 
- Public Member Functions inherited from com.jogamp.opengl.GL4ES3
void glViewportPositionWScaleNV (int index, float xcoeff, float ycoeff)
 Entry point to C language function: void {@native glViewportPositionWScaleNV}(GLuint index, GLfloat xcoeff, GLfloat ycoeff)
Part of GL_NV_clip_space_w_scaling

More...
 
void glSubpixelPrecisionBiasNV (int xbits, int ybits)
 Entry point to C language function: void {@native glSubpixelPrecisionBiasNV}(GLuint xbits, GLuint ybits)
Part of GL_NV_conservative_raster

More...
 
void glDrawVkImageNV (long vkImage, int sampler, float x0, float y0, float x1, float y1, float z, float s0, float t0, float s1, float t1)
 Entry point to C language function: void {@native glDrawVkImageNV}(GLuint64 vkImage, 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_vulkan_image

More...
 
long glGetVkProcAddrNV (ByteBuffer name)
 Entry point to C language function: GLVULKANPROCNV {@native glGetVkProcAddrNV}(const GLchar * name)
Part of GL_NV_draw_vulkan_image
More...
 
long glGetVkProcAddrNV (byte[] name, int name_offset)
 Entry point to C language function: GLVULKANPROCNV {@native glGetVkProcAddrNV}(const GLchar * name)
Part of GL_NV_draw_vulkan_image

More...
 
void glWaitVkSemaphoreNV (long vkSemaphore)
 Entry point to C language function: void {@native glWaitVkSemaphoreNV}(GLuint64 vkSemaphore)
Part of GL_NV_draw_vulkan_image

More...
 
void glSignalVkSemaphoreNV (long vkSemaphore)
 Entry point to C language function: void {@native glSignalVkSemaphoreNV}(GLuint64 vkSemaphore)
Part of GL_NV_draw_vulkan_image

More...
 
void glSignalVkFenceNV (long vkFence)
 Entry point to C language function: void {@native glSignalVkFenceNV}(GLuint64 vkFence)
Part of GL_NV_draw_vulkan_image

More...
 
void glFragmentCoverageColorNV (int color)
 Entry point to C language function: void {@native glFragmentCoverageColorNV}(GLuint color)
Part of GL_NV_fragment_coverage_to_color

More...
 
void glGetMemoryObjectDetachedResourcesuivNV (int memory, int pname, int first, int count, IntBuffer params)
 Entry point to C language function: void {@native glGetMemoryObjectDetachedResourcesuivNV}(GLuint memory, GLenum pname, GLint first, GLsizei count, GLuint * params)
Part of GL_NV_memory_attachment
More...
 
void glGetMemoryObjectDetachedResourcesuivNV (int memory, int pname, int first, int count, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetMemoryObjectDetachedResourcesuivNV}(GLuint memory, GLenum pname, GLint first, GLsizei count, GLuint * params)
Part of GL_NV_memory_attachment

More...
 
void glResetMemoryObjectParameterNV (int memory, int pname)
 Entry point to C language function: void {@native glResetMemoryObjectParameterNV}(GLuint memory, GLenum pname)
Part of GL_NV_memory_attachment

More...
 
void glTexAttachMemoryNV (int target, int memory, long offset)
 Entry point to C language function: void {@native glTexAttachMemoryNV}(GLenum target, GLuint memory, GLuint64 offset)
Part of GL_NV_memory_attachment

More...
 
void glBufferAttachMemoryNV (int target, int memory, long offset)
 Entry point to C language function: void {@native glBufferAttachMemoryNV}(GLenum target, GLuint memory, GLuint64 offset)
Part of GL_NV_memory_attachment

More...
 
void glTextureAttachMemoryNV (int texture, int memory, long offset)
 Entry point to C language function: void {@native glTextureAttachMemoryNV}(GLuint texture, GLuint memory, GLuint64 offset)
Part of GL_NV_memory_attachment

More...
 
void glNamedBufferAttachMemoryNV (int buffer, int memory, long offset)
 Entry point to C language function: void {@native glNamedBufferAttachMemoryNV}(GLuint buffer, GLuint memory, GLuint64 offset)
Part of GL_NV_memory_attachment

More...
 
void glBufferPageCommitmentMemNV (int target, long offset, long size, int memory, long memOffset, boolean commit)
 Entry point to C language function: void {@native glBufferPageCommitmentMemNV}(GLenum target, GLintptr offset, GLsizeiptr size, GLuint memory, GLuint64 memOffset, GLboolean commit)
Part of GL_NV_memory_object_sparse

More...
 
void glTexPageCommitmentMemNV (int target, int layer, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int memory, long offset, boolean commit)
 Entry point to C language function: void {@native glTexPageCommitmentMemNV}(GLenum target, GLint layer, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset, GLboolean commit)
Part of GL_NV_memory_object_sparse

More...
 
void glNamedBufferPageCommitmentMemNV (int buffer, long offset, long size, int memory, long memOffset, boolean commit)
 Entry point to C language function: void {@native glNamedBufferPageCommitmentMemNV}(GLuint buffer, GLintptr offset, GLsizeiptr size, GLuint memory, GLuint64 memOffset, GLboolean commit)
Part of GL_NV_memory_object_sparse

More...
 
void glTexturePageCommitmentMemNV (int texture, int layer, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int memory, long offset, boolean commit)
 Entry point to C language function: void {@native glTexturePageCommitmentMemNV}(GLuint texture, GLint layer, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset, GLboolean commit)
Part of GL_NV_memory_object_sparse

More...
 
void glDrawMeshTasksNV (int first, int count)
 Entry point to C language function: void {@native glDrawMeshTasksNV}(GLuint first, GLuint count)
Part of GL_NV_mesh_shader

More...
 
void glDrawMeshTasksIndirectNV (long indirect)
 Entry point to C language function: void {@native glDrawMeshTasksIndirectNV}(GLintptr indirect)
Part of GL_NV_mesh_shader

More...
 
void glMultiDrawMeshTasksIndirectNV (long indirect, int drawcount, int stride)
 Entry point to C language function: void {@native glMultiDrawMeshTasksIndirectNV}(GLintptr indirect, GLsizei drawcount, GLsizei stride)
Part of GL_NV_mesh_shader

More...
 
void glMultiDrawMeshTasksIndirectCountNV (long indirect, long drawcount, int maxdrawcount, int stride)
 Entry point to C language function: void {@native glMultiDrawMeshTasksIndirectCountNV}(GLintptr indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride)
Part of GL_NV_mesh_shader

More...
 
void glFramebufferSampleLocationsfvNV (int target, int start, int count, FloatBuffer v)
 Entry point to C language function: void {@native glFramebufferSampleLocationsfvNV}(GLenum target, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_NV_sample_locations
More...
 
void glFramebufferSampleLocationsfvNV (int target, int start, int count, float[] v, int v_offset)
 Entry point to C language function: void {@native glFramebufferSampleLocationsfvNV}(GLenum target, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_NV_sample_locations

More...
 
void glNamedFramebufferSampleLocationsfvNV (int framebuffer, int start, int count, FloatBuffer v)
 Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvNV}(GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_NV_sample_locations
More...
 
void glNamedFramebufferSampleLocationsfvNV (int framebuffer, int start, int count, float[] v, int v_offset)
 Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvNV}(GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_NV_sample_locations

More...
 
void glResolveDepthValuesNV ()
 Entry point to C language function: void {@native glResolveDepthValuesNV}()
Part of GL_NV_sample_locations

More...
 
void glScissorExclusiveNV (int x, int y, int width, int height)
 Entry point to C language function: void {@native glScissorExclusiveNV}(GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_NV_scissor_exclusive

More...
 
void glScissorExclusiveArrayvNV (int first, int count, IntBuffer v)
 Entry point to C language function: void {@native glScissorExclusiveArrayvNV}(GLuint first, GLsizei count, const GLint * v)
Part of GL_NV_scissor_exclusive
More...
 
void glScissorExclusiveArrayvNV (int first, int count, int[] v, int v_offset)
 Entry point to C language function: void {@native glScissorExclusiveArrayvNV}(GLuint first, GLsizei count, const GLint * v)
Part of GL_NV_scissor_exclusive

More...
 
void glBindShadingRateImageNV (int texture)
 Entry point to C language function: void {@native glBindShadingRateImageNV}(GLuint texture)
Part of GL_NV_shading_rate_image

More...
 
void glGetShadingRateImagePaletteNV (int viewport, int entry, IntBuffer rate)
 Entry point to C language function: void {@native glGetShadingRateImagePaletteNV}(GLuint viewport, GLuint entry, GLenum * rate)
Part of GL_NV_shading_rate_image
More...
 
void glGetShadingRateImagePaletteNV (int viewport, int entry, int[] rate, int rate_offset)
 Entry point to C language function: void {@native glGetShadingRateImagePaletteNV}(GLuint viewport, GLuint entry, GLenum * rate)
Part of GL_NV_shading_rate_image

More...
 
void glGetShadingRateSampleLocationivNV (int rate, int samples, int index, IntBuffer location)
 Entry point to C language function: void {@native glGetShadingRateSampleLocationivNV}(GLenum rate, GLuint samples, GLuint index, GLint * location)
Part of GL_NV_shading_rate_image
More...
 
void glGetShadingRateSampleLocationivNV (int rate, int samples, int index, int[] location, int location_offset)
 Entry point to C language function: void {@native glGetShadingRateSampleLocationivNV}(GLenum rate, GLuint samples, GLuint index, GLint * location)
Part of GL_NV_shading_rate_image

More...
 
void glShadingRateImageBarrierNV (boolean synchronize)
 Entry point to C language function: void {@native glShadingRateImageBarrierNV}(GLboolean synchronize)
Part of GL_NV_shading_rate_image

More...
 
void glShadingRateImagePaletteNV (int viewport, int first, int count, IntBuffer rates)
 Entry point to C language function: void {@native glShadingRateImagePaletteNV}(GLuint viewport, GLuint first, GLsizei count, const GLenum * rates)
Part of GL_NV_shading_rate_image
More...
 
void glShadingRateImagePaletteNV (int viewport, int first, int count, int[] rates, int rates_offset)
 Entry point to C language function: void {@native glShadingRateImagePaletteNV}(GLuint viewport, GLuint first, GLsizei count, const GLenum * rates)
Part of GL_NV_shading_rate_image

More...
 
void glShadingRateSampleOrderNV (int order)
 Entry point to C language function: void {@native glShadingRateSampleOrderNV}(GLenum order)
Part of GL_NV_shading_rate_image

More...
 
void glShadingRateSampleOrderCustomNV (int rate, int samples, IntBuffer locations)
 Entry point to C language function: void {@native glShadingRateSampleOrderCustomNV}(GLenum rate, GLuint samples, const GLint * locations)
Part of GL_NV_shading_rate_image
More...
 
void glShadingRateSampleOrderCustomNV (int rate, int samples, int[] locations, int locations_offset)
 Entry point to C language function: void {@native glShadingRateSampleOrderCustomNV}(GLenum rate, GLuint samples, const GLint * locations)
Part of GL_NV_shading_rate_image

More...
 
void glCreateSemaphoresNV (int n, IntBuffer semaphores)
 Entry point to C language function: void {@native glCreateSemaphoresNV}(GLsizei n, GLuint * semaphores)
Part of GL_NV_timeline_semaphore
More...
 
void glCreateSemaphoresNV (int n, int[] semaphores, int semaphores_offset)
 Entry point to C language function: void {@native glCreateSemaphoresNV}(GLsizei n, GLuint * semaphores)
Part of GL_NV_timeline_semaphore

More...
 
void glSemaphoreParameterivNV (int semaphore, int pname, IntBuffer params)
 Entry point to C language function: void {@native glSemaphoreParameterivNV}(GLuint semaphore, GLenum pname, const GLint * params)
Part of GL_NV_timeline_semaphore
More...
 
void glSemaphoreParameterivNV (int semaphore, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glSemaphoreParameterivNV}(GLuint semaphore, GLenum pname, const GLint * params)
Part of GL_NV_timeline_semaphore

More...
 
void glGetSemaphoreParameterivNV (int semaphore, int pname, IntBuffer params)
 Entry point to C language function: void {@native glGetSemaphoreParameterivNV}(GLuint semaphore, GLenum pname, GLint * params)
Part of GL_NV_timeline_semaphore
More...
 
void glGetSemaphoreParameterivNV (int semaphore, int pname, int[] params, int params_offset)
 Entry point to C language function: void {@native glGetSemaphoreParameterivNV}(GLuint semaphore, GLenum pname, GLint * params)
Part of GL_NV_timeline_semaphore

More...
 
void glViewportSwizzleNV (int index, int swizzlex, int swizzley, int swizzlez, int swizzlew)
 Entry point to C language function: void {@native glViewportSwizzleNV}(GLuint index, GLenum swizzlex, GLenum swizzley, GLenum swizzlez, GLenum swizzlew)
Part of GL_NV_viewport_swizzle

More...
 

Static Public Attributes

static final boolean DEBUG = jogamp.opengl.Debug.debug("DebugGL4bc")
 
- Static Public Attributes inherited from com.jogamp.opengl.GL4bc
static final int GL_FLOAT16_MAT2x3_AMD = 0x91c8
 GL_AMD_gpu_shader_half_float
Define "GL_FLOAT16_MAT2x3_AMD" with expression '0x91C8', CType: int More...
 
static final int GL_FLOAT16_MAT2_AMD = 0x91c5
 GL_AMD_gpu_shader_half_float
Define "GL_FLOAT16_MAT2_AMD" with expression '0x91C5', CType: int More...
 
static final int GL_HANDLE_TYPE_D3D12_FENCE_EXT = 0x9594
 GL_EXT_semaphore_win32
Define "GL_HANDLE_TYPE_D3D12_FENCE_EXT" with expression '0x9594', CType: int More...
 
static final int GL_HANDLE_TYPE_D3D11_IMAGE_EXT = 0x958b
 GL_EXT_memory_object_win32
Define "GL_HANDLE_TYPE_D3D11_IMAGE_EXT" with expression '0x958B', CType: int More...
 
static final int GL_LUID_SIZE_EXT = 0x8
 GL_EXT_memory_object_win32
Define "GL_LUID_SIZE_EXT" with expression '8', CType: int More...
 
static final int GL_FLOAT16_MAT4_AMD = 0x91c7
 GL_AMD_gpu_shader_half_float
Define "GL_FLOAT16_MAT4_AMD" with expression '0x91C7', CType: int More...
 
static final int GL_DEVICE_LUID_EXT = 0x9599
 GL_EXT_memory_object_win32
Define "GL_DEVICE_LUID_EXT" with expression '0x9599', CType: int More...
 
static final int GL_FLOAT16_MAT4x2_AMD = 0x91cc
 GL_AMD_gpu_shader_half_float
Define "GL_FLOAT16_MAT4x2_AMD" with expression '0x91CC', CType: int More...
 
static final int GL_FLOAT16_MAT3x4_AMD = 0x91cb
 GL_AMD_gpu_shader_half_float
Define "GL_FLOAT16_MAT3x4_AMD" with expression '0x91CB', CType: int More...
 
static final int GL_HANDLE_TYPE_D3D12_TILEPOOL_EXT = 0x9589
 GL_EXT_memory_object_win32
Define "GL_HANDLE_TYPE_D3D12_TILEPOOL_EXT" with expression '0x9589', CType: int More...
 
static final int GL_HANDLE_TYPE_D3D11_IMAGE_KMT_EXT = 0x958c
 GL_EXT_memory_object_win32
Define "GL_HANDLE_TYPE_D3D11_IMAGE_KMT_EXT" with expression '0x958C', CType: int More...
 
static final int GL_HANDLE_TYPE_OPAQUE_WIN32_EXT = 0x9587
 GL_EXT_memory_object_win32
Define "GL_HANDLE_TYPE_OPAQUE_WIN32_EXT" with expression '0x9587', CType: int More...
 
static final int GL_HANDLE_TYPE_OPAQUE_WIN32_KMT_EXT = 0x9588
 GL_EXT_memory_object_win32
Define "GL_HANDLE_TYPE_OPAQUE_WIN32_KMT_EXT" with expression '0x9588', CType: int More...
 
static final int GL_FLOAT16_MAT3_AMD = 0x91c6
 GL_AMD_gpu_shader_half_float
Define "GL_FLOAT16_MAT3_AMD" with expression '0x91C6', CType: int More...
 
static final int GL_FLOAT16_MAT4x3_AMD = 0x91cd
 GL_AMD_gpu_shader_half_float
Define "GL_FLOAT16_MAT4x3_AMD" with expression '0x91CD', CType: int More...
 
static final int GL_HANDLE_TYPE_D3D12_RESOURCE_EXT = 0x958a
 GL_EXT_memory_object_win32
Define "GL_HANDLE_TYPE_D3D12_RESOURCE_EXT" with expression '0x958A', CType: int More...
 
static final int GL_DEVICE_NODE_MASK_EXT = 0x959a
 GL_EXT_memory_object_win32
Define "GL_DEVICE_NODE_MASK_EXT" with expression '0x959A', CType: int More...
 
static final int GL_D3D12_FENCE_VALUE_EXT = 0x9595
 GL_EXT_semaphore_win32
Define "GL_D3D12_FENCE_VALUE_EXT" with expression '0x9595', CType: int More...
 
static final int GL_FLOAT16_MAT2x4_AMD = 0x91c9
 GL_AMD_gpu_shader_half_float
Define "GL_FLOAT16_MAT2x4_AMD" with expression '0x91C9', CType: int More...
 
static final int GL_FLOAT16_MAT3x2_AMD = 0x91ca
 GL_AMD_gpu_shader_half_float
Define "GL_FLOAT16_MAT3x2_AMD" with expression '0x91CA', CType: int More...
 
- Static Public Attributes inherited from com.jogamp.opengl.GL2
static final int GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING = 0x889d
 GL_VERSION_1_5, GL_ARB_vertex_buffer_object
Alias for: GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING_ARB
Define "GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING" with expression '0x889D', CType: int More...
 
static final int GL_INTENSITY8UI = 0x8d7f
 GL_EXT_texture_integer
Alias for: GL_INTENSITY8UI_EXT
Define "GL_INTENSITY8UI" with expression '0x8D7F', CType: int More...
 
static final int GL_WEIGHT_ARRAY_POINTER_ARB = 0x86ac
 GL_ARB_vertex_blend
Define "GL_WEIGHT_ARRAY_POINTER_ARB" with expression '0x86AC', CType: int More...
 
static final int GL_TEXTURE_GEN_MODE = 0x2500
 GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: GL_TEXTURE_GEN_MODE_OES
Define "GL_TEXTURE_GEN_MODE" with expression '0x2500', CType: int More...
 
static final int GL_MAGNITUDE_BIAS_NV = 0x8718
 GL_NV_texture_shader
Define "GL_MAGNITUDE_BIAS_NV" with expression '0x8718', CType: int More...
 
static final int GL_VERTEX_SHADER_INSTRUCTIONS_EXT = 0x87cf
 GL_EXT_vertex_shader
Define "GL_VERTEX_SHADER_INSTRUCTIONS_EXT" with expression '0x87CF', CType: int More...
 
static final int GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX = 0x9049
 GL_NVX_gpu_memory_info
Define "GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX" with expression '0x9049', CType: int More...
 
static final int GL_TESS_CONTROL_PROGRAM_NV = 0x891e
 GL_NV_tessellation_program5
Define "GL_TESS_CONTROL_PROGRAM_NV" with expression '0x891E', CType: int More...
 
static final int GL_ACCUM_CLEAR_VALUE = 0xb80
 GL_VERSION_1_0
Define "GL_ACCUM_CLEAR_VALUE" with expression '0x0B80', CType: int More...
 
static final int GL_VERTEX_ATTRIB_MAP2_SIZE_APPLE = 0x8a06
 GL_APPLE_vertex_program_evaluators
Define "GL_VERTEX_ATTRIB_MAP2_SIZE_APPLE" with expression '0x8A06', CType: int More...
 
static final int GL_MULTISAMPLE_FILTER_HINT_NV = 0x8534
 GL_NV_multisample_filter_hint
Define "GL_MULTISAMPLE_FILTER_HINT_NV" with expression '0x8534', CType: int More...
 
static final int GL_TESS_EVALUATION_PROGRAM_NV = 0x891f
 GL_NV_tessellation_program5
Define "GL_TESS_EVALUATION_PROGRAM_NV" with expression '0x891F', CType: int More...
 
static final int GL_RGBA_DXT5_S3TC = 0x83a4
 GL_S3_s3tc
Define "GL_RGBA_DXT5_S3TC" with expression '0x83A4', CType: int More...
 
static final int GL_MODELVIEW8_ARB = 0x8728
 GL_ARB_vertex_blend
Define "GL_MODELVIEW8_ARB" with expression '0x8728', CType: int More...
 
static final int GL_SOURCE0_RGB = 0x8580
 GL_VERSION_1_3, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_SOURCE0_RGB_EXT, GL_SOURCE0_RGB_ARB
Define "GL_SOURCE0_RGB" with expression '0x8580', CType: int More...
 
static final int GL_LUMINANCE_ALPHA8I = 0x8d93
 GL_EXT_texture_integer
Alias for: GL_LUMINANCE_ALPHA8I_EXT
Define "GL_LUMINANCE_ALPHA8I" with expression '0x8D93', CType: int More...
 
static final int GL_PN_TRIANGLES_TESSELATION_LEVEL_ATI = 0x87f4
 GL_ATI_pn_triangles
Define "GL_PN_TRIANGLES_TESSELATION_LEVEL_ATI" with expression '0x87F4', CType: int More...
 
static final int GL_POST_COLOR_MATRIX_RED_SCALE = 0x80b4
 GL_ARB_imaging, GL_SGI_color_matrix
Alias for: GL_POST_COLOR_MATRIX_RED_SCALE_SGI
Define "GL_POST_COLOR_MATRIX_RED_SCALE" with expression '0x80B4', CType: int More...
 
static final int GL_PROGRAM_ERROR_STRING_ARB = 0x8874
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_PROGRAM_ERROR_STRING_ARB" with expression '0x8874', CType: int More...
 
static final int GL_MATRIX_INDEX_ARRAY_STRIDE_ARB = 0x8848
 GL_ARB_matrix_palette
Define "GL_MATRIX_INDEX_ARRAY_STRIDE_ARB" with expression '0x8848', CType: int More...
 
static final int GL_ALPHA8UI = 0x8d7e
 GL_EXT_texture_integer
Alias for: GL_ALPHA8UI_EXT
Define "GL_ALPHA8UI" with expression '0x8D7E', CType: int More...
 
static final int GL_MIRROR_CLAMP_EXT = 0x8742
 GL_EXT_texture_mirror_clamp
Define "GL_MIRROR_CLAMP_EXT" with expression '0x8742', CType: int More...
 
static final int GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 0x88b4
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB" with expression '0x88B4', CType: int More...
 
static final int GL_RGBA_FLOAT32_APPLE = 0x8814
 GL_APPLE_float_pixels
Define "GL_RGBA_FLOAT32_APPLE" with expression '0x8814', CType: int More...
 
static final int GL_TESS_CONTROL_PROGRAM_PARAMETER_BUFFER_NV = 0x8c74
 GL_NV_tessellation_program5
Define "GL_TESS_CONTROL_PROGRAM_PARAMETER_BUFFER_NV" with expression '0x8C74', CType: int More...
 
static final int GL_CUBIC_EXT = 0x8334
 GL_EXT_pixel_transform
Define "GL_CUBIC_EXT" with expression '0x8334', CType: int More...
 
static final int GL_MULTICAST_GPUS_NV = 0x92ba
 GL_NV_gpu_multicast
Define "GL_MULTICAST_GPUS_NV" with expression '0x92BA', CType: int More...
 
static final int GL_FOG_COORD_ARRAY_TYPE = 0x8454
 GL_VERSION_1_5
Define "GL_FOG_COORD_ARRAY_TYPE" with expression '0x8454', CType: int More...
 
static final int GL_PERFQUERY_COUNTER_DURATION_RAW_INTEL = 0x94f2
 GL_INTEL_performance_query
Define "GL_PERFQUERY_COUNTER_DURATION_RAW_INTEL" with expression '0x94F2', CType: int More...
 
static final int GL_DSDT_NV = 0x86f5
 GL_NV_texture_shader
Define "GL_DSDT_NV" with expression '0x86F5', CType: int More...
 
static final int GL_MATRIX22_ARB = 0x88d6
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX22_ARB" with expression '0x88D6', CType: int More...
 
static final int GL_DEPENDENT_GB_TEXTURE_2D_NV = 0x86ea
 GL_NV_texture_shader
Define "GL_DEPENDENT_GB_TEXTURE_2D_NV" with expression '0x86EA', CType: int More...
 
static final int GL_SLUMINANCE8 = 0x8c47
 GL_VERSION_2_1, GL_NV_sRGB_formats, GL_EXT_texture_sRGB
Alias for: GL_SLUMINANCE8_NV, GL_SLUMINANCE8_EXT
Define "GL_SLUMINANCE8" with expression '0x8C47', CType: int More...
 
static final int GL_WARP_SIZE_NV = 0x9339
 GL_NV_shader_thread_group
Define "GL_WARP_SIZE_NV" with expression '0x9339', CType: int More...
 
static final int GL_PERFQUERY_SINGLE_CONTEXT_INTEL = 0x0
 GL_INTEL_performance_query
Define "GL_PERFQUERY_SINGLE_CONTEXT_INTEL" with expression '0x00000000', CType: int More...
 
static final int GL_MAX_GEOMETRY_PROGRAM_INVOCATIONS_NV = 0x8e5a
 GL_NV_gpu_program5
Define "GL_MAX_GEOMETRY_PROGRAM_INVOCATIONS_NV" with expression '0x8E5A', CType: int More...
 
static final int GL_INTENSITY_SNORM = 0x9013
 GL_EXT_texture_snorm
Define "GL_INTENSITY_SNORM" with expression '0x9013', CType: int More...
 
static final int GL_EVAL_VERTEX_ATTRIB2_NV = 0x86c8
 GL_NV_evaluators
Define "GL_EVAL_VERTEX_ATTRIB2_NV" with expression '0x86C8', CType: int More...
 
static final int GL_PIXEL_MAP_A_TO_A = 0xc79
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_A_TO_A" with expression '0x0C79', CType: int More...
 
static final int GL_BLEND_COLOR_COMMAND_NV = 0xb
 GL_NV_command_list
Define "GL_BLEND_COLOR_COMMAND_NV" with expression '0x000B', CType: int More...
 
static final int GL_BUFFER_SERIALIZED_MODIFY = 0x8a12
 GL_APPLE_flush_buffer_range
Alias for: GL_BUFFER_SERIALIZED_MODIFY_APPLE
Define "GL_BUFFER_SERIALIZED_MODIFY" with expression '0x8A12', CType: int More...
 
static final int GL_RGB_FLOAT16_APPLE = 0x881b
 GL_APPLE_float_pixels
Define "GL_RGB_FLOAT16_APPLE" with expression '0x881B', CType: int More...
 
static final int GL_VIDEO_CAPTURE_SURFACE_ORIGIN_NV = 0x903c
 GL_NV_video_capture
Define "GL_VIDEO_CAPTURE_SURFACE_ORIGIN_NV" with expression '0x903C', CType: int More...
 
static final int GL_FLOAT_MAT4_ARB = 0x8b5c
 GL_ARB_shader_objects
Define "GL_FLOAT_MAT4_ARB" with expression '0x8B5C', CType: int More...
 
static final int GL_FLOAT_RGBA16_NV = 0x888a
 GL_NV_float_buffer
Define "GL_FLOAT_RGBA16_NV" with expression '0x888A', CType: int More...
 
static final int GL_MAX_PROGRAM_TEXEL_OFFSET_NV = 0x8905
 GL_NV_gpu_program4
Define "GL_MAX_PROGRAM_TEXEL_OFFSET_NV" with expression '0x8905', CType: int More...
 
static final int GL_EDGE_FLAG_ARRAY_STRIDE = 0x808c
 GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: GL_EDGE_FLAG_ARRAY_STRIDE_EXT
Define "GL_EDGE_FLAG_ARRAY_STRIDE" with expression '0x808C', CType: int More...
 
static final int GL_OP_MOV_EXT = 0x8799
 GL_EXT_vertex_shader
Define "GL_OP_MOV_EXT" with expression '0x8799', CType: int More...
 
static final int GL_DEPENDENT_HILO_TEXTURE_2D_NV = 0x8858
 GL_NV_texture_shader3
Define "GL_DEPENDENT_HILO_TEXTURE_2D_NV" with expression '0x8858', CType: int More...
 
static final int GL_COLOR_TABLE_ALPHA_SIZE = 0x80dd
 GL_ARB_imaging, GL_SGI_color_table
Alias for: GL_COLOR_TABLE_ALPHA_SIZE_SGI
Define "GL_COLOR_TABLE_ALPHA_SIZE" with expression '0x80DD', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD5_EXT = 0x87a2
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD5_EXT" with expression '0x87A2', CType: int More...
 
static final int GL_OP_MUL_EXT = 0x8786
 GL_EXT_vertex_shader
Define "GL_OP_MUL_EXT" with expression '0x8786', CType: int More...
 
static final int GL_NORMALIZED_RANGE_EXT = 0x87e0
 GL_EXT_vertex_shader
Define "GL_NORMALIZED_RANGE_EXT" with expression '0x87E0', CType: int More...
 
static final int GL_MAX_PROGRAM_SUBROUTINE_NUM_NV = 0x8f45
 GL_NV_gpu_program5
Define "GL_MAX_PROGRAM_SUBROUTINE_NUM_NV" with expression '0x8F45', CType: int More...
 
static final int GL_ALPHA32UI = 0x8d72
 GL_EXT_texture_integer
Alias for: GL_ALPHA32UI_EXT
Define "GL_ALPHA32UI" with expression '0x8D72', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD14_EXT = 0x87ab
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD14_EXT" with expression '0x87AB', CType: int More...
 
static final int GL_COLOR_MATERIAL_FACE = 0xb55
 GL_VERSION_1_0
Define "GL_COLOR_MATERIAL_FACE" with expression '0x0B55', CType: int More...
 
static final int GL_EVAL_2D_NV = 0x86c0
 GL_NV_evaluators
Define "GL_EVAL_2D_NV" with expression '0x86C0', CType: int More...
 
static final int GL_FLOAT_VEC4_ARB = 0x8b52
 GL_ARB_shader_objects
Define "GL_FLOAT_VEC4_ARB" with expression '0x8B52', CType: int More...
 
static final int GL_UPLOAD_GPU_MASK_NVX = 0x954a
 GL_NVX_gpu_multicast2
Define "GL_UPLOAD_GPU_MASK_NVX" with expression '0x954A', CType: int More...
 
static final int GL_EDGE_FLAG_ARRAY_BUFFER_BINDING = 0x889b
 GL_VERSION_1_5, GL_ARB_vertex_buffer_object
Alias for: GL_EDGE_FLAG_ARRAY_BUFFER_BINDING_ARB
Define "GL_EDGE_FLAG_ARRAY_BUFFER_BINDING" with expression '0x889B', CType: int More...
 
static final int GL_OP_RECIP_SQRT_EXT = 0x8795
 GL_EXT_vertex_shader
Define "GL_OP_RECIP_SQRT_EXT" with expression '0x8795', CType: int More...
 
static final int GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV = 0x86f3
 GL_NV_texture_shader
Define "GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV" with expression '0x86F3', CType: int More...
 
static final int GL_TERMINATE_SEQUENCE_COMMAND_NV = 0x0
 GL_NV_command_list
Define "GL_TERMINATE_SEQUENCE_COMMAND_NV" with expression '0x0000', CType: int More...
 
static final int GL_DOT_PRODUCT_DEPTH_REPLACE_NV = 0x86ed
 GL_NV_texture_shader
Define "GL_DOT_PRODUCT_DEPTH_REPLACE_NV" with expression '0x86ED', CType: int More...
 
static final int GL_MATRIX_PALETTE_ARB = 0x8840
 GL_ARB_matrix_palette
Define "GL_MATRIX_PALETTE_ARB" with expression '0x8840', CType: int More...
 
static final int GL_TEXTURE_BINDING_RENDERBUFFER_NV = 0x8e53
 GL_NV_explicit_multisample
Define "GL_TEXTURE_BINDING_RENDERBUFFER_NV" with expression '0x8E53', CType: int More...
 
static final int GL_SECONDARY_COLOR_ARRAY_SIZE = 0x845a
 GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: GL_SECONDARY_COLOR_ARRAY_SIZE_EXT
Define "GL_SECONDARY_COLOR_ARRAY_SIZE" with expression '0x845A', CType: int More...
 
static final int GL_SIGNED_RGBA8_NV = 0x86fc
 GL_NV_texture_shader
Define "GL_SIGNED_RGBA8_NV" with expression '0x86FC', CType: int More...
 
static final int GL_FOG_COORDINATE = 0x8451
 GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: GL_FOG_COORDINATE_EXT
Define "GL_FOG_COORDINATE" with expression '0x8451', CType: int More...
 
static final int GL_LIST_MODE = 0xb30
 GL_VERSION_1_0
Define "GL_LIST_MODE" with expression '0x0B30', CType: int More...
 
static final int GL_RGB_S3TC = 0x83a0
 GL_S3_s3tc
Define "GL_RGB_S3TC" with expression '0x83A0', CType: int More...
 
static final int GL_MATRIX3_ARB = 0x88c3
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX3_ARB" with expression '0x88C3', CType: int More...
 
static final int GL_OFFSET_TEXTURE_2D_MATRIX_NV = 0x86e1
 GL_NV_texture_shader
Define "GL_OFFSET_TEXTURE_2D_MATRIX_NV" with expression '0x86E1', CType: int More...
 
static final int GL_QUERY_RESOURCE_SYS_RESERVED_NV = 0x9544
 GL_NV_query_resource
Define "GL_QUERY_RESOURCE_SYS_RESERVED_NV" with expression '0x9544', CType: int More...
 
static final int GL_RENDER_GPU_MASK_NV = 0x9558
 GL_NV_gpu_multicast
Define "GL_RENDER_GPU_MASK_NV" with expression '0x9558', CType: int More...
 
static final int GL_SAMPLER_3D_ARB = 0x8b5f
 GL_ARB_shader_objects
Define "GL_SAMPLER_3D_ARB" with expression '0x8B5F', CType: int More...
 
static final int GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 0x88af
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB" with expression '0x88AF', CType: int More...
 
static final int GL_RGB4_S3TC = 0x83a1
 GL_S3_s3tc
Define "GL_RGB4_S3TC" with expression '0x83A1', CType: int More...
 
static final int GL_AUX_DEPTH_STENCIL_APPLE = 0x8a14
 GL_APPLE_aux_depth_stencil
Define "GL_AUX_DEPTH_STENCIL_APPLE" with expression '0x8A14', CType: int More...
 
static final int GL_SHADING_LANGUAGE_VERSION_ARB = 0x8b8c
 GL_ARB_shading_language_100
Define "GL_SHADING_LANGUAGE_VERSION_ARB" with expression '0x8B8C', CType: int More...
 
static final int GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV = 0x8da2
 GL_NV_parameter_buffer_object
Define "GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV" with expression '0x8DA2', CType: int More...
 
static final int GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 0x8808
 GL_ARB_fragment_program
Define "GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB" with expression '0x8808', CType: int More...
 
static final int GL_LUMINANCE_SNORM = 0x9011
 GL_EXT_texture_snorm
Define "GL_LUMINANCE_SNORM" with expression '0x9011', CType: int More...
 
static final int GL_TEXTURE_STORAGE_HINT_APPLE = 0x85bc
 GL_APPLE_texture_range
Define "GL_TEXTURE_STORAGE_HINT_APPLE" with expression '0x85BC', CType: int More...
 
static final int GL_OP_INDEX_EXT = 0x8782
 GL_EXT_vertex_shader
Define "GL_OP_INDEX_EXT" with expression '0x8782', CType: int More...
 
static final int GL_ALPHA_TO_COVERAGE_DITHER_MODE_NV = 0x92bf
 GL_NV_alpha_to_coverage_dither_control
Define "GL_ALPHA_TO_COVERAGE_DITHER_MODE_NV" with expression '0x92BF', CType: int More...
 
static final int GL_RESAMPLE_ZERO_FILL_OML = 0x8987
 GL_OML_resample
Define "GL_RESAMPLE_ZERO_FILL_OML" with expression '0x8987', CType: int More...
 
static final int GL_SAMPLE_POSITION_NV = 0x8e50
 GL_NV_explicit_multisample
Define "GL_SAMPLE_POSITION_NV" with expression '0x8E50', CType: int More...
 
static final int GL_OFFSET_HILO_TEXTURE_2D_NV = 0x8854
 GL_NV_texture_shader3
Define "GL_OFFSET_HILO_TEXTURE_2D_NV" with expression '0x8854', CType: int More...
 
static final int GL_COLOR_SUM = 0x8458
 GL_VERSION_1_4, GL_EXT_secondary_color, GL_ARB_vertex_program
Alias for: GL_COLOR_SUM_EXT, GL_COLOR_SUM_ARB
Define "GL_COLOR_SUM" with expression '0x8458', CType: int More...
 
static final int GL_Z4Y12Z4CB12Z4Y12Z4CR12_422_NV = 0x9035
 GL_NV_video_capture
Define "GL_Z4Y12Z4CB12Z4Y12Z4CR12_422_NV" with expression '0x9035', CType: int More...
 
static final int GL_MATRIX31_ARB = 0x88df
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX31_ARB" with expression '0x88DF', CType: int More...
 
static final int GL_RENDERBUFFER_COVERAGE_SAMPLES_NV = 0x8cab
 GL_NV_framebuffer_multisample_coverage
Define "GL_RENDERBUFFER_COVERAGE_SAMPLES_NV" with expression '0x8CAB', CType: int More...
 
static final int GL_DRAW_BUFFER8_ATI = 0x882d
 GL_ATI_draw_buffers
Define "GL_DRAW_BUFFER8_ATI" with expression '0x882D', CType: int More...
 
static final int GL_FOG_COORDINATE_ARRAY_STRIDE = 0x8455
 GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: GL_FOG_COORDINATE_ARRAY_STRIDE_EXT
Define "GL_FOG_COORDINATE_ARRAY_STRIDE" with expression '0x8455', CType: int More...
 
static final int GL_DOT_PRODUCT_NV = 0x86ec
 GL_NV_texture_shader
Define "GL_DOT_PRODUCT_NV" with expression '0x86EC', CType: int More...
 
static final int GL_TEXTURE_INTENSITY_SIZE = 0x8061
 GL_VERSION_1_0, GL_EXT_texture
Alias for: GL_TEXTURE_INTENSITY_SIZE_EXT
Define "GL_TEXTURE_INTENSITY_SIZE" with expression '0x8061', CType: int More...
 
static final int GL_EVAL_VERTEX_ATTRIB13_NV = 0x86d3
 GL_NV_evaluators
Define "GL_EVAL_VERTEX_ATTRIB13_NV" with expression '0x86D3', CType: int More...
 
static final int GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV = 0x8853
 GL_NV_texture_shader3
Define "GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV" with expression '0x8853', CType: int More...
 
static final int GL_LUMINANCE_ALPHA32I = 0x8d87
 GL_EXT_texture_integer
Alias for: GL_LUMINANCE_ALPHA32I_EXT
Define "GL_LUMINANCE_ALPHA32I" with expression '0x8D87', CType: int More...
 
static final int GL_MATRIX_INDEX_ARRAY_TYPE_ARB = 0x8847
 GL_ARB_matrix_palette
Define "GL_MATRIX_INDEX_ARRAY_TYPE_ARB" with expression '0x8847', CType: int More...
 
static final int GL_EVAL_VERTEX_ATTRIB5_NV = 0x86cb
 GL_NV_evaluators
Define "GL_EVAL_VERTEX_ATTRIB5_NV" with expression '0x86CB', CType: int More...
 
static final int GL_ALPHA32I = 0x8d84
 GL_EXT_texture_integer
Alias for: GL_ALPHA32I_EXT
Define "GL_ALPHA32I" with expression '0x8D84', CType: int More...
 
static final int GL_DSDT_MAG_VIB_NV = 0x86f7
 GL_NV_texture_shader
Define "GL_DSDT_MAG_VIB_NV" with expression '0x86F7', CType: int More...
 
static final int GL_SIGNED_INTENSITY_NV = 0x8707
 GL_NV_texture_shader
Define "GL_SIGNED_INTENSITY_NV" with expression '0x8707', CType: int More...
 
static final int GL_TEXTURE_SWIZZLE_A_EXT = 0x8e45
 GL_EXT_texture_swizzle
Define "GL_TEXTURE_SWIZZLE_A_EXT" with expression '0x8E45', CType: int More...
 
static final int GL_OP_DOT4_EXT = 0x8785
 GL_EXT_vertex_shader
Define "GL_OP_DOT4_EXT" with expression '0x8785', CType: int More...
 
static final int GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB = 0x862e
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB" with expression '0x862E', CType: int More...
 
static final int GL_Z4Y12Z4CB12Z4CR12_444_NV = 0x9037
 GL_NV_video_capture
Define "GL_Z4Y12Z4CB12Z4CR12_444_NV" with expression '0x9037', CType: int More...
 
static final int GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB = 0x84f8
 GL_ARB_texture_rectangle
Define "GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB" with expression '0x84F8', CType: int More...
 
static final int GL_MIN_SPARSE_LEVEL_AMD = 0x919b
 GL_AMD_sparse_texture
Define "GL_MIN_SPARSE_LEVEL_AMD" with expression '0x919B', CType: int More...
 
static final int GL_FLOAT_RGBA32_NV = 0x888b
 GL_NV_float_buffer
Define "GL_FLOAT_RGBA32_NV" with expression '0x888B', CType: int More...
 
static final int GL_MAX_PROGRAM_OUTPUT_VERTICES_NV = 0x8c27
 GL_NV_geometry_program4
Define "GL_MAX_PROGRAM_OUTPUT_VERTICES_NV" with expression '0x8C27', CType: int More...
 
static final int GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV = 0x864d
 GL_NV_texture_shader
Define "GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV" with expression '0x864D', CType: int More...
 
static final int GL_INT_IMAGE_2D_MULTISAMPLE = 0x9060
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_INT_IMAGE_2D_MULTISAMPLE_EXT
Define "GL_INT_IMAGE_2D_MULTISAMPLE" with expression '0x9060', CType: int More...
 
static final int GL_MATRIX26_ARB = 0x88da
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX26_ARB" with expression '0x88DA', CType: int More...
 
static final int GL_FORCE_BLUE_TO_ONE_NV = 0x8860
 GL_NV_texture_shader3
Define "GL_FORCE_BLUE_TO_ONE_NV" with expression '0x8860', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB = 0x8623
 GL_ARB_vertex_program
Define "GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB" with expression '0x8623', CType: int More...
 
static final int GL_STREAM_RASTERIZATION_AMD = 0x91a0
 GL_AMD_transform_feedback4
Define "GL_STREAM_RASTERIZATION_AMD" with expression '0x91A0', CType: int More...
 
static final int GL_OP_CLAMP_EXT = 0x878e
 GL_EXT_vertex_shader
Define "GL_OP_CLAMP_EXT" with expression '0x878E', CType: int More...
 
static final int GL_TRANSPOSE_CURRENT_MATRIX_ARB = 0x88b7
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_TRANSPOSE_CURRENT_MATRIX_ARB" with expression '0x88B7', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED_NV = 0x8e23
 GL_NV_transform_feedback2
Define "GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED_NV" with expression '0x8E23', CType: int More...
 
static final int GL_MATRIX17_ARB = 0x88d1
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX17_ARB" with expression '0x88D1', CType: int More...
 
static final int GL_UNPACK_ROW_BYTES_APPLE = 0x8a16
 GL_APPLE_row_bytes
Define "GL_UNPACK_ROW_BYTES_APPLE" with expression '0x8A16', CType: int More...
 
static final int GL_LUMINANCE8UI = 0x8d80
 GL_EXT_texture_integer
Alias for: GL_LUMINANCE8UI_EXT
Define "GL_LUMINANCE8UI" with expression '0x8D80', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD1_EXT = 0x879e
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD1_EXT" with expression '0x879E', CType: int More...
 
static final int GL_ZOOM_X = 0xd16
 GL_VERSION_1_0
Define "GL_ZOOM_X" with expression '0x0D16', CType: int More...
 
static final int GL_ZOOM_Y = 0xd17
 GL_VERSION_1_0
Define "GL_ZOOM_Y" with expression '0x0D17', CType: int More...
 
static final int GL_UNPACK_RESAMPLE_OML = 0x8985
 GL_OML_resample
Define "GL_UNPACK_RESAMPLE_OML" with expression '0x8985', CType: int More...
 
static final int GL_VIDEO_COLOR_CONVERSION_MATRIX_NV = 0x9029
 GL_NV_video_capture
Define "GL_VIDEO_COLOR_CONVERSION_MATRIX_NV" with expression '0x9029', CType: int More...
 
static final int GL_CONVOLUTION_FORMAT = 0x8017
 GL_ARB_imaging, GL_EXT_convolution
Alias for: GL_CONVOLUTION_FORMAT_EXT
Define "GL_CONVOLUTION_FORMAT" with expression '0x8017', CType: int More...
 
static final int GL_LINE_STIPPLE_REPEAT = 0xb26
 GL_VERSION_1_0
Define "GL_LINE_STIPPLE_REPEAT" with expression '0x0B26', CType: int More...
 
static final int GL_OP_EXP_BASE_2_EXT = 0x8791
 GL_EXT_vertex_shader
Define "GL_OP_EXP_BASE_2_EXT" with expression '0x8791', CType: int More...
 
static final int GL_OUTPUT_FOG_EXT = 0x87bd
 GL_EXT_vertex_shader
Define "GL_OUTPUT_FOG_EXT" with expression '0x87BD', CType: int More...
 
static final int GL_LO_BIAS_NV = 0x8715
 GL_NV_texture_shader
Define "GL_LO_BIAS_NV" with expression '0x8715', CType: int More...
 
static final int GL_OBJECT_INFO_LOG_LENGTH_ARB = 0x8b84
 GL_ARB_shader_objects
Define "GL_OBJECT_INFO_LOG_LENGTH_ARB" with expression '0x8B84', CType: int More...
 
static final int GL_TEXTURE_MATERIAL_PARAMETER_EXT = 0x8352
 GL_EXT_light_texture
Define "GL_TEXTURE_MATERIAL_PARAMETER_EXT" with expression '0x8352', CType: int More...
 
static final int GL_SPHERE_MAP = 0x2402
 GL_VERSION_1_0
Define "GL_SPHERE_MAP" with expression '0x2402', CType: int More...
 
static final int GL_MODELVIEW17_ARB = 0x8731
 GL_ARB_vertex_blend
Define "GL_MODELVIEW17_ARB" with expression '0x8731', CType: int More...
 
static final int GL_COLOR_TABLE = 0x80d0
 GL_ARB_imaging, GL_VERSION_4_5, GL_SGI_color_table
Alias for: GL_COLOR_TABLE_SGI
Define "GL_COLOR_TABLE" with expression '0x80D0', CType: int More...
 
static final int GL_CURRENT_FOG_COORD = 0x8453
 GL_VERSION_1_5
Define "GL_CURRENT_FOG_COORD" with expression '0x8453', CType: int More...
 
static final int GL_LUMINANCE16_ALPHA16_SNORM = 0x901a
 GL_EXT_texture_snorm
Define "GL_LUMINANCE16_ALPHA16_SNORM" with expression '0x901A', CType: int More...
 
static final int GL_EMBOSS_MAP_NV = 0x855f
 GL_NV_texgen_emboss
Define "GL_EMBOSS_MAP_NV" with expression '0x855F', CType: int More...
 
static final int GL_BOOL_VEC3_ARB = 0x8b58
 GL_ARB_shader_objects
Define "GL_BOOL_VEC3_ARB" with expression '0x8B58', CType: int More...
 
static final int GL_DATA_BUFFER_AMD = 0x9151
 GL_AMD_name_gen_delete
Define "GL_DATA_BUFFER_AMD" with expression '0x9151', CType: int More...
 
static final int GL_ARRAY_ELEMENT_LOCK_FIRST_EXT = 0x81a8
 GL_EXT_compiled_vertex_array
Define "GL_ARRAY_ELEMENT_LOCK_FIRST_EXT" with expression '0x81A8', CType: int More...
 
static final int GL_OBJECT_COMPILE_STATUS_ARB = 0x8b81
 GL_ARB_shader_objects
Define "GL_OBJECT_COMPILE_STATUS_ARB" with expression '0x8B81', CType: int More...
 
static final int GL_SLUMINANCE8_ALPHA8 = 0x8c45
 GL_VERSION_2_1, GL_NV_sRGB_formats, GL_EXT_texture_sRGB
Alias for: GL_SLUMINANCE8_ALPHA8_NV, GL_SLUMINANCE8_ALPHA8_EXT
Define "GL_SLUMINANCE8_ALPHA8" with expression '0x8C45', CType: int More...
 
static final int GL_CULL_VERTEX_EYE_POSITION_EXT = 0x81ab
 GL_EXT_cull_vertex
Define "GL_CULL_VERTEX_EYE_POSITION_EXT" with expression '0x81AB', CType: int More...
 
static final int GL_C4F_N3F_V3F = 0x2a26
 GL_VERSION_1_1
Define "GL_C4F_N3F_V3F" with expression '0x2A26', CType: int More...
 
static final int GL_SAMPLER_2D_RECT_SHADOW_ARB = 0x8b64
 GL_ARB_shader_objects
Define "GL_SAMPLER_2D_RECT_SHADOW_ARB" with expression '0x8B64', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD18_EXT = 0x87af
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD18_EXT" with expression '0x87AF', CType: int More...
 
static final int GL_UNSIGNED_INT_IMAGE_1D = 0x9062
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_UNSIGNED_INT_IMAGE_1D_EXT
Define "GL_UNSIGNED_INT_IMAGE_1D" with expression '0x9062', CType: int More...
 
static final int GL_MATRIX13_ARB = 0x88cd
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX13_ARB" with expression '0x88CD', CType: int More...
 
static final int GL_T2F_N3F_V3F = 0x2a2b
 GL_VERSION_1_1
Define "GL_T2F_N3F_V3F" with expression '0x2A2B', CType: int More...
 
static final int GL_PROGRAM_ADDRESS_REGISTERS_ARB = 0x88b0
 GL_ARB_vertex_program
Define "GL_PROGRAM_ADDRESS_REGISTERS_ARB" with expression '0x88B0', CType: int More...
 
static final int GL_MAX_TEXTURE_COORDS = 0x8871
 GL_VERSION_2_0, GL_ARB_fragment_program, GL_NV_fragment_program
Alias for: GL_MAX_TEXTURE_COORDS_ARB, GL_MAX_TEXTURE_COORDS_NV
Define "GL_MAX_TEXTURE_COORDS" with expression '0x8871', CType: int More...
 
static final int GL_MULTISAMPLE_COVERAGE_MODES_NV = 0x8e12
 GL_NV_framebuffer_multisample_coverage
Define "GL_MULTISAMPLE_COVERAGE_MODES_NV" with expression '0x8E12', CType: int More...
 
static final int GL_CURRENT_OCCLUSION_QUERY_ID_NV = 0x8865
 GL_NV_occlusion_query
Define "GL_CURRENT_OCCLUSION_QUERY_ID_NV" with expression '0x8865', CType: int More...
 
static final int GL_CULL_FRAGMENT_NV = 0x86e7
 GL_NV_texture_shader
Define "GL_CULL_FRAGMENT_NV" with expression '0x86E7', CType: int More...
 
static final int GL_LGPU_SEPARATE_STORAGE_BIT_NVX = 0x800
 GL_NVX_linked_gpu_multicast
Define "GL_LGPU_SEPARATE_STORAGE_BIT_NVX" with expression '0x0800', CType: int More...
 
static final int GL_INDEX_WRITEMASK = 0xc21
 GL_VERSION_1_0
Define "GL_INDEX_WRITEMASK" with expression '0x0C21', CType: int More...
 
static final int GL_OBJECT_VALIDATE_STATUS_ARB = 0x8b83
 GL_ARB_shader_objects
Define "GL_OBJECT_VALIDATE_STATUS_ARB" with expression '0x8B83', CType: int More...
 
static final int GL_PIXEL_MODE_BIT = 0x20
 GL_VERSION_1_0
Define "GL_PIXEL_MODE_BIT" with expression '0x00000020', CType: int More...
 
static final int GL_TEXTURE_BINDING_RECTANGLE_ARB = 0x84f6
 GL_ARB_texture_rectangle
Define "GL_TEXTURE_BINDING_RECTANGLE_ARB" with expression '0x84F6', CType: int More...
 
static final int GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV = 0x86d9
 GL_NV_texture_shader
Define "GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV" with expression '0x86D9', CType: int More...
 
static final int GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 0x8809
 GL_ARB_fragment_program
Define "GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB" with expression '0x8809', CType: int More...
 
static final int GL_PURGEABLE_APPLE = 0x8a1d
 GL_APPLE_object_purgeable
Define "GL_PURGEABLE_APPLE" with expression '0x8A1D', CType: int More...
 
static final int GL_DRAW_ELEMENTS_COMMAND_NV = 0x2
 GL_NV_command_list
Define "GL_DRAW_ELEMENTS_COMMAND_NV" with expression '0x0002', CType: int More...
 
static final int GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV = 0x870d
 GL_NV_texture_shader
Define "GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV" with expression '0x870D', CType: int More...
 
static final int GL_MAP1_VERTEX_3 = 0xd97
 GL_VERSION_1_0
Define "GL_MAP1_VERTEX_3" with expression '0x0D97', CType: int More...
 
static final int GL_MAP1_VERTEX_4 = 0xd98
 GL_VERSION_1_0
Define "GL_MAP1_VERTEX_4" with expression '0x0D98', CType: int More...
 
static final int GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV = 0x887a
 GL_NV_pixel_data_range
Define "GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV" with expression '0x887A', CType: int More...
 
static final int GL_MAP_ATTRIB_U_ORDER_NV = 0x86c3
 GL_NV_evaluators
Define "GL_MAP_ATTRIB_U_ORDER_NV" with expression '0x86C3', CType: int More...
 
static final int GL_INT_IMAGE_1D = 0x9057
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_INT_IMAGE_1D_EXT
Define "GL_INT_IMAGE_1D" with expression '0x9057', CType: int More...
 
static final int GL_PROGRAM_LENGTH_ARB = 0x8627
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_PROGRAM_LENGTH_ARB" with expression '0x8627', CType: int More...
 
static final int GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV = 0x8da3
 GL_NV_parameter_buffer_object
Define "GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV" with expression '0x8DA3', CType: int More...
 
static final int GL_IMAGE_1D_ARRAY = 0x9052
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_1D_ARRAY_EXT
Define "GL_IMAGE_1D_ARRAY" with expression '0x9052', CType: int More...
 
static final int GL_SURFACE_STATE_NV = 0x86eb
 GL_NV_vdpau_interop
Define "GL_SURFACE_STATE_NV" with expression '0x86EB', CType: int More...
 
static final int GL_PERFQUERY_COUNTER_DATA_BOOL32_INTEL = 0x94fc
 GL_INTEL_performance_query
Define "GL_PERFQUERY_COUNTER_DATA_BOOL32_INTEL" with expression '0x94FC', CType: int More...
 
static final int GL_MAX_PN_TRIANGLES_TESSELATION_LEVEL_ATI = 0x87f1
 GL_ATI_pn_triangles
Define "GL_MAX_PN_TRIANGLES_TESSELATION_LEVEL_ATI" with expression '0x87F1', CType: int More...
 
static final int GL_QUERY_BUFFER_BINDING_AMD = 0x9193
 GL_AMD_query_buffer_object
Define "GL_QUERY_BUFFER_BINDING_AMD" with expression '0x9193', CType: int More...
 
static final int GL_DEPENDENT_AR_TEXTURE_2D_NV = 0x86e9
 GL_NV_texture_shader
Define "GL_DEPENDENT_AR_TEXTURE_2D_NV" with expression '0x86E9', CType: int More...
 
static final int GL_TEXTURE_COMPARE_FAIL_VALUE_ARB = 0x80bf
 GL_ARB_shadow_ambient
Define "GL_TEXTURE_COMPARE_FAIL_VALUE_ARB" with expression '0x80BF', CType: int More...
 
static final int GL_NEGATIVE_W_EXT = 0x87dc
 GL_EXT_vertex_shader
Define "GL_NEGATIVE_W_EXT" with expression '0x87DC', CType: int More...
 
static final int GL_COLOR_SUM_ARB = 0x8458
 GL_ARB_vertex_program
Define "GL_COLOR_SUM_ARB" with expression '0x8458', CType: int More...
 
static final int GL_VIDEO_COLOR_CONVERSION_MAX_NV = 0x902a
 GL_NV_video_capture
Define "GL_VIDEO_COLOR_CONVERSION_MAX_NV" with expression '0x902A', CType: int More...
 
static final int GL_OP_SET_LT_EXT = 0x878d
 GL_EXT_vertex_shader
Define "GL_OP_SET_LT_EXT" with expression '0x878D', CType: int More...
 
static final int GL_ACCUM_BLUE_BITS = 0xd5a
 GL_VERSION_1_0
Define "GL_ACCUM_BLUE_BITS" with expression '0x0D5A', CType: int More...
 
static final int GL_LIST_INDEX = 0xb33
 GL_VERSION_1_0
Define "GL_LIST_INDEX" with expression '0x0B33', CType: int More...
 
static final int GL_INDEX_ARRAY_STRIDE = 0x8086
 GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: GL_INDEX_ARRAY_STRIDE_EXT
Define "GL_INDEX_ARRAY_STRIDE" with expression '0x8086', CType: int More...
 
static final int GL_MAP1_GRID_DOMAIN = 0xdd0
 GL_VERSION_1_0
Define "GL_MAP1_GRID_DOMAIN" with expression '0x0DD0', CType: int More...
 
static final int GL_TEXTURE_RANGE_LENGTH_APPLE = 0x85b7
 GL_APPLE_texture_range
Define "GL_TEXTURE_RANGE_LENGTH_APPLE" with expression '0x85B7', CType: int More...
 
static final int GL_VARIANT_ARRAY_STRIDE_EXT = 0x87e6
 GL_EXT_vertex_shader
Define "GL_VARIANT_ARRAY_STRIDE_EXT" with expression '0x87E6', CType: int More...
 
static final int GL_MAX_LGPU_GPUS_NVX = 0x92ba
 GL_NVX_linked_gpu_multicast
Define "GL_MAX_LGPU_GPUS_NVX" with expression '0x92BA', CType: int More...
 
static final int GL_INVARIANT_VALUE_EXT = 0x87ea
 GL_EXT_vertex_shader
Define "GL_INVARIANT_VALUE_EXT" with expression '0x87EA', CType: int More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT = 0x8da9
 GL_NV_geometry_program4, GL_EXT_geometry_shader4
Define "GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT" with expression '0x8DA9', CType: int More...
 
static final int GL_MATRIX_EXT = 0x87c0
 GL_EXT_vertex_shader
Define "GL_MATRIX_EXT" with expression '0x87C0', CType: int More...
 
static final int GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_NV = 0x8e5b
 GL_NV_gpu_program5
Define "GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_NV" with expression '0x8E5B', CType: int More...
 
static final int GL_SLUMINANCE_ALPHA = 0x8c44
 GL_VERSION_2_1, GL_EXT_texture_sRGB, GL_NV_sRGB_formats
Alias for: GL_SLUMINANCE_ALPHA_EXT, GL_SLUMINANCE_ALPHA_NV
Define "GL_SLUMINANCE_ALPHA" with expression '0x8C44', CType: int More...
 
static final int GL_RGBA_INTEGER_MODE = 0x8d9e
 GL_EXT_texture_integer
Alias for: GL_RGBA_INTEGER_MODE_EXT
Define "GL_RGBA_INTEGER_MODE" with expression '0x8D9E', CType: int More...
 
static final int GL_MODELVIEW0_ARB = 0x1700
 GL_ARB_vertex_blend
Define "GL_MODELVIEW0_ARB" with expression '0x1700', CType: int More...
 
static final int GL_OFFSET_TEXTURE_MATRIX_NV = 0x86e1
 GL_NV_texture_shader
Define "GL_OFFSET_TEXTURE_MATRIX_NV" with expression '0x86E1', CType: int More...
 
static final int GL_COMPRESSED_INTENSITY = 0x84ec
 GL_VERSION_1_3, GL_ARB_texture_compression
Alias for: GL_COMPRESSED_INTENSITY_ARB
Define "GL_COMPRESSED_INTENSITY" with expression '0x84EC', CType: int More...
 
static final int GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV = 0x8852
 GL_NV_texture_shader3
Define "GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV" with expression '0x8852', CType: int More...
 
static final int GL_EVAL_VERTEX_ATTRIB8_NV = 0x86ce
 GL_NV_evaluators
Define "GL_EVAL_VERTEX_ATTRIB8_NV" with expression '0x86CE', CType: int More...
 
static final int GL_INTENSITY16 = 0x804d
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_INTENSITY16_EXT
Define "GL_INTENSITY16" with expression '0x804D', CType: int More...
 
static final int GL_INTENSITY12 = 0x804c
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_INTENSITY12_EXT
Define "GL_INTENSITY12" with expression '0x804C', CType: int More...
 
static final int GL_PROGRAM_ATTRIBS_ARB = 0x88ac
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_PROGRAM_ATTRIBS_ARB" with expression '0x88AC', CType: int More...
 
static final int GL_REDUCE = 0x8016
 GL_ARB_imaging, GL_EXT_convolution
Alias for: GL_REDUCE_EXT
Define "GL_REDUCE" with expression '0x8016', CType: int More...
 
static final int GL_MODELVIEW13_ARB = 0x872d
 GL_ARB_vertex_blend
Define "GL_MODELVIEW13_ARB" with expression '0x872D', CType: int More...
 
static final int GL_FRAGMENT_DEPTH = 0x8452
 GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: GL_FRAGMENT_DEPTH_EXT
Define "GL_FRAGMENT_DEPTH" with expression '0x8452', CType: int More...
 
static final int GL_VERTEX_ATTRIB_MAP2_DOMAIN_APPLE = 0x8a09
 GL_APPLE_vertex_program_evaluators
Define "GL_VERTEX_ATTRIB_MAP2_DOMAIN_APPLE" with expression '0x8A09', CType: int More...
 
static final int GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX = 0x9048
 GL_NVX_gpu_memory_info
Define "GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX" with expression '0x9048', CType: int More...
 
static final int GL_TEXTURE_HI_SIZE_NV = 0x871b
 GL_NV_texture_shader
Define "GL_TEXTURE_HI_SIZE_NV" with expression '0x871B', CType: int More...
 
static final int GL_TIME_ELAPSED_EXT = 0x88bf
 GL_EXT_disjoint_timer_query, GL_EXT_timer_query
Define "GL_TIME_ELAPSED_EXT" with expression '0x88BF', CType: int More...
 
static final int GL_PROGRAM_OBJECT_ARB = 0x8b40
 GL_ARB_shader_objects
Define "GL_PROGRAM_OBJECT_ARB" with expression '0x8B40', CType: int More...
 
static final int GL_STORAGE_CLIENT_APPLE = 0x85b4
 GL_APPLE_vertex_array_range
Define "GL_STORAGE_CLIENT_APPLE" with expression '0x85B4', CType: int More...
 
static final int GL_422_REV_EXT = 0x80cd
 GL_EXT_422_pixels
Define "GL_422_REV_EXT" with expression '0x80CD', CType: int More...
 
static final int GL_POLYGON_STIPPLE = 0xb42
 GL_VERSION_1_0
Define "GL_POLYGON_STIPPLE" with expression '0x0B42', CType: int More...
 
static final int GL_COMPRESSED_SLUMINANCE = 0x8c4a
 GL_VERSION_2_1, GL_EXT_texture_sRGB
Alias for: GL_COMPRESSED_SLUMINANCE_EXT
Define "GL_COMPRESSED_SLUMINANCE" with expression '0x8C4A', CType: int More...
 
static final int GL_COMPRESSED_SLUMINANCE_ALPHA = 0x8c4b
 GL_VERSION_2_1, GL_EXT_texture_sRGB
Alias for: GL_COMPRESSED_SLUMINANCE_ALPHA_EXT
Define "GL_COMPRESSED_SLUMINANCE_ALPHA" with expression '0x8C4B', CType: int More...
 
static final int GL_HISTOGRAM_ALPHA_SIZE = 0x802b
 GL_ARB_imaging, GL_EXT_histogram
Alias for: GL_HISTOGRAM_ALPHA_SIZE_EXT
Define "GL_HISTOGRAM_ALPHA_SIZE" with expression '0x802B', CType: int More...
 
static final int GL_MODELVIEW22_ARB = 0x8736
 GL_ARB_vertex_blend
Define "GL_MODELVIEW22_ARB" with expression '0x8736', CType: int More...
 
static final int GL_LUMINANCE16_SNORM = 0x9019
 GL_EXT_texture_snorm
Define "GL_LUMINANCE16_SNORM" with expression '0x9019', CType: int More...
 
static final int GL_TEXTURE_MAG_SIZE_NV = 0x871f
 GL_NV_texture_shader
Define "GL_TEXTURE_MAG_SIZE_NV" with expression '0x871F', CType: int More...
 
static final int GL_DRAW_BUFFER12_ATI = 0x8831
 GL_ATI_draw_buffers
Define "GL_DRAW_BUFFER12_ATI" with expression '0x8831', CType: int More...
 
static final int GL_QUERY_DEPTH_PASS_EVENT_BIT_AMD = 0x1
 GL_AMD_occlusion_query_event
Define "GL_QUERY_DEPTH_PASS_EVENT_BIT_AMD" with expression '0x00000001', CType: int More...
 
static final int GL_PROGRAM_ATTRIB_COMPONENTS_NV = 0x8906
 GL_NV_gpu_program4
Define "GL_PROGRAM_ATTRIB_COMPONENTS_NV" with expression '0x8906', CType: int More...
 
static final int GL_POST_COLOR_MATRIX_RED_BIAS = 0x80b8
 GL_ARB_imaging, GL_SGI_color_matrix
Alias for: GL_POST_COLOR_MATRIX_RED_BIAS_SGI
Define "GL_POST_COLOR_MATRIX_RED_BIAS" with expression '0x80B8', CType: int More...
 
static final int GL_COMPILE_AND_EXECUTE = 0x1301
 GL_VERSION_1_0
Define "GL_COMPILE_AND_EXECUTE" with expression '0x1301', CType: int More...
 
static final int GL_MAX_RATIONAL_EVAL_ORDER_NV = 0x86d7
 GL_NV_evaluators
Define "GL_MAX_RATIONAL_EVAL_ORDER_NV" with expression '0x86D7', CType: int More...
 
static final int GL_LUMINANCE6_ALPHA2 = 0x8044
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_LUMINANCE6_ALPHA2_EXT
Define "GL_LUMINANCE6_ALPHA2" with expression '0x8044', CType: int More...
 
static final int GL_OP_FLOOR_EXT = 0x878f
 GL_EXT_vertex_shader
Define "GL_OP_FLOOR_EXT" with expression '0x878F', CType: int More...
 
static final int GL_DEPTH_BOUNDS_TEST_EXT = 0x8890
 GL_EXT_depth_bounds_test
Define "GL_DEPTH_BOUNDS_TEST_EXT" with expression '0x8890', CType: int More...
 
static final int GL_MATRIX10_ARB = 0x88ca
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX10_ARB" with expression '0x88CA', CType: int More...
 
static final int GL_MAX_PROGRAM_ATTRIBS_ARB = 0x88ad
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MAX_PROGRAM_ATTRIBS_ARB" with expression '0x88AD', CType: int More...
 
static final int GL_SAMPLER_1D_SHADOW_ARB = 0x8b61
 GL_ARB_shader_objects
Define "GL_SAMPLER_1D_SHADOW_ARB" with expression '0x8B61', CType: int More...
 
static final int GL_TRANSPOSE_MODELVIEW_MATRIX = 0x84e3
 GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: GL_TRANSPOSE_MODELVIEW_MATRIX_ARB
Define "GL_TRANSPOSE_MODELVIEW_MATRIX" with expression '0x84E3', CType: int More...
 
static final int GL_DRAW_BUFFER5_ATI = 0x882a
 GL_ATI_draw_buffers
Define "GL_DRAW_BUFFER5_ATI" with expression '0x882A', CType: int More...
 
static final int GL_BLUE_BIAS = 0xd1b
 GL_VERSION_1_0
Define "GL_BLUE_BIAS" with expression '0x0D1B', CType: int More...
 
static final int GL_LUMINANCE32UI = 0x8d74
 GL_EXT_texture_integer
Alias for: GL_LUMINANCE32UI_EXT
Define "GL_LUMINANCE32UI" with expression '0x8D74', CType: int More...
 
static final int GL_AUTO_NORMAL = 0xd80
 GL_VERSION_1_0
Define "GL_AUTO_NORMAL" with expression '0x0D80', CType: int More...
 
static final int GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV = 0x8c28
 GL_NV_geometry_program4
Define "GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV" with expression '0x8C28', CType: int More...
 
static final int GL_SINGLE_COLOR = 0x81f9
 GL_VERSION_1_2, GL_EXT_separate_specular_color
Alias for: GL_SINGLE_COLOR_EXT
Define "GL_SINGLE_COLOR" with expression '0x81F9', CType: int More...
 
static final int GL_CLAMP_FRAGMENT_COLOR = 0x891b
 GL_VERSION_3_0, GL_ARB_color_buffer_float
Alias for: GL_CLAMP_FRAGMENT_COLOR_ARB
Define "GL_CLAMP_FRAGMENT_COLOR" with expression '0x891B', CType: int More...
 
static final int GL_ALPHA8_SNORM = 0x9014
 GL_EXT_texture_snorm
Define "GL_ALPHA8_SNORM" with expression '0x9014', CType: int More...
 
static final int GL_POST_COLOR_MATRIX_ALPHA_BIAS = 0x80bb
 GL_ARB_imaging, GL_SGI_color_matrix
Alias for: GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI
Define "GL_POST_COLOR_MATRIX_ALPHA_BIAS" with expression '0x80BB', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD20_EXT = 0x87b1
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD20_EXT" with expression '0x87B1', CType: int More...
 
static final int GL_DRAW_BUFFER1_ATI = 0x8826
 GL_ATI_draw_buffers
Define "GL_DRAW_BUFFER1_ATI" with expression '0x8826', CType: int More...
 
static final int GL_EVAL_TRIANGULAR_2D_NV = 0x86c1
 GL_NV_evaluators
Define "GL_EVAL_TRIANGULAR_2D_NV" with expression '0x86C1', CType: int More...
 
static final int GL_SURFACE_REGISTERED_NV = 0x86fd
 GL_NV_vdpau_interop
Define "GL_SURFACE_REGISTERED_NV" with expression '0x86FD', CType: int More...
 
static final int GL_UNSIGNED_INT_IMAGE_1D_ARRAY = 0x9068
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_UNSIGNED_INT_IMAGE_1D_ARRAY_EXT
Define "GL_UNSIGNED_INT_IMAGE_1D_ARRAY" with expression '0x9068', CType: int More...
 
static final int GL_PIXEL_MAP_R_TO_R = 0xc76
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_R_TO_R" with expression '0x0C76', CType: int More...
 
static final int GL_OFFSET_TEXTURE_2D_NV = 0x86e8
 GL_NV_texture_shader
Define "GL_OFFSET_TEXTURE_2D_NV" with expression '0x86E8', CType: int More...
 
static final int GL_VERTEX_ATTRIB_MAP1_APPLE = 0x8a00
 GL_APPLE_vertex_program_evaluators
Define "GL_VERTEX_ATTRIB_MAP1_APPLE" with expression '0x8A00', CType: int More...
 
static final int GL_ALPHA_INTEGER = 0x8d97
 GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_ALPHA_INTEGER_EXT
Define "GL_ALPHA_INTEGER" with expression '0x8D97', CType: int More...
 
static final int GL_PROGRAM_FORMAT_ARB = 0x8876
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_PROGRAM_FORMAT_ARB" with expression '0x8876', CType: int More...
 
static final int GL_SIGNED_ALPHA_NV = 0x8705
 GL_NV_texture_shader
Define "GL_SIGNED_ALPHA_NV" with expression '0x8705', CType: int More...
 
static final int GL_PROGRAM_NATIVE_TEMPORARIES_ARB = 0x88a6
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_PROGRAM_NATIVE_TEMPORARIES_ARB" with expression '0x88A6', CType: int More...
 
static final int GL_OBJECT_SHADER_SOURCE_LENGTH_ARB = 0x8b88
 GL_ARB_shader_objects
Define "GL_OBJECT_SHADER_SOURCE_LENGTH_ARB" with expression '0x8B88', CType: int More...
 
static final int GL_RGBA_FLOAT16_ATI = 0x881a
 GL_ATI_texture_float
Define "GL_RGBA_FLOAT16_ATI" with expression '0x881A', CType: int More...
 
static final int GL_TEXTURE_LUMINANCE_SIZE = 0x8060
 GL_VERSION_1_0, GL_EXT_texture
Alias for: GL_TEXTURE_LUMINANCE_SIZE_EXT
Define "GL_TEXTURE_LUMINANCE_SIZE" with expression '0x8060', CType: int More...
 
static final int GL_STENCIL_REF_COMMAND_NV = 0xc
 GL_NV_command_list
Define "GL_STENCIL_REF_COMMAND_NV" with expression '0x000C', CType: int More...
 
static final int GL_MATRIX6_ARB = 0x88c6
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX6_ARB" with expression '0x88C6', CType: int More...
 
static final int GL_LIST_BIT = 0x20000
 GL_VERSION_1_0
Define "GL_LIST_BIT" with expression '0x00020000', CType: int More...
 
static final int GL_QUERY_RESOURCE_TEXTURE_NV = 0x9545
 GL_NV_query_resource
Define "GL_QUERY_RESOURCE_TEXTURE_NV" with expression '0x9545', CType: int More...
 
static final int GL_CURRENT_WEIGHT_ARB = 0x86a8
 GL_ARB_vertex_blend
Define "GL_CURRENT_WEIGHT_ARB" with expression '0x86A8', CType: int More...
 
static final int GL_MODELVIEW4_ARB = 0x8724
 GL_ARB_vertex_blend
Define "GL_MODELVIEW4_ARB" with expression '0x8724', CType: int More...
 
static final int GL_FIELD_LOWER_NV = 0x9023
 GL_NV_video_capture
Define "GL_FIELD_LOWER_NV" with expression '0x9023', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD11_EXT = 0x87a8
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD11_EXT" with expression '0x87A8', CType: int More...
 
static final int GL_INDEX_CLEAR_VALUE = 0xc20
 GL_VERSION_1_0
Define "GL_INDEX_CLEAR_VALUE" with expression '0x0C20', CType: int More...
 
static final int GL_WEIGHT_ARRAY_TYPE_ARB = 0x86a9
 GL_ARB_vertex_blend
Define "GL_WEIGHT_ARRAY_TYPE_ARB" with expression '0x86A9', CType: int More...
 
static final int GL_REPLICATE_BORDER = 0x8153
 GL_ARB_imaging, GL_HP_convolution_border_modes
Alias for: GL_REPLICATE_BORDER_HP
Define "GL_REPLICATE_BORDER" with expression '0x8153', CType: int More...
 
static final int GL_ALPHA_FLOAT16_APPLE = 0x881c
 GL_APPLE_float_pixels
Define "GL_ALPHA_FLOAT16_APPLE" with expression '0x881C', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD26_EXT = 0x87b7
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD26_EXT" with expression '0x87B7', CType: int More...
 
static final int GL_MAX_PROGRAM_MATRICES_ARB = 0x862f
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MAX_PROGRAM_MATRICES_ARB" with expression '0x862F', CType: int More...
 
static final int GL_INTENSITY32I = 0x8d85
 GL_EXT_texture_integer
Alias for: GL_INTENSITY32I_EXT
Define "GL_INTENSITY32I" with expression '0x8D85', CType: int More...
 
static final int GL_TEXTURE_LUMINANCE_TYPE = 0x8c14
 GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_ARB_texture_float
Alias for: GL_TEXTURE_LUMINANCE_TYPE_ARB
Define "GL_TEXTURE_LUMINANCE_TYPE" with expression '0x8C14', CType: int More...
 
static final int GL_VIDEO_BUFFER_NV = 0x9020
 GL_NV_video_capture
Define "GL_VIDEO_BUFFER_NV" with expression '0x9020', CType: int More...
 
static final int GL_GEOMETRY_PROGRAM_NV = 0x8c26
 GL_NV_geometry_program4
Define "GL_GEOMETRY_PROGRAM_NV" with expression '0x8C26', CType: int More...
 
static final int GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 0x88b3
 GL_ARB_vertex_program
Define "GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB" with expression '0x88B3', CType: int More...
 
static final int GL_WEIGHT_ARRAY_SIZE_ARB = 0x86ab
 GL_ARB_vertex_blend
Define "GL_WEIGHT_ARRAY_SIZE_ARB" with expression '0x86AB', CType: int More...
 
static final int GL_LOAD = 0x101
 GL_VERSION_1_0
Define "GL_LOAD" with expression '0x0101', CType: int More...
 
static final int GL_T2F_V3F = 0x2a27
 GL_VERSION_1_1
Define "GL_T2F_V3F" with expression '0x2A27', CType: int More...
 
static final int GL_CURRENT_VERTEX_WEIGHT_EXT = 0x850b
 GL_EXT_vertex_weighting
Define "GL_CURRENT_VERTEX_WEIGHT_EXT" with expression '0x850B', CType: int More...
 
static final int GL_VIRTUAL_PAGE_SIZE_Y_AMD = 0x9196
 GL_AMD_sparse_texture
Define "GL_VIRTUAL_PAGE_SIZE_Y_AMD" with expression '0x9196', CType: int More...
 
static final int GL_VARIANT_ARRAY_POINTER_EXT = 0x87e9
 GL_EXT_vertex_shader
Define "GL_VARIANT_ARRAY_POINTER_EXT" with expression '0x87E9', CType: int More...
 
static final int GL_QUERY_RESOURCE_RENDERBUFFER_NV = 0x9546
 GL_NV_query_resource
Define "GL_QUERY_RESOURCE_RENDERBUFFER_NV" with expression '0x9546', CType: int More...
 
static final int GL_TEXTURE_BORDER = 0x1005
 GL_VERSION_1_0
Define "GL_TEXTURE_BORDER" with expression '0x1005', CType: int More...
 
static final int GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT = 0x87cb
 GL_EXT_vertex_shader
Define "GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT" with expression '0x87CB', CType: int More...
 
static final int GL_SIGNED_HILO16_NV = 0x86fa
 GL_NV_texture_shader
Define "GL_SIGNED_HILO16_NV" with expression '0x86FA', CType: int More...
 
static final int GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 0x88a2
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB" with expression '0x88A2', CType: int More...
 
static final int GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT = 0x87ce
 GL_EXT_vertex_shader
Define "GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT" with expression '0x87CE', CType: int More...
 
static final int GL_PIXEL_MAP_I_TO_B_SIZE = 0xcb4
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_I_TO_B_SIZE" with expression '0x0CB4', CType: int More...
 
static final int GL_DISPLAY_LIST = 0x82e7
 GL_KHR_debug, GL_VERSION_4_3
Define "GL_DISPLAY_LIST" with expression '0x82E7', CType: int More...
 
static final int GL_MAX_DEEP_3D_TEXTURE_WIDTH_HEIGHT_NV = 0x90d0
 GL_NV_deep_texture3D
Define "GL_MAX_DEEP_3D_TEXTURE_WIDTH_HEIGHT_NV" with expression '0x90D0', CType: int More...
 
static final int GL_ALPHA16 = 0x803e
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_ALPHA16_EXT
Define "GL_ALPHA16" with expression '0x803E', CType: int More...
 
static final int GL_GEOMETRY_OUTPUT_TYPE_EXT = 0x8ddc
 GL_NV_geometry_program4, GL_EXT_geometry_shader4
Define "GL_GEOMETRY_OUTPUT_TYPE_EXT" with expression '0x8DDC', CType: int More...
 
static final int GL_OP_MIN_EXT = 0x878b
 GL_EXT_vertex_shader
Define "GL_OP_MIN_EXT" with expression '0x878B', CType: int More...
 
static final int GL_ALPHA12 = 0x803d
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_ALPHA12_EXT
Define "GL_ALPHA12" with expression '0x803D', CType: int More...
 
static final int GL_SIGNED_RGBA_NV = 0x86fb
 GL_NV_texture_shader
Define "GL_SIGNED_RGBA_NV" with expression '0x86FB', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD9_EXT = 0x87a6
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD9_EXT" with expression '0x87A6', CType: int More...
 
static final int GL_LUMINANCE_FLOAT16_ATI = 0x881e
 GL_ATI_texture_float
Define "GL_LUMINANCE_FLOAT16_ATI" with expression '0x881E', CType: int More...
 
static final int GL_LUMINANCE16_ALPHA16 = 0x8048
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_LUMINANCE16_ALPHA16_EXT
Define "GL_LUMINANCE16_ALPHA16" with expression '0x8048', CType: int More...
 
static final int GL_MODELVIEW26_ARB = 0x873a
 GL_ARB_vertex_blend
Define "GL_MODELVIEW26_ARB" with expression '0x873A', CType: int More...
 
static final int GL_CONVOLUTION_WIDTH = 0x8018
 GL_ARB_imaging, GL_EXT_convolution
Alias for: GL_CONVOLUTION_WIDTH_EXT
Define "GL_CONVOLUTION_WIDTH" with expression '0x8018', CType: int More...
 
static final int GL_ELEMENT_ADDRESS_COMMAND_NV = 0x8
 GL_NV_command_list
Define "GL_ELEMENT_ADDRESS_COMMAND_NV" with expression '0x0008', CType: int More...
 
static final int GL_IMAGE_1D = 0x904c
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_1D_EXT
Define "GL_IMAGE_1D" with expression '0x904C', CType: int More...
 
static final int GL_GEOMETRY_VERTICES_OUT_EXT = 0x8dda
 GL_NV_geometry_program4, GL_EXT_geometry_shader4
Define "GL_GEOMETRY_VERTICES_OUT_EXT" with expression '0x8DDA', CType: int More...
 
static final int GL_VIEWPORT_COMMAND_NV = 0x10
 GL_NV_command_list
Define "GL_VIEWPORT_COMMAND_NV" with expression '0x0010', CType: int More...
 
static final int GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB = 0x8b87
 GL_ARB_shader_objects
Define "GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB" with expression '0x8B87', CType: int More...
 
static final int GL_PIXEL_MAG_FILTER_EXT = 0x8331
 GL_EXT_pixel_transform
Define "GL_PIXEL_MAG_FILTER_EXT" with expression '0x8331', CType: int More...
 
static final int GL_Z_EXT = 0x87d7
 GL_EXT_vertex_shader
Define "GL_Z_EXT" with expression '0x87D7', CType: int More...
 
static final int GL_INDEX_TEST_FUNC_EXT = 0x81b6
 GL_EXT_index_func
Define "GL_INDEX_TEST_FUNC_EXT" with expression '0x81B6', CType: int More...
 
static final int GL_LUMINANCE_ALPHA_FLOAT16_ATI = 0x881f
 GL_ATI_texture_float
Define "GL_LUMINANCE_ALPHA_FLOAT16_ATI" with expression '0x881F', CType: int More...
 
static final int GL_VERTEX_ATTRIB_MAP1_SIZE_APPLE = 0x8a02
 GL_APPLE_vertex_program_evaluators
Define "GL_VERTEX_ATTRIB_MAP1_SIZE_APPLE" with expression '0x8A02', CType: int More...
 
static final int GL_COLOR_CLEAR_UNCLAMPED_VALUE_ATI = 0x8835
 GL_ATI_pixel_format_float
Define "GL_COLOR_CLEAR_UNCLAMPED_VALUE_ATI" with expression '0x8835', CType: int More...
 
static final int GL_POST_CONVOLUTION_BLUE_SCALE = 0x801e
 GL_ARB_imaging, GL_EXT_convolution
Alias for: GL_POST_CONVOLUTION_BLUE_SCALE_EXT
Define "GL_POST_CONVOLUTION_BLUE_SCALE" with expression '0x801E', CType: int More...
 
static final int GL_EVAL_VERTEX_ATTRIB0_NV = 0x86c6
 GL_NV_evaluators
Define "GL_EVAL_VERTEX_ATTRIB0_NV" with expression '0x86C6', CType: int More...
 
static final int GL_CURRENT_RASTER_SECONDARY_COLOR = 0x845f
 GL_VERSION_2_1
Define "GL_CURRENT_RASTER_SECONDARY_COLOR" with expression '0x845F', CType: int More...
 
static final int GL_T4F_C4F_N3F_V4F = 0x2a2d
 GL_VERSION_1_1
Define "GL_T4F_C4F_N3F_V4F" with expression '0x2A2D', CType: int More...
 
static final int GL_CURRENT_MATRIX_ARB = 0x8641
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_CURRENT_MATRIX_ARB" with expression '0x8641', CType: int More...
 
static final int GL_LUMINANCE_INTEGER = 0x8d9c
 GL_EXT_texture_integer
Alias for: GL_LUMINANCE_INTEGER_EXT
Define "GL_LUMINANCE_INTEGER" with expression '0x8D9C', CType: int More...
 
static final int GL_LUMINANCE_ALPHA_FLOAT16_APPLE = 0x881f
 GL_APPLE_float_pixels
Define "GL_LUMINANCE_ALPHA_FLOAT16_APPLE" with expression '0x881F', CType: int More...
 
static final int GL_NEXT_VIDEO_CAPTURE_BUFFER_STATUS_NV = 0x9025
 GL_NV_video_capture
Define "GL_NEXT_VIDEO_CAPTURE_BUFFER_STATUS_NV" with expression '0x9025', CType: int More...
 
static final int GL_PIXEL_UNPACK_BUFFER_BINDING_EXT = 0x88ef
 GL_EXT_pixel_buffer_object
Define "GL_PIXEL_UNPACK_BUFFER_BINDING_EXT" with expression '0x88EF', CType: int More...
 
static final int GL_MAX_PROGRAM_ATTRIB_COMPONENTS_NV = 0x8908
 GL_NV_gpu_program4
Define "GL_MAX_PROGRAM_ATTRIB_COMPONENTS_NV" with expression '0x8908', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD24_EXT = 0x87b5
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD24_EXT" with expression '0x87B5', CType: int More...
 
static final int GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS = 0x8f39
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS_EXT
Define "GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS" with expression '0x8F39', CType: int More...
 
static final int GL_SIGNED_ALPHA8_NV = 0x8706
 GL_NV_texture_shader
Define "GL_SIGNED_ALPHA8_NV" with expression '0x8706', CType: int More...
 
static final int GL_CONVOLUTION_FILTER_SCALE = 0x8014
 GL_ARB_imaging, GL_EXT_convolution
Alias for: GL_CONVOLUTION_FILTER_SCALE_EXT
Define "GL_CONVOLUTION_FILTER_SCALE" with expression '0x8014', CType: int More...
 
static final int GL_PURGED_CONTEXT_RESET_NV = 0x92bb
 GL_NV_robustness_video_memory_purge
Define "GL_PURGED_CONTEXT_RESET_NV" with expression '0x92BB', CType: int More...
 
static final int GL_DOT_PRODUCT_PASS_THROUGH_NV = 0x885b
 GL_NV_texture_shader3
Define "GL_DOT_PRODUCT_PASS_THROUGH_NV" with expression '0x885B', CType: int More...
 
static final int GL_VIBRANCE_SCALE_NV = 0x8713
 GL_NV_texture_shader
Define "GL_VIBRANCE_SCALE_NV" with expression '0x8713', CType: int More...
 
static final int GL_UNIFORM_BUFFER_BINDING_EXT = 0x8def
 GL_EXT_bindable_uniform
Define "GL_UNIFORM_BUFFER_BINDING_EXT" with expression '0x8DEF', CType: int More...
 
static final int GL_TEXTURE_MEMORY_LAYOUT_INTEL = 0x83ff
 GL_INTEL_map_texture
Define "GL_TEXTURE_MEMORY_LAYOUT_INTEL" with expression '0x83FF', CType: int More...
 
static final int GL_UNIFORM_BUFFER_ADDRESS_NV = 0x936f
 GL_NV_uniform_buffer_unified_memory
Define "GL_UNIFORM_BUFFER_ADDRESS_NV" with expression '0x936F', CType: int More...
 
static final int GL_VIRTUAL_PAGE_SIZE_X_AMD = 0x9195
 GL_AMD_sparse_texture
Define "GL_VIRTUAL_PAGE_SIZE_X_AMD" with expression '0x9195', CType: int More...
 
static final int GL_QUERY_RESULT_NO_WAIT_AMD = 0x9194
 GL_AMD_query_buffer_object
Define "GL_QUERY_RESULT_NO_WAIT_AMD" with expression '0x9194', CType: int More...
 
static final int GL_VERTEX_ID_SWIZZLE_AMD = 0x91a5
 GL_AMD_interleaved_elements
Define "GL_VERTEX_ID_SWIZZLE_AMD" with expression '0x91A5', CType: int More...
 
static final int GL_INTERLACE_OML = 0x8980
 GL_OML_interlace
Define "GL_INTERLACE_OML" with expression '0x8980', CType: int More...
 
static final int GL_MAGNITUDE_SCALE_NV = 0x8712
 GL_NV_texture_shader
Define "GL_MAGNITUDE_SCALE_NV" with expression '0x8712', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD31_EXT = 0x87bc
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD31_EXT" with expression '0x87BC', CType: int More...
 
static final int GL_LUMINANCE_ALPHA_FLOAT32_APPLE = 0x8819
 GL_APPLE_float_pixels
Define "GL_LUMINANCE_ALPHA_FLOAT32_APPLE" with expression '0x8819', CType: int More...
 
static final int GL_TRANSFORM_HINT_APPLE = 0x85b1
 GL_APPLE_transform_hint
Define "GL_TRANSFORM_HINT_APPLE" with expression '0x85B1', CType: int More...
 
static final int GL_IUI_N3F_V2F_EXT = 0x81af
 GL_EXT_index_array_formats
Define "GL_IUI_N3F_V2F_EXT" with expression '0x81AF', CType: int More...
 
static final int GL_CONSERVATIVE_RASTER_DILATE_GRANULARITY_NV = 0x937b
 GL_NV_conservative_raster_dilate
Define "GL_CONSERVATIVE_RASTER_DILATE_GRANULARITY_NV" with expression '0x937B', CType: int More...
 
static final int GL_MATRIX16_ARB = 0x88d0
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX16_ARB" with expression '0x88D0', CType: int More...
 
static final int GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV = 0x887c
 GL_NV_pixel_data_range
Define "GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV" with expression '0x887C', CType: int More...
 
static final int GL_HINT_BIT = 0x8000
 GL_VERSION_1_0
Define "GL_HINT_BIT" with expression '0x00008000', CType: int More...
 
static final int GL_SOURCE1_RGB = 0x8581
 GL_VERSION_1_3, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_SOURCE1_RGB_EXT, GL_SOURCE1_RGB_ARB
Define "GL_SOURCE1_RGB" with expression '0x8581', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD15_EXT = 0x87ac
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD15_EXT" with expression '0x87AC', CType: int More...
 
static final int GL_T2F_C4F_N3F_V3F = 0x2a2c
 GL_VERSION_1_1
Define "GL_T2F_C4F_N3F_V3F" with expression '0x2A2C', CType: int More...
 
static final int GL_PROGRAM_NATIVE_PARAMETERS_ARB = 0x88aa
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_PROGRAM_NATIVE_PARAMETERS_ARB" with expression '0x88AA', CType: int More...
 
static final int GL_INTENSITY16F = 0x881d
 GL_ARB_texture_float
Alias for: GL_INTENSITY16F_ARB
Define "GL_INTENSITY16F" with expression '0x881D', CType: int More...
 
static final int GL_RENDER = 0x1c00
 GL_VERSION_1_0
Define "GL_RENDER" with expression '0x1C00', CType: int More...
 
static final int GL_OP_CROSS_PRODUCT_EXT = 0x8797
 GL_EXT_vertex_shader
Define "GL_OP_CROSS_PRODUCT_EXT" with expression '0x8797', CType: int More...
 
static final int GL_MATRIX4_ARB = 0x88c4
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX4_ARB" with expression '0x88C4', CType: int More...
 
static final int GL_FLOAT_RGB32_NV = 0x8889
 GL_NV_float_buffer
Define "GL_FLOAT_RGB32_NV" with expression '0x8889', CType: int More...
 
static final int GL_VIDEO_BUFFER_BINDING_NV = 0x9021
 GL_NV_video_capture
Define "GL_VIDEO_BUFFER_BINDING_NV" with expression '0x9021', CType: int More...
 
static final int GL_STORAGE_SHARED_APPLE = 0x85bf
 GL_APPLE_texture_range, GL_APPLE_vertex_array_range
Define "GL_STORAGE_SHARED_APPLE" with expression '0x85BF', CType: int More...
 
static final int GL_INTENSITY_FLOAT16_ATI = 0x881d
 GL_ATI_texture_float
Define "GL_INTENSITY_FLOAT16_ATI" with expression '0x881D', CType: int More...
 
static final int GL_YCBCR_422_APPLE = 0x85b9
 GL_APPLE_ycbcr_422
Define "GL_YCBCR_422_APPLE" with expression '0x85B9', CType: int More...
 
static final int GL_FLOAT_RG32_NV = 0x8887
 GL_NV_float_buffer
Define "GL_FLOAT_RG32_NV" with expression '0x8887', CType: int More...
 
static final int GL_OBJECT_SUBTYPE_ARB = 0x8b4f
 GL_ARB_shader_objects
Define "GL_OBJECT_SUBTYPE_ARB" with expression '0x8B4F', CType: int More...
 
static final int GL_GEOMETRY_INPUT_TYPE_EXT = 0x8ddb
 GL_NV_geometry_program4, GL_EXT_geometry_shader4
Define "GL_GEOMETRY_INPUT_TYPE_EXT" with expression '0x8DDB', CType: int More...
 
static final int GL_SELECT = 0x1c02
 GL_VERSION_1_0
Define "GL_SELECT" with expression '0x1C02', CType: int More...
 
static final int GL_COMPRESSED_ALPHA = 0x84e9
 GL_VERSION_1_3, GL_ARB_texture_compression
Alias for: GL_COMPRESSED_ALPHA_ARB
Define "GL_COMPRESSED_ALPHA" with expression '0x84E9', CType: int More...
 
static final int GL_RGB_FLOAT32_ATI = 0x8815
 GL_ATI_texture_float
Define "GL_RGB_FLOAT32_ATI" with expression '0x8815', CType: int More...
 
static final int GL_MODELVIEW29_ARB = 0x873d
 GL_ARB_vertex_blend
Define "GL_MODELVIEW29_ARB" with expression '0x873D', CType: int More...
 
static final int GL_TEXTURE_APPLICATION_MODE_EXT = 0x834f
 GL_EXT_light_texture
Define "GL_TEXTURE_APPLICATION_MODE_EXT" with expression '0x834F', CType: int More...
 
static final int GL_INVARIANT_EXT = 0x87c2
 GL_EXT_vertex_shader
Define "GL_INVARIANT_EXT" with expression '0x87C2', CType: int More...
 
static final int GL_CULL_VERTEX_EXT = 0x81aa
 GL_EXT_cull_vertex
Define "GL_CULL_VERTEX_EXT" with expression '0x81AA', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD2_EXT = 0x879f
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD2_EXT" with expression '0x879F', CType: int More...
 
static final int GL_FLOAT_R16_NV = 0x8884
 GL_NV_float_buffer
Define "GL_FLOAT_R16_NV" with expression '0x8884', CType: int More...
 
static final int GL_T2F_IUI_N3F_V3F_EXT = 0x81b4
 GL_EXT_index_array_formats
Define "GL_T2F_IUI_N3F_V3F_EXT" with expression '0x81B4', CType: int More...
 
static final int GL_DSDT8_MAG8_INTENSITY8_NV = 0x870b
 GL_NV_texture_shader
Define "GL_DSDT8_MAG8_INTENSITY8_NV" with expression '0x870B', CType: int More...
 
static final int GL_FORMAT_SUBSAMPLE_24_24_OML = 0x8982
 GL_OML_subsample
Define "GL_FORMAT_SUBSAMPLE_24_24_OML" with expression '0x8982', CType: int More...
 
static final int GL_FOG_DISTANCE_MODE_NV = 0x855a
 GL_NV_fog_distance
Define "GL_FOG_DISTANCE_MODE_NV" with expression '0x855A', CType: int More...
 
static final int GL_FOG_COORDINATE_ARRAY = 0x8457
 GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: GL_FOG_COORDINATE_ARRAY_EXT
Define "GL_FOG_COORDINATE_ARRAY" with expression '0x8457', CType: int More...
 
static final int GL_BOOL_ARB = 0x8b56
 GL_ARB_shader_objects
Define "GL_BOOL_ARB" with expression '0x8B56', CType: int More...
 
static final int GL_LOCAL_CONSTANT_DATATYPE_EXT = 0x87ed
 GL_EXT_vertex_shader
Define "GL_LOCAL_CONSTANT_DATATYPE_EXT" with expression '0x87ED', CType: int More...
 
static final int GL_PIXEL_MAP_R_TO_R_SIZE = 0xcb6
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_R_TO_R_SIZE" with expression '0x0CB6', CType: int More...
 
static final int GL_DSDT_MAG_NV = 0x86f6
 GL_NV_texture_shader
Define "GL_DSDT_MAG_NV" with expression '0x86F6', CType: int More...
 
static final int GL_MAX_PROGRAM_SUBROUTINE_PARAMETERS_NV = 0x8f44
 GL_NV_gpu_program5
Define "GL_MAX_PROGRAM_SUBROUTINE_PARAMETERS_NV" with expression '0x8F44', CType: int More...
 
static final int GL_RESAMPLE_AVERAGE_OML = 0x8988
 GL_OML_resample
Define "GL_RESAMPLE_AVERAGE_OML" with expression '0x8988', CType: int More...
 
static final int GL_T2F_C4UB_V3F = 0x2a29
 GL_VERSION_1_1
Define "GL_T2F_C4UB_V3F" with expression '0x2A29', CType: int More...
 
static final int GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE = 0x85b0
 GL_APPLE_specular_vector
Define "GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE" with expression '0x85B0', CType: int More...
 
static final int GL_VERTEX_ELEMENT_SWIZZLE_AMD = 0x91a4
 GL_AMD_interleaved_elements
Define "GL_VERTEX_ELEMENT_SWIZZLE_AMD" with expression '0x91A4', CType: int More...
 
static final int GL_TEXTURE_RECTANGLE_ARB = 0x84f5
 GL_ARB_texture_rectangle
Define "GL_TEXTURE_RECTANGLE_ARB" with expression '0x84F5', CType: int More...
 
static final int GL_MATRIX25_ARB = 0x88d9
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX25_ARB" with expression '0x88D9', CType: int More...
 
static final int GL_MINMAX_FORMAT = 0x802f
 GL_ARB_imaging, GL_EXT_histogram
Alias for: GL_MINMAX_FORMAT_EXT
Define "GL_MINMAX_FORMAT" with expression '0x802F', CType: int More...
 
static final int GL_ABGR_EXT = 0x8000
 GL_EXT_abgr
Define "GL_ABGR_EXT" with expression '0x8000', CType: int More...
 
static final int GL_MAP1_NORMAL = 0xd92
 GL_VERSION_1_0
Define "GL_MAP1_NORMAL" with expression '0x0D92', CType: int More...
 
static final long GL_ALL_CLIENT_ATTRIB_BITS = 0xffffffffL
 GL_VERSION_1_1
Define "GL_ALL_CLIENT_ATTRIB_BITS" with expression '0xFFFFFFFF', CType: long More...
 
static final int GL_FRAGMENT_COLOR_EXT = 0x834c
 GL_EXT_light_texture
Define "GL_FRAGMENT_COLOR_EXT" with expression '0x834C', CType: int More...
 
static final int GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV = 0x8da1
 GL_NV_parameter_buffer_object
Define "GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV" with expression '0x8DA1', CType: int More...
 
static final int GL_PROGRAM_NATIVE_ATTRIBS_ARB = 0x88ae
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_PROGRAM_NATIVE_ATTRIBS_ARB" with expression '0x88AE', CType: int More...
 
static final int GL_FRAGMENT_NORMAL_EXT = 0x834a
 GL_EXT_light_texture
Define "GL_FRAGMENT_NORMAL_EXT" with expression '0x834A', CType: int More...
 
static final int GL_EVAL_VERTEX_ATTRIB15_NV = 0x86d5
 GL_NV_evaluators
Define "GL_EVAL_VERTEX_ATTRIB15_NV" with expression '0x86D5', CType: int More...
 
static final int GL_YCBYCR8_422_NV = 0x9031
 GL_NV_video_capture
Define "GL_YCBYCR8_422_NV" with expression '0x9031', CType: int More...
 
static final int GL_FRAGMENT_PROGRAM_INTERPOLATION_OFFSET_BITS_NV = 0x8e5d
 GL_NV_gpu_program5
Define "GL_FRAGMENT_PROGRAM_INTERPOLATION_OFFSET_BITS_NV" with expression '0x8E5D', CType: int More...
 
static final int GL_EVAL_BIT = 0x10000
 GL_VERSION_1_0
Define "GL_EVAL_BIT" with expression '0x00010000', CType: int More...
 
static final int GL_INT_VEC4_ARB = 0x8b55
 GL_ARB_shader_objects
Define "GL_INT_VEC4_ARB" with expression '0x8B55', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD19_EXT = 0x87b0
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD19_EXT" with expression '0x87B0', CType: int More...
 
static final int GL_PROGRAM_PARAMETERS_ARB = 0x88a8
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_PROGRAM_PARAMETERS_ARB" with expression '0x88A8', CType: int More...
 
static final int GL_OFFSET_TEXTURE_RECTANGLE_NV = 0x864c
 GL_NV_texture_shader
Define "GL_OFFSET_TEXTURE_RECTANGLE_NV" with expression '0x864C', CType: int More...
 
static final int GL_DEPTH_STENCIL_TO_BGRA_NV = 0x886f
 GL_NV_copy_depth_to_color
Define "GL_DEPTH_STENCIL_TO_BGRA_NV" with expression '0x886F', CType: int More...
 
static final int GL_QUERY_DEPTH_FAIL_EVENT_BIT_AMD = 0x2
 GL_AMD_occlusion_query_event
Define "GL_QUERY_DEPTH_FAIL_EVENT_BIT_AMD" with expression '0x00000002', CType: int More...
 
static final int GL_SIGNED_RGB_UNSIGNED_ALPHA_NV = 0x870c
 GL_NV_texture_shader
Define "GL_SIGNED_RGB_UNSIGNED_ALPHA_NV" with expression '0x870C', CType: int More...
 
static final int GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 0x8872
 GL_ARB_fragment_program
Define "GL_MAX_TEXTURE_IMAGE_UNITS_ARB" with expression '0x8872', CType: int More...
 
static final int GL_CONVOLUTION_1D = 0x8010
 GL_ARB_imaging, GL_VERSION_4_5, GL_EXT_convolution
Alias for: GL_CONVOLUTION_1D_EXT
Define "GL_CONVOLUTION_1D" with expression '0x8010', CType: int More...
 
static final int GL_OUTPUT_COLOR0_EXT = 0x879b
 GL_EXT_vertex_shader
Define "GL_OUTPUT_COLOR0_EXT" with expression '0x879B', CType: int More...
 
static final int GL_VARIANT_ARRAY_TYPE_EXT = 0x87e7
 GL_EXT_vertex_shader
Define "GL_VARIANT_ARRAY_TYPE_EXT" with expression '0x87E7', CType: int More...
 
static final int GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV = 0x90d1
 GL_NV_deep_texture3D
Define "GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV" with expression '0x90D1', CType: int More...
 
static final int GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT = 0x850d
 GL_EXT_vertex_weighting
Define "GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT" with expression '0x850D', CType: int More...
 
static final int GL_SELECTION_BUFFER_SIZE = 0xdf4
 GL_VERSION_1_0
Define "GL_SELECTION_BUFFER_SIZE" with expression '0x0DF4', CType: int More...
 
static final int GL_MAX_NAME_STACK_DEPTH = 0xd37
 GL_VERSION_1_0
Define "GL_MAX_NAME_STACK_DEPTH" with expression '0x0D37', CType: int More...
 
static final int GL_VIDEO_BUFFER_PITCH_NV = 0x9028
 GL_NV_video_capture
Define "GL_VIDEO_BUFFER_PITCH_NV" with expression '0x9028', CType: int More...
 
static final int GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 0x88ab
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB" with expression '0x88AB', CType: int More...
 
static final int GL_MIRROR_CLAMP_TO_BORDER_EXT = 0x8912
 GL_EXT_texture_mirror_clamp
Define "GL_MIRROR_CLAMP_TO_BORDER_EXT" with expression '0x8912', CType: int More...
 
static final int GL_ACTIVE_VERTEX_UNITS_ARB = 0x86a5
 GL_ARB_vertex_blend
Define "GL_ACTIVE_VERTEX_UNITS_ARB" with expression '0x86A5', CType: int More...
 
static final int GL_MATRIX12_ARB = 0x88cc
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX12_ARB" with expression '0x88CC', CType: int More...
 
static final int GL_COLOR_TABLE_RED_SIZE = 0x80da
 GL_ARB_imaging, GL_SGI_color_table
Alias for: GL_COLOR_TABLE_RED_SIZE_SGI
Define "GL_COLOR_TABLE_RED_SIZE" with expression '0x80DA', CType: int More...
 
static final int GL_PERFQUERY_COUNTER_NAME_LENGTH_MAX_INTEL = 0x94fe
 GL_INTEL_performance_query
Define "GL_PERFQUERY_COUNTER_NAME_LENGTH_MAX_INTEL" with expression '0x94FE', CType: int More...
 
static final int GL_PERFQUERY_COUNTER_THROUGHPUT_INTEL = 0x94f3
 GL_INTEL_performance_query
Define "GL_PERFQUERY_COUNTER_THROUGHPUT_INTEL" with expression '0x94F3', CType: int More...
 
static final int GL_COLOR_MATRIX = 0x80b1
 GL_ARB_imaging, GL_SGI_color_matrix
Alias for: GL_COLOR_MATRIX_SGI
Define "GL_COLOR_MATRIX" with expression '0x80B1', CType: int More...
 
static final int GL_ALPHA_TO_COVERAGE_DITHER_ENABLE_NV = 0x934e
 GL_NV_alpha_to_coverage_dither_control
Define "GL_ALPHA_TO_COVERAGE_DITHER_ENABLE_NV" with expression '0x934E', CType: int More...
 
static final int GL_VIDEO_CAPTURE_FRAME_HEIGHT_NV = 0x9039
 GL_NV_video_capture
Define "GL_VIDEO_CAPTURE_FRAME_HEIGHT_NV" with expression '0x9039', CType: int More...
 
static final int GL_OBJECT_PLANE = 0x2501
 GL_VERSION_1_0
Define "GL_OBJECT_PLANE" with expression '0x2501', CType: int More...
 
static final int GL_FOG_COORDINATE_ARRAY_POINTER = 0x8456
 GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: GL_FOG_COORDINATE_ARRAY_POINTER_EXT
Define "GL_FOG_COORDINATE_ARRAY_POINTER" with expression '0x8456', CType: int More...
 
static final int GL_TRANSFORM_BIT = 0x1000
 GL_VERSION_1_0
Define "GL_TRANSFORM_BIT" with expression '0x00001000', CType: int More...
 
static final int GL_SCISSOR_BIT = 0x80000
 GL_VERSION_1_0
Define "GL_SCISSOR_BIT" with expression '0x00080000', CType: int More...
 
static final int GL_MAP1_TEXTURE_COORD_3 = 0xd95
 GL_VERSION_1_0
Define "GL_MAP1_TEXTURE_COORD_3" with expression '0x0D95', CType: int More...
 
static final int GL_MAP1_TEXTURE_COORD_2 = 0xd94
 GL_VERSION_1_0
Define "GL_MAP1_TEXTURE_COORD_2" with expression '0x0D94', CType: int More...
 
static final int GL_MAP1_TEXTURE_COORD_4 = 0xd96
 GL_VERSION_1_0
Define "GL_MAP1_TEXTURE_COORD_4" with expression '0x0D96', CType: int More...
 
static final int GL_LUMINANCE_ALPHA_INTEGER = 0x8d9d
 GL_EXT_texture_integer
Alias for: GL_LUMINANCE_ALPHA_INTEGER_EXT
Define "GL_LUMINANCE_ALPHA_INTEGER" with expression '0x8D9D', CType: int More...
 
static final int GL_MAP1_TEXTURE_COORD_1 = 0xd93
 GL_VERSION_1_0
Define "GL_MAP1_TEXTURE_COORD_1" with expression '0x0D93', CType: int More...
 
static final int GL_MATRIX0_ARB = 0x88c0
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX0_ARB" with expression '0x88C0', CType: int More...
 
static final int GL_TEXTURE_DT_SIZE_NV = 0x871e
 GL_NV_texture_shader
Define "GL_TEXTURE_DT_SIZE_NV" with expression '0x871E', CType: int More...
 
static final int GL_PIXEL_MAP_I_TO_R_SIZE = 0xcb2
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_I_TO_R_SIZE" with expression '0x0CB2', CType: int More...
 
static final int GL_LUMINANCE_ALPHA32UI = 0x8d75
 GL_EXT_texture_integer
Alias for: GL_LUMINANCE_ALPHA32UI_EXT
Define "GL_LUMINANCE_ALPHA32UI" with expression '0x8D75', CType: int More...
 
static final int GL_ALPHA_BIAS = 0xd1d
 GL_VERSION_1_0
Define "GL_ALPHA_BIAS" with expression '0x0D1D', CType: int More...
 
static final int GL_READ_PIXEL_DATA_RANGE_POINTER_NV = 0x887d
 GL_NV_pixel_data_range
Define "GL_READ_PIXEL_DATA_RANGE_POINTER_NV" with expression '0x887D', CType: int More...
 
static final int GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT = 0x87ca
 GL_EXT_vertex_shader
Define "GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT" with expression '0x87CA', CType: int More...
 
static final int GL_SHADER_OBJECT_ARB = 0x8b48
 GL_ARB_shader_objects
Define "GL_SHADER_OBJECT_ARB" with expression '0x8B48', CType: int More...
 
static final int GL_PACK_CMYK_HINT_EXT = 0x800e
 GL_EXT_cmyka
Define "GL_PACK_CMYK_HINT_EXT" with expression '0x800E', CType: int More...
 
static final int GL_PROGRAM_BINDING_ARB = 0x8677
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_PROGRAM_BINDING_ARB" with expression '0x8677', CType: int More...
 
static final int GL_NEGATIVE_X_EXT = 0x87d9
 GL_EXT_vertex_shader
Define "GL_NEGATIVE_X_EXT" with expression '0x87D9', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_NV = 0x8e22
 GL_NV_transform_feedback2
Define "GL_TRANSFORM_FEEDBACK_NV" with expression '0x8E22', CType: int More...
 
static final int GL_MAX_PROGRAM_PARAMETERS_ARB = 0x88a9
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MAX_PROGRAM_PARAMETERS_ARB" with expression '0x88A9', CType: int More...
 
static final int GL_Z6Y10Z6CB10Z6A10Z6Y10Z6CR10Z6A10_4224_NV = 0x9034
 GL_NV_video_capture
Define "GL_Z6Y10Z6CB10Z6A10Z6Y10Z6CR10Z6A10_4224_NV" with expression '0x9034', CType: int More...
 
static final int GL_SIGNED_HILO8_NV = 0x885f
 GL_NV_texture_shader3
Define "GL_SIGNED_HILO8_NV" with expression '0x885F', CType: int More...
 
static final int GL_OBJECT_LINEAR = 0x2401
 GL_VERSION_1_0, GL_NV_path_rendering
Alias for: GL_OBJECT_LINEAR_NV
Define "GL_OBJECT_LINEAR" with expression '0x2401', CType: int More...
 
static final int GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX = 0x904a
 GL_NVX_gpu_memory_info
Define "GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX" with expression '0x904A', CType: int More...
 
static final int GL_EVAL_VERTEX_ATTRIB3_NV = 0x86c9
 GL_NV_evaluators
Define "GL_EVAL_VERTEX_ATTRIB3_NV" with expression '0x86C9', CType: int More...
 
static final int GL_CMYKA_EXT = 0x800d
 GL_EXT_cmyka
Define "GL_CMYKA_EXT" with expression '0x800D', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB = 0x8625
 GL_ARB_vertex_program
Define "GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB" with expression '0x8625', CType: int More...
 
static final int GL_MATRIX29_ARB = 0x88dd
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX29_ARB" with expression '0x88DD', CType: int More...
 
static final int GL_DS_SCALE_NV = 0x8710
 GL_NV_texture_shader
Define "GL_DS_SCALE_NV" with expression '0x8710', CType: int More...
 
static final int GL_SAMPLE_MASK_NV = 0x8e51
 GL_NV_explicit_multisample
Define "GL_SAMPLE_MASK_NV" with expression '0x8E51', CType: int More...
 
static final int GL_SURFACE_MAPPED_NV = 0x8700
 GL_NV_vdpau_interop
Define "GL_SURFACE_MAPPED_NV" with expression '0x8700', CType: int More...
 
static final int GL_DRAW_BUFFER9_ATI = 0x882e
 GL_ATI_draw_buffers
Define "GL_DRAW_BUFFER9_ATI" with expression '0x882E', CType: int More...
 
static final int GL_CURRENT_INDEX = 0xb01
 GL_VERSION_1_0
Define "GL_CURRENT_INDEX" with expression '0x0B01', CType: int More...
 
static final int GL_VIDEO_COLOR_CONVERSION_OFFSET_NV = 0x902c
 GL_NV_video_capture
Define "GL_VIDEO_COLOR_CONVERSION_OFFSET_NV" with expression '0x902C', CType: int More...
 
static final int GL_PIXEL_MAP_S_TO_S_SIZE = 0xcb1
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_S_TO_S_SIZE" with expression '0x0CB1', CType: int More...
 
static final int GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV = 0x8855
 GL_NV_texture_shader3
Define "GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV" with expression '0x8855', CType: int More...
 
static final int GL_BOOL_VEC2_ARB = 0x8b57
 GL_ARB_shader_objects
Define "GL_BOOL_VEC2_ARB" with expression '0x8B57', CType: int More...
 
static final int GL_CONVOLUTION_2D = 0x8011
 GL_ARB_imaging, GL_VERSION_4_5, GL_EXT_convolution
Alias for: GL_CONVOLUTION_2D_EXT
Define "GL_CONVOLUTION_2D" with expression '0x8011', CType: int More...
 
static final int GL_MAP_COLOR = 0xd10
 GL_VERSION_1_0
Define "GL_MAP_COLOR" with expression '0x0D10', CType: int More...
 
static final int GL_LUMINANCE_ALPHA16UI = 0x8d7b
 GL_EXT_texture_integer
Alias for: GL_LUMINANCE_ALPHA16UI_EXT
Define "GL_LUMINANCE_ALPHA16UI" with expression '0x8D7B', CType: int More...
 
static final int GL_MAP2_GRID_DOMAIN = 0xdd2
 GL_VERSION_1_0
Define "GL_MAP2_GRID_DOMAIN" with expression '0x0DD2', CType: int More...
 
static final int GL_INT_IMAGE_1D_ARRAY = 0x905d
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_INT_IMAGE_1D_ARRAY_EXT
Define "GL_INT_IMAGE_1D_ARRAY" with expression '0x905D', CType: int More...
 
static final int GL_LOCAL_EXT = 0x87c4
 GL_EXT_vertex_shader
Define "GL_LOCAL_EXT" with expression '0x87C4', CType: int More...
 
static final int GL_INTENSITY_FLOAT32_APPLE = 0x8817
 GL_APPLE_float_pixels
Define "GL_INTENSITY_FLOAT32_APPLE" with expression '0x8817', CType: int More...
 
static final int GL_MAX_IMAGE_SAMPLES = 0x906d
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_MAX_IMAGE_SAMPLES_EXT
Define "GL_MAX_IMAGE_SAMPLES" with expression '0x906D', CType: int More...
 
static final int GL_MATRIX_INDEX_ARRAY_ARB = 0x8844
 GL_ARB_matrix_palette
Define "GL_MATRIX_INDEX_ARRAY_ARB" with expression '0x8844', CType: int More...
 
static final int GL_FLOAT_RGB16_NV = 0x8888
 GL_NV_float_buffer
Define "GL_FLOAT_RGB16_NV" with expression '0x8888', CType: int More...
 
static final int GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80d4
 GL_ARB_imaging, GL_VERSION_4_5, GL_SGI_color_table
Alias for: GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI
Define "GL_PROXY_POST_CONVOLUTION_COLOR_TABLE" with expression '0x80D4', CType: int More...
 
static final int GL_C4UB_V2F = 0x2a22
 GL_VERSION_1_1
Define "GL_C4UB_V2F" with expression '0x2A22', CType: int More...
 
static final int GL_OBJECT_ATTACHED_OBJECTS_ARB = 0x8b85
 GL_ARB_shader_objects
Define "GL_OBJECT_ATTACHED_OBJECTS_ARB" with expression '0x8B85', CType: int More...
 
static final int GL_INDEX_MATERIAL_PARAMETER_EXT = 0x81b9
 GL_EXT_index_material
Define "GL_INDEX_MATERIAL_PARAMETER_EXT" with expression '0x81B9', CType: int More...
 
static final int GL_MAP_ATTRIB_V_ORDER_NV = 0x86c4
 GL_NV_evaluators
Define "GL_MAP_ATTRIB_V_ORDER_NV" with expression '0x86C4', CType: int More...
 
static final int GL_MODELVIEW31_ARB = 0x873f
 GL_ARB_vertex_blend
Define "GL_MODELVIEW31_ARB" with expression '0x873F', CType: int More...
 
static final int GL_T2F_IUI_V2F_EXT = 0x81b1
 GL_EXT_index_array_formats
Define "GL_T2F_IUI_V2F_EXT" with expression '0x81B1', CType: int More...
 
static final int GL_MODELVIEW1_EXT = 0x850a
 GL_EXT_vertex_weighting
Define "GL_MODELVIEW1_EXT" with expression '0x850A', CType: int More...
 
static final int GL_LUMINANCE32I = 0x8d86
 GL_EXT_texture_integer
Alias for: GL_LUMINANCE32I_EXT
Define "GL_LUMINANCE32I" with expression '0x8D86', CType: int More...
 
static final int GL_HISTOGRAM_FORMAT = 0x8027
 GL_ARB_imaging, GL_EXT_histogram
Alias for: GL_HISTOGRAM_FORMAT_EXT
Define "GL_HISTOGRAM_FORMAT" with expression '0x8027', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB = 0x886a
 GL_ARB_vertex_program
Define "GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB" with expression '0x886A', CType: int More...
 
static final int GL_FEEDBACK = 0x1c01
 GL_VERSION_1_0
Define "GL_FEEDBACK" with expression '0x1C01', CType: int More...
 
static final int GL_MATRIX_INDEX_ARRAY_SIZE_ARB = 0x8846
 GL_ARB_matrix_palette
Define "GL_MATRIX_INDEX_ARRAY_SIZE_ARB" with expression '0x8846', CType: int More...
 
static final int GL_PIXEL_MAP_I_TO_A_SIZE = 0xcb5
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_I_TO_A_SIZE" with expression '0x0CB5', CType: int More...
 
static final int GL_FLOAT_RG16_NV = 0x8886
 GL_NV_float_buffer
Define "GL_FLOAT_RG16_NV" with expression '0x8886', CType: int More...
 
static final int GL_LUMINANCE4 = 0x803f
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_LUMINANCE4_EXT
Define "GL_LUMINANCE4" with expression '0x803F', CType: int More...
 
static final int GL_AUX_BUFFERS = 0xc00
 GL_VERSION_1_0
Define "GL_AUX_BUFFERS" with expression '0x0C00', CType: int More...
 
static final int GL_CLIP_VOLUME_CLIPPING_HINT_EXT = 0x80f0
 GL_EXT_clip_volume_hint
Define "GL_CLIP_VOLUME_CLIPPING_HINT_EXT" with expression '0x80F0', CType: int More...
 
static final int GL_C4UB_V3F = 0x2a23
 GL_VERSION_1_1
Define "GL_C4UB_V3F" with expression '0x2A23', CType: int More...
 
static final int GL_RGBA_S3TC = 0x83a2
 GL_S3_s3tc
Define "GL_RGBA_S3TC" with expression '0x83A2', CType: int More...
 
static final int GL_DRAW_ELEMENTS_STRIP_COMMAND_NV = 0x4
 GL_NV_command_list
Define "GL_DRAW_ELEMENTS_STRIP_COMMAND_NV" with expression '0x0004', CType: int More...
 
static final int GL_VERTEX_BLEND_ARB = 0x86a7
 GL_ARB_vertex_blend
Define "GL_VERTEX_BLEND_ARB" with expression '0x86A7', CType: int More...
 
static final int GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING = 0x889c
 GL_VERSION_1_5, GL_ARB_vertex_buffer_object
Alias for: GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING_ARB
Define "GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING" with expression '0x889C', CType: int More...
 
static final int GL_PASS_THROUGH_TOKEN = 0x700
 GL_VERSION_1_0
Define "GL_PASS_THROUGH_TOKEN" with expression '0x0700', CType: int More...
 
static final int GL_MODELVIEW16_ARB = 0x8730
 GL_ARB_vertex_blend
Define "GL_MODELVIEW16_ARB" with expression '0x8730', CType: int More...
 
static final int GL_OP_POWER_EXT = 0x8793
 GL_EXT_vertex_shader
Define "GL_OP_POWER_EXT" with expression '0x8793', CType: int More...
 
static final int GL_RGBA_SNORM = 0x8f93
 GL_EXT_texture_snorm, GL_VERSION_3_1
Define "GL_RGBA_SNORM" with expression '0x8F93', CType: int More...
 
static final int GL_TEXTURE_UNSIGNED_REMAP_MODE_NV = 0x888f
 GL_NV_texture_expand_normal
Define "GL_TEXTURE_UNSIGNED_REMAP_MODE_NV" with expression '0x888F', CType: int More...
 
static final int GL_LINE_STIPPLE = 0xb24
 GL_VERSION_1_0
Define "GL_LINE_STIPPLE" with expression '0x0B24', CType: int More...
 
static final int GL_CONSTANT_BORDER = 0x8151
 GL_ARB_imaging, GL_HP_convolution_border_modes
Alias for: GL_CONSTANT_BORDER_HP
Define "GL_CONSTANT_BORDER" with expression '0x8151', CType: int More...
 
static final int GL_MINMAX = 0x802e
 GL_ARB_imaging, GL_VERSION_4_5, GL_EXT_histogram
Alias for: GL_MINMAX_EXT
Define "GL_MINMAX" with expression '0x802E', CType: int More...
 
static final int GL_MAP2_VERTEX_4 = 0xdb8
 GL_VERSION_1_0
Define "GL_MAP2_VERTEX_4" with expression '0x0DB8', CType: int More...
 
static final int GL_MAP2_VERTEX_3 = 0xdb7
 GL_VERSION_1_0
Define "GL_MAP2_VERTEX_3" with expression '0x0DB7', CType: int More...
 
static final int GL_INTENSITY32UI = 0x8d73
 GL_EXT_texture_integer
Alias for: GL_INTENSITY32UI_EXT
Define "GL_INTENSITY32UI" with expression '0x8D73', CType: int More...
 
static final int GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80d5
 GL_ARB_imaging, GL_VERSION_4_5, GL_SGI_color_table
Alias for: GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI
Define "GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE" with expression '0x80D5', CType: int More...
 
static final int GL_W_EXT = 0x87d8
 GL_EXT_vertex_shader
Define "GL_W_EXT" with expression '0x87D8', CType: int More...
 
static final int GL_COMPRESSED_LUMINANCE_LATC1_EXT = 0x8c70
 GL_EXT_texture_compression_latc
Define "GL_COMPRESSED_LUMINANCE_LATC1_EXT" with expression '0x8C70', CType: int More...
 
static final int GL_POINT_TOKEN = 0x701
 GL_VERSION_1_0
Define "GL_POINT_TOKEN" with expression '0x0701', CType: int More...
 
static final int GL_OFFSET_TEXTURE_BIAS_NV = 0x86e3
 GL_NV_texture_shader
Define "GL_OFFSET_TEXTURE_BIAS_NV" with expression '0x86E3', CType: int More...
 
static final int GL_EYE_RADIAL_NV = 0x855b
 GL_NV_fog_distance
Define "GL_EYE_RADIAL_NV" with expression '0x855B', CType: int More...
 
static final int GL_POST_CONVOLUTION_GREEN_BIAS = 0x8021
 GL_ARB_imaging, GL_EXT_convolution
Alias for: GL_POST_CONVOLUTION_GREEN_BIAS_EXT
Define "GL_POST_CONVOLUTION_GREEN_BIAS" with expression '0x8021', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD29_EXT = 0x87ba
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD29_EXT" with expression '0x87BA', CType: int More...
 
static final int GL_DEPENDENT_RGB_TEXTURE_3D_NV = 0x8859
 GL_NV_texture_shader3
Define "GL_DEPENDENT_RGB_TEXTURE_3D_NV" with expression '0x8859', CType: int More...
 
static final int GL_PERFORMANCE_MONITOR_AMD = 0x9152
 GL_AMD_name_gen_delete
Define "GL_PERFORMANCE_MONITOR_AMD" with expression '0x9152', CType: int More...
 
static final int GL_TEXTURE_DS_SIZE_NV = 0x871d
 GL_NV_texture_shader
Define "GL_TEXTURE_DS_SIZE_NV" with expression '0x871D', CType: int More...
 
static final int GL_MODELVIEW3_ARB = 0x8723
 GL_ARB_vertex_blend
Define "GL_MODELVIEW3_ARB" with expression '0x8723', CType: int More...
 
static final int GL_DS_BIAS_NV = 0x8716
 GL_NV_texture_shader
Define "GL_DS_BIAS_NV" with expression '0x8716', CType: int More...
 
static final int GL_TEXTURE_RANGE_POINTER_APPLE = 0x85b8
 GL_APPLE_texture_range
Define "GL_TEXTURE_RANGE_POINTER_APPLE" with expression '0x85B8', CType: int More...
 
static final int GL_MAX_PIXEL_MAP_TABLE = 0xd34
 GL_VERSION_1_0
Define "GL_MAX_PIXEL_MAP_TABLE" with expression '0x0D34', CType: int More...
 
static final int GL_RGB_SNORM = 0x8f92
 GL_EXT_texture_snorm, GL_VERSION_3_1
Define "GL_RGB_SNORM" with expression '0x8F92', CType: int More...
 
static final int GL_STORAGE_CACHED_APPLE = 0x85be
 GL_APPLE_texture_range, GL_APPLE_vertex_array_range
Define "GL_STORAGE_CACHED_APPLE" with expression '0x85BE', CType: int More...
 
static final int GL_AVERAGE_EXT = 0x8335
 GL_EXT_pixel_transform
Define "GL_AVERAGE_EXT" with expression '0x8335', CType: int More...
 
static final int GL_UNIFORM_BUFFER_UNIFIED_NV = 0x936e
 GL_NV_uniform_buffer_unified_memory
Define "GL_UNIFORM_BUFFER_UNIFIED_NV" with expression '0x936E', CType: int More...
 
static final int GL_VERTEX_PROGRAM_TWO_SIDE = 0x8643
 GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: GL_VERTEX_PROGRAM_TWO_SIDE_NV, GL_VERTEX_PROGRAM_TWO_SIDE_ARB
Define "GL_VERTEX_PROGRAM_TWO_SIDE" with expression '0x8643', CType: int More...
 
static final int GL_DRAW_BUFFER6_ATI = 0x882b
 GL_ATI_draw_buffers
Define "GL_DRAW_BUFFER6_ATI" with expression '0x882B', CType: int More...
 
static final int GL_PERFQUERY_QUERY_NAME_LENGTH_MAX_INTEL = 0x94fd
 GL_INTEL_performance_query
Define "GL_PERFQUERY_QUERY_NAME_LENGTH_MAX_INTEL" with expression '0x94FD', CType: int More...
 
static final int GL_SLUMINANCE = 0x8c46
 GL_VERSION_2_1, GL_EXT_texture_sRGB, GL_NV_sRGB_formats
Alias for: GL_SLUMINANCE_EXT, GL_SLUMINANCE_NV
Define "GL_SLUMINANCE" with expression '0x8C46', CType: int More...
 
static final int GL_MULTICAST_PROGRAMMABLE_SAMPLE_LOCATION_NV = 0x9549
 GL_NV_gpu_multicast
Define "GL_MULTICAST_PROGRAMMABLE_SAMPLE_LOCATION_NV" with expression '0x9549', CType: int More...
 
static final int GL_MAX_CONVOLUTION_HEIGHT = 0x801b
 GL_ARB_imaging, GL_EXT_convolution
Alias for: GL_MAX_CONVOLUTION_HEIGHT_EXT
Define "GL_MAX_CONVOLUTION_HEIGHT" with expression '0x801B', CType: int More...
 
static final int GL_MAX_BINDABLE_UNIFORM_SIZE_EXT = 0x8ded
 GL_EXT_bindable_uniform
Define "GL_MAX_BINDABLE_UNIFORM_SIZE_EXT" with expression '0x8DED', CType: int More...
 
static final int GL_HISTOGRAM_WIDTH = 0x8026
 GL_ARB_imaging, GL_EXT_histogram
Alias for: GL_HISTOGRAM_WIDTH_EXT
Define "GL_HISTOGRAM_WIDTH" with expression '0x8026', CType: int More...
 
static final int GL_ACCUM_ALPHA_BITS = 0xd5b
 GL_VERSION_1_0
Define "GL_ACCUM_ALPHA_BITS" with expression '0x0D5B', CType: int More...
 
static final int GL_PERFQUERY_COUNTER_RAW_INTEL = 0x94f4
 GL_INTEL_performance_query
Define "GL_PERFQUERY_COUNTER_RAW_INTEL" with expression '0x94F4', CType: int More...
 
static final int GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS = 0x919a
 GL_AMD_sparse_texture, GL_ARB_sparse_texture, GL_EXT_sparse_texture
Alias for: GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB, GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_EXT
Define "GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS" with expression '0x919A', CType: int More...
 
static final int GL_LAYOUT_LINEAR_CPU_CACHED_INTEL = 0x2
 GL_INTEL_map_texture
Define "GL_LAYOUT_LINEAR_CPU_CACHED_INTEL" with expression '2', CType: int More...
 
static final int GL_MODELVIEW1_STACK_DEPTH_EXT = 0x8502
 GL_EXT_vertex_weighting
Define "GL_MODELVIEW1_STACK_DEPTH_EXT" with expression '0x8502', CType: int More...
 
static final int GL_CURRENT_RASTER_POSITION = 0xb07
 GL_VERSION_1_0
Define "GL_CURRENT_RASTER_POSITION" with expression '0x0B07', CType: int More...
 
static final int GL_LINE_TOKEN = 0x702
 GL_VERSION_1_0
Define "GL_LINE_TOKEN" with expression '0x0702', CType: int More...
 
static final int GL_CURRENT_PALETTE_MATRIX_ARB = 0x8843
 GL_ARB_matrix_palette
Define "GL_CURRENT_PALETTE_MATRIX_ARB" with expression '0x8843', CType: int More...
 
static final int GL_MATRIX_INDEX_ARRAY_POINTER_ARB = 0x8849
 GL_ARB_matrix_palette
Define "GL_MATRIX_INDEX_ARRAY_POINTER_ARB" with expression '0x8849', CType: int More...
 
static final int GL_FLOAT_RG_NV = 0x8881
 GL_NV_float_buffer
Define "GL_FLOAT_RG_NV" with expression '0x8881', CType: int More...
 
static final int GL_T2F_C3F_V3F = 0x2a2a
 GL_VERSION_1_1
Define "GL_T2F_C3F_V3F" with expression '0x2A2A', CType: int More...
 
static final int GL_TEXTURE_FILTER_CONTROL = 0x8500
 GL_VERSION_1_4, GL_EXT_texture_lod_bias
Alias for: GL_TEXTURE_FILTER_CONTROL_EXT
Define "GL_TEXTURE_FILTER_CONTROL" with expression '0x8500', CType: int More...
 
static final int GL_VERTEX_ARRAY_OBJECT_AMD = 0x9154
 GL_AMD_name_gen_delete
Define "GL_VERTEX_ARRAY_OBJECT_AMD" with expression '0x9154', CType: int More...
 
static final int GL_ALPHA4 = 0x803b
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_ALPHA4_EXT
Define "GL_ALPHA4" with expression '0x803B', CType: int More...
 
static final int GL_FRAGMENT_PROGRAM_ARB = 0x8804
 GL_ARB_fragment_program
Define "GL_FRAGMENT_PROGRAM_ARB" with expression '0x8804', CType: int More...
 
static final int GL_EDGE_FLAG_ARRAY_POINTER = 0x8093
 GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: GL_EDGE_FLAG_ARRAY_POINTER_EXT
Define "GL_EDGE_FLAG_ARRAY_POINTER" with expression '0x8093', CType: int More...
 
static final int GL_DT_BIAS_NV = 0x8717
 GL_NV_texture_shader
Define "GL_DT_BIAS_NV" with expression '0x8717', CType: int More...
 
static final int GL_PIXEL_MAP_B_TO_B_SIZE = 0xcb8
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_B_TO_B_SIZE" with expression '0x0CB8', CType: int More...
 
static final int GL_MODELVIEW21_ARB = 0x8735
 GL_ARB_vertex_blend
Define "GL_MODELVIEW21_ARB" with expression '0x8735', CType: int More...
 
static final int GL_PIXEL_CUBIC_WEIGHT_EXT = 0x8333
 GL_EXT_pixel_transform
Define "GL_PIXEL_CUBIC_WEIGHT_EXT" with expression '0x8333', CType: int More...
 
static final int GL_DRAW_BUFFER13_ATI = 0x8832
 GL_ATI_draw_buffers
Define "GL_DRAW_BUFFER13_ATI" with expression '0x8832', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT = 0x8cd4
 GL_NV_geometry_program4, GL_EXT_geometry_shader4
Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT" with expression '0x8CD4', CType: int More...
 
static final int GL_STENCIL_CLEAR_TAG_VALUE_EXT = 0x88f3
 GL_EXT_stencil_clear_tag
Define "GL_STENCIL_CLEAR_TAG_VALUE_EXT" with expression '0x88F3', CType: int More...
 
static final int GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT = 0x8336
 GL_EXT_pixel_transform
Define "GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT" with expression '0x8336', CType: int More...
 
static final int GL_MAP1_INDEX = 0xd91
 GL_VERSION_1_0
Define "GL_MAP1_INDEX" with expression '0x0D91', CType: int More...
 
static final int GL_SUCCESS_NV = 0x902f
 GL_NV_video_capture
Define "GL_SUCCESS_NV" with expression '0x902F', CType: int More...
 
static final int GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT = 0x87cc
 GL_EXT_vertex_shader
Define "GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT" with expression '0x87CC', CType: int More...
 
static final int GL_COPY_PIXEL_TOKEN = 0x706
 GL_VERSION_1_0
Define "GL_COPY_PIXEL_TOKEN" with expression '0x0706', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD12_EXT = 0x87a9
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD12_EXT" with expression '0x87A9', CType: int More...
 
static final int GL_VERTEX_WEIGHT_ARRAY_EXT = 0x850c
 GL_EXT_vertex_weighting
Define "GL_VERTEX_WEIGHT_ARRAY_EXT" with expression '0x850C', CType: int More...
 
static final int GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT = 0x8c73
 GL_EXT_texture_compression_latc
Define "GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT" with expression '0x8C73', CType: int More...
 
static final int GL_FRONT_FACE_COMMAND_NV = 0x12
 GL_NV_command_list
Define "GL_FRONT_FACE_COMMAND_NV" with expression '0x0012', CType: int More...
 
static final int GL_ALPHA_FLOAT32_ATI = 0x8816
 GL_ATI_texture_float
Define "GL_ALPHA_FLOAT32_ATI" with expression '0x8816', CType: int More...
 
static final int GL_RGBA4_DXT5_S3TC = 0x83a5
 GL_S3_s3tc
Define "GL_RGBA4_DXT5_S3TC" with expression '0x83A5', CType: int More...
 
static final int GL_PROGRAM_STRING_ARB = 0x8628
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_PROGRAM_STRING_ARB" with expression '0x8628', CType: int More...
 
static final int GL_CURRENT_BIT = 0x1
 GL_VERSION_1_0
Define "GL_CURRENT_BIT" with expression '0x00000001', CType: int More...
 
static final int GL_COEFF = 0xa00
 GL_VERSION_1_0
Define "GL_COEFF" with expression '0x0A00', CType: int More...
 
static final int GL_422_AVERAGE_EXT = 0x80ce
 GL_EXT_422_pixels
Define "GL_422_AVERAGE_EXT" with expression '0x80CE', CType: int More...
 
static final int GL_NUM_VIDEO_CAPTURE_STREAMS_NV = 0x9024
 GL_NV_video_capture
Define "GL_NUM_VIDEO_CAPTURE_STREAMS_NV" with expression '0x9024', CType: int More...
 
static final int GL_EVAL_VERTEX_ATTRIB6_NV = 0x86cc
 GL_NV_evaluators
Define "GL_EVAL_VERTEX_ATTRIB6_NV" with expression '0x86CC', CType: int More...
 
static final int GL_VIDEO_BUFFER_INTERNAL_FORMAT_NV = 0x902d
 GL_NV_video_capture
Define "GL_VIDEO_BUFFER_INTERNAL_FORMAT_NV" with expression '0x902D', CType: int More...
 
static final int GL_SOURCE0_ALPHA = 0x8588
 GL_VERSION_1_3, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_SOURCE0_ALPHA_EXT, GL_SOURCE0_ALPHA_ARB
Define "GL_SOURCE0_ALPHA" with expression '0x8588', CType: int More...
 
static final int GL_OP_SET_GE_EXT = 0x878c
 GL_EXT_vertex_shader
Define "GL_OP_SET_GE_EXT" with expression '0x878C', CType: int More...
 
static final int GL_OP_MAX_EXT = 0x878a
 GL_EXT_vertex_shader
Define "GL_OP_MAX_EXT" with expression '0x878A', CType: int More...
 
static final int GL_VIEWPORT_BIT = 0x800
 GL_VERSION_1_0
Define "GL_VIEWPORT_BIT" with expression '0x00000800', CType: int More...
 
static final int GL_SOURCE2_ALPHA = 0x858a
 GL_VERSION_1_3, GL_ARB_texture_env_combine, GL_EXT_texture_env_combine
Alias for: GL_SOURCE2_ALPHA_ARB, GL_SOURCE2_ALPHA_EXT
Define "GL_SOURCE2_ALPHA" with expression '0x858A', CType: int More...
 
static final int GL_DOMAIN = 0xa02
 GL_VERSION_1_0
Define "GL_DOMAIN" with expression '0x0A02', CType: int More...
 
static final int GL_SCREEN_COORDINATES_REND = 0x8490
 GL_REND_screen_coordinates
Define "GL_SCREEN_COORDINATES_REND" with expression '0x8490', CType: int More...
 
static final int GL_EYE_PLANE_ABSOLUTE_NV = 0x855c
 GL_NV_fog_distance
Define "GL_EYE_PLANE_ABSOLUTE_NV" with expression '0x855C', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD6_EXT = 0x87a3
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD6_EXT" with expression '0x87A3', CType: int More...
 
static final int GL_FOG_COORD_ARRAY_POINTER = 0x8456
 GL_VERSION_1_5
Define "GL_FOG_COORD_ARRAY_POINTER" with expression '0x8456', CType: int More...
 
static final int GL_PIXEL_COUNT_AVAILABLE_NV = 0x8867
 GL_NV_occlusion_query
Define "GL_PIXEL_COUNT_AVAILABLE_NV" with expression '0x8867', CType: int More...
 
static final int GL_DRAW_BUFFER2_ATI = 0x8827
 GL_ATI_draw_buffers
Define "GL_DRAW_BUFFER2_ATI" with expression '0x8827', CType: int More...
 
static final int GL_UNPACK_CMYK_HINT_EXT = 0x800f
 GL_EXT_cmyka
Define "GL_UNPACK_CMYK_HINT_EXT" with expression '0x800F', CType: int More...
 
static final int GL_C3F_V3F = 0x2a24
 GL_VERSION_1_1
Define "GL_C3F_V3F" with expression '0x2A24', CType: int More...
 
static final int GL_HILO_NV = 0x86f4
 GL_NV_texture_shader
Define "GL_HILO_NV" with expression '0x86F4', CType: int More...
 
static final int GL_STENCIL_TEST_TWO_SIDE_EXT = 0x8910
 GL_EXT_stencil_two_side
Define "GL_STENCIL_TEST_TWO_SIDE_EXT" with expression '0x8910', CType: int More...
 
static final int GL_FEEDBACK_BUFFER_TYPE = 0xdf2
 GL_VERSION_1_0
Define "GL_FEEDBACK_BUFFER_TYPE" with expression '0x0DF2', CType: int More...
 
static final int GL_COLOR_TABLE_BIAS = 0x80d7
 GL_ARB_imaging, GL_SGI_color_table
Alias for: GL_COLOR_TABLE_BIAS_SGI
Define "GL_COLOR_TABLE_BIAS" with expression '0x80D7', CType: int More...
 
static final int GL_MODELVIEW12_ARB = 0x872c
 GL_ARB_vertex_blend
Define "GL_MODELVIEW12_ARB" with expression '0x872C', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD21_EXT = 0x87b2
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD21_EXT" with expression '0x87B2', CType: int More...
 
static final int GL_RETURN = 0x102
 GL_VERSION_1_0
Define "GL_RETURN" with expression '0x0102', CType: int More...
 
static final int GL_MAX_SPOT_EXPONENT_NV = 0x8505
 GL_NV_light_max_exponent
Define "GL_MAX_SPOT_EXPONENT_NV" with expression '0x8505', CType: int More...
 
static final int GL_TRANSPOSE_COLOR_MATRIX = 0x84e6
 GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: GL_TRANSPOSE_COLOR_MATRIX_ARB
Define "GL_TRANSPOSE_COLOR_MATRIX" with expression '0x84E6', CType: int More...
 
static final int GL_SCALAR_EXT = 0x87be
 GL_EXT_vertex_shader
Define "GL_SCALAR_EXT" with expression '0x87BE', CType: int More...
 
static final int GL_VERTEX_ATTRIB_MAP1_COEFF_APPLE = 0x8a03
 GL_APPLE_vertex_program_evaluators
Define "GL_VERTEX_ATTRIB_MAP1_COEFF_APPLE" with expression '0x8A03', CType: int More...
 
static final int GL_MODELVIEW25_ARB = 0x8739
 GL_ARB_vertex_blend
Define "GL_MODELVIEW25_ARB" with expression '0x8739', CType: int More...
 
static final int GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT = 0x8e4c
 GL_EXT_provoking_vertex
Define "GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT" with expression '0x8E4C', CType: int More...
 
static final int GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_NV = 0x8e5c
 GL_NV_gpu_program5
Define "GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_NV" with expression '0x8E5C', CType: int More...
 
static final int GL_422_EXT = 0x80cc
 GL_EXT_422_pixels
Define "GL_422_EXT" with expression '0x80CC', CType: int More...
 
static final int GL_COMPRESSED_LUMINANCE = 0x84ea
 GL_VERSION_1_3, GL_ARB_texture_compression
Alias for: GL_COMPRESSED_LUMINANCE_ARB
Define "GL_COMPRESSED_LUMINANCE" with expression '0x84EA', CType: int More...
 
static final int GL_CURRENT_FOG_COORDINATE = 0x8453
 GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: GL_CURRENT_FOG_COORDINATE_EXT
Define "GL_CURRENT_FOG_COORDINATE" with expression '0x8453', CType: int More...
 
static final int GL_WRITE_PIXEL_DATA_RANGE_NV = 0x8878
 GL_NV_pixel_data_range
Define "GL_WRITE_PIXEL_DATA_RANGE_NV" with expression '0x8878', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD25_EXT = 0x87b6
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD25_EXT" with expression '0x87B6', CType: int More...
 
static final int GL_LOCAL_CONSTANT_VALUE_EXT = 0x87ec
 GL_EXT_vertex_shader
Define "GL_LOCAL_CONSTANT_VALUE_EXT" with expression '0x87EC', CType: int More...
 
static final int GL_MAP1_GRID_SEGMENTS = 0xdd1
 GL_VERSION_1_0
Define "GL_MAP1_GRID_SEGMENTS" with expression '0x0DD1', CType: int More...
 
static final int GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE = 0x906b
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_EXT
Define "GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE" with expression '0x906B', CType: int More...
 
static final int GL_Q = 0x2003
 GL_VERSION_1_0
Define "GL_Q" with expression '0x2003', CType: int More...
 
static final int GL_S = 0x2000
 GL_VERSION_1_0
Define "GL_S" with expression '0x2000', CType: int More...
 
static final int GL_R = 0x2002
 GL_VERSION_1_0
Define "GL_R" with expression '0x2002', CType: int More...
 
static final int GL_T = 0x2001
 GL_VERSION_1_0
Define "GL_T" with expression '0x2001', CType: int More...
 
static final int GL_EDGE_FLAG_ARRAY = 0x8079
 GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: GL_EDGE_FLAG_ARRAY_EXT
Define "GL_EDGE_FLAG_ARRAY" with expression '0x8079', CType: int More...
 
static final int GL_FOG_BIT = 0x80
 GL_VERSION_1_0
Define "GL_FOG_BIT" with expression '0x00000080', CType: int More...
 
static final int GL_NOP_COMMAND_NV = 0x1
 GL_NV_command_list
Define "GL_NOP_COMMAND_NV" with expression '0x0001', CType: int More...
 
static final int GL_IUI_N3F_V3F_EXT = 0x81b0
 GL_EXT_index_array_formats
Define "GL_IUI_N3F_V3F_EXT" with expression '0x81B0', CType: int More...
 
static final int GL_DOT_PRODUCT_TEXTURE_3D_NV = 0x86ef
 GL_NV_texture_shader2
Define "GL_DOT_PRODUCT_TEXTURE_3D_NV" with expression '0x86EF', CType: int More...
 
static final int GL_INDEX_MODE = 0xc30
 GL_VERSION_1_0
Define "GL_INDEX_MODE" with expression '0x0C30', CType: int More...
 
static final int GL_PIXEL_MAP_A_TO_A_SIZE = 0xcb9
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_A_TO_A_SIZE" with expression '0x0CB9', CType: int More...
 
static final int GL_BUFFER_FLUSHING_UNMAP = 0x8a13
 GL_APPLE_flush_buffer_range
Alias for: GL_BUFFER_FLUSHING_UNMAP_APPLE
Define "GL_BUFFER_FLUSHING_UNMAP" with expression '0x8A13', CType: int More...
 
static final int GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x906c
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT
Define "GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY" with expression '0x906C', CType: int More...
 
static final int GL_RENDERBUFFER_COLOR_SAMPLES_NV = 0x8e10
 GL_NV_framebuffer_multisample_coverage
Define "GL_RENDERBUFFER_COLOR_SAMPLES_NV" with expression '0x8E10', CType: int More...
 
static final int GL_LUMINANCE_FLOAT32_APPLE = 0x8818
 GL_APPLE_float_pixels
Define "GL_LUMINANCE_FLOAT32_APPLE" with expression '0x8818', CType: int More...
 
static final int GL_TEXTURE_STORAGE_SPARSE_BIT_AMD = 0x1
 GL_AMD_sparse_texture
Define "GL_TEXTURE_STORAGE_SPARSE_BIT_AMD" with expression '0x00000001', CType: int More...
 
static final int GL_SHADOW_ATTENUATION_EXT = 0x834e
 GL_EXT_light_texture
Define "GL_SHADOW_ATTENUATION_EXT" with expression '0x834E', CType: int More...
 
static final int GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB = 0x88b6
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB" with expression '0x88B6', CType: int More...
 
static final int GL_EVAL_VERTEX_ATTRIB10_NV = 0x86d0
 GL_NV_evaluators
Define "GL_EVAL_VERTEX_ATTRIB10_NV" with expression '0x86D0', CType: int More...
 
static final int GL_MODELVIEW7_ARB = 0x8727
 GL_ARB_vertex_blend
Define "GL_MODELVIEW7_ARB" with expression '0x8727', CType: int More...
 
static final long GL_QUERY_ALL_EVENT_BITS_AMD = 0xffffffffL
 GL_AMD_occlusion_query_event
Define "GL_QUERY_ALL_EVENT_BITS_AMD" with expression '0xFFFFFFFF', CType: long More...
 
static final int GL_INDEX_ARRAY_TYPE = 0x8085
 GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: GL_INDEX_ARRAY_TYPE_EXT
Define "GL_INDEX_ARRAY_TYPE" with expression '0x8085', CType: int More...
 
static final int GL_SIGNED_RGB8_NV = 0x86ff
 GL_NV_texture_shader
Define "GL_SIGNED_RGB8_NV" with expression '0x86FF', CType: int More...
 
static final int GL_MATRIX7_ARB = 0x88c7
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX7_ARB" with expression '0x88C7', CType: int More...
 
static final int GL_TEXTURE_LO_SIZE_NV = 0x871c
 GL_NV_texture_shader
Define "GL_TEXTURE_LO_SIZE_NV" with expression '0x871C', CType: int More...
 
static final int GL_SIGNED_LUMINANCE8_ALPHA8_NV = 0x8704
 GL_NV_texture_shader
Define "GL_SIGNED_LUMINANCE8_ALPHA8_NV" with expression '0x8704', CType: int More...
 
static final int GL_RED_SCALE = 0xd14
 GL_VERSION_1_0
Define "GL_RED_SCALE" with expression '0x0D14', CType: int More...
 
static final int GL_VIBRANCE_BIAS_NV = 0x8719
 GL_NV_texture_shader
Define "GL_VIBRANCE_BIAS_NV" with expression '0x8719', CType: int More...
 
static final int GL_POST_COLOR_MATRIX_GREEN_SCALE = 0x80b5
 GL_ARB_imaging, GL_SGI_color_matrix
Alias for: GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI
Define "GL_POST_COLOR_MATRIX_GREEN_SCALE" with expression '0x80B5', CType: int More...
 
static final long GL_ALL_PIXELS_AMD = 0xffffffffL
 GL_AMD_framebuffer_sample_positions
Define "GL_ALL_PIXELS_AMD" with expression '0xFFFFFFFF', CType: long More...
 
static final int GL_RENDERBUFFER_FREE_MEMORY_ATI = 0x87fd
 GL_ATI_meminfo
Define "GL_RENDERBUFFER_FREE_MEMORY_ATI" with expression '0x87FD', CType: int More...
 
static final int GL_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9056
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_2D_MULTISAMPLE_ARRAY_EXT
Define "GL_IMAGE_2D_MULTISAMPLE_ARRAY" with expression '0x9056', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD3_EXT = 0x87a0
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD3_EXT" with expression '0x87A0', CType: int More...
 
static final int GL_TEXTURE_CONSTANT_DATA_SUNX = 0x81d6
 GL_SUNX_constant_data
Define "GL_TEXTURE_CONSTANT_DATA_SUNX" with expression '0x81D6', CType: int More...
 
static final int GL_UNPACK_CLIENT_STORAGE_APPLE = 0x85b2
 GL_APPLE_client_storage
Define "GL_UNPACK_CLIENT_STORAGE_APPLE" with expression '0x85B2', CType: int More...
 
static final int GL_COLOR_FLOAT_APPLE = 0x8a0f
 GL_APPLE_float_pixels
Define "GL_COLOR_FLOAT_APPLE" with expression '0x8A0F', CType: int More...
 
static final int GL_COMPARE_R_TO_TEXTURE = 0x884e
 GL_VERSION_1_4, GL_ARB_shadow
Alias for: GL_COMPARE_R_TO_TEXTURE_ARB
Define "GL_COMPARE_R_TO_TEXTURE" with expression '0x884E', CType: int More...
 
static final int GL_VERTEX_SHADER_LOCALS_EXT = 0x87d3
 GL_EXT_vertex_shader
Define "GL_VERTEX_SHADER_LOCALS_EXT" with expression '0x87D3', CType: int More...
 
static final int GL_UNDEFINED_APPLE = 0x8a1c
 GL_APPLE_object_purgeable
Define "GL_UNDEFINED_APPLE" with expression '0x8A1C', CType: int More...
 
static final int GL_PIXEL_COUNTER_BITS_NV = 0x8864
 GL_NV_occlusion_query
Define "GL_PIXEL_COUNTER_BITS_NV" with expression '0x8864', CType: int More...
 
static final int GL_HISTOGRAM = 0x8024
 GL_ARB_imaging, GL_VERSION_4_5, GL_EXT_histogram
Alias for: GL_HISTOGRAM_EXT
Define "GL_HISTOGRAM" with expression '0x8024', CType: int More...
 
static final int GL_MAX_VERTEX_SHADER_LOCALS_EXT = 0x87c9
 GL_EXT_vertex_shader
Define "GL_MAX_VERTEX_SHADER_LOCALS_EXT" with expression '0x87C9', CType: int More...
 
static final int GL_ACCUM_BUFFER_BIT = 0x200
 GL_VERSION_1_0
Define "GL_ACCUM_BUFFER_BIT" with expression '0x00000200', CType: int More...
 
static final int GL_RGBA_FLOAT16_APPLE = 0x881a
 GL_APPLE_float_pixels
Define "GL_RGBA_FLOAT16_APPLE" with expression '0x881A', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD16_EXT = 0x87ad
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD16_EXT" with expression '0x87AD', CType: int More...
 
static final int GL_MATRIX15_ARB = 0x88cf
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX15_ARB" with expression '0x88CF', CType: int More...
 
static final int GL_SIGNED_LUMINANCE8_NV = 0x8702
 GL_NV_texture_shader
Define "GL_SIGNED_LUMINANCE8_NV" with expression '0x8702', CType: int More...
 
static final int GL_HI_SCALE_NV = 0x870e
 GL_NV_texture_shader
Define "GL_HI_SCALE_NV" with expression '0x870E', CType: int More...
 
static final int GL_SAMPLE_MASK_VALUE_NV = 0x8e52
 GL_NV_explicit_multisample
Define "GL_SAMPLE_MASK_VALUE_NV" with expression '0x8E52', CType: int More...
 
static final int GL_INTENSITY = 0x8049
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_INTENSITY_EXT
Define "GL_INTENSITY" with expression '0x8049', CType: int More...
 
static final int GL_INDEX_TEST_EXT = 0x81b5
 GL_EXT_index_func
Define "GL_INDEX_TEST_EXT" with expression '0x81B5', CType: int More...
 
static final int GL_WRITE_DISCARD_NV = 0x88be
 GL_NV_vdpau_interop
Define "GL_WRITE_DISCARD_NV" with expression '0x88BE', CType: int More...
 
static final int GL_FLOAT_CLEAR_COLOR_VALUE_NV = 0x888d
 GL_NV_float_buffer
Define "GL_FLOAT_CLEAR_COLOR_VALUE_NV" with expression '0x888D', CType: int More...
 
static final int GL_MATRIX1_ARB = 0x88c1
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX1_ARB" with expression '0x88C1', CType: int More...
 
static final int GL_POST_COLOR_MATRIX_GREEN_BIAS = 0x80b9
 GL_ARB_imaging, GL_SGI_color_matrix
Alias for: GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI
Define "GL_POST_COLOR_MATRIX_GREEN_BIAS" with expression '0x80B9', CType: int More...
 
static final int GL_TEXTURE_SWIZZLE_R_EXT = 0x8e42
 GL_EXT_texture_swizzle
Define "GL_TEXTURE_SWIZZLE_R_EXT" with expression '0x8E42', CType: int More...
 
static final int GL_SAMPLER_1D_ARB = 0x8b5d
 GL_ARB_shader_objects
Define "GL_SAMPLER_1D_ARB" with expression '0x8B5D', CType: int More...
 
static final int GL_TRANSPOSE_TEXTURE_MATRIX = 0x84e5
 GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: GL_TRANSPOSE_TEXTURE_MATRIX_ARB
Define "GL_TRANSPOSE_TEXTURE_MATRIX" with expression '0x84E5', CType: int More...
 
static final int GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV = 0x8857
 GL_NV_texture_shader3
Define "GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV" with expression '0x8857', CType: int More...
 
static final int GL_INDEX_ARRAY = 0x8077
 GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: GL_INDEX_ARRAY_EXT
Define "GL_INDEX_ARRAY" with expression '0x8077', CType: int More...
 
static final int GL_POST_CONVOLUTION_ALPHA_SCALE = 0x801f
 GL_ARB_imaging, GL_EXT_convolution
Alias for: GL_POST_CONVOLUTION_ALPHA_SCALE_EXT
Define "GL_POST_CONVOLUTION_ALPHA_SCALE" with expression '0x801F', CType: int More...
 
static final int GL_PROGRAM_RESULT_COMPONENTS_NV = 0x8907
 GL_NV_gpu_program4
Define "GL_PROGRAM_RESULT_COMPONENTS_NV" with expression '0x8907', CType: int More...
 
static final int GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_NV = 0x8e5e
 GL_NV_gpu_program5
Define "GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_NV" with expression '0x8E5E', CType: int More...
 
static final int GL_ALPHA_TO_COVERAGE_DITHER_DISABLE_NV = 0x934f
 GL_NV_alpha_to_coverage_dither_control
Define "GL_ALPHA_TO_COVERAGE_DITHER_DISABLE_NV" with expression '0x934F', CType: int More...
 
static final int GL_Z6Y10Z6CB10Z6Y10Z6CR10_422_NV = 0x9033
 GL_NV_video_capture
Define "GL_Z6Y10Z6CB10Z6Y10Z6CR10_422_NV" with expression '0x9033', CType: int More...
 
static final int GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX = 0x9047
 GL_NVX_gpu_memory_info
Define "GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX" with expression '0x9047', CType: int More...
 
static final int GL_VERTEX_ARRAY_RANGE_APPLE = 0x851d
 GL_APPLE_vertex_array_range
Define "GL_VERTEX_ARRAY_RANGE_APPLE" with expression '0x851D', CType: int More...
 
static final int GL_FLOAT_RGB_NV = 0x8882
 GL_NV_float_buffer
Define "GL_FLOAT_RGB_NV" with expression '0x8882', CType: int More...
 
static final int GL_LUMINANCE_ALPHA16I = 0x8d8d
 GL_EXT_texture_integer
Alias for: GL_LUMINANCE_ALPHA16I_EXT
Define "GL_LUMINANCE_ALPHA16I" with expression '0x8D8D', CType: int More...
 
static final int GL_QUERY_STENCIL_FAIL_EVENT_BIT_AMD = 0x4
 GL_AMD_occlusion_query_event
Define "GL_QUERY_STENCIL_FAIL_EVENT_BIT_AMD" with expression '0x00000004', CType: int More...
 
static final int GL_ORDER = 0xa01
 GL_VERSION_1_0
Define "GL_ORDER" with expression '0x0A01', CType: int More...
 
static final int GL_SAMPLER_2D_RECT_ARB = 0x8b63
 GL_ARB_shader_objects
Define "GL_SAMPLER_2D_RECT_ARB" with expression '0x8B63', CType: int More...
 
static final int GL_READ_PIXEL_DATA_RANGE_LENGTH_NV = 0x887b
 GL_NV_pixel_data_range
Define "GL_READ_PIXEL_DATA_RANGE_LENGTH_NV" with expression '0x887B', CType: int More...
 
static final int GL_MATRIX24_ARB = 0x88d8
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX24_ARB" with expression '0x88D8', CType: int More...
 
static final int GL_CONST_EYE_NV = 0x86e5
 GL_NV_texture_shader
Define "GL_CONST_EYE_NV" with expression '0x86E5', CType: int More...
 
static final int GL_INTENSITY8 = 0x804b
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_INTENSITY8_EXT
Define "GL_INTENSITY8" with expression '0x804B', CType: int More...
 
static final int GL_MAX_TEXTURE_COORDS_ARB = 0x8871
 GL_ARB_fragment_program
Define "GL_MAX_TEXTURE_COORDS_ARB" with expression '0x8871', CType: int More...
 
static final int GL_INTENSITY4 = 0x804a
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_INTENSITY4_EXT
Define "GL_INTENSITY4" with expression '0x804A', CType: int More...
 
static final int GL_SHARED_TEXTURE_PALETTE_EXT = 0x81fb
 GL_EXT_shared_texture_palette
Define "GL_SHARED_TEXTURE_PALETTE_EXT" with expression '0x81FB', CType: int More...
 
static final int GL_LINE_STIPPLE_PATTERN = 0xb25
 GL_VERSION_1_0
Define "GL_LINE_STIPPLE_PATTERN" with expression '0x0B25', CType: int More...
 
static final int GL_SECONDARY_COLOR_ARRAY_TYPE = 0x845b
 GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: GL_SECONDARY_COLOR_ARRAY_TYPE_EXT
Define "GL_SECONDARY_COLOR_ARRAY_TYPE" with expression '0x845B', CType: int More...
 
static final int GL_CMYK_EXT = 0x800c
 GL_EXT_cmyka
Define "GL_CMYK_EXT" with expression '0x800C', CType: int More...
 
static final int GL_PROXY_COLOR_TABLE = 0x80d3
 GL_ARB_imaging, GL_VERSION_4_5, GL_SGI_color_table
Alias for: GL_PROXY_COLOR_TABLE_SGI
Define "GL_PROXY_COLOR_TABLE" with expression '0x80D3', CType: int More...
 
static final int GL_PROGRAM_ALU_INSTRUCTIONS_ARB = 0x8805
 GL_ARB_fragment_program
Define "GL_PROGRAM_ALU_INSTRUCTIONS_ARB" with expression '0x8805', CType: int More...
 
static final int GL_INDEX_ARRAY_BUFFER_BINDING = 0x8899
 GL_VERSION_1_5, GL_ARB_vertex_buffer_object
Alias for: GL_INDEX_ARRAY_BUFFER_BINDING_ARB
Define "GL_INDEX_ARRAY_BUFFER_BINDING" with expression '0x8899', CType: int More...
 
static final int GL_EVAL_VERTEX_ATTRIB9_NV = 0x86cf
 GL_NV_evaluators
Define "GL_EVAL_VERTEX_ATTRIB9_NV" with expression '0x86CF', CType: int More...
 
static final int GL_BITMAP = 0x1a00
 GL_VERSION_1_0
Define "GL_BITMAP" with expression '0x1A00', CType: int More...
 
static final int GL_EMBOSS_LIGHT_NV = 0x855d
 GL_NV_texgen_emboss
Define "GL_EMBOSS_LIGHT_NV" with expression '0x855D', CType: int More...
 
static final int GL_4D_COLOR_TEXTURE = 0x604
 GL_VERSION_1_0
Define "GL_4D_COLOR_TEXTURE" with expression '0x0604', CType: int More...
 
static final int GL_MATRIX11_ARB = 0x88cb
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX11_ARB" with expression '0x88CB', CType: int More...
 
static final int GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV = 0x8da0
 GL_NV_parameter_buffer_object
Define "GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV" with expression '0x8DA0', CType: int More...
 
static final int GL_TEXTURE_FLOAT_COMPONENTS_NV = 0x888c
 GL_NV_float_buffer
Define "GL_TEXTURE_FLOAT_COMPONENTS_NV" with expression '0x888C', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB = 0x8624
 GL_ARB_vertex_program
Define "GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB" with expression '0x8624', CType: int More...
 
static final int GL_SECONDARY_COLOR_ARRAY_POINTER = 0x845d
 GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: GL_SECONDARY_COLOR_ARRAY_POINTER_EXT
Define "GL_SECONDARY_COLOR_ARRAY_POINTER" with expression '0x845D', CType: int More...
 
static final int GL_LUMINANCE12_ALPHA12 = 0x8047
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_LUMINANCE12_ALPHA12_EXT
Define "GL_LUMINANCE12_ALPHA12" with expression '0x8047', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_INTEGER_NV = 0x88fd
 GL_NV_vertex_program4
Define "GL_VERTEX_ATTRIB_ARRAY_INTEGER_NV" with expression '0x88FD', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE_NV = 0x8e24
 GL_NV_transform_feedback2
Define "GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE_NV" with expression '0x8E24', CType: int More...
 
static final int GL_PER_GPU_STORAGE_NV = 0x9548
 GL_NV_gpu_multicast
Define "GL_PER_GPU_STORAGE_NV" with expression '0x9548', CType: int More...
 
static final int GL_QUERY_OBJECT_AMD = 0x9153
 GL_AMD_name_gen_delete
Define "GL_QUERY_OBJECT_AMD" with expression '0x9153', CType: int More...
 
static final int GL_ALPHA_FLOAT16_ATI = 0x881c
 GL_ATI_texture_float
Define "GL_ALPHA_FLOAT16_ATI" with expression '0x881C', CType: int More...
 
static final int GL_PIXEL_MAP_I_TO_G_SIZE = 0xcb3
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_I_TO_G_SIZE" with expression '0x0CB3', CType: int More...
 
static final int GL_EYE_LINEAR = 0x2400
 GL_VERSION_1_0, GL_NV_path_rendering
Alias for: GL_EYE_LINEAR_NV
Define "GL_EYE_LINEAR" with expression '0x2400', CType: int More...
 
static final int GL_CURRENT_MATRIX_STACK_DEPTH_ARB = 0x8640
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_CURRENT_MATRIX_STACK_DEPTH_ARB" with expression '0x8640', CType: int More...
 
static final int GL_SIGNED_RGB_NV = 0x86fe
 GL_NV_texture_shader
Define "GL_SIGNED_RGB_NV" with expression '0x86FE', CType: int More...
 
static final int GL_LIGHT_MODEL_LOCAL_VIEWER = 0xb51
 GL_VERSION_1_0
Define "GL_LIGHT_MODEL_LOCAL_VIEWER" with expression '0x0B51', CType: int More...
 
static final int GL_UNSIGNED_INT_8_8_S8_S8_REV_NV = 0x86db
 GL_NV_texture_shader
Define "GL_UNSIGNED_INT_8_8_S8_S8_REV_NV" with expression '0x86DB', CType: int More...
 
static final int GL_FLOAT_VEC2_ARB = 0x8b50
 GL_ARB_shader_objects
Define "GL_FLOAT_VEC2_ARB" with expression '0x8B50', CType: int More...
 
static final int GL_HALF_APPLE = 0x140b
 GL_APPLE_float_pixels
Define "GL_HALF_APPLE" with expression '0x140B', CType: int More...
 
static final int GL_DSDT8_MAG8_NV = 0x870a
 GL_NV_texture_shader
Define "GL_DSDT8_MAG8_NV" with expression '0x870A', CType: int More...
 
static final int GL_VERTEX_ATTRIB_MAP2_ORDER_APPLE = 0x8a08
 GL_APPLE_vertex_program_evaluators
Define "GL_VERTEX_ATTRIB_MAP2_ORDER_APPLE" with expression '0x8A08', CType: int More...
 
static final int GL_TEXTURE_SWIZZLE_RGBA_EXT = 0x8e46
 GL_EXT_texture_swizzle
Define "GL_TEXTURE_SWIZZLE_RGBA_EXT" with expression '0x8E46', CType: int More...
 
static final int GL_RESAMPLE_REPLICATE_OML = 0x8986
 GL_OML_resample
Define "GL_RESAMPLE_REPLICATE_OML" with expression '0x8986', CType: int More...
 
static final int GL_EYE_PLANE = 0x2502
 GL_VERSION_1_0
Define "GL_EYE_PLANE" with expression '0x2502', CType: int More...
 
static final int GL_PRIMITIVE_RESTART_NV = 0x8558
 GL_NV_primitive_restart
Define "GL_PRIMITIVE_RESTART_NV" with expression '0x8558', CType: int More...
 
static final int GL_VERTEX_ARRAY_RANGE_LENGTH_APPLE = 0x851e
 GL_APPLE_vertex_array_range
Define "GL_VERTEX_ARRAY_RANGE_LENGTH_APPLE" with expression '0x851E', CType: int More...
 
static final int GL_FRAGMENT_MATERIAL_EXT = 0x8349
 GL_EXT_light_texture
Define "GL_FRAGMENT_MATERIAL_EXT" with expression '0x8349', CType: int More...
 
static final int GL_PIXEL_MIN_FILTER_EXT = 0x8332
 GL_EXT_pixel_transform
Define "GL_PIXEL_MIN_FILTER_EXT" with expression '0x8332', CType: int More...
 
static final int GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT = 0x87cd
 GL_EXT_vertex_shader
Define "GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT" with expression '0x87CD', CType: int More...
 
static final int GL_ARRAY_ELEMENT_LOCK_COUNT_EXT = 0x81a9
 GL_EXT_compiled_vertex_array
Define "GL_ARRAY_ELEMENT_LOCK_COUNT_EXT" with expression '0x81A9', CType: int More...
 
static final int GL_VERTEX_SHADER_OPTIMIZED_EXT = 0x87d4
 GL_EXT_vertex_shader
Define "GL_VERTEX_SHADER_OPTIMIZED_EXT" with expression '0x87D4', CType: int More...
 
static final int GL_MODELVIEW1_MATRIX_EXT = 0x8506
 GL_EXT_vertex_weighting
Define "GL_MODELVIEW1_MATRIX_EXT" with expression '0x8506', CType: int More...
 
static final int GL_PIXEL_COUNT_NV = 0x8866
 GL_NV_occlusion_query
Define "GL_PIXEL_COUNT_NV" with expression '0x8866', CType: int More...
 
static final int GL_INT_VEC3_ARB = 0x8b54
 GL_ARB_shader_objects
Define "GL_INT_VEC3_ARB" with expression '0x8B54', CType: int More...
 
static final int GL_T2F_IUI_N3F_V2F_EXT = 0x81b3
 GL_EXT_index_array_formats
Define "GL_T2F_IUI_N3F_V2F_EXT" with expression '0x81B3', CType: int More...
 
static final int GL_CURRENT_VERTEX_EXT = 0x87e2
 GL_EXT_vertex_shader
Define "GL_CURRENT_VERTEX_EXT" with expression '0x87E2', CType: int More...
 
static final int GL_FOG_COORD_SRC = 0x8450
 GL_VERSION_1_5
Define "GL_FOG_COORD_SRC" with expression '0x8450', CType: int More...
 
static final int GL_MULT = 0x103
 GL_VERSION_1_0
Define "GL_MULT" with expression '0x0103', CType: int More...
 
static final int GL_VARIANT_DATATYPE_EXT = 0x87e5
 GL_EXT_vertex_shader
Define "GL_VARIANT_DATATYPE_EXT" with expression '0x87E5', CType: int More...
 
static final int GL_PARTIAL_SUCCESS_NV = 0x902e
 GL_NV_video_capture
Define "GL_PARTIAL_SUCCESS_NV" with expression '0x902E', CType: int More...
 
static final int GL_PIXELS_PER_SAMPLE_PATTERN_Y_AMD = 0x91af
 GL_AMD_framebuffer_sample_positions
Define "GL_PIXELS_PER_SAMPLE_PATTERN_Y_AMD" with expression '0x91AF', CType: int More...
 
static final int GL_POST_COLOR_MATRIX_ALPHA_SCALE = 0x80b7
 GL_ARB_imaging, GL_SGI_color_matrix
Alias for: GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI
Define "GL_POST_COLOR_MATRIX_ALPHA_SCALE" with expression '0x80B7', CType: int More...
 
static final int GL_TRANSPOSE_PROJECTION_MATRIX = 0x84e4
 GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: GL_TRANSPOSE_PROJECTION_MATRIX_ARB
Define "GL_TRANSPOSE_PROJECTION_MATRIX" with expression '0x84E4', CType: int More...
 
static final int GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT = 0x87d2
 GL_EXT_vertex_shader
Define "GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT" with expression '0x87D2', CType: int More...
 
static final int GL_ALPHA_REF_COMMAND_NV = 0xf
 GL_NV_command_list
Define "GL_ALPHA_REF_COMMAND_NV" with expression '0x000F', CType: int More...
 
static final int GL_MAX_PROGRAM_TEMPORARIES_ARB = 0x88a5
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MAX_PROGRAM_TEMPORARIES_ARB" with expression '0x88A5', CType: int More...
 
static final int GL_ALPHA16UI = 0x8d78
 GL_EXT_texture_integer
Alias for: GL_ALPHA16UI_EXT
Define "GL_ALPHA16UI" with expression '0x8D78', CType: int More...
 
static final int GL_FLOAT_RGBA_MODE_NV = 0x888e
 GL_NV_float_buffer
Define "GL_FLOAT_RGBA_MODE_NV" with expression '0x888E', CType: int More...
 
static final int GL_COLOR_MATERIAL_PARAMETER = 0xb56
 GL_VERSION_1_0
Define "GL_COLOR_MATERIAL_PARAMETER" with expression '0x0B56', CType: int More...
 
static final int GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT = 0x8510
 GL_EXT_vertex_weighting
Define "GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT" with expression '0x8510', CType: int More...
 
static final int GL_3_BYTES = 0x1408
 GL_VERSION_1_0, GL_NV_path_rendering
Alias for: GL_3_BYTES_NV
Define "GL_3_BYTES" with expression '0x1408', CType: int More...
 
static final int GL_INDEX_OFFSET = 0xd13
 GL_VERSION_1_0
Define "GL_INDEX_OFFSET" with expression '0x0D13', CType: int More...
 
static final int GL_DSDT8_NV = 0x8709
 GL_NV_texture_shader
Define "GL_DSDT8_NV" with expression '0x8709', CType: int More...
 
static final int GL_POST_CONVOLUTION_GREEN_SCALE = 0x801d
 GL_ARB_imaging, GL_EXT_convolution
Alias for: GL_POST_CONVOLUTION_GREEN_SCALE_EXT
Define "GL_POST_CONVOLUTION_GREEN_SCALE" with expression '0x801D', CType: int More...
 
static final int GL_SAMPLER_OBJECT_AMD = 0x9155
 GL_AMD_name_gen_delete
Define "GL_SAMPLER_OBJECT_AMD" with expression '0x9155', CType: int More...
 
static final int GL_MATRIX28_ARB = 0x88dc
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX28_ARB" with expression '0x88DC', CType: int More...
 
static final int GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV = 0x8856
 GL_NV_texture_shader3
Define "GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV" with expression '0x8856', CType: int More...
 
static final int GL_LUMINANCE_ALPHA_SNORM = 0x9012
 GL_EXT_texture_snorm
Define "GL_LUMINANCE_ALPHA_SNORM" with expression '0x9012', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD30_EXT = 0x87bb
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD30_EXT" with expression '0x87BB', CType: int More...
 
static final int GL_ACCUM_GREEN_BITS = 0xd59
 GL_VERSION_1_0
Define "GL_ACCUM_GREEN_BITS" with expression '0x0D59', CType: int More...
 
static final int GL_INT_SAMPLER_RENDERBUFFER_NV = 0x8e57
 GL_NV_explicit_multisample
Define "GL_INT_SAMPLER_RENDERBUFFER_NV" with expression '0x8E57', CType: int More...
 
static final int GL_TEXTURE_LIGHT_EXT = 0x8350
 GL_EXT_light_texture
Define "GL_TEXTURE_LIGHT_EXT" with expression '0x8350', CType: int More...
 
static final int GL_COLOR_TABLE_INTENSITY_SIZE = 0x80df
 GL_ARB_imaging, GL_SGI_color_table
Alias for: GL_COLOR_TABLE_INTENSITY_SIZE_SGI
Define "GL_COLOR_TABLE_INTENSITY_SIZE" with expression '0x80DF', CType: int More...
 
static final int GL_ALPHA16I = 0x8d8a
 GL_EXT_texture_integer
Alias for: GL_ALPHA16I_EXT
Define "GL_ALPHA16I" with expression '0x8D8A', CType: int More...
 
static final int GL_RELEASED_APPLE = 0x8a19
 GL_APPLE_object_purgeable
Define "GL_RELEASED_APPLE" with expression '0x8A19', CType: int More...
 
static final int GL_ATTRIBUTE_ADDRESS_COMMAND_NV = 0x9
 GL_NV_command_list
Define "GL_ATTRIBUTE_ADDRESS_COMMAND_NV" with expression '0x0009', CType: int More...
 
static final int GL_FOG_COORD_ARRAY_STRIDE = 0x8455
 GL_VERSION_1_5
Define "GL_FOG_COORD_ARRAY_STRIDE" with expression '0x8455', CType: int More...
 
static final int GL_OFFSET_TEXTURE_2D_BIAS_NV = 0x86e3
 GL_NV_texture_shader
Define "GL_OFFSET_TEXTURE_2D_BIAS_NV" with expression '0x86E3', CType: int More...
 
static final int GL_UNSIGNED_INT_S8_S8_8_8_NV = 0x86da
 GL_NV_texture_shader
Define "GL_UNSIGNED_INT_S8_S8_8_8_NV" with expression '0x86DA', CType: int More...
 
static final int GL_TEXTURE_INTENSITY_TYPE = 0x8c15
 GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_ARB_texture_float
Alias for: GL_TEXTURE_INTENSITY_TYPE_ARB
Define "GL_TEXTURE_INTENSITY_TYPE" with expression '0x8C15', CType: int More...
 
static final int GL_INTENSITY16_SNORM = 0x901b
 GL_EXT_texture_snorm
Define "GL_INTENSITY16_SNORM" with expression '0x901B', CType: int More...
 
static final int GL_SM_COUNT_NV = 0x933b
 GL_NV_shader_thread_group
Define "GL_SM_COUNT_NV" with expression '0x933B', CType: int More...
 
static final int GL_EDGE_FLAG = 0xb43
 GL_VERSION_1_0
Define "GL_EDGE_FLAG" with expression '0x0B43', CType: int More...
 
static final int GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 0x88a7
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB" with expression '0x88A7', CType: int More...
 
static final int GL_VERTEX_SHADER_VARIANTS_EXT = 0x87d0
 GL_EXT_vertex_shader
Define "GL_VERTEX_SHADER_VARIANTS_EXT" with expression '0x87D0', CType: int More...
 
static final int GL_MAX_ATTRIB_STACK_DEPTH = 0xd35
 GL_VERSION_1_0
Define "GL_MAX_ATTRIB_STACK_DEPTH" with expression '0x0D35', CType: int More...
 
static final int GL_RGB_FLOAT32_APPLE = 0x8815
 GL_APPLE_float_pixels
Define "GL_RGB_FLOAT32_APPLE" with expression '0x8815', CType: int More...
 
static final int GL_NEGATIVE_Y_EXT = 0x87da
 GL_EXT_vertex_shader
Define "GL_NEGATIVE_Y_EXT" with expression '0x87DA', CType: int More...
 
static final int GL_COMPARE_REF_DEPTH_TO_TEXTURE = 0x884e
 GL_EXT_texture_array
Alias for: GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT
Define "GL_COMPARE_REF_DEPTH_TO_TEXTURE" with expression '0x884E', CType: int More...
 
static final int GL_OUTPUT_COLOR1_EXT = 0x879c
 GL_EXT_vertex_shader
Define "GL_OUTPUT_COLOR1_EXT" with expression '0x879C', CType: int More...
 
static final int GL_LAYOUT_LINEAR_INTEL = 0x1
 GL_INTEL_map_texture
Define "GL_LAYOUT_LINEAR_INTEL" with expression '1', CType: int More...
 
static final int GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 0x880c
 GL_ARB_fragment_program
Define "GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB" with expression '0x880C', CType: int More...
 
static final int GL_COLOR_MATRIX_STACK_DEPTH = 0x80b2
 GL_ARB_imaging, GL_SGI_color_matrix
Alias for: GL_COLOR_MATRIX_STACK_DEPTH_SGI
Define "GL_COLOR_MATRIX_STACK_DEPTH" with expression '0x80B2', CType: int More...
 
static final int GL_CLAMP_VERTEX_COLOR = 0x891a
 GL_VERSION_3_0, GL_ARB_color_buffer_float
Alias for: GL_CLAMP_VERTEX_COLOR_ARB
Define "GL_CLAMP_VERTEX_COLOR" with expression '0x891A', CType: int More...
 
static final int GL_IMAGE_2D_MULTISAMPLE = 0x9055
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_2D_MULTISAMPLE_EXT
Define "GL_IMAGE_2D_MULTISAMPLE" with expression '0x9055', CType: int More...
 
static final int GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV = 0x8e11
 GL_NV_framebuffer_multisample_coverage
Define "GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV" with expression '0x8E11', CType: int More...
 
static final int GL_DEPTH_CLAMP_NV = 0x864f
 GL_NV_depth_clamp
Define "GL_DEPTH_CLAMP_NV" with expression '0x864F', CType: int More...
 
static final int GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV = 0x885d
 GL_NV_texture_shader3
Define "GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV" with expression '0x885D', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB = 0x8622
 GL_ARB_vertex_program
Define "GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB" with expression '0x8622', CType: int More...
 
static final int GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 0x88b1
 GL_ARB_vertex_program
Define "GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB" with expression '0x88B1', CType: int More...
 
static final int GL_PIXEL_MAP_G_TO_G_SIZE = 0xcb7
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_G_TO_G_SIZE" with expression '0x0CB7', CType: int More...
 
static final int GL_MODELVIEW19_ARB = 0x8733
 GL_ARB_vertex_blend
Define "GL_MODELVIEW19_ARB" with expression '0x8733', CType: int More...
 
static final int GL_CURRENT_SECONDARY_COLOR = 0x8459
 GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: GL_CURRENT_SECONDARY_COLOR_EXT
Define "GL_CURRENT_SECONDARY_COLOR" with expression '0x8459', CType: int More...
 
static final int GL_COMPILE = 0x1300
 GL_VERSION_1_0
Define "GL_COMPILE" with expression '0x1300', CType: int More...
 
static final int GL_LINE_BIT = 0x4
 GL_VERSION_1_0
Define "GL_LINE_BIT" with expression '0x00000004', CType: int More...
 
static final int GL_WEIGHT_ARRAY_BUFFER_BINDING = 0x889e
 GL_VERSION_1_5, GL_ARB_vertex_buffer_object, GL_OES_matrix_palette
Alias for: GL_WEIGHT_ARRAY_BUFFER_BINDING_ARB, GL_WEIGHT_ARRAY_BUFFER_BINDING_OES
Define "GL_WEIGHT_ARRAY_BUFFER_BINDING" with expression '0x889E', CType: int More...
 
static final int GL_LO_SCALE_NV = 0x870f
 GL_NV_texture_shader
Define "GL_LO_SCALE_NV" with expression '0x870F', CType: int More...
 
static final int GL_PERFQUERY_DONOT_FLUSH_INTEL = 0x83f9
 GL_INTEL_performance_query
Define "GL_PERFQUERY_DONOT_FLUSH_INTEL" with expression '0x83F9', CType: int More...
 
static final int GL_DRAW_BUFFER14_ATI = 0x8833
 GL_ATI_draw_buffers
Define "GL_DRAW_BUFFER14_ATI" with expression '0x8833', CType: int More...
 
static final int GL_TEXTURE_RENDERBUFFER_NV = 0x8e55
 GL_NV_explicit_multisample
Define "GL_TEXTURE_RENDERBUFFER_NV" with expression '0x8E55', CType: int More...
 
static final int GL_MODELVIEW15_ARB = 0x872f
 GL_ARB_vertex_blend
Define "GL_MODELVIEW15_ARB" with expression '0x872F', CType: int More...
 
static final int GL_GREEN_BIAS = 0xd19
 GL_VERSION_1_0
Define "GL_GREEN_BIAS" with expression '0x0D19', CType: int More...
 
static final int GL_PASS_THROUGH_NV = 0x86e6
 GL_NV_texture_shader
Define "GL_PASS_THROUGH_NV" with expression '0x86E6', CType: int More...
 
static final int GL_VIDEO_COLOR_CONVERSION_MIN_NV = 0x902b
 GL_NV_video_capture
Define "GL_VIDEO_COLOR_CONVERSION_MIN_NV" with expression '0x902B', CType: int More...
 
static final int GL_OP_NEGATE_EXT = 0x8783
 GL_EXT_vertex_shader
Define "GL_OP_NEGATE_EXT" with expression '0x8783', CType: int More...
 
static final int GL_ZERO_EXT = 0x87dd
 GL_EXT_vertex_shader
Define "GL_ZERO_EXT" with expression '0x87DD', CType: int More...
 
static final int GL_VERTEX_SHADER_EXT = 0x8780
 GL_EXT_vertex_shader
Define "GL_VERTEX_SHADER_EXT" with expression '0x8780', CType: int More...
 
static final int GL_PACK_ROW_BYTES_APPLE = 0x8a15
 GL_APPLE_row_bytes
Define "GL_PACK_ROW_BYTES_APPLE" with expression '0x8A15', CType: int More...
 
static final int GL_POST_CONVOLUTION_RED_SCALE = 0x801c
 GL_ARB_imaging, GL_EXT_convolution
Alias for: GL_POST_CONVOLUTION_RED_SCALE_EXT
Define "GL_POST_CONVOLUTION_RED_SCALE" with expression '0x801C', CType: int More...
 
static final int GL_MAP2_GRID_SEGMENTS = 0xdd3
 GL_VERSION_1_0
Define "GL_MAP2_GRID_SEGMENTS" with expression '0x0DD3', CType: int More...
 
static final int GL_MAX_PROGRAM_RESULT_COMPONENTS_NV = 0x8909
 GL_NV_gpu_program4
Define "GL_MAX_PROGRAM_RESULT_COMPONENTS_NV" with expression '0x8909', CType: int More...
 
static final int GL_YCBAYCR8A_4224_NV = 0x9032
 GL_NV_video_capture
Define "GL_YCBAYCR8A_4224_NV" with expression '0x9032', CType: int More...
 
static final int GL_RGBA_SIGNED_COMPONENTS = 0x8c3c
 GL_EXT_packed_float
Alias for: GL_RGBA_SIGNED_COMPONENTS_EXT
Define "GL_RGBA_SIGNED_COMPONENTS" with expression '0x8C3C', CType: int More...
 
static final int GL_PERFQUERY_COUNTER_TIMESTAMP_INTEL = 0x94f5
 GL_INTEL_performance_query
Define "GL_PERFQUERY_COUNTER_TIMESTAMP_INTEL" with expression '0x94F5', CType: int More...
 
static final int GL_PN_TRIANGLES_POINT_MODE_LINEAR_ATI = 0x87f5
 GL_ATI_pn_triangles
Define "GL_PN_TRIANGLES_POINT_MODE_LINEAR_ATI" with expression '0x87F5', CType: int More...
 
static final int GL_MODELVIEW24_ARB = 0x8738
 GL_ARB_vertex_blend
Define "GL_MODELVIEW24_ARB" with expression '0x8738', CType: int More...
 
static final int GL_QUERY_DEPTH_BOUNDS_FAIL_EVENT_BIT_AMD = 0x8
 GL_AMD_occlusion_query_event
Define "GL_QUERY_DEPTH_BOUNDS_FAIL_EVENT_BIT_AMD" with expression '0x00000008', CType: int More...
 
static final int GL_MODELVIEW30_ARB = 0x873e
 GL_ARB_vertex_blend
Define "GL_MODELVIEW30_ARB" with expression '0x873E', CType: int More...
 
static final int GL_EVAL_VERTEX_ATTRIB1_NV = 0x86c7
 GL_NV_evaluators
Define "GL_EVAL_VERTEX_ATTRIB1_NV" with expression '0x86C7', CType: int More...
 
static final int GL_MAX_VERTEX_SHADER_INVARIANTS_EXT = 0x87c7
 GL_EXT_vertex_shader
Define "GL_MAX_VERTEX_SHADER_INVARIANTS_EXT" with expression '0x87C7', CType: int More...
 
static final int GL_PROGRAM_FORMAT_ASCII_ARB = 0x8875
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_PROGRAM_FORMAT_ASCII_ARB" with expression '0x8875', CType: int More...
 
static final int GL_CLIENT_VERTEX_ARRAY_BIT = 0x2
 GL_VERSION_1_1
Define "GL_CLIENT_VERTEX_ARRAY_BIT" with expression '0x00000002', CType: int More...
 
static final int GL_2_BYTES = 0x1407
 GL_VERSION_1_0, GL_NV_path_rendering
Alias for: GL_2_BYTES_NV
Define "GL_2_BYTES" with expression '0x1407', CType: int More...
 
static final int GL_MODELVIEW0_EXT = 0x1700
 GL_EXT_vertex_weighting
Define "GL_MODELVIEW0_EXT" with expression '0x1700', CType: int More...
 
static final int GL_COMPUTE_PROGRAM_NV = 0x90fb
 GL_NV_compute_program5
Define "GL_COMPUTE_PROGRAM_NV" with expression '0x90FB', CType: int More...
 
static final int GL_PREVIOUS_TEXTURE_INPUT_NV = 0x86e4
 GL_NV_texture_shader
Define "GL_PREVIOUS_TEXTURE_INPUT_NV" with expression '0x86E4', CType: int More...
 
static final int GL_OBJECT_DELETE_STATUS_ARB = 0x8b80
 GL_ARB_shader_objects
Define "GL_OBJECT_DELETE_STATUS_ARB" with expression '0x8B80', CType: int More...
 
static final int GL_VERTEX_PROGRAM_POINT_SIZE_ARB = 0x8642
 GL_ARB_vertex_program
Define "GL_VERTEX_PROGRAM_POINT_SIZE_ARB" with expression '0x8642', CType: int More...
 
static final int GL_CONVOLUTION_HEIGHT = 0x8019
 GL_ARB_imaging, GL_EXT_convolution
Alias for: GL_CONVOLUTION_HEIGHT_EXT
Define "GL_CONVOLUTION_HEIGHT" with expression '0x8019', CType: int More...
 
static final int GL_FULL_RANGE_EXT = 0x87e1
 GL_EXT_vertex_shader
Define "GL_FULL_RANGE_EXT" with expression '0x87E1', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_BINDING_NV = 0x8e25
 GL_NV_transform_feedback2
Define "GL_TRANSFORM_FEEDBACK_BINDING_NV" with expression '0x8E25', CType: int More...
 
static final int GL_DRAW_ELEMENTS_INSTANCED_COMMAND_NV = 0x6
 GL_NV_command_list
Define "GL_DRAW_ELEMENTS_INSTANCED_COMMAND_NV" with expression '0x0006', CType: int More...
 
static final int GL_CLIENT_PIXEL_STORE_BIT = 0x1
 GL_VERSION_1_1
Define "GL_CLIENT_PIXEL_STORE_BIT" with expression '0x00000001', CType: int More...
 
static final int GL_INT_IMAGE_2D_RECT = 0x905a
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_INT_IMAGE_2D_RECT_EXT
Define "GL_INT_IMAGE_2D_RECT" with expression '0x905A', CType: int More...
 
static final int GL_LUMINANCE16I = 0x8d8c
 GL_EXT_texture_integer
Alias for: GL_LUMINANCE16I_EXT
Define "GL_LUMINANCE16I" with expression '0x8D8C', CType: int More...
 
static final int GL_MINMAX_SINK = 0x8030
 GL_ARB_imaging, GL_EXT_histogram
Alias for: GL_MINMAX_SINK_EXT
Define "GL_MINMAX_SINK" with expression '0x8030', CType: int More...
 
static final int GL_VBO_FREE_MEMORY_ATI = 0x87fb
 GL_ATI_meminfo
Define "GL_VBO_FREE_MEMORY_ATI" with expression '0x87FB', CType: int More...
 
static final int GL_FEEDBACK_BUFFER_POINTER = 0xdf0
 GL_VERSION_1_0
Define "GL_FEEDBACK_BUFFER_POINTER" with expression '0x0DF0', CType: int More...
 
static final int GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9061
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT
Define "GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY" with expression '0x9061', CType: int More...
 
static final int GL_COLOR_TABLE_BLUE_SIZE = 0x80dc
 GL_ARB_imaging, GL_SGI_color_table
Alias for: GL_COLOR_TABLE_BLUE_SIZE_SGI
Define "GL_COLOR_TABLE_BLUE_SIZE" with expression '0x80DC', CType: int More...
 
static final int GL_DRAW_BUFFER3_ATI = 0x8828
 GL_ATI_draw_buffers
Define "GL_DRAW_BUFFER3_ATI" with expression '0x8828', CType: int More...
 
static final int GL_PN_TRIANGLES_NORMAL_MODE_LINEAR_ATI = 0x87f7
 GL_ATI_pn_triangles
Define "GL_PN_TRIANGLES_NORMAL_MODE_LINEAR_ATI" with expression '0x87F7', CType: int More...
 
static final int GL_RENDER_MODE = 0xc40
 GL_VERSION_1_0
Define "GL_RENDER_MODE" with expression '0x0C40', CType: int More...
 
static final int GL_SAMPLER_CUBE_ARB = 0x8b60
 GL_ARB_shader_objects
Define "GL_SAMPLER_CUBE_ARB" with expression '0x8B60', CType: int More...
 
static final int GL_PERTURB_EXT = 0x85ae
 GL_EXT_texture_perturb_normal
Define "GL_PERTURB_EXT" with expression '0x85AE', CType: int More...
 
static final int GL_CURRENT_RASTER_DISTANCE = 0xb09
 GL_VERSION_1_0
Define "GL_CURRENT_RASTER_DISTANCE" with expression '0x0B09', CType: int More...
 
static final int GL_DRAW_PIXEL_TOKEN = 0x705
 GL_VERSION_1_0
Define "GL_DRAW_PIXEL_TOKEN" with expression '0x0705', CType: int More...
 
static final int GL_DT_SCALE_NV = 0x8711
 GL_NV_texture_shader
Define "GL_DT_SCALE_NV" with expression '0x8711', CType: int More...
 
static final int GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV = 0x86f1
 GL_NV_texture_shader
Define "GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV" with expression '0x86F1', CType: int More...
 
static final int GL_CLAMP = 0x2900
 GL_VERSION_1_0
Define "GL_CLAMP" with expression '0x2900', CType: int More...
 
static final int GL_MODELVIEW2_ARB = 0x8722
 GL_ARB_vertex_blend
Define "GL_MODELVIEW2_ARB" with expression '0x8722', CType: int More...
 
static final int GL_TEXTURE_FREE_MEMORY_ATI = 0x87fc
 GL_ATI_meminfo
Define "GL_TEXTURE_FREE_MEMORY_ATI" with expression '0x87FC', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD28_EXT = 0x87b9
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD28_EXT" with expression '0x87B9', CType: int More...
 
static final int GL_MATRIX19_ARB = 0x88d3
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX19_ARB" with expression '0x88D3', CType: int More...
 
static final int GL_VARIANT_VALUE_EXT = 0x87e4
 GL_EXT_vertex_shader
Define "GL_VARIANT_VALUE_EXT" with expression '0x87E4', CType: int More...
 
static final int GL_FOG_COORD_ARRAY = 0x8457
 GL_VERSION_1_5
Define "GL_FOG_COORD_ARRAY" with expression '0x8457', CType: int More...
 
static final int GL_FIELD_UPPER_NV = 0x9022
 GL_NV_video_capture
Define "GL_FIELD_UPPER_NV" with expression '0x9022', CType: int More...
 
static final int GL_INTENSITY16UI = 0x8d79
 GL_EXT_texture_integer
Alias for: GL_INTENSITY16UI_EXT
Define "GL_INTENSITY16UI" with expression '0x8D79', CType: int More...
 
static final int GL_MAX_CONVOLUTION_WIDTH = 0x801a
 GL_ARB_imaging, GL_EXT_convolution
Alias for: GL_MAX_CONVOLUTION_WIDTH_EXT
Define "GL_MAX_CONVOLUTION_WIDTH" with expression '0x801A', CType: int More...
 
static final int GL_FOG_COORD_ARRAY_BUFFER_BINDING = 0x889d
 GL_VERSION_1_5
Define "GL_FOG_COORD_ARRAY_BUFFER_BINDING" with expression '0x889D', CType: int More...
 
static final int GL_PERFQUERY_COUNTER_DATA_UINT32_INTEL = 0x94f8
 GL_INTEL_performance_query
Define "GL_PERFQUERY_COUNTER_DATA_UINT32_INTEL" with expression '0x94F8', CType: int More...
 
static final int GL_INDEX_ARRAY_POINTER = 0x8091
 GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: GL_INDEX_ARRAY_POINTER_EXT
Define "GL_INDEX_ARRAY_POINTER" with expression '0x8091', CType: int More...
 
static final int GL_ENABLE_BIT = 0x2000
 GL_VERSION_1_0
Define "GL_ENABLE_BIT" with expression '0x00002000', CType: int More...
 
static final int GL_DEPTH_TEXTURE_MODE = 0x884b
 GL_VERSION_1_4, GL_ARB_depth_texture
Alias for: GL_DEPTH_TEXTURE_MODE_ARB
Define "GL_DEPTH_TEXTURE_MODE" with expression '0x884B', CType: int More...
 
static final int GL_STORAGE_PRIVATE_APPLE = 0x85bd
 GL_APPLE_texture_range
Define "GL_STORAGE_PRIVATE_APPLE" with expression '0x85BD', CType: int More...
 
static final int GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT = 0x8de2
 GL_EXT_bindable_uniform
Define "GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT" with expression '0x8DE2', CType: int More...
 
static final int GL_TEXTURE_RESIDENT = 0x8067
 GL_VERSION_1_1, GL_EXT_texture_object
Alias for: GL_TEXTURE_RESIDENT_EXT
Define "GL_TEXTURE_RESIDENT" with expression '0x8067', CType: int More...
 
static final int GL_PERFQUERY_COUNTER_DATA_FLOAT_INTEL = 0x94fa
 GL_INTEL_performance_query
Define "GL_PERFQUERY_COUNTER_DATA_FLOAT_INTEL" with expression '0x94FA', CType: int More...
 
static final int GL_MAX_COLOR_MATRIX_STACK_DEPTH = 0x80b3
 GL_ARB_imaging, GL_SGI_color_matrix
Alias for: GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI
Define "GL_MAX_COLOR_MATRIX_STACK_DEPTH" with expression '0x80B3', CType: int More...
 
static final int GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 0x8810
 GL_ARB_fragment_program
Define "GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB" with expression '0x8810', CType: int More...
 
static final int GL_MODELVIEW11_ARB = 0x872b
 GL_ARB_vertex_blend
Define "GL_MODELVIEW11_ARB" with expression '0x872B', CType: int More...
 
static final int GL_FOG_INDEX = 0xb61
 GL_VERSION_1_0
Define "GL_FOG_INDEX" with expression '0x0B61', CType: int More...
 
static final int GL_HISTOGRAM_LUMINANCE_SIZE = 0x802c
 GL_ARB_imaging, GL_EXT_histogram
Alias for: GL_HISTOGRAM_LUMINANCE_SIZE_EXT
Define "GL_HISTOGRAM_LUMINANCE_SIZE" with expression '0x802C', CType: int More...
 
static final int GL_DRAW_BUFFER10_ATI = 0x882f
 GL_ATI_draw_buffers
Define "GL_DRAW_BUFFER10_ATI" with expression '0x882F', CType: int More...
 
static final int GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 0x880d
 GL_ARB_fragment_program
Define "GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB" with expression '0x880D', CType: int More...
 
static final int GL_FORMAT_SUBSAMPLE_244_244_OML = 0x8983
 GL_OML_subsample
Define "GL_FORMAT_SUBSAMPLE_244_244_OML" with expression '0x8983', CType: int More...
 
static final int GL_DEPTH_BIAS = 0xd1f
 GL_VERSION_1_0
Define "GL_DEPTH_BIAS" with expression '0x0D1F', CType: int More...
 
static final int GL_VIDEO_CAPTURE_FRAME_WIDTH_NV = 0x9038
 GL_NV_video_capture
Define "GL_VIDEO_CAPTURE_FRAME_WIDTH_NV" with expression '0x9038', CType: int More...
 
static final int GL_SIGNED_INTENSITY8_NV = 0x8708
 GL_NV_texture_shader
Define "GL_SIGNED_INTENSITY8_NV" with expression '0x8708', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD7_EXT = 0x87a4
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD7_EXT" with expression '0x87A4', CType: int More...
 
static final int GL_HISTOGRAM_SINK = 0x802d
 GL_ARB_imaging, GL_EXT_histogram
Alias for: GL_HISTOGRAM_SINK_EXT
Define "GL_HISTOGRAM_SINK" with expression '0x802D', CType: int More...
 
static final int GL_DRAW_ARRAYS_STRIP_COMMAND_NV = 0x5
 GL_NV_command_list
Define "GL_DRAW_ARRAYS_STRIP_COMMAND_NV" with expression '0x0005', CType: int More...
 
static final int GL_STENCIL_TAG_BITS_EXT = 0x88f2
 GL_EXT_stencil_clear_tag
Define "GL_STENCIL_TAG_BITS_EXT" with expression '0x88F2', CType: int More...
 
static final int GL_POST_COLOR_MATRIX_BLUE_BIAS = 0x80ba
 GL_ARB_imaging, GL_SGI_color_matrix
Alias for: GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI
Define "GL_POST_COLOR_MATRIX_BLUE_BIAS" with expression '0x80BA', CType: int More...
 
static final int GL_EVAL_VERTEX_ATTRIB12_NV = 0x86d2
 GL_NV_evaluators
Define "GL_EVAL_VERTEX_ATTRIB12_NV" with expression '0x86D2', CType: int More...
 
static final int GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_NV = 0x8e5f
 GL_NV_gpu_program5
Define "GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_NV" with expression '0x8E5F', CType: int More...
 
static final int GL_OP_ADD_EXT = 0x8787
 GL_EXT_vertex_shader
Define "GL_OP_ADD_EXT" with expression '0x8787', CType: int More...
 
static final int GL_MIN_PROGRAM_TEXEL_OFFSET_NV = 0x8904
 GL_NV_gpu_program4
Define "GL_MIN_PROGRAM_TEXEL_OFFSET_NV" with expression '0x8904', CType: int More...
 
static final int GL_FLOAT_R_NV = 0x8880
 GL_NV_float_buffer
Define "GL_FLOAT_R_NV" with expression '0x8880', CType: int More...
 
static final int GL_POST_COLOR_MATRIX_BLUE_SCALE = 0x80b6
 GL_ARB_imaging, GL_SGI_color_matrix
Alias for: GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI
Define "GL_POST_COLOR_MATRIX_BLUE_SCALE" with expression '0x80B6', CType: int More...
 
static final int GL_LUMINANCE8I = 0x8d92
 GL_EXT_texture_integer
Alias for: GL_LUMINANCE8I_EXT
Define "GL_LUMINANCE8I" with expression '0x8D92', CType: int More...
 
static final int GL_BUFFER_OBJECT_APPLE = 0x85b3
 GL_APPLE_object_purgeable
Define "GL_BUFFER_OBJECT_APPLE" with expression '0x85B3', CType: int More...
 
static final int GL_MODELVIEW28_ARB = 0x873c
 GL_ARB_vertex_blend
Define "GL_MODELVIEW28_ARB" with expression '0x873C', CType: int More...
 
static final int GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV = 0x86f0
 GL_NV_texture_shader
Define "GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV" with expression '0x86F0', CType: int More...
 
static final int GL_LIST_BASE = 0xb32
 GL_VERSION_1_0
Define "GL_LIST_BASE" with expression '0x0B32', CType: int More...
 
static final int GL_NAME_STACK_DEPTH = 0xd70
 GL_VERSION_1_0
Define "GL_NAME_STACK_DEPTH" with expression '0x0D70', CType: int More...
 
static final int GL_OFFSET_TEXTURE_SCALE_NV = 0x86e2
 GL_NV_texture_shader
Define "GL_OFFSET_TEXTURE_SCALE_NV" with expression '0x86E2', CType: int More...
 
static final int GL_PIXEL_MAP_G_TO_G = 0xc77
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_G_TO_G" with expression '0x0C77', CType: int More...
 
static final int GL_INDEX = 0x8222
 GL_ARB_framebuffer_object, GL_VERSION_3_0
Define "GL_INDEX" with expression '0x8222', CType: int More...
 
static final int GL_LUMINANCE_FLOAT16_APPLE = 0x881e
 GL_APPLE_float_pixels
Define "GL_LUMINANCE_FLOAT16_APPLE" with expression '0x881E', CType: int More...
 
static final int GL_WEIGHT_SUM_UNITY_ARB = 0x86a6
 GL_ARB_vertex_blend
Define "GL_WEIGHT_SUM_UNITY_ARB" with expression '0x86A6', CType: int More...
 
static final int GL_T2F_IUI_V3F_EXT = 0x81b2
 GL_EXT_index_array_formats
Define "GL_T2F_IUI_V3F_EXT" with expression '0x81B2', CType: int More...
 
static final int GL_FAILURE_NV = 0x9030
 GL_NV_video_capture
Define "GL_FAILURE_NV" with expression '0x9030', CType: int More...
 
static final int GL_VERTEX_ARRAY_STORAGE_HINT_APPLE = 0x851f
 GL_APPLE_vertex_array_range
Define "GL_VERTEX_ARRAY_STORAGE_HINT_APPLE" with expression '0x851F', CType: int More...
 
static final long GL_CLIENT_ALL_ATTRIB_BITS = 0xffffffffL
 GL_VERSION_1_1
Define "GL_CLIENT_ALL_ATTRIB_BITS" with expression '0xFFFFFFFF', CType: long More...
 
static final int GL_COLOR_TABLE_FORMAT = 0x80d8
 GL_ARB_imaging, GL_SGI_color_table
Alias for: GL_COLOR_TABLE_FORMAT_SGI
Define "GL_COLOR_TABLE_FORMAT" with expression '0x80D8', CType: int More...
 
static final int GL_MAP_TESSELLATION_NV = 0x86c2
 GL_NV_evaluators
Define "GL_MAP_TESSELLATION_NV" with expression '0x86C2', CType: int More...
 
static final int GL_OP_LOG_BASE_2_EXT = 0x8792
 GL_EXT_vertex_shader
Define "GL_OP_LOG_BASE_2_EXT" with expression '0x8792', CType: int More...
 
static final int GL_SIGNED_LUMINANCE_ALPHA_NV = 0x8703
 GL_NV_texture_shader
Define "GL_SIGNED_LUMINANCE_ALPHA_NV" with expression '0x8703', CType: int More...
 
static final int GL_TEXTURE_RENDERBUFFER_DATA_STORE_BINDING_NV = 0x8e54
 GL_NV_explicit_multisample
Define "GL_TEXTURE_RENDERBUFFER_DATA_STORE_BINDING_NV" with expression '0x8E54', CType: int More...
 
static final int GL_TEXTURE_BORDER_VALUES_NV = 0x871a
 GL_NV_texture_shader
Define "GL_TEXTURE_BORDER_VALUES_NV" with expression '0x871A', CType: int More...
 
static final int GL_MATRIX21_ARB = 0x88d5
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX21_ARB" with expression '0x88D5', CType: int More...
 
static final int GL_X_EXT = 0x87d5
 GL_EXT_vertex_shader
Define "GL_X_EXT" with expression '0x87D5', CType: int More...
 
static final int GL_CURRENT_RASTER_COLOR = 0xb04
 GL_VERSION_1_0
Define "GL_CURRENT_RASTER_COLOR" with expression '0x0B04', CType: int More...
 
static final int GL_Z4Y12Z4CB12Z4A12Z4Y12Z4CR12Z4A12_4224_NV = 0x9036
 GL_NV_video_capture
Define "GL_Z4Y12Z4CB12Z4A12Z4Y12Z4CR12Z4A12_4224_NV" with expression '0x9036', CType: int More...
 
static final int GL_MAX_DEBUG_MESSAGE_LENGTH_AMD = 0x9143
 GL_AMD_debug_output
Define "GL_MAX_DEBUG_MESSAGE_LENGTH_AMD" with expression '0x9143', CType: int More...
 
static final int GL_MODELVIEW0_MATRIX_EXT = 0xba6
 GL_EXT_vertex_weighting
Define "GL_MODELVIEW0_MATRIX_EXT" with expression '0x0BA6', CType: int More...
 
static final int GL_ACCUM = 0x100
 GL_VERSION_1_0
Define "GL_ACCUM" with expression '0x0100', CType: int More...
 
static final int GL_MATRIX8_ARB = 0x88c8
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX8_ARB" with expression '0x88C8', CType: int More...
 
static final int GL_LOCAL_CONSTANT_EXT = 0x87c3
 GL_EXT_vertex_shader
Define "GL_LOCAL_CONSTANT_EXT" with expression '0x87C3', CType: int More...
 
static final int GL_TEXTURE_GEN_Q = 0xc63
 GL_VERSION_1_0
Define "GL_TEXTURE_GEN_Q" with expression '0x0C63', CType: int More...
 
static final int GL_TEXTURE_GEN_R = 0xc62
 GL_VERSION_1_0
Define "GL_TEXTURE_GEN_R" with expression '0x0C62', CType: int More...
 
static final int GL_LUMINANCE12_ALPHA4 = 0x8046
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_LUMINANCE12_ALPHA4_EXT
Define "GL_LUMINANCE12_ALPHA4" with expression '0x8046', CType: int More...
 
static final int GL_TEXTURE_GEN_S = 0xc60
 GL_VERSION_1_0
Define "GL_TEXTURE_GEN_S" with expression '0x0C60', CType: int More...
 
static final int GL_TEXTURE_GEN_T = 0xc61
 GL_VERSION_1_0
Define "GL_TEXTURE_GEN_T" with expression '0x0C61', CType: int More...
 
static final int GL_MAX_MAP_TESSELLATION_NV = 0x86d6
 GL_NV_evaluators
Define "GL_MAX_MAP_TESSELLATION_NV" with expression '0x86D6', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD22_EXT = 0x87b3
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD22_EXT" with expression '0x87B3', CType: int More...
 
static final int GL_PERFQUERY_COUNTER_DATA_UINT64_INTEL = 0x94f9
 GL_INTEL_performance_query
Define "GL_PERFQUERY_COUNTER_DATA_UINT64_INTEL" with expression '0x94F9', CType: int More...
 
static final int GL_COMPUTE_PROGRAM_PARAMETER_BUFFER_NV = 0x90fc
 GL_NV_compute_program5
Define "GL_COMPUTE_PROGRAM_PARAMETER_BUFFER_NV" with expression '0x90FC', CType: int More...
 
static final int GL_DOT_PRODUCT_TEXTURE_2D_NV = 0x86ee
 GL_NV_texture_shader
Define "GL_DOT_PRODUCT_TEXTURE_2D_NV" with expression '0x86EE', CType: int More...
 
static final int GL_FLOAT_MAT2_ARB = 0x8b5a
 GL_ARB_shader_objects
Define "GL_FLOAT_MAT2_ARB" with expression '0x8B5A', CType: int More...
 
static final int GL_EVAL_VERTEX_ATTRIB4_NV = 0x86ca
 GL_NV_evaluators
Define "GL_EVAL_VERTEX_ATTRIB4_NV" with expression '0x86CA', CType: int More...
 
static final int GL_PROGRAM_TEX_INSTRUCTIONS_ARB = 0x8806
 GL_ARB_fragment_program
Define "GL_PROGRAM_TEX_INSTRUCTIONS_ARB" with expression '0x8806', CType: int More...
 
static final int GL_COLOR_TABLE_LUMINANCE_SIZE = 0x80de
 GL_ARB_imaging, GL_SGI_color_table
Alias for: GL_COLOR_TABLE_LUMINANCE_SIZE_SGI
Define "GL_COLOR_TABLE_LUMINANCE_SIZE" with expression '0x80DE', CType: int More...
 
static final int GL_TEXTURE_SWIZZLE_G_EXT = 0x8e43
 GL_EXT_texture_swizzle
Define "GL_TEXTURE_SWIZZLE_G_EXT" with expression '0x8E43', CType: int More...
 
static final int GL_MODELVIEW6_ARB = 0x8726
 GL_ARB_vertex_blend
Define "GL_MODELVIEW6_ARB" with expression '0x8726', CType: int More...
 
static final int GL_MAX_SAMPLE_MASK_WORDS_NV = 0x8e59
 GL_NV_explicit_multisample
Define "GL_MAX_SAMPLE_MASK_WORDS_NV" with expression '0x8E59', CType: int More...
 
static final int GL_INDEX_MATERIAL_FACE_EXT = 0x81ba
 GL_EXT_index_material
Define "GL_INDEX_MATERIAL_FACE_EXT" with expression '0x81BA', CType: int More...
 
static final int GL_PN_TRIANGLES_NORMAL_MODE_ATI = 0x87f3
 GL_ATI_pn_triangles
Define "GL_PN_TRIANGLES_NORMAL_MODE_ATI" with expression '0x87F3', CType: int More...
 
static final int GL_OCCLUSION_QUERY_EVENT_MASK_AMD = 0x874f
 GL_AMD_occlusion_query_event
Define "GL_OCCLUSION_QUERY_EVENT_MASK_AMD" with expression '0x874F', CType: int More...
 
static final int GL_ALPHA_SNORM = 0x9010
 GL_EXT_texture_snorm
Define "GL_ALPHA_SNORM" with expression '0x9010', CType: int More...
 
static final int GL_SHADER_OPERATION_NV = 0x86df
 GL_NV_texture_shader
Define "GL_SHADER_OPERATION_NV" with expression '0x86DF', CType: int More...
 
static final int GL_RED_BIAS = 0xd15
 GL_VERSION_1_0
Define "GL_RED_BIAS" with expression '0x0D15', CType: int More...
 
static final int GL_FLOAT_R32_NV = 0x8885
 GL_NV_float_buffer
Define "GL_FLOAT_R32_NV" with expression '0x8885', CType: int More...
 
static final int GL_COLOR_INDEX = 0x1900
 GL_VERSION_1_0
Define "GL_COLOR_INDEX" with expression '0x1900', CType: int More...
 
static final int GL_OUTPUT_VERTEX_EXT = 0x879a
 GL_EXT_vertex_shader
Define "GL_OUTPUT_VERTEX_EXT" with expression '0x879A', CType: int More...
 
static final int GL_3D = 0x601
 GL_VERSION_1_0
Define "GL_3D" with expression '0x0601', CType: int More...
 
static final int GL_OBJECT_ACTIVE_UNIFORMS_ARB = 0x8b86
 GL_ARB_shader_objects
Define "GL_OBJECT_ACTIVE_UNIFORMS_ARB" with expression '0x8B86', CType: int More...
 
static final int GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 0x880f
 GL_ARB_fragment_program
Define "GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB" with expression '0x880F', CType: int More...
 
static final int GL_MAX_VERTEX_SHADER_VARIANTS_EXT = 0x87c6
 GL_EXT_vertex_shader
Define "GL_MAX_VERTEX_SHADER_VARIANTS_EXT" with expression '0x87C6', CType: int More...
 
static final int GL_GREEN_SCALE = 0xd18
 GL_VERSION_1_0
Define "GL_GREEN_SCALE" with expression '0x0D18', CType: int More...
 
static final int GL_INTENSITY32F = 0x8817
 GL_ARB_texture_float
Alias for: GL_INTENSITY32F_ARB
Define "GL_INTENSITY32F" with expression '0x8817', CType: int More...
 
static final int GL_MATRIX23_ARB = 0x88d7
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX23_ARB" with expression '0x88D7', CType: int More...
 
static final int GL_LUMINANCE8_SNORM = 0x9015
 GL_EXT_texture_snorm
Define "GL_LUMINANCE8_SNORM" with expression '0x9015', CType: int More...
 
static final int GL_POST_CONVOLUTION_COLOR_TABLE = 0x80d1
 GL_ARB_imaging, GL_VERSION_4_5, GL_SGI_color_table
Alias for: GL_POST_CONVOLUTION_COLOR_TABLE_SGI
Define "GL_POST_CONVOLUTION_COLOR_TABLE" with expression '0x80D1', CType: int More...
 
static final int GL_MATRIX2_ARB = 0x88c2
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX2_ARB" with expression '0x88C2', CType: int More...
 
static final int GL_PIXEL_PACK_BUFFER_BINDING_EXT = 0x88ed
 GL_EXT_pixel_buffer_object
Define "GL_PIXEL_PACK_BUFFER_BINDING_EXT" with expression '0x88ED', CType: int More...
 
static final int GL_HILO8_NV = 0x885e
 GL_NV_texture_shader3
Define "GL_HILO8_NV" with expression '0x885E', CType: int More...
 
static final int GL_VERTEX_SHADER_INVARIANTS_EXT = 0x87d1
 GL_EXT_vertex_shader
Define "GL_VERTEX_SHADER_INVARIANTS_EXT" with expression '0x87D1', CType: int More...
 
static final int GL_MAX_PROGRAM_PATCH_ATTRIBS_NV = 0x86d8
 GL_NV_tessellation_program5
Define "GL_MAX_PROGRAM_PATCH_ATTRIBS_NV" with expression '0x86D8', CType: int More...
 
static final int GL_PIXEL_PACK_BUFFER_EXT = 0x88eb
 GL_EXT_pixel_buffer_object
Define "GL_PIXEL_PACK_BUFFER_EXT" with expression '0x88EB', CType: int More...
 
static final int GL_MATRIX30_ARB = 0x88de
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX30_ARB" with expression '0x88DE', CType: int More...
 
static final int GL_SAMPLER_2D_ARB = 0x8b5e
 GL_ARB_shader_objects
Define "GL_SAMPLER_2D_ARB" with expression '0x8B5E', CType: int More...
 
static final int GL_UNIFORM_BUFFER_EXT = 0x8dee
 GL_EXT_bindable_uniform
Define "GL_UNIFORM_BUFFER_EXT" with expression '0x8DEE', CType: int More...
 
static final int GL_PIXEL_TRANSFORM_2D_MATRIX_EXT = 0x8338
 GL_EXT_pixel_transform
Define "GL_PIXEL_TRANSFORM_2D_MATRIX_EXT" with expression '0x8338', CType: int More...
 
static final int GL_MAX_LIST_NESTING = 0xb31
 GL_VERSION_1_0
Define "GL_MAX_LIST_NESTING" with expression '0x0B31', CType: int More...
 
static final int GL_SIGNED_LUMINANCE_NV = 0x8701
 GL_NV_texture_shader
Define "GL_SIGNED_LUMINANCE_NV" with expression '0x8701', CType: int More...
 
static final int GL_RGBA_MODE = 0xc31
 GL_VERSION_1_0
Define "GL_RGBA_MODE" with expression '0x0C31', CType: int More...
 
static final int GL_SECONDARY_COLOR_ARRAY_STRIDE = 0x845c
 GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT
Define "GL_SECONDARY_COLOR_ARRAY_STRIDE" with expression '0x845C', CType: int More...
 
static final int GL_SCISSOR_COMMAND_NV = 0x11
 GL_NV_command_list
Define "GL_SCISSOR_COMMAND_NV" with expression '0x0011', CType: int More...
 
static final int GL_POST_CONVOLUTION_ALPHA_BIAS = 0x8023
 GL_ARB_imaging, GL_EXT_convolution
Alias for: GL_POST_CONVOLUTION_ALPHA_BIAS_EXT
Define "GL_POST_CONVOLUTION_ALPHA_BIAS" with expression '0x8023', CType: int More...
 
static final int GL_PER_GPU_STORAGE_BIT_NV = 0x800
 GL_NV_gpu_multicast
Define "GL_PER_GPU_STORAGE_BIT_NV" with expression '0x0800', CType: int More...
 
static final int GL_RGBA4_S3TC = 0x83a3
 GL_S3_s3tc
Define "GL_RGBA4_S3TC" with expression '0x83A3', CType: int More...
 
static final int GL_DEPTH_STENCIL_TO_RGBA_NV = 0x886e
 GL_NV_copy_depth_to_color
Define "GL_DEPTH_STENCIL_TO_RGBA_NV" with expression '0x886E', CType: int More...
 
static final int GL_VERTEX_PROGRAM_ARB = 0x8620
 GL_ARB_vertex_program
Define "GL_VERTEX_PROGRAM_ARB" with expression '0x8620', CType: int More...
 
static final int GL_MAX_SPARSE_3D_TEXTURE_SIZE_AMD = 0x9199
 GL_AMD_sparse_texture
Define "GL_MAX_SPARSE_3D_TEXTURE_SIZE_AMD" with expression '0x9199', CType: int More...
 
static final int GL_LIGHTING_BIT = 0x40
 GL_VERSION_1_0
Define "GL_LIGHTING_BIT" with expression '0x00000040', CType: int More...
 
static final int GL_IMAGE_2D_RECT = 0x904f
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_2D_RECT_EXT
Define "GL_IMAGE_2D_RECT" with expression '0x904F', CType: int More...
 
static final int GL_MODELVIEW9_ARB = 0x8729
 GL_ARB_vertex_blend
Define "GL_MODELVIEW9_ARB" with expression '0x8729', CType: int More...
 
static final int GL_SAMPLER_RENDERBUFFER_NV = 0x8e56
 GL_NV_explicit_multisample
Define "GL_SAMPLER_RENDERBUFFER_NV" with expression '0x8E56', CType: int More...
 
static final int GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT = 0x8de3
 GL_EXT_bindable_uniform
Define "GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT" with expression '0x8DE3', CType: int More...
 
static final int GL_INDEX_MATERIAL_EXT = 0x81b8
 GL_EXT_index_material
Define "GL_INDEX_MATERIAL_EXT" with expression '0x81B8', CType: int More...
 
static final int GL_VIDEO_CAPTURE_FIELD_UPPER_HEIGHT_NV = 0x903a
 GL_NV_video_capture
Define "GL_VIDEO_CAPTURE_FIELD_UPPER_HEIGHT_NV" with expression '0x903A', CType: int More...
 
static final int GL_FOG_COORDINATE_SOURCE = 0x8450
 GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: GL_FOG_COORDINATE_SOURCE_EXT
Define "GL_FOG_COORDINATE_SOURCE" with expression '0x8450', CType: int More...
 
static final int GL_PIXEL_TRANSFORM_2D_EXT = 0x8330
 GL_EXT_pixel_transform
Define "GL_PIXEL_TRANSFORM_2D_EXT" with expression '0x8330', CType: int More...
 
static final int GL_OP_FRAC_EXT = 0x8789
 GL_EXT_vertex_shader
Define "GL_OP_FRAC_EXT" with expression '0x8789', CType: int More...
 
static final int GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV = 0x885a
 GL_NV_texture_shader3
Define "GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV" with expression '0x885A', CType: int More...
 
static final int GL_MVP_MATRIX_EXT = 0x87e3
 GL_EXT_vertex_shader
Define "GL_MVP_MATRIX_EXT" with expression '0x87E3', CType: int More...
 
static final int GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV = 0x8851
 GL_NV_texture_shader3
Define "GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV" with expression '0x8851', CType: int More...
 
static final int GL_BLUE_SCALE = 0xd1a
 GL_VERSION_1_0
Define "GL_BLUE_SCALE" with expression '0x0D1A', CType: int More...
 
static final int GL_MAX_VERTEX_UNITS_ARB = 0x86a4
 GL_ARB_vertex_blend
Define "GL_MAX_VERTEX_UNITS_ARB" with expression '0x86A4', CType: int More...
 
static final int GL_MAP1_COLOR_4 = 0xd90
 GL_VERSION_1_0
Define "GL_MAP1_COLOR_4" with expression '0x0D90', CType: int More...
 
static final int GL_TEXTURE_SHADER_NV = 0x86de
 GL_NV_texture_shader
Define "GL_TEXTURE_SHADER_NV" with expression '0x86DE', CType: int More...
 
static final int GL_TEXTURE_COMPONENTS = 0x1003
 GL_VERSION_1_0
Define "GL_TEXTURE_COMPONENTS" with expression '0x1003', CType: int More...
 
static final int GL_RED_SNORM = 0x8f90
 GL_EXT_texture_snorm, GL_VERSION_3_1
Define "GL_RED_SNORM" with expression '0x8F90', CType: int More...
 
static final int GL_FOG_COORD = 0x8451
 GL_VERSION_1_5
Define "GL_FOG_COORD" with expression '0x8451', CType: int More...
 
static final int GL_LAST_VIDEO_CAPTURE_STATUS_NV = 0x9027
 GL_NV_video_capture
Define "GL_LAST_VIDEO_CAPTURE_STATUS_NV" with expression '0x9027', CType: int More...
 
static final int GL_PROGRAM_TEX_INDIRECTIONS_ARB = 0x8807
 GL_ARB_fragment_program
Define "GL_PROGRAM_TEX_INDIRECTIONS_ARB" with expression '0x8807', CType: int More...
 
static final int GL_VARIANT_EXT = 0x87c1
 GL_EXT_vertex_shader
Define "GL_VARIANT_EXT" with expression '0x87C1', CType: int More...
 
static final int GL_3D_COLOR = 0x602
 GL_VERSION_1_0
Define "GL_3D_COLOR" with expression '0x0602', CType: int More...
 
static final int GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 0x880a
 GL_ARB_fragment_program
Define "GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB" with expression '0x880A', CType: int More...
 
static final int GL_PROGRAM_POINT_SIZE_EXT = 0x8642
 GL_NV_geometry_program4, GL_EXT_geometry_shader4
Define "GL_PROGRAM_POINT_SIZE_EXT" with expression '0x8642', CType: int More...
 
static final int GL_PROGRAM_TEMPORARIES_ARB = 0x88a4
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_PROGRAM_TEMPORARIES_ARB" with expression '0x88A4', CType: int More...
 
static final int GL_ALPHA16_SNORM = 0x9018
 GL_EXT_texture_snorm
Define "GL_ALPHA16_SNORM" with expression '0x9018', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD13_EXT = 0x87aa
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD13_EXT" with expression '0x87AA', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD4_EXT = 0x87a1
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD4_EXT" with expression '0x87A1', CType: int More...
 
static final int GL_CONSERVATIVE_RASTER_DILATE_NV = 0x9379
 GL_NV_conservative_raster_dilate
Define "GL_CONSERVATIVE_RASTER_DILATE_NV" with expression '0x9379', CType: int More...
 
static final int GL_OP_MULTIPLY_MATRIX_EXT = 0x8798
 GL_EXT_vertex_shader
Define "GL_OP_MULTIPLY_MATRIX_EXT" with expression '0x8798', CType: int More...
 
static final int GL_EVAL_FRACTIONAL_TESSELLATION_NV = 0x86c5
 GL_NV_evaluators
Define "GL_EVAL_FRACTIONAL_TESSELLATION_NV" with expression '0x86C5', CType: int More...
 
static final int GL_RESAMPLE_DECIMATE_OML = 0x8989
 GL_OML_resample
Define "GL_RESAMPLE_DECIMATE_OML" with expression '0x8989', CType: int More...
 
static final int GL_VERTEX_ATTRIB_MAP2_APPLE = 0x8a01
 GL_APPLE_vertex_program_evaluators
Define "GL_VERTEX_ATTRIB_MAP2_APPLE" with expression '0x8A01', CType: int More...
 
static final int GL_TEXTURE_SWIZZLE_B_EXT = 0x8e44
 GL_EXT_texture_swizzle
Define "GL_TEXTURE_SWIZZLE_B_EXT" with expression '0x8E44', CType: int More...
 
static final int GL_TEXTURE_PRIORITY = 0x8066
 GL_VERSION_1_1, GL_EXT_texture_object
Alias for: GL_TEXTURE_PRIORITY_EXT
Define "GL_TEXTURE_PRIORITY" with expression '0x8066', CType: int More...
 
static final int GL_PROXY_HISTOGRAM = 0x8025
 GL_ARB_imaging, GL_VERSION_4_5, GL_EXT_histogram
Alias for: GL_PROXY_HISTOGRAM_EXT
Define "GL_PROXY_HISTOGRAM" with expression '0x8025', CType: int More...
 
static final int GL_MAX_DRAW_BUFFERS_ATI = 0x8824
 GL_ATI_draw_buffers
Define "GL_MAX_DRAW_BUFFERS_ATI" with expression '0x8824', CType: int More...
 
static final int GL_422_REV_AVERAGE_EXT = 0x80cf
 GL_EXT_422_pixels
Define "GL_422_REV_AVERAGE_EXT" with expression '0x80CF', CType: int More...
 
static final int GL_POLYGON_TOKEN = 0x703
 GL_VERSION_1_0
Define "GL_POLYGON_TOKEN" with expression '0x0703', CType: int More...
 
static final int GL_COLOR_TABLE_SCALE = 0x80d6
 GL_ARB_imaging, GL_SGI_color_table
Alias for: GL_COLOR_TABLE_SCALE_SGI
Define "GL_COLOR_TABLE_SCALE" with expression '0x80D6', CType: int More...
 
static final int GL_PN_TRIANGLES_ATI = 0x87f0
 GL_ATI_pn_triangles
Define "GL_PN_TRIANGLES_ATI" with expression '0x87F0', CType: int More...
 
static final int GL_MAX_SHININESS_NV = 0x8504
 GL_NV_light_max_exponent
Define "GL_MAX_SHININESS_NV" with expression '0x8504', CType: int More...
 
static final int GL_PIXELS_PER_SAMPLE_PATTERN_X_AMD = 0x91ae
 GL_AMD_framebuffer_sample_positions
Define "GL_PIXELS_PER_SAMPLE_PATTERN_X_AMD" with expression '0x91AE', CType: int More...
 
static final int GL_NEGATIVE_Z_EXT = 0x87db
 GL_EXT_vertex_shader
Define "GL_NEGATIVE_Z_EXT" with expression '0x87DB', CType: int More...
 
static final int GL_MATRIX18_ARB = 0x88d2
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX18_ARB" with expression '0x88D2', CType: int More...
 
static final int GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT = 0x8c71
 GL_EXT_texture_compression_latc
Define "GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT" with expression '0x8C71', CType: int More...
 
static final int GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT = 0x8de4
 GL_EXT_bindable_uniform
Define "GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT" with expression '0x8DE4', CType: int More...
 
static final int GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB = 0x8841
 GL_ARB_matrix_palette
Define "GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB" with expression '0x8841', CType: int More...
 
static final int GL_MODELVIEW20_ARB = 0x8734
 GL_ARB_vertex_blend
Define "GL_MODELVIEW20_ARB" with expression '0x8734', CType: int More...
 
static final int GL_HILO16_NV = 0x86f8
 GL_NV_texture_shader
Define "GL_HILO16_NV" with expression '0x86F8', CType: int More...
 
static final int GL_ATTENUATION_EXT = 0x834d
 GL_EXT_light_texture
Define "GL_ATTENUATION_EXT" with expression '0x834D', CType: int More...
 
static final int GL_VERTEX_ATTRIB_MAP1_ORDER_APPLE = 0x8a04
 GL_APPLE_vertex_program_evaluators
Define "GL_VERTEX_ATTRIB_MAP1_ORDER_APPLE" with expression '0x8A04', CType: int More...
 
static final int GL_MODELVIEW18_ARB = 0x8732
 GL_ARB_vertex_blend
Define "GL_MODELVIEW18_ARB" with expression '0x8732', CType: int More...
 
static final int GL_ONE_EXT = 0x87de
 GL_EXT_vertex_shader
Define "GL_ONE_EXT" with expression '0x87DE', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD0_EXT = 0x879d
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD0_EXT" with expression '0x879D', CType: int More...
 
static final int GL_PERFQUERY_FLUSH_INTEL = 0x83fa
 GL_INTEL_performance_query
Define "GL_PERFQUERY_FLUSH_INTEL" with expression '0x83FA', CType: int More...
 
static final int GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX = 0x904b
 GL_NVX_gpu_memory_info
Define "GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX" with expression '0x904B', CType: int More...
 
static final int GL_TABLE_TOO_LARGE = 0x8031
 GL_ARB_imaging, GL_EXT_histogram
Alias for: GL_TABLE_TOO_LARGE_EXT
Define "GL_TABLE_TOO_LARGE" with expression '0x8031', CType: int More...
 
static final int GL_LINE_WIDTH_COMMAND_NV = 0xd
 GL_NV_command_list
Define "GL_LINE_WIDTH_COMMAND_NV" with expression '0x000D', CType: int More...
 
static final int GL_CURRENT_VERTEX_ATTRIB_ARB = 0x8626
 GL_ARB_vertex_program
Define "GL_CURRENT_VERTEX_ATTRIB_ARB" with expression '0x8626', CType: int More...
 
static final int GL_ALL_ATTRIB_BITS = 0xfffff
 GL_VERSION_1_0
Define "GL_ALL_ATTRIB_BITS" with expression '0x000FFFFF', CType: int More...
 
static final int GL_FLOAT_RGBA_NV = 0x8883
 GL_NV_float_buffer
Define "GL_FLOAT_RGBA_NV" with expression '0x8883', CType: int More...
 
static final int GL_OP_SUB_EXT = 0x8796
 GL_EXT_vertex_shader
Define "GL_OP_SUB_EXT" with expression '0x8796', CType: int More...
 
static final int GL_VECTOR_EXT = 0x87bf
 GL_EXT_vertex_shader
Define "GL_VECTOR_EXT" with expression '0x87BF', CType: int More...
 
static final int GL_CULL_MODES_NV = 0x86e0
 GL_NV_texture_shader
Define "GL_CULL_MODES_NV" with expression '0x86E0', CType: int More...
 
static final int GL_FLOAT_VEC3_ARB = 0x8b51
 GL_ARB_shader_objects
Define "GL_FLOAT_VEC3_ARB" with expression '0x8B51', CType: int More...
 
static final int GL_UNPACK_CONSTANT_DATA_SUNX = 0x81d5
 GL_SUNX_constant_data
Define "GL_UNPACK_CONSTANT_DATA_SUNX" with expression '0x81D5', CType: int More...
 
static final int GL_SAMPLER_2D_SHADOW_ARB = 0x8b62
 GL_ARB_shader_objects
Define "GL_SAMPLER_2D_SHADOW_ARB" with expression '0x8B62', CType: int More...
 
static final int GL_PERFQUERY_COUNTER_DURATION_NORM_INTEL = 0x94f1
 GL_INTEL_performance_query
Define "GL_PERFQUERY_COUNTER_DURATION_NORM_INTEL" with expression '0x94F1', CType: int More...
 
static final int GL_MULTISAMPLE_BIT = 0x20000000
 GL_VERSION_1_3, GL_3DFX_multisample, GL_ARB_multisample, GL_EXT_multisample
Alias for: GL_MULTISAMPLE_BIT_3DFX, GL_MULTISAMPLE_BIT_ARB, GL_MULTISAMPLE_BIT_EXT
Define "GL_MULTISAMPLE_BIT" with expression '0x20000000', CType: int More...
 
static final int GL_SEPARABLE_2D = 0x8012
 GL_ARB_imaging, GL_VERSION_4_5, GL_EXT_convolution
Alias for: GL_SEPARABLE_2D_EXT
Define "GL_SEPARABLE_2D" with expression '0x8012', CType: int More...
 
static final int GL_VERTEX_SHADER_BINDING_EXT = 0x8781
 GL_EXT_vertex_shader
Define "GL_VERTEX_SHADER_BINDING_EXT" with expression '0x8781', CType: int More...
 
static final int GL_PACK_RESAMPLE_OML = 0x8984
 GL_OML_resample
Define "GL_PACK_RESAMPLE_OML" with expression '0x8984', CType: int More...
 
static final int GL_4_BYTES = 0x1409
 GL_VERSION_1_0, GL_NV_path_rendering
Alias for: GL_4_BYTES_NV
Define "GL_4_BYTES" with expression '0x1409', CType: int More...
 
static final int GL_RGBA_FLOAT32_ATI = 0x8814
 GL_ATI_texture_float
Define "GL_RGBA_FLOAT32_ATI" with expression '0x8814', CType: int More...
 
static final int GL_ACTIVE_STENCIL_FACE_EXT = 0x8911
 GL_EXT_stencil_two_side
Define "GL_ACTIVE_STENCIL_FACE_EXT" with expression '0x8911', CType: int More...
 
static final int GL_POST_CONVOLUTION_RED_BIAS = 0x8020
 GL_ARB_imaging, GL_EXT_convolution
Alias for: GL_POST_CONVOLUTION_RED_BIAS_EXT
Define "GL_POST_CONVOLUTION_RED_BIAS" with expression '0x8020', CType: int More...
 
static final int GL_BOOL_VEC4_ARB = 0x8b59
 GL_ARB_shader_objects
Define "GL_BOOL_VEC4_ARB" with expression '0x8B59', CType: int More...
 
static final int GL_TESS_EVALUATION_PROGRAM_PARAMETER_BUFFER_NV = 0x8c75
 GL_NV_tessellation_program5
Define "GL_TESS_EVALUATION_PROGRAM_PARAMETER_BUFFER_NV" with expression '0x8C75', CType: int More...
 
static final int GL_POLYGON_BIT = 0x8
 GL_VERSION_1_0
Define "GL_POLYGON_BIT" with expression '0x00000008', CType: int More...
 
static final int GL_OP_DOT3_EXT = 0x8784
 GL_EXT_vertex_shader
Define "GL_OP_DOT3_EXT" with expression '0x8784', CType: int More...
 
static final int GL_BITMAP_TOKEN = 0x704
 GL_VERSION_1_0
Define "GL_BITMAP_TOKEN" with expression '0x0704', CType: int More...
 
static final int GL_MATRIX27_ARB = 0x88db
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX27_ARB" with expression '0x88DB', CType: int More...
 
static final int GL_INTENSITY_FLOAT16_APPLE = 0x881d
 GL_APPLE_float_pixels
Define "GL_INTENSITY_FLOAT16_APPLE" with expression '0x881D', CType: int More...
 
static final int GL_PERFQUERY_COUNTER_DESC_LENGTH_MAX_INTEL = 0x94ff
 GL_INTEL_performance_query
Define "GL_PERFQUERY_COUNTER_DESC_LENGTH_MAX_INTEL" with expression '0x94FF', CType: int More...
 
static final int GL_POLYGON_OFFSET_COMMAND_NV = 0xe
 GL_NV_command_list
Define "GL_POLYGON_OFFSET_COMMAND_NV" with expression '0x000E', CType: int More...
 
static final int GL_EVAL_VERTEX_ATTRIB7_NV = 0x86cd
 GL_NV_evaluators
Define "GL_EVAL_VERTEX_ATTRIB7_NV" with expression '0x86CD', CType: int More...
 
static final int GL_DRAW_BUFFER7_ATI = 0x882c
 GL_ATI_draw_buffers
Define "GL_DRAW_BUFFER7_ATI" with expression '0x882C', CType: int More...
 
static final int GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT = 0x87c8
 GL_EXT_vertex_shader
Define "GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT" with expression '0x87C8', CType: int More...
 
static final int GL_VERTEX_ATTRIB_MAP2_COEFF_APPLE = 0x8a07
 GL_APPLE_vertex_program_evaluators
Define "GL_VERTEX_ATTRIB_MAP2_COEFF_APPLE" with expression '0x8A07', CType: int More...
 
static final int GL_ALPHA_TO_COVERAGE_DITHER_DEFAULT_NV = 0x934d
 GL_NV_alpha_to_coverage_dither_control
Define "GL_ALPHA_TO_COVERAGE_DITHER_DEFAULT_NV" with expression '0x934D', CType: int More...
 
static final int GL_LIGHT_MODEL_COLOR_CONTROL = 0x81f8
 GL_VERSION_1_2, GL_EXT_separate_specular_color
Alias for: GL_LIGHT_MODEL_COLOR_CONTROL_EXT
Define "GL_LIGHT_MODEL_COLOR_CONTROL" with expression '0x81F8', CType: int More...
 
static final int GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80d2
 GL_ARB_imaging, GL_VERSION_4_5, GL_SGI_color_table
Alias for: GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI
Define "GL_POST_COLOR_MATRIX_COLOR_TABLE" with expression '0x80D2', CType: int More...
 
static final int GL_INDEX_BITS = 0xd51
 GL_VERSION_1_0
Define "GL_INDEX_BITS" with expression '0x0D51', CType: int More...
 
static final int GL_INT_VEC2_ARB = 0x8b53
 GL_ARB_shader_objects
Define "GL_INT_VEC2_ARB" with expression '0x8B53', CType: int More...
 
static final int GL_SIGNED_HILO_NV = 0x86f9
 GL_NV_texture_shader
Define "GL_SIGNED_HILO_NV" with expression '0x86F9', CType: int More...
 
static final int GL_HI_BIAS_NV = 0x8714
 GL_NV_texture_shader
Define "GL_HI_BIAS_NV" with expression '0x8714', CType: int More...
 
static final int GL_LUMINANCE16 = 0x8042
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_LUMINANCE16_EXT
Define "GL_LUMINANCE16" with expression '0x8042', CType: int More...
 
static final int GL_V2F = 0x2a20
 GL_VERSION_1_1
Define "GL_V2F" with expression '0x2A20', CType: int More...
 
static final int GL_OP_ROUND_EXT = 0x8790
 GL_EXT_vertex_shader
Define "GL_OP_ROUND_EXT" with expression '0x8790', CType: int More...
 
static final int GL_POST_CONVOLUTION_BLUE_BIAS = 0x8022
 GL_ARB_imaging, GL_EXT_convolution
Alias for: GL_POST_CONVOLUTION_BLUE_BIAS_EXT
Define "GL_POST_CONVOLUTION_BLUE_BIAS" with expression '0x8022', CType: int More...
 
static final int GL_PIXEL_MAP_B_TO_B = 0xc78
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_B_TO_B" with expression '0x0C78', CType: int More...
 
static final int GL_EVAL_VERTEX_ATTRIB11_NV = 0x86d1
 GL_NV_evaluators
Define "GL_EVAL_VERTEX_ATTRIB11_NV" with expression '0x86D1', CType: int More...
 
static final int GL_NORMAL_MAP = 0x8511
 GL_VERSION_1_3, GL_OES_texture_cube_map, GL_NV_texgen_reflection, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map
Alias for: GL_NORMAL_MAP_OES, GL_NORMAL_MAP_NV, GL_NORMAL_MAP_ARB, GL_NORMAL_MAP_EXT
Define "GL_NORMAL_MAP" with expression '0x8511', CType: int More...
 
static final int GL_V3F = 0x2a21
 GL_VERSION_1_1
Define "GL_V3F" with expression '0x2A21', CType: int More...
 
static final int GL_MAP2_TEXTURE_COORD_4 = 0xdb6
 GL_VERSION_1_0
Define "GL_MAP2_TEXTURE_COORD_4" with expression '0x0DB6', CType: int More...
 
static final int GL_MAP2_TEXTURE_COORD_3 = 0xdb5
 GL_VERSION_1_0
Define "GL_MAP2_TEXTURE_COORD_3" with expression '0x0DB5', CType: int More...
 
static final int GL_MAP2_TEXTURE_COORD_2 = 0xdb4
 GL_VERSION_1_0
Define "GL_MAP2_TEXTURE_COORD_2" with expression '0x0DB4', CType: int More...
 
static final int GL_MAP2_TEXTURE_COORD_1 = 0xdb3
 GL_VERSION_1_0
Define "GL_MAP2_TEXTURE_COORD_1" with expression '0x0DB3', CType: int More...
 
static final int GL_LUMINANCE12 = 0x8041
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_LUMINANCE12_EXT
Define "GL_LUMINANCE12" with expression '0x8041', CType: int More...
 
static final int GL_VERTEX_PROGRAM_TWO_SIDE_ARB = 0x8643
 GL_ARB_vertex_program
Define "GL_VERTEX_PROGRAM_TWO_SIDE_ARB" with expression '0x8643', CType: int More...
 
static final int GL_VOLATILE_APPLE = 0x8a1a
 GL_APPLE_object_purgeable
Define "GL_VOLATILE_APPLE" with expression '0x8A1A', CType: int More...
 
static final int GL_INDEX_SHIFT = 0xd12
 GL_VERSION_1_0
Define "GL_INDEX_SHIFT" with expression '0x0D12', CType: int More...
 
static final int GL_PIXEL_MAP_I_TO_B = 0xc74
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_I_TO_B" with expression '0x0C74', CType: int More...
 
static final int GL_QUAD_STRIP = 0x8
 GL_VERSION_1_0
Define "GL_QUAD_STRIP" with expression '0x0008', CType: int More...
 
static final int GL_PIXEL_MAP_I_TO_A = 0xc75
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_I_TO_A" with expression '0x0C75', CType: int More...
 
static final int GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV = 0x8850
 GL_NV_texture_shader3
Define "GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV" with expression '0x8850', CType: int More...
 
static final int GL_PIXEL_MAP_I_TO_G = 0xc73
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_I_TO_G" with expression '0x0C73', CType: int More...
 
static final int GL_PIXEL_MAP_I_TO_I = 0xc70
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_I_TO_I" with expression '0x0C70', CType: int More...
 
static final int GL_PIXEL_MAP_I_TO_R = 0xc72
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_I_TO_R" with expression '0x0C72', CType: int More...
 
static final int GL_INDEX_LOGIC_OP = 0xbf1
 GL_VERSION_1_0
Define "GL_INDEX_LOGIC_OP" with expression '0x0BF1', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB = 0x8645
 GL_ARB_vertex_program
Define "GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB" with expression '0x8645', CType: int More...
 
static final int GL_VERTEX_WEIGHTING_EXT = 0x8509
 GL_EXT_vertex_weighting
Define "GL_VERTEX_WEIGHTING_EXT" with expression '0x8509', CType: int More...
 
static final int GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 0xd3b
 GL_VERSION_1_0
Define "GL_MAX_CLIENT_ATTRIB_STACK_DEPTH" with expression '0x0D3B', CType: int More...
 
static final int GL_T4F_V4F = 0x2a28
 GL_VERSION_1_1
Define "GL_T4F_V4F" with expression '0x2A28', CType: int More...
 
static final int GL_DRAW_ARRAYS_INSTANCED_COMMAND_NV = 0x7
 GL_NV_command_list
Define "GL_DRAW_ARRAYS_INSTANCED_COMMAND_NV" with expression '0x0007', CType: int More...
 
static final int GL_PROGRAM_INSTRUCTIONS_ARB = 0x88a0
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_PROGRAM_INSTRUCTIONS_ARB" with expression '0x88A0', CType: int More...
 
static final int GL_RGB_FLOAT16_ATI = 0x881b
 GL_ATI_texture_float
Define "GL_RGB_FLOAT16_ATI" with expression '0x881B', CType: int More...
 
static final int GL_MATRIX14_ARB = 0x88ce
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX14_ARB" with expression '0x88CE', CType: int More...
 
static final int GL_DRAW_ARRAYS_COMMAND_NV = 0x3
 GL_NV_command_list
Define "GL_DRAW_ARRAYS_COMMAND_NV" with expression '0x0003', CType: int More...
 
static final int GL_MAX_EVAL_ORDER = 0xd30
 GL_VERSION_1_0
Define "GL_MAX_EVAL_ORDER" with expression '0x0D30', CType: int More...
 
static final int GL_VARIANT_ARRAY_EXT = 0x87e8
 GL_EXT_vertex_shader
Define "GL_VARIANT_ARRAY_EXT" with expression '0x87E8', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD17_EXT = 0x87ae
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD17_EXT" with expression '0x87AE', CType: int More...
 
static final int GL_PROXY_TEXTURE_RECTANGLE_ARB = 0x84f7
 GL_ARB_texture_rectangle
Define "GL_PROXY_TEXTURE_RECTANGLE_ARB" with expression '0x84F7', CType: int More...
 
static final int GL_MAX_PALETTE_MATRICES_ARB = 0x8842
 GL_ARB_matrix_palette
Define "GL_MAX_PALETTE_MATRICES_ARB" with expression '0x8842', CType: int More...
 
static final int GL_DOT_PRODUCT_TEXTURE_1D_NV = 0x885c
 GL_NV_texture_shader3
Define "GL_DOT_PRODUCT_TEXTURE_1D_NV" with expression '0x885C', CType: int More...
 
static final int GL_UNSIGNED_INT_SAMPLER_RENDERBUFFER_NV = 0x8e58
 GL_NV_explicit_multisample
Define "GL_UNSIGNED_INT_SAMPLER_RENDERBUFFER_NV" with expression '0x8E58', CType: int More...
 
static final int GL_RETAINED_APPLE = 0x8a1b
 GL_APPLE_object_purgeable
Define "GL_RETAINED_APPLE" with expression '0x8A1B', CType: int More...
 
static final int GL_DRAW_BUFFER4_ATI = 0x8829
 GL_ATI_draw_buffers
Define "GL_DRAW_BUFFER4_ATI" with expression '0x8829', CType: int More...
 
static final int GL_MAP2_INDEX = 0xdb1
 GL_VERSION_1_0
Define "GL_MAP2_INDEX" with expression '0x0DB1', CType: int More...
 
static final int GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT = 0x850e
 GL_EXT_vertex_weighting
Define "GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT" with expression '0x850E', CType: int More...
 
static final int GL_SHADER_CONSISTENT_NV = 0x86dd
 GL_NV_texture_shader
Define "GL_SHADER_CONSISTENT_NV" with expression '0x86DD', CType: int More...
 
static final int GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV = 0x10
 GL_NV_shader_buffer_store
Define "GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV" with expression '0x00000010', CType: int More...
 
static final int GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 0x880e
 GL_ARB_fragment_program
Define "GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB" with expression '0x880E', CType: int More...
 
static final int GL_CONSERVATIVE_RASTER_DILATE_RANGE_NV = 0x937a
 GL_NV_conservative_raster_dilate
Define "GL_CONSERVATIVE_RASTER_DILATE_RANGE_NV" with expression '0x937A', CType: int More...
 
static final int GL_LUMINANCE_ALPHA8UI = 0x8d81
 GL_EXT_texture_integer
Alias for: GL_LUMINANCE_ALPHA8UI_EXT
Define "GL_LUMINANCE_ALPHA8UI" with expression '0x8D81', CType: int More...
 
static final int GL_IUI_V3F_EXT = 0x81ae
 GL_EXT_index_array_formats
Define "GL_IUI_V3F_EXT" with expression '0x81AE', CType: int More...
 
static final int GL_SOURCE1_ALPHA = 0x8589
 GL_VERSION_1_3, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_SOURCE1_ALPHA_EXT, GL_SOURCE1_ALPHA_ARB
Define "GL_SOURCE1_ALPHA" with expression '0x8589', CType: int More...
 
static final int GL_MODELVIEW1_ARB = 0x850a
 GL_ARB_vertex_blend
Define "GL_MODELVIEW1_ARB" with expression '0x850A', CType: int More...
 
static final int GL_DRAW_BUFFER15_ATI = 0x8834
 GL_ATI_draw_buffers
Define "GL_DRAW_BUFFER15_ATI" with expression '0x8834', CType: int More...
 
static final int GL_MAP_STENCIL = 0xd11
 GL_VERSION_1_0
Define "GL_MAP_STENCIL" with expression '0x0D11', CType: int More...
 
static final int GL_CONVOLUTION_BORDER_COLOR = 0x8154
 GL_ARB_imaging, GL_HP_convolution_border_modes
Alias for: GL_CONVOLUTION_BORDER_COLOR_HP
Define "GL_CONVOLUTION_BORDER_COLOR" with expression '0x8154', CType: int More...
 
static final int GL_PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI = 0x87f8
 GL_ATI_pn_triangles
Define "GL_PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI" with expression '0x87F8', CType: int More...
 
static final int GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT = 0x850f
 GL_EXT_vertex_weighting
Define "GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT" with expression '0x850F', CType: int More...
 
static final int GL_EMBOSS_CONSTANT_NV = 0x855e
 GL_NV_texgen_emboss
Define "GL_EMBOSS_CONSTANT_NV" with expression '0x855E', CType: int More...
 
static final int GL_PIXEL_MAP_S_TO_S = 0xc71
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_S_TO_S" with expression '0x0C71', CType: int More...
 
static final int GL_LUMINANCE16UI = 0x8d7a
 GL_EXT_texture_integer
Alias for: GL_LUMINANCE16UI_EXT
Define "GL_LUMINANCE16UI" with expression '0x8D7A', CType: int More...
 
static final int GL_LUMINANCE_FLOAT32_ATI = 0x8818
 GL_ATI_texture_float
Define "GL_LUMINANCE_FLOAT32_ATI" with expression '0x8818', CType: int More...
 
static final int GL_SECONDARY_COLOR_ARRAY = 0x845e
 GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: GL_SECONDARY_COLOR_ARRAY_EXT
Define "GL_SECONDARY_COLOR_ARRAY" with expression '0x845E', CType: int More...
 
static final int GL_MATRIX9_ARB = 0x88c9
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX9_ARB" with expression '0x88C9', CType: int More...
 
static final int GL_NEGATIVE_ONE_EXT = 0x87df
 GL_EXT_vertex_shader
Define "GL_NEGATIVE_ONE_EXT" with expression '0x87DF', CType: int More...
 
static final int GL_FRAMEBUFFER_SRGB_CAPABLE = 0x8dba
 GL_EXT_framebuffer_sRGB
Alias for: GL_FRAMEBUFFER_SRGB_CAPABLE_EXT
Define "GL_FRAMEBUFFER_SRGB_CAPABLE" with expression '0x8DBA', CType: int More...
 
static final int GL_MAX_SPARSE_TEXTURE_SIZE_AMD = 0x9198
 GL_AMD_sparse_texture
Define "GL_MAX_SPARSE_TEXTURE_SIZE_AMD" with expression '0x9198', CType: int More...
 
static final int GL_PROGRAM_ERROR_POSITION_ARB = 0x864b
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_PROGRAM_ERROR_POSITION_ARB" with expression '0x864B', CType: int More...
 
static final int GL_MODELVIEW23_ARB = 0x8737
 GL_ARB_vertex_blend
Define "GL_MODELVIEW23_ARB" with expression '0x8737', CType: int More...
 
static final int GL_TEXTURE_NORMAL_EXT = 0x85af
 GL_EXT_texture_perturb_normal
Define "GL_TEXTURE_NORMAL_EXT" with expression '0x85AF', CType: int More...
 
static final int GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 0x88b2
 GL_ARB_vertex_program
Define "GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB" with expression '0x88B2', CType: int More...
 
static final int GL_HISTOGRAM_RED_SIZE = 0x8028
 GL_ARB_imaging, GL_EXT_histogram
Alias for: GL_HISTOGRAM_RED_SIZE_EXT
Define "GL_HISTOGRAM_RED_SIZE" with expression '0x8028', CType: int More...
 
static final int GL_CONVOLUTION_BORDER_MODE = 0x8013
 GL_ARB_imaging, GL_EXT_convolution
Alias for: GL_CONVOLUTION_BORDER_MODE_EXT
Define "GL_CONVOLUTION_BORDER_MODE" with expression '0x8013', CType: int More...
 
static final int GL_UNSIGNED_INT_IMAGE_2D_RECT = 0x9065
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_UNSIGNED_INT_IMAGE_2D_RECT_EXT
Define "GL_UNSIGNED_INT_IMAGE_2D_RECT" with expression '0x9065', CType: int More...
 
static final int GL_MAX_PROGRAM_GENERIC_ATTRIBS_NV = 0x8da5
 GL_NV_gpu_program4
Define "GL_MAX_PROGRAM_GENERIC_ATTRIBS_NV" with expression '0x8DA5', CType: int More...
 
static final int GL_UNIFORM_ADDRESS_COMMAND_NV = 0xa
 GL_NV_command_list
Define "GL_UNIFORM_ADDRESS_COMMAND_NV" with expression '0x000A', CType: int More...
 
static final int GL_VIDEO_CAPTURE_TO_422_SUPPORTED_NV = 0x9026
 GL_NV_video_capture
Define "GL_VIDEO_CAPTURE_TO_422_SUPPORTED_NV" with expression '0x9026', CType: int More...
 
static final int GL_QUERY_RESOURCE_MEMTYPE_VIDMEM_NV = 0x9542
 GL_NV_query_resource
Define "GL_QUERY_RESOURCE_MEMTYPE_VIDMEM_NV" with expression '0x9542', CType: int More...
 
static final int GL_LOGIC_OP = 0xbf1
 GL_VERSION_1_0
Define "GL_LOGIC_OP" with expression '0x0BF1', CType: int More...
 
static final int GL_CULL_VERTEX_OBJECT_POSITION_EXT = 0x81ac
 GL_EXT_cull_vertex
Define "GL_CULL_VERTEX_OBJECT_POSITION_EXT" with expression '0x81AC', CType: int More...
 
static final int GL_3D_COLOR_TEXTURE = 0x603
 GL_VERSION_1_0
Define "GL_3D_COLOR_TEXTURE" with expression '0x0603', CType: int More...
 
static final int GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV = 0x8da4
 GL_NV_parameter_buffer_object
Define "GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV" with expression '0x8DA4', CType: int More...
 
static final int GL_RG_SNORM = 0x8f91
 GL_EXT_texture_snorm, GL_VERSION_3_1
Define "GL_RG_SNORM" with expression '0x8F91', CType: int More...
 
static final int GL_PROVOKING_VERTEX_EXT = 0x8e4f
 GL_EXT_provoking_vertex
Define "GL_PROVOKING_VERTEX_EXT" with expression '0x8E4F', CType: int More...
 
static final int GL_FEEDBACK_BUFFER_SIZE = 0xdf1
 GL_VERSION_1_0
Define "GL_FEEDBACK_BUFFER_SIZE" with expression '0x0DF1', CType: int More...
 
static final int GL_MIN_LOD_WARNING_AMD = 0x919c
 GL_AMD_sparse_texture
Define "GL_MIN_LOD_WARNING_AMD" with expression '0x919C', CType: int More...
 
static final int GL_DEPTH_SCALE = 0xd1e
 GL_VERSION_1_0
Define "GL_DEPTH_SCALE" with expression '0x0D1E', CType: int More...
 
static final int GL_CURRENT_MATRIX_INDEX_ARB = 0x8845
 GL_ARB_matrix_palette
Define "GL_CURRENT_MATRIX_INDEX_ARB" with expression '0x8845', CType: int More...
 
static final int GL_ACCUM_RED_BITS = 0xd58
 GL_VERSION_1_0
Define "GL_ACCUM_RED_BITS" with expression '0x0D58', CType: int More...
 
static final int GL_MAP2_COLOR_4 = 0xdb0
 GL_VERSION_1_0
Define "GL_MAP2_COLOR_4" with expression '0x0DB0', CType: int More...
 
static final int GL_TEXTURE_BIT = 0x40000
 GL_VERSION_1_0
Define "GL_TEXTURE_BIT" with expression '0x00040000', CType: int More...
 
static final int GL_MODELVIEW14_ARB = 0x872e
 GL_ARB_vertex_blend
Define "GL_MODELVIEW14_ARB" with expression '0x872E', CType: int More...
 
static final int GL_SELECTION_BUFFER_POINTER = 0xdf3
 GL_VERSION_1_0
Define "GL_SELECTION_BUFFER_POINTER" with expression '0x0DF3', CType: int More...
 
static final int GL_CURRENT_RASTER_POSITION_VALID = 0xb08
 GL_VERSION_1_0
Define "GL_CURRENT_RASTER_POSITION_VALID" with expression '0x0B08', CType: int More...
 
static final int GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV = 0x864e
 GL_NV_texture_shader
Define "GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV" with expression '0x864E', CType: int More...
 
static final int GL_LINE_RESET_TOKEN = 0x707
 GL_VERSION_1_0
Define "GL_LINE_RESET_TOKEN" with expression '0x0707', CType: int More...
 
static final int GL_QUERY_BUFFER_AMD = 0x9192
 GL_AMD_query_buffer_object
Define "GL_QUERY_BUFFER_AMD" with expression '0x9192', CType: int More...
 
static final int GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT = 0x8c72
 GL_EXT_texture_compression_latc
Define "GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT" with expression '0x8C72', CType: int More...
 
static final int GL_IUI_V2F_EXT = 0x81ad
 GL_EXT_index_array_formats
Define "GL_IUI_V2F_EXT" with expression '0x81AD', CType: int More...
 
static final int GL_PRIMITIVE_RESTART_INDEX_NV = 0x8559
 GL_NV_primitive_restart
Define "GL_PRIMITIVE_RESTART_INDEX_NV" with expression '0x8559', CType: int More...
 
static final int GL_PN_TRIANGLES_POINT_MODE_ATI = 0x87f2
 GL_ATI_pn_triangles
Define "GL_PN_TRIANGLES_POINT_MODE_ATI" with expression '0x87F2', CType: int More...
 
static final int GL_COMPRESSED_LUMINANCE_ALPHA = 0x84eb
 GL_VERSION_1_3, GL_ARB_texture_compression
Alias for: GL_COMPRESSED_LUMINANCE_ALPHA_ARB
Define "GL_COMPRESSED_LUMINANCE_ALPHA" with expression '0x84EB', CType: int More...
 
static final int GL_CURRENT_RASTER_TEXTURE_COORDS = 0xb06
 GL_VERSION_1_0
Define "GL_CURRENT_RASTER_TEXTURE_COORDS" with expression '0x0B06', CType: int More...
 
static final int GL_READ_PIXEL_DATA_RANGE_NV = 0x8879
 GL_NV_pixel_data_range
Define "GL_READ_PIXEL_DATA_RANGE_NV" with expression '0x8879', CType: int More...
 
static final int GL_PERFQUERY_COUNTER_EVENT_INTEL = 0x94f0
 GL_INTEL_performance_query
Define "GL_PERFQUERY_COUNTER_EVENT_INTEL" with expression '0x94F0', CType: int More...
 
static final int GL_ALPHA_FLOAT32_APPLE = 0x8816
 GL_APPLE_float_pixels
Define "GL_ALPHA_FLOAT32_APPLE" with expression '0x8816', CType: int More...
 
static final int GL_REFLECTION_MAP = 0x8512
 GL_VERSION_1_3, GL_OES_texture_cube_map, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map, GL_NV_texgen_reflection
Alias for: GL_REFLECTION_MAP_OES, GL_REFLECTION_MAP_ARB, GL_REFLECTION_MAP_EXT, GL_REFLECTION_MAP_NV
Define "GL_REFLECTION_MAP" with expression '0x8512', CType: int More...
 
static final int GL_PERFQUERY_GPA_EXTENDED_COUNTERS_INTEL = 0x9500
 GL_INTEL_performance_query
Define "GL_PERFQUERY_GPA_EXTENDED_COUNTERS_INTEL" with expression '0x9500', CType: int More...
 
static final int GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 0x880b
 GL_ARB_fragment_program
Define "GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB" with expression '0x880B', CType: int More...
 
static final int GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV = 0x86f2
 GL_NV_texture_shader
Define "GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV" with expression '0x86F2', CType: int More...
 
static final int GL_SEPARATE_SPECULAR_COLOR = 0x81fa
 GL_VERSION_1_2, GL_EXT_separate_specular_color
Alias for: GL_SEPARATE_SPECULAR_COLOR_EXT
Define "GL_SEPARATE_SPECULAR_COLOR" with expression '0x81FA', CType: int More...
 
static final int GL_FOG_COORDINATE_ARRAY_TYPE = 0x8454
 GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: GL_FOG_COORDINATE_ARRAY_TYPE_EXT
Define "GL_FOG_COORDINATE_ARRAY_TYPE" with expression '0x8454', CType: int More...
 
static final int GL_CONVOLUTION_FILTER_BIAS = 0x8015
 GL_ARB_imaging, GL_EXT_convolution
Alias for: GL_CONVOLUTION_FILTER_BIAS_EXT
Define "GL_CONVOLUTION_FILTER_BIAS" with expression '0x8015', CType: int More...
 
static final int GL_POINT_BIT = 0x2
 GL_VERSION_1_0
Define "GL_POINT_BIT" with expression '0x00000002', CType: int More...
 
static final int GL_INVERTED_SCREEN_W_REND = 0x8491
 GL_REND_screen_coordinates
Define "GL_INVERTED_SCREEN_W_REND" with expression '0x8491', CType: int More...
 
static final int GL_MODELVIEW27_ARB = 0x873b
 GL_ARB_vertex_blend
Define "GL_MODELVIEW27_ARB" with expression '0x873B', CType: int More...
 
static final int GL_MAX_VERTEX_ATTRIBS_ARB = 0x8869
 GL_ARB_vertex_program
Define "GL_MAX_VERTEX_ATTRIBS_ARB" with expression '0x8869', CType: int More...
 
static final int GL_INTENSITY8_SNORM = 0x9017
 GL_EXT_texture_snorm
Define "GL_INTENSITY8_SNORM" with expression '0x9017', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD27_EXT = 0x87b8
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD27_EXT" with expression '0x87B8', CType: int More...
 
static final int GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 0x88b5
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MAX_PROGRAM_ENV_PARAMETERS_ARB" with expression '0x88B5', CType: int More...
 
static final int GL_COLOR_TABLE_WIDTH = 0x80d9
 GL_ARB_imaging, GL_SGI_color_table
Alias for: GL_COLOR_TABLE_WIDTH_SGI
Define "GL_COLOR_TABLE_WIDTH" with expression '0x80D9', CType: int More...
 
static final int GL_PERFQUERY_GLOBAL_CONTEXT_INTEL = 0x1
 GL_INTEL_performance_query
Define "GL_PERFQUERY_GLOBAL_CONTEXT_INTEL" with expression '0x00000001', CType: int More...
 
static final int GL_MODELVIEW5_ARB = 0x8725
 GL_ARB_vertex_blend
Define "GL_MODELVIEW5_ARB" with expression '0x8725', CType: int More...
 
static final int GL_ATTRIB_STACK_DEPTH = 0xbb0
 GL_VERSION_1_0
Define "GL_ATTRIB_STACK_DEPTH" with expression '0x0BB0', CType: int More...
 
static final int GL_EVAL_VERTEX_ATTRIB14_NV = 0x86d4
 GL_NV_evaluators
Define "GL_EVAL_VERTEX_ATTRIB14_NV" with expression '0x86D4', CType: int More...
 
static final int GL_VIDEO_CAPTURE_FIELD_LOWER_HEIGHT_NV = 0x903b
 GL_NV_video_capture
Define "GL_VIDEO_CAPTURE_FIELD_LOWER_HEIGHT_NV" with expression '0x903B', CType: int More...
 
static final int GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT = 0x8337
 GL_EXT_pixel_transform
Define "GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT" with expression '0x8337', CType: int More...
 
static final int GL_DSDT_MAG_INTENSITY_NV = 0x86dc
 GL_NV_texture_shader
Define "GL_DSDT_MAG_INTENSITY_NV" with expression '0x86DC', CType: int More...
 
static final int GL_HISTOGRAM_BLUE_SIZE = 0x802a
 GL_ARB_imaging, GL_EXT_histogram
Alias for: GL_HISTOGRAM_BLUE_SIZE_EXT
Define "GL_HISTOGRAM_BLUE_SIZE" with expression '0x802A', CType: int More...
 
static final int GL_MAP2_NORMAL = 0xdb2
 GL_VERSION_1_0
Define "GL_MAP2_NORMAL" with expression '0x0DB2', CType: int More...
 
static final int GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 0x88a1
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MAX_PROGRAM_INSTRUCTIONS_ARB" with expression '0x88A1', CType: int More...
 
static final int GL_PERFQUERY_COUNTER_DATA_DOUBLE_INTEL = 0x94fb
 GL_INTEL_performance_query
Define "GL_PERFQUERY_COUNTER_DATA_DOUBLE_INTEL" with expression '0x94FB', CType: int More...
 
static final int GL_OP_RECIP_EXT = 0x8794
 GL_EXT_vertex_shader
Define "GL_OP_RECIP_EXT" with expression '0x8794', CType: int More...
 
static final int GL_VIRTUAL_PAGE_SIZE_Z_AMD = 0x9197
 GL_AMD_sparse_texture
Define "GL_VIRTUAL_PAGE_SIZE_Z_AMD" with expression '0x9197', CType: int More...
 
static final int GL_LUMINANCE_ALPHA_FLOAT32_ATI = 0x8819
 GL_ATI_texture_float
Define "GL_LUMINANCE_ALPHA_FLOAT32_ATI" with expression '0x8819', CType: int More...
 
static final int GL_CURRENT_RASTER_INDEX = 0xb05
 GL_VERSION_1_0
Define "GL_CURRENT_RASTER_INDEX" with expression '0x0B05', CType: int More...
 
static final int GL_HISTOGRAM_GREEN_SIZE = 0x8029
 GL_ARB_imaging, GL_EXT_histogram
Alias for: GL_HISTOGRAM_GREEN_SIZE_EXT
Define "GL_HISTOGRAM_GREEN_SIZE" with expression '0x8029', CType: int More...
 
static final int GL_WEIGHT_ARRAY_STRIDE_ARB = 0x86aa
 GL_ARB_vertex_blend
Define "GL_WEIGHT_ARRAY_STRIDE_ARB" with expression '0x86AA', CType: int More...
 
static final int GL_QUERY_RESOURCE_TYPE_VIDMEM_ALLOC_NV = 0x9540
 GL_NV_query_resource
Define "GL_QUERY_RESOURCE_TYPE_VIDMEM_ALLOC_NV" with expression '0x9540', CType: int More...
 
static final int GL_UNIFORM_BUFFER_LENGTH_NV = 0x9370
 GL_NV_uniform_buffer_unified_memory
Define "GL_UNIFORM_BUFFER_LENGTH_NV" with expression '0x9370', CType: int More...
 
static final int GL_DRAW_BUFFER11_ATI = 0x8830
 GL_ATI_draw_buffers
Define "GL_DRAW_BUFFER11_ATI" with expression '0x8830', CType: int More...
 
static final int GL_PERFQUERY_WAIT_INTEL = 0x83fb
 GL_INTEL_performance_query
Define "GL_PERFQUERY_WAIT_INTEL" with expression '0x83FB', CType: int More...
 
static final int GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT = 0x87c5
 GL_EXT_vertex_shader
Define "GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT" with expression '0x87C5', CType: int More...
 
static final int GL_POLYGON_STIPPLE_BIT = 0x10
 GL_VERSION_1_0
Define "GL_POLYGON_STIPPLE_BIT" with expression '0x00000010', CType: int More...
 
static final int GL_MATRIX5_ARB = 0x88c5
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX5_ARB" with expression '0x88C5', CType: int More...
 
static final int GL_OP_MADD_EXT = 0x8788
 GL_EXT_vertex_shader
Define "GL_OP_MADD_EXT" with expression '0x8788', CType: int More...
 
static final int GL_RGBA_FLOAT_MODE_ATI = 0x8820
 GL_ATI_pixel_format_float
Define "GL_RGBA_FLOAT_MODE_ATI" with expression '0x8820', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD10_EXT = 0x87a7
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD10_EXT" with expression '0x87A7', CType: int More...
 
static final int GL_VERTEX_ARRAY_RANGE_POINTER_APPLE = 0x8521
 GL_APPLE_vertex_array_range
Define "GL_VERTEX_ARRAY_RANGE_POINTER_APPLE" with expression '0x8521', CType: int More...
 
static final int GL_ALPHA8I = 0x8d90
 GL_EXT_texture_integer
Alias for: GL_ALPHA8I_EXT
Define "GL_ALPHA8I" with expression '0x8D90', CType: int More...
 
static final int GL_INTENSITY_FLOAT32_ATI = 0x8817
 GL_ATI_texture_float
Define "GL_INTENSITY_FLOAT32_ATI" with expression '0x8817', CType: int More...
 
static final int GL_MODELVIEW0_STACK_DEPTH_EXT = 0xba3
 GL_EXT_vertex_weighting
Define "GL_MODELVIEW0_STACK_DEPTH_EXT" with expression '0x0BA3', CType: int More...
 
static final int GL_INTERLACE_READ_OML = 0x8981
 GL_OML_interlace
Define "GL_INTERLACE_READ_OML" with expression '0x8981', CType: int More...
 
static final int GL_VERTEX_ATTRIB_MAP1_DOMAIN_APPLE = 0x8a05
 GL_APPLE_vertex_program_evaluators
Define "GL_VERTEX_ATTRIB_MAP1_DOMAIN_APPLE" with expression '0x8A05', CType: int More...
 
static final int GL_OBJECT_TYPE_ARB = 0x8b4e
 GL_ARB_shader_objects
Define "GL_OBJECT_TYPE_ARB" with expression '0x8B4E', CType: int More...
 
static final int GL_PN_TRIANGLES_POINT_MODE_CUBIC_ATI = 0x87f6
 GL_ATI_pn_triangles
Define "GL_PN_TRIANGLES_POINT_MODE_CUBIC_ATI" with expression '0x87F6', CType: int More...
 
static final int GL_WARPS_PER_SM_NV = 0x933a
 GL_NV_shader_thread_group
Define "GL_WARPS_PER_SM_NV" with expression '0x933A', CType: int More...
 
static final int GL_WEIGHT_ARRAY_ARB = 0x86ad
 GL_ARB_vertex_blend
Define "GL_WEIGHT_ARRAY_ARB" with expression '0x86AD', CType: int More...
 
static final int GL_SOURCE2_RGB = 0x8582
 GL_VERSION_1_3, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_SOURCE2_RGB_EXT, GL_SOURCE2_RGB_ARB
Define "GL_SOURCE2_RGB" with expression '0x8582', CType: int More...
 
static final int GL_FLOAT_MAT3_ARB = 0x8b5b
 GL_ARB_shader_objects
Define "GL_FLOAT_MAT3_ARB" with expression '0x8B5B', CType: int More...
 
static final int GL_LAYOUT_DEFAULT_INTEL = 0x0
 GL_INTEL_map_texture
Define "GL_LAYOUT_DEFAULT_INTEL" with expression '0', CType: int More...
 
static final int GL_N3F_V3F = 0x2a25
 GL_VERSION_1_1
Define "GL_N3F_V3F" with expression '0x2A25', CType: int More...
 
static final int GL_DRAW_BUFFER0_ATI = 0x8825
 GL_ATI_draw_buffers
Define "GL_DRAW_BUFFER0_ATI" with expression '0x8825', CType: int More...
 
static final int GL_POLYGON = 0x9
 GL_VERSION_1_0
Define "GL_POLYGON" with expression '0x0009', CType: int More...
 
static final int GL_MATRIX20_ARB = 0x88d4
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MATRIX20_ARB" with expression '0x88D4', CType: int More...
 
static final int GL_INDEX_TEST_REF_EXT = 0x81b7
 GL_EXT_index_func
Define "GL_INDEX_TEST_REF_EXT" with expression '0x81B7', CType: int More...
 
static final int GL_COLOR_INDEXES = 0x1603
 GL_VERSION_1_0
Define "GL_COLOR_INDEXES" with expression '0x1603', CType: int More...
 
static final int GL_TEXTURE_MATERIAL_FACE_EXT = 0x8351
 GL_EXT_light_texture
Define "GL_TEXTURE_MATERIAL_FACE_EXT" with expression '0x8351', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET = 0x8cd4
 GL_OES_texture_3D, GL_EXT_framebuffer_object
Alias for: GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_OES, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_EXT
Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET" with expression '0x8CD4', CType: int More...
 
static final int GL_Y_EXT = 0x87d6
 GL_EXT_vertex_shader
Define "GL_Y_EXT" with expression '0x87D6', CType: int More...
 
static final int GL_AUX0 = 0x409
 GL_VERSION_1_0
Define "GL_AUX0" with expression '0x0409', CType: int More...
 
static final int GL_AUX1 = 0x40a
 GL_VERSION_1_0
Define "GL_AUX1" with expression '0x040A', CType: int More...
 
static final int GL_RGBA_FLOAT_MODE = 0x8820
 GL_ATI_pixel_format_float, GL_ARB_color_buffer_float
Alias for: GL_RGBA_FLOAT_MODE_ATI, GL_RGBA_FLOAT_MODE_ARB
Define "GL_RGBA_FLOAT_MODE" with expression '0x8820', CType: int More...
 
static final int GL_INVARIANT_DATATYPE_EXT = 0x87eb
 GL_EXT_vertex_shader
Define "GL_INVARIANT_DATATYPE_EXT" with expression '0x87EB', CType: int More...
 
static final int GL_AUX2 = 0x40b
 GL_VERSION_1_0
Define "GL_AUX2" with expression '0x040B', CType: int More...
 
static final int GL_AUX3 = 0x40c
 GL_VERSION_1_0
Define "GL_AUX3" with expression '0x040C', CType: int More...
 
static final int GL_QUERY_RESOURCE_BUFFEROBJECT_NV = 0x9547
 GL_NV_query_resource
Define "GL_QUERY_RESOURCE_BUFFEROBJECT_NV" with expression '0x9547', CType: int More...
 
static final int GL_INTENSITY16I = 0x8d8b
 GL_EXT_texture_integer
Alias for: GL_INTENSITY16I_EXT
Define "GL_INTENSITY16I" with expression '0x8D8B', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD23_EXT = 0x87b4
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD23_EXT" with expression '0x87B4', CType: int More...
 
static final int GL_OBJECT_LINK_STATUS_ARB = 0x8b82
 GL_ARB_shader_objects
Define "GL_OBJECT_LINK_STATUS_ARB" with expression '0x8B82', CType: int More...
 
static final int GL_LUMINANCE8_ALPHA8_SNORM = 0x9016
 GL_EXT_texture_snorm
Define "GL_LUMINANCE8_ALPHA8_SNORM" with expression '0x9016', CType: int More...
 
static final int GL_2D = 0x600
 GL_VERSION_1_0
Define "GL_2D" with expression '0x0600', CType: int More...
 
static final int GL_COLOR_TABLE_GREEN_SIZE = 0x80db
 GL_ARB_imaging, GL_SGI_color_table
Alias for: GL_COLOR_TABLE_GREEN_SIZE_SGI
Define "GL_COLOR_TABLE_GREEN_SIZE" with expression '0x80DB', CType: int More...
 
static final int GL_OUTPUT_TEXTURE_COORD8_EXT = 0x87a5
 GL_EXT_vertex_shader
Define "GL_OUTPUT_TEXTURE_COORD8_EXT" with expression '0x87A5', CType: int More...
 
static final int GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 0x88a3
 GL_ARB_vertex_program, GL_ARB_fragment_program
Define "GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB" with expression '0x88A3', CType: int More...
 
static final int GL_PIXEL_MAP_I_TO_I_SIZE = 0xcb0
 GL_VERSION_1_0
Define "GL_PIXEL_MAP_I_TO_I_SIZE" with expression '0x0CB0', CType: int More...
 
static final int GL_MAX_PROGRAM_GENERIC_RESULTS_NV = 0x8da6
 GL_NV_gpu_program4
Define "GL_MAX_PROGRAM_GENERIC_RESULTS_NV" with expression '0x8DA6', CType: int More...
 
static final int GL_DEPTH_BOUNDS_EXT = 0x8891
 GL_EXT_depth_bounds_test
Define "GL_DEPTH_BOUNDS_EXT" with expression '0x8891', CType: int More...
 
static final int GL_MODELVIEW10_ARB = 0x872a
 GL_ARB_vertex_blend
Define "GL_MODELVIEW10_ARB" with expression '0x872A', CType: int More...
 
static final int GL_CLIENT_ATTRIB_STACK_DEPTH = 0xbb1
 GL_VERSION_1_0
Define "GL_CLIENT_ATTRIB_STACK_DEPTH" with expression '0x0BB1', CType: int More...
 
static final int GL_PIXEL_UNPACK_BUFFER_EXT = 0x88ec
 GL_EXT_pixel_buffer_object
Define "GL_PIXEL_UNPACK_BUFFER_EXT" with expression '0x88EC', CType: int More...
 
static final int GL_INTENSITY8I = 0x8d91
 GL_EXT_texture_integer
Alias for: GL_INTENSITY8I_EXT
Define "GL_INTENSITY8I" with expression '0x8D91', CType: int More...
 
static final int GL_OFFSET_TEXTURE_2D_SCALE_NV = 0x86e2
 GL_NV_texture_shader
Define "GL_OFFSET_TEXTURE_2D_SCALE_NV" with expression '0x86E2', CType: int More...
 
- Static Public Attributes inherited from com.jogamp.opengl.GL2ES1
static final int GL_POINT_SIZE_MAX = 0x8127
 GL_VERSION_1_4, GL_VERSION_ES_1_0, GL_SGIS_point_parameters, GL_EXT_point_parameters, GL_ARB_point_parameters
Alias for: GL_POINT_SIZE_MAX_SGIS, GL_POINT_SIZE_MAX_EXT, GL_POINT_SIZE_MAX_ARB
Define "GL_POINT_SIZE_MAX" with expression '0x8127', CType: int More...
 
static final int GL_SRC2_ALPHA = 0x858a
 GL_VERSION_1_5, GL_VERSION_ES_1_0
Define "GL_SRC2_ALPHA" with expression '0x858A', CType: int More...
 
static final int GL_MODELVIEW_STACK_DEPTH = 0xba3
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_MODELVIEW_STACK_DEPTH" with expression '0x0BA3', CType: int More...
 
static final int GL_NORMAL_ARRAY_BUFFER_BINDING = 0x8897
 GL_VERSION_1_5, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_NORMAL_ARRAY_BUFFER_BINDING_ARB
Define "GL_NORMAL_ARRAY_BUFFER_BINDING" with expression '0x8897', CType: int More...
 
static final int GL_COLOR_ARRAY_POINTER = 0x8090
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_COLOR_ARRAY_POINTER_EXT
Define "GL_COLOR_ARRAY_POINTER" with expression '0x8090', CType: int More...
 
static final int GL_PREVIOUS = 0x8578
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_PREVIOUS_EXT, GL_PREVIOUS_ARB
Define "GL_PREVIOUS" with expression '0x8578', CType: int More...
 
static final int GL_OPERAND0_RGB = 0x8590
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_OPERAND0_RGB_EXT, GL_OPERAND0_RGB_ARB
Define "GL_OPERAND0_RGB" with expression '0x8590', CType: int More...
 
static final int GL_VERTEX_ARRAY_SIZE = 0x807a
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_VERTEX_ARRAY_SIZE_EXT
Define "GL_VERTEX_ARRAY_SIZE" with expression '0x807A', CType: int More...
 
static final int GL_FOG_HINT = 0xc54
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_FOG_HINT" with expression '0x0C54', CType: int More...
 
static final int GL_CURRENT_TEXTURE_COORDS = 0xb03
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_CURRENT_TEXTURE_COORDS" with expression '0x0B03', CType: int More...
 
static final int GL_CURRENT_COLOR = 0xb00
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_CURRENT_COLOR" with expression '0x0B00', CType: int More...
 
static final int GL_VERTEX_ARRAY_TYPE = 0x807b
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_VERTEX_ARRAY_TYPE_EXT
Define "GL_VERTEX_ARRAY_TYPE" with expression '0x807B', CType: int More...
 
static final int GL_MAX_TEXTURE_UNITS = 0x84e2
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_MAX_TEXTURE_UNITS_ARB
Define "GL_MAX_TEXTURE_UNITS" with expression '0x84E2', CType: int More...
 
static final int GL_VERTEX_ARRAY_BUFFER_BINDING = 0x8896
 GL_VERSION_1_5, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_VERTEX_ARRAY_BUFFER_BINDING_ARB
Define "GL_VERTEX_ARRAY_BUFFER_BINDING" with expression '0x8896', CType: int More...
 
static final int GL_RESCALE_NORMAL = 0x803a
 GL_VERSION_1_2, GL_VERSION_ES_1_0, GL_EXT_rescale_normal
Alias for: GL_RESCALE_NORMAL_EXT
Define "GL_RESCALE_NORMAL" with expression '0x803A', CType: int More...
 
static final int GL_VERTEX_ARRAY_STRIDE = 0x807c
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_VERTEX_ARRAY_STRIDE_EXT
Define "GL_VERTEX_ARRAY_STRIDE" with expression '0x807C', CType: int More...
 
static final int GL_COLOR_ARRAY_BUFFER_BINDING = 0x8898
 GL_VERSION_1_5, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_COLOR_ARRAY_BUFFER_BINDING_ARB
Define "GL_COLOR_ARRAY_BUFFER_BINDING" with expression '0x8898', CType: int More...
 
static final int GL_CLIP_PLANE0 = 0x3000
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE0_IMG
Define "GL_CLIP_PLANE0" with expression '0x3000', CType: int More...
 
static final int GL_CLIP_PLANE1 = 0x3001
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE1_IMG
Define "GL_CLIP_PLANE1" with expression '0x3001', CType: int More...
 
static final int GL_CLIP_PLANE2 = 0x3002
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE2_IMG
Define "GL_CLIP_PLANE2" with expression '0x3002', CType: int More...
 
static final int GL_CLIP_PLANE3 = 0x3003
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE3_IMG
Define "GL_CLIP_PLANE3" with expression '0x3003', CType: int More...
 
static final int GL_RGB_SCALE = 0x8573
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_RGB_SCALE_EXT, GL_RGB_SCALE_ARB
Define "GL_RGB_SCALE" with expression '0x8573', CType: int More...
 
static final int GL_CLIP_PLANE4 = 0x3004
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE4_IMG
Define "GL_CLIP_PLANE4" with expression '0x3004', CType: int More...
 
static final int GL_CLIP_PLANE5 = 0x3005
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane
Alias for: GL_CLIP_PLANE5_IMG
Define "GL_CLIP_PLANE5" with expression '0x3005', CType: int More...
 
static final int GL_ALPHA_TEST = 0xbc0
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_QCOM_alpha_test
Alias for: GL_ALPHA_TEST_QCOM
Define "GL_ALPHA_TEST" with expression '0x0BC0', CType: int More...
 
static final int GL_COLOR_ARRAY_STRIDE = 0x8083
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_COLOR_ARRAY_STRIDE_EXT
Define "GL_COLOR_ARRAY_STRIDE" with expression '0x8083', CType: int More...
 
static final int GL_MAX_LIGHTS = 0xd31
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_MAX_LIGHTS" with expression '0x0D31', CType: int More...
 
static final int GL_COMBINE_RGB = 0x8571
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_COMBINE_RGB_EXT, GL_COMBINE_RGB_ARB
Define "GL_COMBINE_RGB" with expression '0x8571', CType: int More...
 
static final int GL_PROJECTION_STACK_DEPTH = 0xba4
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_PROJECTION_STACK_DEPTH" with expression '0x0BA4', CType: int More...
 
static final int GL_OPERAND1_ALPHA = 0x8599
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_OPERAND1_ALPHA_EXT, GL_OPERAND1_ALPHA_ARB
Define "GL_OPERAND1_ALPHA" with expression '0x8599', CType: int More...
 
static final int GL_NORMAL_ARRAY_POINTER = 0x808f
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_NORMAL_ARRAY_POINTER_EXT
Define "GL_NORMAL_ARRAY_POINTER" with expression '0x808F', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_sRGB
Alias for: GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT
Define "GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING" with expression '0x8210', CType: int More...
 
static final int GL_CLIENT_ACTIVE_TEXTURE = 0x84e1
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_CLIENT_ACTIVE_TEXTURE_ARB
Define "GL_CLIENT_ACTIVE_TEXTURE" with expression '0x84E1', CType: int More...
 
static final int GL_TEXTURE_STACK_DEPTH = 0xba5
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_TEXTURE_STACK_DEPTH" with expression '0x0BA5', CType: int More...
 
static final int GL_PERSPECTIVE_CORRECTION_HINT = 0xc50
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_PERSPECTIVE_CORRECTION_HINT" with expression '0x0C50', CType: int More...
 
static final int GL_LIGHT_MODEL_TWO_SIDE = 0xb52
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_LIGHT_MODEL_TWO_SIDE" with expression '0x0B52', CType: int More...
 
static final int GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_TEXTURE_COORD_ARRAY_TYPE_EXT
Define "GL_TEXTURE_COORD_ARRAY_TYPE" with expression '0x8089', CType: int More...
 
static final int GL_SRC0_RGB = 0x8580
 GL_VERSION_1_5, GL_VERSION_ES_1_0
Define "GL_SRC0_RGB" with expression '0x8580', CType: int More...
 
static final int GL_FOG_MODE = 0xb65
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_FOG_MODE" with expression '0x0B65', CType: int More...
 
static final int GL_ALPHA_TEST_FUNC = 0xbc1
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_QCOM_alpha_test
Alias for: GL_ALPHA_TEST_FUNC_QCOM
Define "GL_ALPHA_TEST_FUNC" with expression '0x0BC1', CType: int More...
 
static final int GL_MAX_CLIP_PLANES = 0xd32
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_IMG_user_clip_plane
Alias for: GL_MAX_CLIP_PLANES_IMG
Define "GL_MAX_CLIP_PLANES" with expression '0x0D32', CType: int More...
 
static final int GL_VERTEX_ARRAY_POINTER = 0x808e
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_VERTEX_ARRAY_POINTER_EXT
Define "GL_VERTEX_ARRAY_POINTER" with expression '0x808E', CType: int More...
 
static final int GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_TEXTURE_COORD_ARRAY_SIZE_EXT
Define "GL_TEXTURE_COORD_ARRAY_SIZE" with expression '0x8088', CType: int More...
 
static final int GL_MODULATE = 0x2100
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_MODULATE" with expression '0x2100', CType: int More...
 
static final int GL_OPERAND2_ALPHA = 0x859a
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_OPERAND2_ALPHA_EXT, GL_OPERAND2_ALPHA_ARB
Define "GL_OPERAND2_ALPHA" with expression '0x859A', CType: int More...
 
static final int GL_MAX_TEXTURE_STACK_DEPTH = 0xd39
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_MAX_TEXTURE_STACK_DEPTH" with expression '0x0D39', CType: int More...
 
static final int GL_TEXTURE_ENV = 0x2300
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_TEXTURE_ENV" with expression '0x2300', CType: int More...
 
static final int GL_NORMAL_ARRAY_STRIDE = 0x807f
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_NORMAL_ARRAY_STRIDE_EXT
Define "GL_NORMAL_ARRAY_STRIDE" with expression '0x807F', CType: int More...
 
static final int GL_SRC1_RGB = 0x8581
 GL_VERSION_1_5, GL_VERSION_ES_1_0
Define "GL_SRC1_RGB" with expression '0x8581', CType: int More...
 
static final int GL_FOG_COLOR = 0xb66
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_FOG_COLOR" with expression '0x0B66', CType: int More...
 
static final int GL_POINT_SIZE_MIN = 0x8126
 GL_VERSION_1_4, GL_VERSION_ES_1_0, GL_EXT_point_parameters, GL_SGIS_point_parameters, GL_ARB_point_parameters
Alias for: GL_POINT_SIZE_MIN_EXT, GL_POINT_SIZE_MIN_SGIS, GL_POINT_SIZE_MIN_ARB
Define "GL_POINT_SIZE_MIN" with expression '0x8126', CType: int More...
 
static final int GL_OPERAND0_ALPHA = 0x8598
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_OPERAND0_ALPHA_EXT, GL_OPERAND0_ALPHA_ARB
Define "GL_OPERAND0_ALPHA" with expression '0x8598', CType: int More...
 
static final int GL_POINT_SMOOTH = 0xb10
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_POINT_SMOOTH" with expression '0x0B10', CType: int More...
 
static final int GL_EXP2 = 0x801
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_EXP2" with expression '0x0801', CType: int More...
 
static final int GL_EXP = 0x800
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_EXP" with expression '0x0800', CType: int More...
 
static final int GL_COLOR_ARRAY_SIZE = 0x8081
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_COLOR_ARRAY_SIZE_EXT
Define "GL_COLOR_ARRAY_SIZE" with expression '0x8081', CType: int More...
 
static final int GL_LIGHT_MODEL_AMBIENT = 0xb53
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_LIGHT_MODEL_AMBIENT" with expression '0x0B53', CType: int More...
 
static final int GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_TEXTURE_COORD_ARRAY_POINTER_EXT
Define "GL_TEXTURE_COORD_ARRAY_POINTER" with expression '0x8092', CType: int More...
 
static final int GL_CURRENT_NORMAL = 0xb02
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_CURRENT_NORMAL" with expression '0x0B02', CType: int More...
 
static final int GL_MAX_PROJECTION_STACK_DEPTH = 0xd38
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_MAX_PROJECTION_STACK_DEPTH" with expression '0x0D38', CType: int More...
 
static final int GL_PRIMARY_COLOR = 0x8577
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine, GL_NV_path_rendering, GL_NV_register_combiners
Alias for: GL_PRIMARY_COLOR_EXT, GL_PRIMARY_COLOR_ARB, GL_PRIMARY_COLOR_NV
Define "GL_PRIMARY_COLOR" with expression '0x8577', CType: int More...
 
static final int GL_TEXTURE_ENV_COLOR = 0x2201
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_TEXTURE_ENV_COLOR" with expression '0x2201', CType: int More...
 
static final int GL_SRC2_RGB = 0x8582
 GL_VERSION_1_5, GL_VERSION_ES_1_0
Define "GL_SRC2_RGB" with expression '0x8582', CType: int More...
 
static final int GL_INTERPOLATE = 0x8575
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_INTERPOLATE_EXT, GL_INTERPOLATE_ARB
Define "GL_INTERPOLATE" with expression '0x8575', CType: int More...
 
static final int GL_DECAL = 0x2101
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_DECAL" with expression '0x2101', CType: int More...
 
static final int GL_SRC1_ALPHA = 0x8589
 GL_VERSION_1_5, GL_VERSION_ES_1_0, GL_EXT_blend_func_extended
Alias for: GL_SRC1_ALPHA_EXT
Define "GL_SRC1_ALPHA" with expression '0x8589', CType: int More...
 
static final int GL_TEXTURE_ENV_MODE = 0x2200
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_TEXTURE_ENV_MODE" with expression '0x2200', CType: int More...
 
static final int GL_ALPHA_TEST_REF = 0xbc2
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_QCOM_alpha_test
Alias for: GL_ALPHA_TEST_REF_QCOM
Define "GL_ALPHA_TEST_REF" with expression '0x0BC2', CType: int More...
 
static final int GL_CONTEXT_ROBUST_ACCESS = 0x90f3
 GL_KHR_robustness, GL_KHR_robustness, GL_EXT_robustness
Alias for: GL_CONTEXT_ROBUST_ACCESS_KHR, GL_CONTEXT_ROBUST_ACCESS_EXT
Define "GL_CONTEXT_ROBUST_ACCESS" with expression '0x90F3', CType: int More...
 
static final int GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING = 0x889a
 GL_VERSION_1_5, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB
Define "GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING" with expression '0x889A', CType: int More...
 
static final int GL_POINT_DISTANCE_ATTENUATION = 0x8129
 GL_VERSION_1_4, GL_VERSION_ES_1_0, GL_ARB_point_parameters
Alias for: GL_POINT_DISTANCE_ATTENUATION_ARB
Define "GL_POINT_DISTANCE_ATTENUATION" with expression '0x8129', CType: int More...
 
static final int GL_ALPHA_SCALE = 0xd1c
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_ALPHA_SCALE" with expression '0x0D1C', CType: int More...
 
static final int GL_CONSTANT = 0x8576
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine, GL_NV_path_rendering
Alias for: GL_CONSTANT_EXT, GL_CONSTANT_ARB, GL_CONSTANT_NV
Define "GL_CONSTANT" with expression '0x8576', CType: int More...
 
static final int GL_COLOR_ARRAY_TYPE = 0x8082
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_COLOR_ARRAY_TYPE_EXT
Define "GL_COLOR_ARRAY_TYPE" with expression '0x8082', CType: int More...
 
static final int GL_DOT3_RGB = 0x86ae
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_texture_env_dot3, GL_EXT_texture_env_dot3
Alias for: GL_DOT3_RGB_ARB, GL_DOT3_RGB_EXT
Define "GL_DOT3_RGB" with expression '0x86AE', CType: int More...
 
static final int GL_POINT_SMOOTH_HINT = 0xc51
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_POINT_SMOOTH_HINT" with expression '0x0C51', CType: int More...
 
static final int GL_SHADE_MODEL = 0xb54
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_SHADE_MODEL" with expression '0x0B54', CType: int More...
 
static final int GL_OPERAND1_RGB = 0x8591
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_OPERAND1_RGB_EXT, GL_OPERAND1_RGB_ARB
Define "GL_OPERAND1_RGB" with expression '0x8591', CType: int More...
 
static final int GL_STACK_OVERFLOW = 0x503
 GL_ES_VERSION_3_2, GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_KHR_debug
Alias for: GL_STACK_OVERFLOW_KHR
Define "GL_STACK_OVERFLOW" with expression '0x0503', CType: int More...
 
static final int GL_DOT3_RGBA = 0x86af
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_texture_env_dot3, GL_EXT_texture_env_dot3, GL_IMG_texture_env_enhanced_fixed_function
Alias for: GL_DOT3_RGBA_ARB, GL_DOT3_RGBA_EXT, GL_DOT3_RGBA_IMG
Define "GL_DOT3_RGBA" with expression '0x86AF', CType: int More...
 
static final int GL_FOG_END = 0xb64
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_FOG_END" with expression '0x0B64', CType: int More...
 
static final int GL_COORD_REPLACE = 0x8862
 GL_VERSION_2_0, GL_OES_point_sprite, GL_NV_point_sprite, GL_ARB_point_sprite
Alias for: GL_COORD_REPLACE_OES, GL_COORD_REPLACE_NV, GL_COORD_REPLACE_ARB
Define "GL_COORD_REPLACE" with expression '0x8862', CType: int More...
 
static final int GL_SUBTRACT = 0x84e7
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_texture_env_combine
Alias for: GL_SUBTRACT_ARB
Define "GL_SUBTRACT" with expression '0x84E7', CType: int More...
 
static final int GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808a
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_TEXTURE_COORD_ARRAY_STRIDE_EXT
Define "GL_TEXTURE_COORD_ARRAY_STRIDE" with expression '0x808A', CType: int More...
 
static final int GL_NORMAL_ARRAY_TYPE = 0x807e
 GL_VERSION_1_1, GL_VERSION_ES_1_0, GL_EXT_vertex_array
Alias for: GL_NORMAL_ARRAY_TYPE_EXT
Define "GL_NORMAL_ARRAY_TYPE" with expression '0x807E', CType: int More...
 
static final int GL_SRC0_ALPHA = 0x8588
 GL_VERSION_1_5, GL_VERSION_ES_1_0
Define "GL_SRC0_ALPHA" with expression '0x8588', CType: int More...
 
static final int GL_COMBINE = 0x8570
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_COMBINE_EXT, GL_COMBINE_ARB
Define "GL_COMBINE" with expression '0x8570', CType: int More...
 
static final int GL_POINT_SPRITE = 0x8861
 GL_VERSION_2_0, GL_ARB_point_sprite, GL_NV_point_sprite, GL_OES_point_sprite
Alias for: GL_POINT_SPRITE_ARB, GL_POINT_SPRITE_NV, GL_POINT_SPRITE_OES
Define "GL_POINT_SPRITE" with expression '0x8861', CType: int More...
 
static final int GL_STACK_UNDERFLOW = 0x504
 GL_ES_VERSION_3_2, GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_KHR_debug
Alias for: GL_STACK_UNDERFLOW_KHR
Define "GL_STACK_UNDERFLOW" with expression '0x0504', CType: int More...
 
static final int GL_ADD = 0x104
 GL_VERSION_ES_1_0, GL_VERSION_1_0, GL_ATI_fragment_shader
Alias for: GL_ADD_ATI
Define "GL_ADD" with expression '0x0104', CType: int More...
 
static final int GL_FOG_DENSITY = 0xb62
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_FOG_DENSITY" with expression '0x0B62', CType: int More...
 
static final int GL_OPERAND2_RGB = 0x8592
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_OPERAND2_RGB_EXT, GL_OPERAND2_RGB_ARB
Define "GL_OPERAND2_RGB" with expression '0x8592', CType: int More...
 
static final int GL_GENERATE_MIPMAP = 0x8191
 GL_VERSION_1_4, GL_VERSION_ES_1_0, GL_SGIS_generate_mipmap
Alias for: GL_GENERATE_MIPMAP_SGIS
Define "GL_GENERATE_MIPMAP" with expression '0x8191', CType: int More...
 
static final int GL_FOG = 0xb60
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_FOG" with expression '0x0B60', CType: int More...
 
static final int GL_FOG_START = 0xb63
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_FOG_START" with expression '0x0B63', CType: int More...
 
static final int GL_MAX_MODELVIEW_STACK_DEPTH = 0xd36
 GL_VERSION_ES_1_0, GL_VERSION_1_0
Define "GL_MAX_MODELVIEW_STACK_DEPTH" with expression '0x0D36', CType: int More...
 
static final int GL_COMBINE_ALPHA = 0x8572
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_COMBINE_ALPHA_EXT, GL_COMBINE_ALPHA_ARB
Define "GL_COMBINE_ALPHA" with expression '0x8572', CType: int More...
 
static final int GL_ADD_SIGNED = 0x8574
 GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine
Alias for: GL_ADD_SIGNED_EXT, GL_ADD_SIGNED_ARB
Define "GL_ADD_SIGNED" with expression '0x8574', CType: int More...
 
- Static Public Attributes inherited from com.jogamp.opengl.GL
static final int GL_ONE_MINUS_SRC_COLOR = 0x301
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_ONE_MINUS_SRC_COLOR" with expression '0x0301', CType: int More...
 
static final int GL_SCISSOR_TEST = 0xc11
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_SCISSOR_TEST" with expression '0x0C11', CType: int More...
 
static final int GL_ONE_MINUS_DST_COLOR = 0x307
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_ONE_MINUS_DST_COLOR" with expression '0x0307', CType: int More...
 
static final int GL_RENDERBUFFER_SAMPLES = 0x8cab
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_APPLE_framebuffer_multisample, GL_ANGLE_framebuffer_multisample, GL_IMG_multisampled_render_to_texture, GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample, GL_NV_framebuffer_multisample
Alias for: GL_RENDERBUFFER_SAMPLES_APPLE, GL_RENDERBUFFER_SAMPLES_ANGLE, GL_RENDERBUFFER_SAMPLES_IMG, GL_RENDERBUFFER_SAMPLES_EXT, GL_RENDERBUFFER_SAMPLES_NV
Define "GL_RENDERBUFFER_SAMPLES" with expression '0x8CAB', CType: int More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = 0x8cd7
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT, GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES
Define "GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT" with expression '0x8CD7', CType: int More...
 
static final int GL_INVALID_FRAMEBUFFER_OPERATION = 0x506
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_INVALID_FRAMEBUFFER_OPERATION_EXT, GL_INVALID_FRAMEBUFFER_OPERATION_OES
Define "GL_INVALID_FRAMEBUFFER_OPERATION" with expression '0x0506', CType: int More...
 
static final int GL_DEPTH_TEST = 0xb71
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DEPTH_TEST" with expression '0x0B71', CType: int More...
 
static final int GL_INVALID_OPERATION = 0x502
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_INVALID_OPERATION" with expression '0x0502', CType: int More...
 
static final int GL_COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83f2
 GL_EXT_texture_compression_s3tc
Define "GL_COMPRESSED_RGBA_S3TC_DXT3_EXT" with expression '0x83F2', CType: int More...
 
static final int GL_RGB32F = 0x8815
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_RGB32F_EXT, GL_RGB32F_ARB
Define "GL_RGB32F" with expression '0x8815', CType: int More...
 
static final int GL_DYNAMIC_DRAW = 0x88e8
 GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_DYNAMIC_DRAW_ARB
Define "GL_DYNAMIC_DRAW" with expression '0x88E8', CType: int More...
 
static final int GL_DEPTH_BITS = 0xd56
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DEPTH_BITS" with expression '0x0D56', CType: int More...
 
static final int GL_UNKNOWN_CONTEXT_RESET = 0x8255
 GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_EXT_robustness, GL_ARB_robustness
Alias for: GL_UNKNOWN_CONTEXT_RESET_KHR, GL_UNKNOWN_CONTEXT_RESET_EXT, GL_UNKNOWN_CONTEXT_RESET_ARB
Define "GL_UNKNOWN_CONTEXT_RESET" with expression '0x8255', CType: int More...
 
static final int GL_STENCIL_BUFFER_BIT = 0x400
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_BUFFER_BIT" with expression '0x00000400', CType: int More...
 
static final int GL_MAX_SAMPLES = 0x8d57
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_framebuffer_multisample, GL_IMG_multisampled_render_to_texture, GL_APPLE_framebuffer_multisample, GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample, GL_ANGLE_framebuffer_multisample
Alias for: GL_MAX_SAMPLES_NV, GL_MAX_SAMPLES_IMG, GL_MAX_SAMPLES_APPLE, GL_MAX_SAMPLES_EXT, GL_MAX_SAMPLES_ANGLE
Define "GL_MAX_SAMPLES" with expression '0x8D57', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8cd3
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES
Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE" with expression '0x8CD3', CType: int More...
 
static final int GL_FRONT_FACE = 0xb46
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_FRONT_FACE" with expression '0x0B46', CType: int More...
 
static final int GL_TEXTURE0 = 0x84c0
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE0_ARB
Define "GL_TEXTURE0" with expression '0x84C0', CType: int More...
 
static final int GL_TEXTURE4 = 0x84c4
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE4_ARB
Define "GL_TEXTURE4" with expression '0x84C4', CType: int More...
 
static final int GL_TEXTURE3 = 0x84c3
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE3_ARB
Define "GL_TEXTURE3" with expression '0x84C3', CType: int More...
 
static final int GL_TEXTURE2 = 0x84c2
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE2_ARB
Define "GL_TEXTURE2" with expression '0x84C2', CType: int More...
 
static final int GL_TEXTURE1 = 0x84c1
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE1_ARB
Define "GL_TEXTURE1" with expression '0x84C1', CType: int More...
 
static final int GL_TEXTURE8 = 0x84c8
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE8_ARB
Define "GL_TEXTURE8" with expression '0x84C8', CType: int More...
 
static final int GL_TEXTURE7 = 0x84c7
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE7_ARB
Define "GL_TEXTURE7" with expression '0x84C7', CType: int More...
 
static final int GL_TEXTURE6 = 0x84c6
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE6_ARB
Define "GL_TEXTURE6" with expression '0x84C6', CType: int More...
 
static final int GL_TEXTURE5 = 0x84c5
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE5_ARB
Define "GL_TEXTURE5" with expression '0x84C5', CType: int More...
 
static final int GL_TEXTURE9 = 0x84c9
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE9_ARB
Define "GL_TEXTURE9" with expression '0x84C9', CType: int More...
 
static final int GL_COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83f3
 GL_EXT_texture_compression_s3tc
Define "GL_COMPRESSED_RGBA_S3TC_DXT5_EXT" with expression '0x83F3', CType: int More...
 
static final int GL_RGB5_A1 = 0x8057
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_OES_framebuffer_object, GL_OES_required_internalformat, GL_EXT_texture
Alias for: GL_RGB5_A1_OES, GL_RGB5_A1_EXT
Define "GL_RGB5_A1" with expression '0x8057', CType: int More...
 
static final int GL_INCR = 0x1e02
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_INCR" with expression '0x1E02', CType: int More...
 
static final int GL_DST_ALPHA = 0x304
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DST_ALPHA" with expression '0x0304', CType: int More...
 
static final int GL_MAP_INVALIDATE_BUFFER_BIT = 0x8
 GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range
Alias for: GL_MAP_INVALIDATE_BUFFER_BIT_EXT
Define "GL_MAP_INVALIDATE_BUFFER_BIT" with expression '0x0008', CType: int More...
 
static final int GL_SRC_COLOR = 0x300
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_SRC_COLOR" with expression '0x0300', CType: int More...
 
static final int GL_NOTEQUAL = 0x205
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_NOTEQUAL" with expression '0x0205', CType: int More...
 
static final int GL_CULL_FACE_MODE = 0xb45
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_CULL_FACE_MODE" with expression '0x0B45', CType: int More...
 
static final int GL_FASTEST = 0x1101
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_FASTEST" with expression '0x1101', CType: int More...
 
static final int GL_R16F = 0x822d
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_color_buffer_half_float, GL_EXT_texture_storage
Alias for: GL_R16F_EXT
Define "GL_R16F" with expression '0x822D', CType: int More...
 
static final int GL_ALIASED_POINT_SIZE_RANGE = 0x846d
 GL_ES_VERSION_2_0, GL_VERSION_1_2, GL_VERSION_ES_1_0
Define "GL_ALIASED_POINT_SIZE_RANGE" with expression '0x846D', CType: int More...
 
static final int GL_SHORT = 0x1402
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_SHORT" with expression '0x1402', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8cd2
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES
Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL" with expression '0x8CD2', CType: int More...
 
static final int GL_ONE_MINUS_DST_ALPHA = 0x305
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_ONE_MINUS_DST_ALPHA" with expression '0x0305', CType: int More...
 
static final int GL_DST_COLOR = 0x306
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DST_COLOR" with expression '0x0306', CType: int More...
 
static final int GL_LESS = 0x201
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LESS" with expression '0x0201', CType: int More...
 
static final int GL_ONE = 0x1
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0, GL_EXT_vertex_shader
Alias for: GL_ONE_EXT
Define "GL_ONE" with expression '1', CType: int More...
 
static final int GL_SRGB = 0x8c40
 GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_EXT_texture_sRGB, GL_EXT_sRGB
Alias for: GL_SRGB_EXT
Define "GL_SRGB" with expression '0x8C40', CType: int More...
 
static final int GL_RENDERBUFFER_STENCIL_SIZE = 0x8d55
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_RENDERBUFFER_STENCIL_SIZE_EXT, GL_RENDERBUFFER_STENCIL_SIZE_OES
Define "GL_RENDERBUFFER_STENCIL_SIZE" with expression '0x8D55', CType: int More...
 
static final int GL_TRIANGLES = 0x4
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TRIANGLES" with expression '0x0004', CType: int More...
 
static final int GL_FIXED = 0x140c
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1, GL_VERSION_ES_1_0, GL_OES_fixed_point
Alias for: GL_FIXED_OES
Define "GL_FIXED" with expression '0x140C', CType: int More...
 
static final int GL_RGBA = 0x1908
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_RGBA" with expression '0x1908', CType: int More...
 
static final int GL_NEAREST_MIPMAP_LINEAR = 0x2702
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_NEAREST_MIPMAP_LINEAR" with expression '0x2702', CType: int More...
 
static final int GL_EXTENSIONS = 0x1f03
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_EXTENSIONS" with expression '0x1F03', CType: int More...
 
static final int GL_DRAW_FRAMEBUFFER_BINDING = 0x8ca6
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_APPLE_framebuffer_multisample, GL_NV_framebuffer_blit, GL_ANGLE_framebuffer_blit, GL_EXT_framebuffer_blit
Alias for: GL_DRAW_FRAMEBUFFER_BINDING_APPLE, GL_DRAW_FRAMEBUFFER_BINDING_NV, GL_DRAW_FRAMEBUFFER_BINDING_ANGLE, GL_DRAW_FRAMEBUFFER_BINDING_EXT
Define "GL_DRAW_FRAMEBUFFER_BINDING" with expression '0x8CA6', CType: int More...
 
static final int GL_BYTE = 0x1400
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_BYTE" with expression '0x1400', CType: int More...
 
static final int GL_GENERATE_MIPMAP_HINT = 0x8192
 GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_VERSION_ES_1_0, GL_SGIS_generate_mipmap
Alias for: GL_GENERATE_MIPMAP_HINT_SGIS
Define "GL_GENERATE_MIPMAP_HINT" with expression '0x8192', CType: int More...
 
static final int GL_EQUAL = 0x202
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_EQUAL" with expression '0x0202', CType: int More...
 
static final int GL_ONE_MINUS_SRC_ALPHA = 0x303
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_ONE_MINUS_SRC_ALPHA" with expression '0x0303', CType: int More...
 
static final int GL_POLYGON_OFFSET_UNITS = 0x2a00
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_POLYGON_OFFSET_UNITS" with expression '0x2A00', CType: int More...
 
static final int GL_RGBA4 = 0x8056
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_EXT_texture, GL_OES_framebuffer_object, GL_OES_required_internalformat
Alias for: GL_RGBA4_EXT, GL_RGBA4_OES
Define "GL_RGBA4" with expression '0x8056', CType: int More...
 
static final int GL_BLEND_EQUATION_RGB = 0x8009
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_OES_blend_equation_separate, GL_EXT_blend_equation_separate
Alias for: GL_BLEND_EQUATION_RGB_OES, GL_BLEND_EQUATION_RGB_EXT
Define "GL_BLEND_EQUATION_RGB" with expression '0x8009', CType: int More...
 
static final int GL_RGB16F = 0x881b
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_color_buffer_half_float, GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_RGB16F_EXT, GL_RGB16F_ARB
Define "GL_RGB16F" with expression '0x881B', CType: int More...
 
static final int GL_SAMPLE_COVERAGE_INVERT = 0x80ab
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multisample
Alias for: GL_SAMPLE_COVERAGE_INVERT_ARB
Define "GL_SAMPLE_COVERAGE_INVERT" with expression '0x80AB', CType: int More...
 
static final int GL_MAP_INVALIDATE_RANGE_BIT = 0x4
 GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range
Alias for: GL_MAP_INVALIDATE_RANGE_BIT_EXT
Define "GL_MAP_INVALIDATE_RANGE_BIT" with expression '0x0004', CType: int More...
 
static final int GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84ff
 GL_EXT_texture_filter_anisotropic
Define "GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT" with expression '0x84FF', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8cd0
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT
Define "GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE" with expression '0x8CD0', CType: int More...
 
static final int GL_VERSION = 0x1f02
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_VERSION" with expression '0x1F02', CType: int More...
 
static final int GL_IMPLEMENTATION_COLOR_READ_FORMAT = 0x8b9b
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1, GL_OES_read_format
Alias for: GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES
Define "GL_IMPLEMENTATION_COLOR_READ_FORMAT" with expression '0x8B9B', CType: int More...
 
static final int GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT = 0x8366
 GL_EXT_read_format_bgra
Define "GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT" with expression '0x8366', CType: int More...
 
static final int GL_TEXTURE_MAG_FILTER = 0x2800
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TEXTURE_MAG_FILTER" with expression '0x2800', CType: int More...
 
static final int GL_DITHER = 0xbd0
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DITHER" with expression '0x0BD0', CType: int More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS = 0x8cd9
 GL_ES_VERSION_2_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT, GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES
Define "GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS" with expression '0x8CD9', CType: int More...
 
static final int GL_INVALID_ENUM = 0x500
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_INVALID_ENUM" with expression '0x0500', CType: int More...
 
static final int GL_TEXTURE_CUBE_MAP = 0x8513
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_OES_texture_cube_map, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map
Alias for: GL_TEXTURE_CUBE_MAP_OES, GL_TEXTURE_CUBE_MAP_ARB, GL_TEXTURE_CUBE_MAP_EXT
Define "GL_TEXTURE_CUBE_MAP" with expression '0x8513', CType: int More...
 
static final int GL_ALWAYS = 0x207
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_ALWAYS" with expression '0x0207', CType: int More...
 
static final int GL_INVERT = 0x150a
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_INVERT" with expression '0x150A', CType: int More...
 
static final int GL_READ_FRAMEBUFFER_BINDING = 0x8caa
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_APPLE_framebuffer_multisample, GL_ANGLE_framebuffer_blit, GL_NV_framebuffer_blit, GL_EXT_framebuffer_blit
Alias for: GL_READ_FRAMEBUFFER_BINDING_APPLE, GL_READ_FRAMEBUFFER_BINDING_ANGLE, GL_READ_FRAMEBUFFER_BINDING_NV, GL_READ_FRAMEBUFFER_BINDING_EXT
Define "GL_READ_FRAMEBUFFER_BINDING" with expression '0x8CAA', CType: int More...
 
static final int GL_LUMINANCE = 0x1909
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LUMINANCE" with expression '0x1909', CType: int More...
 
static final int GL_BLEND_EQUATION_ALPHA = 0x883d
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_EXT_blend_equation_separate, GL_OES_blend_equation_separate
Alias for: GL_BLEND_EQUATION_ALPHA_EXT, GL_BLEND_EQUATION_ALPHA_OES
Define "GL_BLEND_EQUATION_ALPHA" with expression '0x883D', CType: int More...
 
static final int GL_DEPTH24_STENCIL8 = 0x88f0
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_packed_depth_stencil, GL_OES_packed_depth_stencil
Alias for: GL_DEPTH24_STENCIL8_EXT, GL_DEPTH24_STENCIL8_OES
Define "GL_DEPTH24_STENCIL8" with expression '0x88F0', CType: int More...
 
static final int GL_MAP_FLUSH_EXPLICIT_BIT = 0x10
 GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range
Alias for: GL_MAP_FLUSH_EXPLICIT_BIT_EXT
Define "GL_MAP_FLUSH_EXPLICIT_BIT" with expression '0x0010', CType: int More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE = 0x8d56
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_IMG_multisampled_render_to_texture, GL_ANGLE_framebuffer_multisample, GL_EXT_multisampled_render_to_texture, GL_EXT_framebuffer_multisample, GL_APPLE_framebuffer_multisample, GL_NV_framebuffer_multisample
Alias for: GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG, GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE, GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT, GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE, GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_NV
Define "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE" with expression '0x8D56', CType: int More...
 
static final int GL_RG8 = 0x822b
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_texture_storage, GL_EXT_texture_rg
Alias for: GL_RG8_EXT
Define "GL_RG8" with expression '0x822B', CType: int More...
 
static final int GL_LINEAR_MIPMAP_NEAREST = 0x2701
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LINEAR_MIPMAP_NEAREST" with expression '0x2701', CType: int More...
 
static final int GL_REPLACE = 0x1e01
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0, GL_EXT_texture
Alias for: GL_REPLACE_EXT
Define "GL_REPLACE" with expression '0x1E01', CType: int More...
 
static final int GL_MAP_WRITE_BIT = 0x2
 GL_EXT_buffer_storage, GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range
Alias for: GL_MAP_WRITE_BIT_EXT
Define "GL_MAP_WRITE_BIT" with expression '0x0002', CType: int More...
 
static final int GL_SRGB8_ALPHA8 = 0x8c43
 GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_EXT_texture_sRGB, GL_EXT_sRGB
Alias for: GL_SRGB8_ALPHA8_EXT
Define "GL_SRGB8_ALPHA8" with expression '0x8C43', CType: int More...
 
static final int GL_MAX_TEXTURE_SIZE = 0xd33
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_MAX_TEXTURE_SIZE" with expression '0x0D33', CType: int More...
 
static final int GL_RENDERBUFFER_WIDTH = 0x8d42
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_RENDERBUFFER_WIDTH_EXT, GL_RENDERBUFFER_WIDTH_OES
Define "GL_RENDERBUFFER_WIDTH" with expression '0x8D42', CType: int More...
 
static final int GL_NEVER = 0x200
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_NEVER" with expression '0x0200', CType: int More...
 
static final int GL_FALSE = 0x0
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_FALSE" with expression '0', CType: int More...
 
static final int GL_DEPTH_COMPONENT16 = 0x81a5
 GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_ARB_depth_texture, GL_OES_framebuffer_object, GL_OES_required_internalformat, GL_SGIX_depth_texture
Alias for: GL_DEPTH_COMPONENT16_ARB, GL_DEPTH_COMPONENT16_OES, GL_DEPTH_COMPONENT16_SGIX
Define "GL_DEPTH_COMPONENT16" with expression '0x81A5', CType: int More...
 
static final int GL_MAP_UNSYNCHRONIZED_BIT = 0x20
 GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range
Alias for: GL_MAP_UNSYNCHRONIZED_BIT_EXT
Define "GL_MAP_UNSYNCHRONIZED_BIT" with expression '0x0020', CType: int More...
 
static final int GL_FRAMEBUFFER_BINDING = 0x8ca6
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_FRAMEBUFFER_BINDING_EXT, GL_FRAMEBUFFER_BINDING_OES
Define "GL_FRAMEBUFFER_BINDING" with expression '0x8CA6', CType: int More...
 
static final int GL_PACK_ALIGNMENT = 0xd05
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_PACK_ALIGNMENT" with expression '0x0D05', CType: int More...
 
static final int GL_RENDERBUFFER_INTERNAL_FORMAT = 0x8d44
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_RENDERBUFFER_INTERNAL_FORMAT_OES, GL_RENDERBUFFER_INTERNAL_FORMAT_EXT
Define "GL_RENDERBUFFER_INTERNAL_FORMAT" with expression '0x8D44', CType: int More...
 
static final int GL_STENCIL_INDEX1 = 0x8d46
 GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_stencil1
Alias for: GL_STENCIL_INDEX1_EXT, GL_STENCIL_INDEX1_OES
Define "GL_STENCIL_INDEX1" with expression '0x8D46', CType: int More...
 
static final int GL_BUFFER_MAPPED = 0x88bc
 GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_vertex_buffer_object, GL_OES_mapbuffer
Alias for: GL_BUFFER_MAPPED_ARB, GL_BUFFER_MAPPED_OES
Define "GL_BUFFER_MAPPED" with expression '0x88BC', CType: int More...
 
static final int GL_COLOR_CLEAR_VALUE = 0xc22
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_COLOR_CLEAR_VALUE" with expression '0x0C22', CType: int More...
 
static final int GL_RGBA16F = 0x881a
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_color_buffer_half_float, GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_RGBA16F_EXT, GL_RGBA16F_ARB
Define "GL_RGBA16F" with expression '0x881A', CType: int More...
 
static final int GL_RGBA8 = 0x8058
 GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_OES_rgb8_rgba8, GL_OES_required_internalformat, GL_EXT_texture
Alias for: GL_RGBA8_OES, GL_RGBA8_EXT
Define "GL_RGBA8" with expression '0x8058', CType: int More...
 
static final int GL_BLEND_EQUATION = 0x8009
 GL_ARB_imaging, GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_OES_blend_subtract, GL_EXT_blend_minmax
Alias for: GL_BLEND_EQUATION_OES, GL_BLEND_EQUATION_EXT
Define "GL_BLEND_EQUATION" with expression '0x8009', CType: int More...
 
static final int GL_UNSIGNED_BYTE = 0x1401
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_UNSIGNED_BYTE" with expression '0x1401', CType: int More...
 
static final int GL_RENDERBUFFER_BLUE_SIZE = 0x8d52
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_RENDERBUFFER_BLUE_SIZE_OES, GL_RENDERBUFFER_BLUE_SIZE_EXT
Define "GL_RENDERBUFFER_BLUE_SIZE" with expression '0x8D52', CType: int More...
 
static final int GL_STENCIL_WRITEMASK = 0xb98
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_WRITEMASK" with expression '0x0B98', CType: int More...
 
static final int GL_LUMINANCE32F = 0x8818
 GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_LUMINANCE32F_EXT, GL_LUMINANCE32F_ARB
Define "GL_LUMINANCE32F" with expression '0x8818', CType: int More...
 
static final int GL_UNSIGNED_INT = 0x1405
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_OES_element_index_uint
Define "GL_UNSIGNED_INT" with expression '0x1405', CType: int More...
 
static final int GL_DEPTH_ATTACHMENT = 0x8d00
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_DEPTH_ATTACHMENT_EXT, GL_DEPTH_ATTACHMENT_OES
Define "GL_DEPTH_ATTACHMENT" with expression '0x8D00', CType: int More...
 
static final int GL_RGB10_A2 = 0x8059
 GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_EXT_texture_storage, GL_EXT_texture, GL_OES_required_internalformat
Alias for: GL_RGB10_A2_EXT
Define "GL_RGB10_A2" with expression '0x8059', CType: int More...
 
static final int GL_SAMPLE_COVERAGE_VALUE = 0x80aa
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multisample
Alias for: GL_SAMPLE_COVERAGE_VALUE_ARB
Define "GL_SAMPLE_COVERAGE_VALUE" with expression '0x80AA', CType: int More...
 
static final int GL_DRAW_FRAMEBUFFER = 0x8ca9
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_framebuffer_blit, GL_EXT_framebuffer_blit, GL_APPLE_framebuffer_multisample, GL_ANGLE_framebuffer_blit
Alias for: GL_DRAW_FRAMEBUFFER_NV, GL_DRAW_FRAMEBUFFER_EXT, GL_DRAW_FRAMEBUFFER_APPLE, GL_DRAW_FRAMEBUFFER_ANGLE
Define "GL_DRAW_FRAMEBUFFER" with expression '0x8CA9', CType: int More...
 
static final int GL_TRUE = 0x1
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TRUE" with expression '1', CType: int More...
 
static final int GL_LINE_STRIP = 0x3
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LINE_STRIP" with expression '0x0003', CType: int More...
 
static final int GL_BLEND_SRC_RGB = 0x80c9
 GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_blend_func_separate, GL_OES_blend_func_separate
Alias for: GL_BLEND_SRC_RGB_EXT, GL_BLEND_SRC_RGB_OES
Define "GL_BLEND_SRC_RGB" with expression '0x80C9', CType: int More...
 
static final int GL_DEPTH_FUNC = 0xb74
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DEPTH_FUNC" with expression '0x0B74', CType: int More...
 
static final int GL_ELEMENT_ARRAY_BUFFER = 0x8893
 GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_ELEMENT_ARRAY_BUFFER_ARB
Define "GL_ELEMENT_ARRAY_BUFFER" with expression '0x8893', CType: int More...
 
static final int GL_MAX_RENDERBUFFER_SIZE = 0x84e8
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_MAX_RENDERBUFFER_SIZE_OES, GL_MAX_RENDERBUFFER_SIZE_EXT
Define "GL_MAX_RENDERBUFFER_SIZE" with expression '0x84E8', CType: int More...
 
static final int GL_LINEAR = 0x2601
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LINEAR" with expression '0x2601', CType: int More...
 
static final int GL_SAMPLE_COVERAGE = 0x80a0
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multisample
Alias for: GL_SAMPLE_COVERAGE_ARB
Define "GL_SAMPLE_COVERAGE" with expression '0x80A0', CType: int More...
 
static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363
 GL_ES_VERSION_2_0, GL_VERSION_1_2, GL_VERSION_ES_1_0
Define "GL_UNSIGNED_SHORT_5_6_5" with expression '0x8363', CType: int More...
 
static final int GL_BACK = 0x405
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_BACK" with expression '0x0405', CType: int More...
 
static final int GL_TEXTURE_BINDING_CUBE_MAP = 0x8514
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map, GL_OES_texture_cube_map
Alias for: GL_TEXTURE_BINDING_CUBE_MAP_ARB, GL_TEXTURE_BINDING_CUBE_MAP_EXT, GL_TEXTURE_BINDING_CUBE_MAP_OES
Define "GL_TEXTURE_BINDING_CUBE_MAP" with expression '0x8514', CType: int More...
 
static final int GL_READ_FRAMEBUFFER = 0x8ca8
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_blit, GL_ANGLE_framebuffer_blit, GL_NV_framebuffer_blit, GL_APPLE_framebuffer_multisample
Alias for: GL_READ_FRAMEBUFFER_EXT, GL_READ_FRAMEBUFFER_ANGLE, GL_READ_FRAMEBUFFER_NV, GL_READ_FRAMEBUFFER_APPLE
Define "GL_READ_FRAMEBUFFER" with expression '0x8CA8', CType: int More...
 
static final int GL_SAMPLE_BUFFERS = 0x80a8
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_3DFX_multisample, GL_ARB_multisample, GL_EXT_multisample, GL_SGIS_multisample
Alias for: GL_SAMPLE_BUFFERS_3DFX, GL_SAMPLE_BUFFERS_ARB, GL_SAMPLE_BUFFERS_EXT, GL_SAMPLE_BUFFERS_SGIS
Define "GL_SAMPLE_BUFFERS" with expression '0x80A8', CType: int More...
 
static final int GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT = 0x8365
 GL_EXT_read_format_bgra
Define "GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT" with expression '0x8365', CType: int More...
 
static final int GL_RENDERBUFFER_ALPHA_SIZE = 0x8d53
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_RENDERBUFFER_ALPHA_SIZE_OES, GL_RENDERBUFFER_ALPHA_SIZE_EXT
Define "GL_RENDERBUFFER_ALPHA_SIZE" with expression '0x8D53', CType: int More...
 
static final int GL_UNSIGNED_SHORT = 0x1403
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_UNSIGNED_SHORT" with expression '0x1403', CType: int More...
 
static final int GL_COLOR_ATTACHMENT0 = 0x8ce0
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_draw_buffers, GL_OES_framebuffer_object, GL_EXT_draw_buffers, GL_EXT_framebuffer_object
Alias for: GL_COLOR_ATTACHMENT0_NV, GL_COLOR_ATTACHMENT0_OES, GL_COLOR_ATTACHMENT0_EXT
Define "GL_COLOR_ATTACHMENT0" with expression '0x8CE0', CType: int More...
 
static final int GL_LUMINANCE_ALPHA16F = 0x881f
 GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_LUMINANCE_ALPHA16F_EXT, GL_LUMINANCE_ALPHA16F_ARB
Define "GL_LUMINANCE_ALPHA16F" with expression '0x881F', CType: int More...
 
static final int GL_LINEAR_MIPMAP_LINEAR = 0x2703
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LINEAR_MIPMAP_LINEAR" with expression '0x2703', CType: int More...
 
static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map, GL_OES_texture_cube_map
Alias for: GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB, GL_TEXTURE_CUBE_MAP_NEGATIVE_X_EXT, GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES
Define "GL_TEXTURE_CUBE_MAP_NEGATIVE_X" with expression '0x8516', CType: int More...
 
static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851a
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map, GL_OES_texture_cube_map
Alias for: GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_EXT, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES
Define "GL_TEXTURE_CUBE_MAP_NEGATIVE_Z" with expression '0x851A', CType: int More...
 
static final int GL_INCR_WRAP = 0x8507
 GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_stencil_wrap, GL_OES_stencil_wrap
Alias for: GL_INCR_WRAP_EXT, GL_INCR_WRAP_OES
Define "GL_INCR_WRAP" with expression '0x8507', CType: int More...
 
static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map, GL_OES_texture_cube_map
Alias for: GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_EXT, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES
Define "GL_TEXTURE_CUBE_MAP_NEGATIVE_Y" with expression '0x8518', CType: int More...
 
static final int GL_NEAREST_MIPMAP_NEAREST = 0x2700
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_NEAREST_MIPMAP_NEAREST" with expression '0x2700', CType: int More...
 
static final int GL_BLUE_BITS = 0xd54
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_BLUE_BITS" with expression '0x0D54', CType: int More...
 
static final int GL_TEXTURE_MIN_FILTER = 0x2801
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TEXTURE_MIN_FILTER" with expression '0x2801', CType: int More...
 
static final int GL_RGB = 0x1907
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_RGB" with expression '0x1907', CType: int More...
 
static final int GL_RG16F = 0x822f
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_color_buffer_half_float, GL_EXT_texture_storage
Alias for: GL_RG16F_EXT
Define "GL_RG16F" with expression '0x822F', CType: int More...
 
static final int GL_SRC_ALPHA = 0x302
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_SRC_ALPHA" with expression '0x0302', CType: int More...
 
static final int GL_MAX_CUBE_MAP_TEXTURE_SIZE = 0x851c
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map, GL_OES_texture_cube_map
Alias for: GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB, GL_MAX_CUBE_MAP_TEXTURE_SIZE_EXT, GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES
Define "GL_MAX_CUBE_MAP_TEXTURE_SIZE" with expression '0x851C', CType: int More...
 
static final int GL_RENDERBUFFER_BINDING = 0x8ca7
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_RENDERBUFFER_BINDING_OES, GL_RENDERBUFFER_BINDING_EXT
Define "GL_RENDERBUFFER_BINDING" with expression '0x8CA7', CType: int More...
 
static final int GL_RESET_NOTIFICATION_STRATEGY = 0x8256
 GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_EXT_robustness, GL_ARB_robustness
Alias for: GL_RESET_NOTIFICATION_STRATEGY_KHR, GL_RESET_NOTIFICATION_STRATEGY_EXT, GL_RESET_NOTIFICATION_STRATEGY_ARB
Define "GL_RESET_NOTIFICATION_STRATEGY" with expression '0x8256', CType: int More...
 
static final int GL_COLOR_BUFFER_BIT = 0x4000
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_COLOR_BUFFER_BIT" with expression '0x00004000', CType: int More...
 
static final int GL_ALPHA32F = 0x8816
 GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_ALPHA32F_EXT, GL_ALPHA32F_ARB
Define "GL_ALPHA32F" with expression '0x8816', CType: int More...
 
static final int GL_POLYGON_OFFSET_FACTOR = 0x8038
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0, GL_EXT_polygon_offset
Alias for: GL_POLYGON_OFFSET_FACTOR_EXT
Define "GL_POLYGON_OFFSET_FACTOR" with expression '0x8038', CType: int More...
 
static final int GL_BGR = 0x80e0
 GL_VERSION_1_2, GL_EXT_bgra, GL_MESA_bgra
Alias for: GL_BGR_EXT
Define "GL_BGR" with expression '0x80E0', CType: int More...
 
static final int GL_KEEP = 0x1e00
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_KEEP" with expression '0x1E00', CType: int More...
 
static final int GL_BGRA = 0x80e1
 GL_VERSION_1_2, GL_IMG_read_format, GL_APPLE_texture_format_BGRA8888, GL_EXT_texture_format_BGRA8888, GL_EXT_bgra, GL_EXT_read_format_bgra
Alias for: GL_BGRA_IMG, GL_BGRA_EXT
Define "GL_BGRA" with expression '0x80E1', CType: int More...
 
static final int GL_COLOR_WRITEMASK = 0xc23
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_COLOR_WRITEMASK" with expression '0x0C23', CType: int More...
 
static final int GL_MIRRORED_REPEAT = 0x8370
 GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_OES_texture_mirrored_repeat, GL_IBM_texture_mirrored_repeat, GL_ARB_texture_mirrored_repeat
Alias for: GL_MIRRORED_REPEAT_OES, GL_MIRRORED_REPEAT_IBM, GL_MIRRORED_REPEAT_ARB
Define "GL_MIRRORED_REPEAT" with expression '0x8370', CType: int More...
 
static final int GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895
 GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_ELEMENT_ARRAY_BUFFER_BINDING_ARB
Define "GL_ELEMENT_ARRAY_BUFFER_BINDING" with expression '0x8895', CType: int More...
 
static final int GL_SCISSOR_BOX = 0xc10
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_SCISSOR_BOX" with expression '0x0C10', CType: int More...
 
static final int GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_OES_texture_cube_map, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map
Alias for: GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES, GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB, GL_TEXTURE_CUBE_MAP_POSITIVE_X_EXT
Define "GL_TEXTURE_CUBE_MAP_POSITIVE_X" with expression '0x8515', CType: int More...
 
static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map, GL_OES_texture_cube_map
Alias for: GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB, GL_TEXTURE_CUBE_MAP_POSITIVE_Y_EXT, GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES
Define "GL_TEXTURE_CUBE_MAP_POSITIVE_Y" with expression '0x8517', CType: int More...
 
static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map, GL_OES_texture_cube_map
Alias for: GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB, GL_TEXTURE_CUBE_MAP_POSITIVE_Z_EXT, GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES
Define "GL_TEXTURE_CUBE_MAP_POSITIVE_Z" with expression '0x8519', CType: int More...
 
static final int GL_DECR = 0x1e03
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DECR" with expression '0x1E03', CType: int More...
 
static final int GL_FUNC_ADD = 0x8006
 GL_ARB_imaging, GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_blend_minmax, GL_OES_blend_subtract
Alias for: GL_FUNC_ADD_EXT, GL_FUNC_ADD_OES
Define "GL_FUNC_ADD" with expression '0x8006', CType: int More...
 
static final int GL_LINES = 0x1
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LINES" with expression '0x0001', CType: int More...
 
static final int GL_ALPHA_BITS = 0xd55
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_ALPHA_BITS" with expression '0x0D55', CType: int More...
 
static final int GL_BLEND_SRC_ALPHA = 0x80cb
 GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_OES_blend_func_separate, GL_EXT_blend_func_separate
Alias for: GL_BLEND_SRC_ALPHA_OES, GL_BLEND_SRC_ALPHA_EXT
Define "GL_BLEND_SRC_ALPHA" with expression '0x80CB', CType: int More...
 
static final int GL_SRGB_ALPHA = 0x8c42
 GL_VERSION_2_1, GL_EXT_texture_sRGB, GL_EXT_sRGB
Alias for: GL_SRGB_ALPHA_EXT
Define "GL_SRGB_ALPHA" with expression '0x8C42', CType: int More...
 
static final int GL_FRAMEBUFFER_SRGB = 0x8db9
 GL_ARB_framebuffer_sRGB, GL_VERSION_3_0, GL_EXT_framebuffer_sRGB, GL_EXT_sRGB_write_control
Alias for: GL_FRAMEBUFFER_SRGB_EXT
Define "GL_FRAMEBUFFER_SRGB" with expression '0x8DB9', CType: int More...
 
static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033
 GL_ES_VERSION_2_0, GL_VERSION_1_2, GL_VERSION_ES_1_0, GL_EXT_packed_pixels
Alias for: GL_UNSIGNED_SHORT_4_4_4_4_EXT
Define "GL_UNSIGNED_SHORT_4_4_4_4" with expression '0x8033', CType: int More...
 
static final int GL_STENCIL_PASS_DEPTH_FAIL = 0xb95
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_PASS_DEPTH_FAIL" with expression '0x0B95', CType: int More...
 
static final int GL_RENDERBUFFER_HEIGHT = 0x8d43
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_RENDERBUFFER_HEIGHT_OES, GL_RENDERBUFFER_HEIGHT_EXT
Define "GL_RENDERBUFFER_HEIGHT" with expression '0x8D43', CType: int More...
 
static final int GL_POLYGON_OFFSET_FILL = 0x8037
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_POLYGON_OFFSET_FILL" with expression '0x8037', CType: int More...
 
static final int GL_LUMINANCE8_ALPHA8 = 0x8045
 GL_VERSION_1_1, GL_EXT_texture_storage, GL_EXT_texture, GL_OES_required_internalformat
Alias for: GL_LUMINANCE8_ALPHA8_EXT, GL_LUMINANCE8_ALPHA8_OES
Define "GL_LUMINANCE8_ALPHA8" with expression '0x8045', CType: int More...
 
static final int GL_RGB565 = 0x8d62
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1, GL_OES_framebuffer_object, GL_OES_required_internalformat
Alias for: GL_RGB565_OES
Define "GL_RGB565" with expression '0x8D62', CType: int More...
 
static final int GL_LINE_WIDTH = 0xb21
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LINE_WIDTH" with expression '0x0B21', CType: int More...
 
static final int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034
 GL_ES_VERSION_2_0, GL_VERSION_1_2, GL_VERSION_ES_1_0, GL_EXT_packed_pixels
Alias for: GL_UNSIGNED_SHORT_5_5_5_1_EXT
Define "GL_UNSIGNED_SHORT_5_5_5_1" with expression '0x8034', CType: int More...
 
static final int GL_ALPHA8 = 0x803c
 GL_VERSION_1_1, GL_EXT_texture_storage, GL_EXT_texture, GL_OES_required_internalformat
Alias for: GL_ALPHA8_EXT, GL_ALPHA8_OES
Define "GL_ALPHA8" with expression '0x803C', CType: int More...
 
static final int GL_CW = 0x900
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_CW" with expression '0x0900', CType: int More...
 
static final int GL_LEQUAL = 0x203
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LEQUAL" with expression '0x0203', CType: int More...
 
static final int GL_LUMINANCE8 = 0x8040
 GL_VERSION_1_1, GL_OES_required_internalformat, GL_EXT_texture_storage, GL_EXT_texture
Alias for: GL_LUMINANCE8_OES, GL_LUMINANCE8_EXT
Define "GL_LUMINANCE8" with expression '0x8040', CType: int More...
 
static final int GL_GREEN_BITS = 0xd53
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_GREEN_BITS" with expression '0x0D53', CType: int More...
 
static final int GL_RED_BITS = 0xd52
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_RED_BITS" with expression '0x0D52', CType: int More...
 
static final int GL_RGB8 = 0x8051
 GL_ES_VERSION_3_0, GL_VERSION_1_1, GL_EXT_texture, GL_OES_rgb8_rgba8, GL_OES_required_internalformat
Alias for: GL_RGB8_EXT, GL_RGB8_OES
Define "GL_RGB8" with expression '0x8051', CType: int More...
 
static final int GL_NO_ERROR = 0x0
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_NO_ERROR" with expression '0', CType: int More...
 
static final int GL_STENCIL_VALUE_MASK = 0xb93
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_VALUE_MASK" with expression '0x0B93', CType: int More...
 
static final int GL_TEXTURE_WRAP_S = 0x2802
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TEXTURE_WRAP_S" with expression '0x2802', CType: int More...
 
static final int GL_DEPTH_CLEAR_VALUE = 0xb73
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DEPTH_CLEAR_VALUE" with expression '0x0B73', CType: int More...
 
static final int GL_TEXTURE_WRAP_T = 0x2803
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TEXTURE_WRAP_T" with expression '0x2803', CType: int More...
 
static final int GL_TEXTURE_2D = 0xde1
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TEXTURE_2D" with expression '0x0DE1', CType: int More...
 
static final int GL_ACTIVE_TEXTURE = 0x84e0
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_ACTIVE_TEXTURE_ARB
Define "GL_ACTIVE_TEXTURE" with expression '0x84E0', CType: int More...
 
static final int GL_INNOCENT_CONTEXT_RESET = 0x8254
 GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
Alias for: GL_INNOCENT_CONTEXT_RESET_EXT, GL_INNOCENT_CONTEXT_RESET_ARB, GL_INNOCENT_CONTEXT_RESET_KHR
Define "GL_INNOCENT_CONTEXT_RESET" with expression '0x8254', CType: int More...
 
static final int GL_BUFFER_USAGE = 0x8765
 GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_BUFFER_USAGE_ARB
Define "GL_BUFFER_USAGE" with expression '0x8765', CType: int More...
 
static final int GL_IMPLEMENTATION_COLOR_READ_TYPE = 0x8b9a
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1, GL_OES_read_format
Alias for: GL_IMPLEMENTATION_COLOR_READ_TYPE_OES
Define "GL_IMPLEMENTATION_COLOR_READ_TYPE" with expression '0x8B9A', CType: int More...
 
static final int GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86a2
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_texture_compression
Alias for: GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB
Define "GL_NUM_COMPRESSED_TEXTURE_FORMATS" with expression '0x86A2', CType: int More...
 
static final int GL_LINE_LOOP = 0x2
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LINE_LOOP" with expression '0x0002', CType: int More...
 
static final int GL_BUFFER_SIZE = 0x8764
 GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_BUFFER_SIZE_ARB
Define "GL_BUFFER_SIZE" with expression '0x8764', CType: int More...
 
static final int GL_TRIANGLE_FAN = 0x6
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TRIANGLE_FAN" with expression '0x0006', CType: int More...
 
static final int GL_RENDERBUFFER_DEPTH_SIZE = 0x8d54
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_RENDERBUFFER_DEPTH_SIZE_EXT, GL_RENDERBUFFER_DEPTH_SIZE_OES
Define "GL_RENDERBUFFER_DEPTH_SIZE" with expression '0x8D54', CType: int More...
 
static final int GL_TEXTURE20 = 0x84d4
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE20_ARB
Define "GL_TEXTURE20" with expression '0x84D4', CType: int More...
 
static final int GL_MAX_VIEWPORT_DIMS = 0xd3a
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_MAX_VIEWPORT_DIMS" with expression '0x0D3A', CType: int More...
 
static final int GL_DECR_WRAP = 0x8508
 GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_OES_stencil_wrap, GL_EXT_stencil_wrap
Alias for: GL_DECR_WRAP_OES, GL_DECR_WRAP_EXT
Define "GL_DECR_WRAP" with expression '0x8508', CType: int More...
 
static final int GL_TEXTURE19 = 0x84d3
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE19_ARB
Define "GL_TEXTURE19" with expression '0x84D3', CType: int More...
 
static final int GL_TEXTURE18 = 0x84d2
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE18_ARB
Define "GL_TEXTURE18" with expression '0x84D2', CType: int More...
 
static final int GL_TEXTURE17 = 0x84d1
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE17_ARB
Define "GL_TEXTURE17" with expression '0x84D1', CType: int More...
 
static final int GL_TEXTURE16 = 0x84d0
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE16_ARB
Define "GL_TEXTURE16" with expression '0x84D0', CType: int More...
 
static final int GL_TEXTURE15 = 0x84cf
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE15_ARB
Define "GL_TEXTURE15" with expression '0x84CF', CType: int More...
 
static final int GL_TEXTURE14 = 0x84ce
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE14_ARB
Define "GL_TEXTURE14" with expression '0x84CE', CType: int More...
 
static final int GL_TEXTURE13 = 0x84cd
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE13_ARB
Define "GL_TEXTURE13" with expression '0x84CD', CType: int More...
 
static final int GL_TEXTURE12 = 0x84cc
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE12_ARB
Define "GL_TEXTURE12" with expression '0x84CC', CType: int More...
 
static final int GL_TEXTURE11 = 0x84cb
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE11_ARB
Define "GL_TEXTURE11" with expression '0x84CB', CType: int More...
 
static final int GL_TEXTURE10 = 0x84ca
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE10_ARB
Define "GL_TEXTURE10" with expression '0x84CA', CType: int More...
 
static final int GL_TEXTURE31 = 0x84df
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE31_ARB
Define "GL_TEXTURE31" with expression '0x84DF', CType: int More...
 
static final int GL_TEXTURE30 = 0x84de
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE30_ARB
Define "GL_TEXTURE30" with expression '0x84DE', CType: int More...
 
static final int GL_R8 = 0x8229
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_texture_storage, GL_EXT_texture_rg
Alias for: GL_R8_EXT
Define "GL_R8" with expression '0x8229', CType: int More...
 
static final int GL_ALPHA16F = 0x881c
 GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_ALPHA16F_EXT, GL_ALPHA16F_ARB
Define "GL_ALPHA16F" with expression '0x881C', CType: int More...
 
static final int GL_TEXTURE29 = 0x84dd
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE29_ARB
Define "GL_TEXTURE29" with expression '0x84DD', CType: int More...
 
static final int GL_TEXTURE28 = 0x84dc
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE28_ARB
Define "GL_TEXTURE28" with expression '0x84DC', CType: int More...
 
static final int GL_TEXTURE27 = 0x84db
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE27_ARB
Define "GL_TEXTURE27" with expression '0x84DB', CType: int More...
 
static final int GL_TEXTURE26 = 0x84da
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE26_ARB
Define "GL_TEXTURE26" with expression '0x84DA', CType: int More...
 
static final int GL_TEXTURE25 = 0x84d9
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE25_ARB
Define "GL_TEXTURE25" with expression '0x84D9', CType: int More...
 
static final int GL_TEXTURE24 = 0x84d8
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE24_ARB
Define "GL_TEXTURE24" with expression '0x84D8', CType: int More...
 
static final int GL_TEXTURE23 = 0x84d7
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE23_ARB
Define "GL_TEXTURE23" with expression '0x84D7', CType: int More...
 
static final int GL_TEXTURE22 = 0x84d6
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE22_ARB
Define "GL_TEXTURE22" with expression '0x84D6', CType: int More...
 
static final int GL_TEXTURE21 = 0x84d5
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multitexture
Alias for: GL_TEXTURE21_ARB
Define "GL_TEXTURE21" with expression '0x84D5', CType: int More...
 
static final int GL_STENCIL_FAIL = 0xb94
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_FAIL" with expression '0x0B94', CType: int More...
 
static final int GL_FRONT = 0x404
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_FRONT" with expression '0x0404', CType: int More...
 
static final int GL_SUBPIXEL_BITS = 0xd50
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_SUBPIXEL_BITS" with expression '0x0D50', CType: int More...
 
static final int GL_ARRAY_BUFFER_BINDING = 0x8894
 GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_ARRAY_BUFFER_BINDING_ARB
Define "GL_ARRAY_BUFFER_BINDING" with expression '0x8894', CType: int More...
 
static final int GL_FRAMEBUFFER_COMPLETE = 0x8cd5
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_FRAMEBUFFER_COMPLETE_EXT, GL_FRAMEBUFFER_COMPLETE_OES
Define "GL_FRAMEBUFFER_COMPLETE" with expression '0x8CD5', CType: int More...
 
static final int GL_VENDOR = 0x1f00
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_VENDOR" with expression '0x1F00', CType: int More...
 
static final int GL_ALIASED_LINE_WIDTH_RANGE = 0x846e
 GL_ES_VERSION_2_0, GL_VERSION_1_2, GL_VERSION_ES_1_0
Define "GL_ALIASED_LINE_WIDTH_RANGE" with expression '0x846E', CType: int More...
 
static final int GL_CCW = 0x901
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_CCW" with expression '0x0901', CType: int More...
 
static final int GL_STENCIL_REF = 0xb97
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_REF" with expression '0x0B97', CType: int More...
 
static final int GL_TEXTURE = 0x1702
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TEXTURE" with expression '0x1702', CType: int More...
 
static final int GL_STENCIL_PASS_DEPTH_PASS = 0xb96
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_PASS_DEPTH_PASS" with expression '0x0B96', CType: int More...
 
static final int GL_FRONT_AND_BACK = 0x408
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_FRONT_AND_BACK" with expression '0x0408', CType: int More...
 
static final int GL_LUMINANCE_ALPHA32F = 0x8819
 GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_LUMINANCE_ALPHA32F_EXT, GL_LUMINANCE_ALPHA32F_ARB
Define "GL_LUMINANCE_ALPHA32F" with expression '0x8819', CType: int More...
 
static final int GL_LUMINANCE_ALPHA = 0x190a
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_LUMINANCE_ALPHA" with expression '0x190A', CType: int More...
 
static final int GL_MAP_READ_BIT = 0x1
 GL_EXT_buffer_storage, GL_ARB_map_buffer_range, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_map_buffer_range
Alias for: GL_MAP_READ_BIT_EXT
Define "GL_MAP_READ_BIT" with expression '0x0001', CType: int More...
 
static final int GL_FRAMEBUFFER = 0x8d40
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_FRAMEBUFFER_OES, GL_FRAMEBUFFER_EXT
Define "GL_FRAMEBUFFER" with expression '0x8D40', CType: int More...
 
static final int GL_ARRAY_BUFFER = 0x8892
 GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_ARRAY_BUFFER_ARB
Define "GL_ARRAY_BUFFER" with expression '0x8892', CType: int More...
 
static final int GL_TEXTURE_IMMUTABLE_FORMAT = 0x912f
 GL_ARB_texture_storage, GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_EXT_texture_storage
Alias for: GL_TEXTURE_IMMUTABLE_FORMAT_EXT
Define "GL_TEXTURE_IMMUTABLE_FORMAT" with expression '0x912F', CType: int More...
 
static final int GL_OUT_OF_MEMORY = 0x505
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_OUT_OF_MEMORY" with expression '0x0505', CType: int More...
 
static final int GL_NONE = 0x0
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_OES_framebuffer_object
Alias for: GL_NONE_OES
Define "GL_NONE" with expression '0', CType: int More...
 
static final int GL_ALPHA = 0x1906
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_ALPHA" with expression '0x1906', CType: int More...
 
static final int GL_DONT_CARE = 0x1100
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DONT_CARE" with expression '0x1100', CType: int More...
 
static final int GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83f0
 GL_EXT_texture_compression_s3tc, GL_EXT_texture_compression_dxt1
Define "GL_COMPRESSED_RGB_S3TC_DXT1_EXT" with expression '0x83F0', CType: int More...
 
static final int GL_LUMINANCE16F = 0x881e
 GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_LUMINANCE16F_EXT, GL_LUMINANCE16F_ARB
Define "GL_LUMINANCE16F" with expression '0x881E', CType: int More...
 
static final int GL_DEPTH_WRITEMASK = 0xb72
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DEPTH_WRITEMASK" with expression '0x0B72', CType: int More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT = 0x8cd6
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES, GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT
Define "GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT" with expression '0x8CD6', CType: int More...
 
static final int GL_FUNC_REVERSE_SUBTRACT = 0x800b
 GL_ARB_imaging, GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_OES_blend_subtract, GL_EXT_blend_subtract
Alias for: GL_FUNC_REVERSE_SUBTRACT_OES, GL_FUNC_REVERSE_SUBTRACT_EXT
Define "GL_FUNC_REVERSE_SUBTRACT" with expression '0x800B', CType: int More...
 
static final int GL_REPEAT = 0x2901
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_REPEAT" with expression '0x2901', CType: int More...
 
static final int GL_RENDERER = 0x1f01
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_RENDERER" with expression '0x1F01', CType: int More...
 
static final int GL_STENCIL_INDEX8 = 0x8d48
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_stencil8, GL_OES_texture_stencil8
Alias for: GL_STENCIL_INDEX8_EXT, GL_STENCIL_INDEX8_OES
Define "GL_STENCIL_INDEX8" with expression '0x8D48', CType: int More...
 
static final int GL_STENCIL_TEST = 0xb90
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_TEST" with expression '0x0B90', CType: int More...
 
static final int GL_WRITE_ONLY = 0x88b9
 GL_VERSION_1_5, GL_ES_VERSION_3_1, GL_OES_mapbuffer, GL_ARB_vertex_buffer_object
Alias for: GL_WRITE_ONLY_OES, GL_WRITE_ONLY_ARB
Define "GL_WRITE_ONLY" with expression '0x88B9', CType: int More...
 
static final int GL_STATIC_DRAW = 0x88e4
 GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_VERSION_ES_1_0, GL_ARB_vertex_buffer_object
Alias for: GL_STATIC_DRAW_ARB
Define "GL_STATIC_DRAW" with expression '0x88E4', CType: int More...
 
static final int GL_POINTS = 0x0
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_POINTS" with expression '0x0000', CType: int More...
 
static final int GL_DEPTH_COMPONENT32 = 0x81a7
 GL_VERSION_1_4, GL_ARB_depth_texture, GL_SGIX_depth_texture, GL_OES_depth32
Alias for: GL_DEPTH_COMPONENT32_ARB, GL_DEPTH_COMPONENT32_SGIX, GL_DEPTH_COMPONENT32_OES
Define "GL_DEPTH_COMPONENT32" with expression '0x81A7', CType: int More...
 
static final int GL_DEPTH_RANGE = 0xb70
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DEPTH_RANGE" with expression '0x0B70', CType: int More...
 
static final int GL_FUNC_SUBTRACT = 0x800a
 GL_ARB_imaging, GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_OES_blend_subtract, GL_EXT_blend_subtract
Alias for: GL_FUNC_SUBTRACT_OES, GL_FUNC_SUBTRACT_EXT
Define "GL_FUNC_SUBTRACT" with expression '0x800A', CType: int More...
 
static final int GL_FRAMEBUFFER_UNSUPPORTED = 0x8cdd
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_FRAMEBUFFER_UNSUPPORTED_EXT, GL_FRAMEBUFFER_UNSUPPORTED_OES
Define "GL_FRAMEBUFFER_UNSUPPORTED" with expression '0x8CDD', CType: int More...
 
static final int GL_SAMPLES = 0x80a9
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_3DFX_multisample, GL_ARB_multisample, GL_EXT_multisample, GL_SGIS_multisample
Alias for: GL_SAMPLES_3DFX, GL_SAMPLES_ARB, GL_SAMPLES_EXT, GL_SAMPLES_SGIS
Define "GL_SAMPLES" with expression '0x80A9', CType: int More...
 
static final int GL_TEXTURE_BINDING_2D = 0x8069
 GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_ES_1_0
Define "GL_TEXTURE_BINDING_2D" with expression '0x8069', CType: int More...
 
static final int GL_DEPTH_COMPONENT24 = 0x81a6
 GL_ES_VERSION_3_0, GL_VERSION_1_4, GL_ARB_depth_texture, GL_OES_depth24, GL_SGIX_depth_texture
Alias for: GL_DEPTH_COMPONENT24_ARB, GL_DEPTH_COMPONENT24_OES, GL_DEPTH_COMPONENT24_SGIX
Define "GL_DEPTH_COMPONENT24" with expression '0x81A6', CType: int More...
 
static final int GL_STENCIL_BITS = 0xd57
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_BITS" with expression '0x0D57', CType: int More...
 
static final int GL_RENDERBUFFER_GREEN_SIZE = 0x8d51
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_RENDERBUFFER_GREEN_SIZE_EXT, GL_RENDERBUFFER_GREEN_SIZE_OES
Define "GL_RENDERBUFFER_GREEN_SIZE" with expression '0x8D51', CType: int More...
 
static final int GL_BLEND_DST_RGB = 0x80c8
 GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_blend_func_separate, GL_OES_blend_func_separate
Alias for: GL_BLEND_DST_RGB_EXT, GL_BLEND_DST_RGB_OES
Define "GL_BLEND_DST_RGB" with expression '0x80C8', CType: int More...
 
static final int GL_BLEND = 0xbe2
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_BLEND" with expression '0x0BE2', CType: int More...
 
static final int GL_NO_RESET_NOTIFICATION = 0x8261
 GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
Alias for: GL_NO_RESET_NOTIFICATION_EXT, GL_NO_RESET_NOTIFICATION_ARB, GL_NO_RESET_NOTIFICATION_KHR
Define "GL_NO_RESET_NOTIFICATION" with expression '0x8261', CType: int More...
 
static final int GL_DEPTH_STENCIL = 0x84f9
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_packed_depth_stencil, GL_NV_packed_depth_stencil, GL_EXT_packed_depth_stencil
Alias for: GL_DEPTH_STENCIL_OES, GL_DEPTH_STENCIL_NV, GL_DEPTH_STENCIL_EXT
Define "GL_DEPTH_STENCIL" with expression '0x84F9', CType: int More...
 
static final int GL_BUFFER_ACCESS = 0x88bb
 GL_VERSION_1_5, GL_ARB_vertex_buffer_object, GL_OES_mapbuffer
Alias for: GL_BUFFER_ACCESS_ARB, GL_BUFFER_ACCESS_OES
Define "GL_BUFFER_ACCESS" with expression '0x88BB', CType: int More...
 
static final int GL_NEAREST = 0x2600
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_NEAREST" with expression '0x2600', CType: int More...
 
static final int GL_RENDERBUFFER = 0x8d41
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_RENDERBUFFER_EXT, GL_RENDERBUFFER_OES
Define "GL_RENDERBUFFER" with expression '0x8D41', CType: int More...
 
static final int GL_CULL_FACE = 0xb44
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_CULL_FACE" with expression '0x0B44', CType: int More...
 
static final int GL_GUILTY_CONTEXT_RESET = 0x8253
 GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_EXT_robustness, GL_ARB_robustness, GL_KHR_robustness
Alias for: GL_GUILTY_CONTEXT_RESET_EXT, GL_GUILTY_CONTEXT_RESET_ARB, GL_GUILTY_CONTEXT_RESET_KHR
Define "GL_GUILTY_CONTEXT_RESET" with expression '0x8253', CType: int More...
 
static final int GL_VIEWPORT = 0xba2
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_VIEWPORT" with expression '0x0BA2', CType: int More...
 
static final int GL_LOSE_CONTEXT_ON_RESET = 0x8252
 GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_KHR_robustness, GL_EXT_robustness, GL_ARB_robustness
Alias for: GL_LOSE_CONTEXT_ON_RESET_KHR, GL_LOSE_CONTEXT_ON_RESET_EXT, GL_LOSE_CONTEXT_ON_RESET_ARB
Define "GL_LOSE_CONTEXT_ON_RESET" with expression '0x8252', CType: int More...
 
static final int GL_GREATER = 0x204
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_GREATER" with expression '0x0204', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8cd1
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES
Define "GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME" with expression '0x8CD1', CType: int More...
 
static final int GL_STENCIL_INDEX4 = 0x8d47
 GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_stencil4
Alias for: GL_STENCIL_INDEX4_EXT, GL_STENCIL_INDEX4_OES
Define "GL_STENCIL_INDEX4" with expression '0x8D47', CType: int More...
 
static final int GL_DEPTH_BUFFER_BIT = 0x100
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_DEPTH_BUFFER_BIT" with expression '0x00000100', CType: int More...
 
static final int GL_RENDERBUFFER_RED_SIZE = 0x8d50
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_framebuffer_object, GL_EXT_framebuffer_object
Alias for: GL_RENDERBUFFER_RED_SIZE_OES, GL_RENDERBUFFER_RED_SIZE_EXT
Define "GL_RENDERBUFFER_RED_SIZE" with expression '0x8D50', CType: int More...
 
static final int GL_SRC_ALPHA_SATURATE = 0x308
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0, GL_EXT_blend_func_extended
Alias for: GL_SRC_ALPHA_SATURATE_EXT
Define "GL_SRC_ALPHA_SATURATE" with expression '0x0308', CType: int More...
 
static final int GL_UNPACK_ALIGNMENT = 0xcf5
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_UNPACK_ALIGNMENT" with expression '0x0CF5', CType: int More...
 
static final int GL_LUMINANCE4_ALPHA4 = 0x8043
 GL_VERSION_1_1, GL_EXT_texture, GL_OES_required_internalformat
Alias for: GL_LUMINANCE4_ALPHA4_EXT, GL_LUMINANCE4_ALPHA4_OES
Define "GL_LUMINANCE4_ALPHA4" with expression '0x8043', CType: int More...
 
static final int GL_RG32F = 0x8230
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_texture_storage
Alias for: GL_RG32F_EXT
Define "GL_RG32F" with expression '0x8230', CType: int More...
 
static final int GL_R32F = 0x822e
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_texture_storage
Alias for: GL_R32F_EXT
Define "GL_R32F" with expression '0x822E', CType: int More...
 
static final int GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809e
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_multisample
Alias for: GL_SAMPLE_ALPHA_TO_COVERAGE_ARB
Define "GL_SAMPLE_ALPHA_TO_COVERAGE" with expression '0x809E', CType: int More...
 
static final int GL_TRIANGLE_STRIP = 0x5
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_TRIANGLE_STRIP" with expression '0x0005', CType: int More...
 
static final int GL_UNSIGNED_INT_24_8 = 0x84fa
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_packed_depth_stencil, GL_EXT_packed_depth_stencil, GL_OES_packed_depth_stencil
Alias for: GL_UNSIGNED_INT_24_8_NV, GL_UNSIGNED_INT_24_8_EXT, GL_UNSIGNED_INT_24_8_OES
Define "GL_UNSIGNED_INT_24_8" with expression '0x84FA', CType: int More...
 
static final int GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84fe
 GL_EXT_texture_filter_anisotropic
Define "GL_TEXTURE_MAX_ANISOTROPY_EXT" with expression '0x84FE', CType: int More...
 
static final int GL_STENCIL_CLEAR_VALUE = 0xb91
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_CLEAR_VALUE" with expression '0x0B91', CType: int More...
 
static final int GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83f1
 GL_EXT_texture_compression_s3tc, GL_EXT_texture_compression_dxt1
Define "GL_COMPRESSED_RGBA_S3TC_DXT1_EXT" with expression '0x83F1', CType: int More...
 
static final int GL_ZERO = 0x0
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0, GL_EXT_vertex_shader
Alias for: GL_ZERO_EXT
Define "GL_ZERO" with expression '0', CType: int More...
 
static final int GL_CLAMP_TO_EDGE = 0x812f
 GL_ES_VERSION_2_0, GL_VERSION_1_2, GL_VERSION_ES_1_0, GL_SGIS_texture_edge_clamp
Alias for: GL_CLAMP_TO_EDGE_SGIS
Define "GL_CLAMP_TO_EDGE" with expression '0x812F', CType: int More...
 
static final int GL_BLEND_DST_ALPHA = 0x80ca
 GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_blend_func_separate, GL_OES_blend_func_separate
Alias for: GL_BLEND_DST_ALPHA_EXT, GL_BLEND_DST_ALPHA_OES
Define "GL_BLEND_DST_ALPHA" with expression '0x80CA', CType: int More...
 
static final int GL_RGB10 = 0x8052
 GL_VERSION_1_1, GL_EXT_texture_storage, GL_EXT_texture, GL_OES_required_internalformat
Alias for: GL_RGB10_EXT
Define "GL_RGB10" with expression '0x8052', CType: int More...
 
static final int GL_BGRA8 = 0x93a1
 GL_APPLE_texture_format_BGRA8888, GL_EXT_texture_storage
Alias for: GL_BGRA8_EXT
Define "GL_BGRA8" with expression '0x93A1', CType: int More...
 
static final int GL_FLOAT = 0x1406
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_FLOAT" with expression '0x1406', CType: int More...
 
static final int GL_RGBA32F = 0x8814
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_storage, GL_ARB_texture_float
Alias for: GL_RGBA32F_EXT, GL_RGBA32F_ARB
Define "GL_RGBA32F" with expression '0x8814', CType: int More...
 
static final int GL_STENCIL_ATTACHMENT = 0x8d20
 GL_ES_VERSION_2_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object, GL_OES_framebuffer_object
Alias for: GL_STENCIL_ATTACHMENT_EXT, GL_STENCIL_ATTACHMENT_OES
Define "GL_STENCIL_ATTACHMENT" with expression '0x8D20', CType: int More...
 
static final int GL_INVALID_VALUE = 0x501
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_INVALID_VALUE" with expression '0x0501', CType: int More...
 
static final int GL_BUFFER_MAP_POINTER = 0x88bd
 GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_OES_mapbuffer, GL_ARB_vertex_buffer_object
Alias for: GL_BUFFER_MAP_POINTER_OES, GL_BUFFER_MAP_POINTER_ARB
Define "GL_BUFFER_MAP_POINTER" with expression '0x88BD', CType: int More...
 
static final int GL_GEQUAL = 0x206
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_GEQUAL" with expression '0x0206', CType: int More...
 
static final int GL_NICEST = 0x1102
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_NICEST" with expression '0x1102', CType: int More...
 
static final int GL_STENCIL_FUNC = 0xb92
 GL_ES_VERSION_2_0, GL_VERSION_1_0, GL_VERSION_ES_1_0
Define "GL_STENCIL_FUNC" with expression '0x0B92', CType: int More...
 
static final int GL_COMPRESSED_TEXTURE_FORMATS = 0x86a3
 GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_1_0, GL_ARB_texture_compression
Alias for: GL_COMPRESSED_TEXTURE_FORMATS_ARB
Define "GL_COMPRESSED_TEXTURE_FORMATS" with expression '0x86A3', CType: int More...
 
static final int GL_AND = 0x1501
 Common in ES1, GL2 and GL3. More...
 
static final int GL_AND_INVERTED = 0x1504
 Common in ES1, GL2 and GL3. More...
 
static final int GL_AND_REVERSE = 0x1502
 Common in ES1, GL2 and GL3. More...
 
static final int GL_BLEND_DST = 0x0BE0
 Common in ES1, GL2 and GL3. More...
 
static final int GL_BLEND_SRC = 0x0BE1
 Common in ES1, GL2 and GL3. More...
 
static final int GL_CLEAR = 0x1500
 Common in ES1, GL2 and GL3. More...
 
static final int GL_COLOR_LOGIC_OP = 0x0BF2
 Common in ES1, GL2 and GL3. More...
 
static final int GL_COPY = 0x1503
 Common in ES1, GL2 and GL3. More...
 
static final int GL_COPY_INVERTED = 0x150C
 Common in ES1, GL2 and GL3. More...
 
static final int GL_EQUIV = 0x1509
 Common in ES1, GL2 and GL3. More...
 
static final int GL_LINE_SMOOTH = 0x0B20
 Common in ES1, GL2 and GL3. More...
 
static final int GL_LINE_SMOOTH_HINT = 0x0C52
 Common in ES1, GL2 and GL3. More...
 
static final int GL_LOGIC_OP_MODE = 0x0BF0
 Common in ES1, GL2 and GL3. More...
 
static final int GL_MULTISAMPLE = 0x809D
 Common in ES1, GL2 and GL3. More...
 
static final int GL_NAND = 0x150E
 Common in ES1, GL2 and GL3. More...
 
static final int GL_NOOP = 0x1505
 Common in ES1, GL2 and GL3. More...
 
static final int GL_NOR = 0x1508
 Common in ES1, GL2 and GL3. More...
 
static final int GL_OR = 0x1507
 Common in ES1, GL2 and GL3. More...
 
static final int GL_OR_INVERTED = 0x150D
 Common in ES1, GL2 and GL3. More...
 
static final int GL_OR_REVERSE = 0x150B
 Common in ES1, GL2 and GL3. More...
 
static final int GL_POINT_FADE_THRESHOLD_SIZE = 0x8128
 Common in ES1, GL2 and GL3. More...
 
static final int GL_POINT_SIZE = 0x0B11
 Common in ES1, GL2 and GL3. More...
 
static final int GL_SAMPLE_ALPHA_TO_ONE = 0x809F
 Common in ES1, GL2 and GL3. More...
 
static final int GL_SET = 0x150F
 Common in ES1, GL2 and GL3. More...
 
static final int GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22
 Common in ES1, GL2 and GL3. More...
 
static final int GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12
 Common in ES1, GL2 and GL3. More...
 
static final int GL_XOR = 0x1506
 Common in ES1, GL2 and GL3. More...
 
static final int GL_HALF_FLOAT = 0x140B
 Part of GL_ARB_half_float_vertex; GL_NV_half_float; GL_ARB_half_float_pixel, earmarked for ES 3.0 (hence kept in GL while fixing Bug 590)
More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_FORMATS = 0x8CDA
 Part of GL_EXT_framebuffer_object; GL_ES_VERSION_2_0; GL_OES_framebuffer_object More...
 
static final int GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B
 Part of GL_ES_VERSION_3_0, GL_VERSION_3_0; GL_EXT_packed_float More...
 
- Static Public Attributes inherited from com.jogamp.opengl.fixedfunc.GLMatrixFunc
static final int GL_MATRIX_MODE = 0x0BA0
 
static final int GL_MODELVIEW = 0x1700
 Matrix mode modelview. More...
 
static final int GL_PROJECTION = 0x1701
 Matrix mode projection. More...
 
static final int GL_MODELVIEW_MATRIX = 0x0BA6
 Matrix access name for modelview. More...
 
static final int GL_PROJECTION_MATRIX = 0x0BA7
 Matrix access name for projection. More...
 
static final int GL_TEXTURE_MATRIX = 0x0BA8
 Matrix access name for texture. More...
 
- Static Public Attributes inherited from com.jogamp.opengl.fixedfunc.GLPointerFunc
static final int GL_VERTEX_ARRAY = 0x8074
 
static final int GL_NORMAL_ARRAY = 0x8075
 
static final int GL_COLOR_ARRAY = 0x8076
 
static final int GL_TEXTURE_COORD_ARRAY = 0x8078
 
- Static Public Attributes inherited from com.jogamp.opengl.fixedfunc.GLLightingFunc
static final int GL_LIGHT0 = 0x4000
 
static final int GL_LIGHT1 = 0x4001
 
static final int GL_LIGHT2 = 0x4002
 
static final int GL_LIGHT3 = 0x4003
 
static final int GL_LIGHT4 = 0x4004
 
static final int GL_LIGHT5 = 0x4005
 
static final int GL_LIGHT6 = 0x4006
 
static final int GL_LIGHT7 = 0x4007
 
static final int GL_LIGHTING = 0xB50
 
static final int GL_AMBIENT = 0x1200
 
static final int GL_DIFFUSE = 0x1201
 
static final int GL_SPECULAR = 0x1202
 
static final int GL_POSITION = 0x1203
 
static final int GL_SPOT_DIRECTION = 0x1204
 
static final int GL_SPOT_EXPONENT = 0x1205
 
static final int GL_SPOT_CUTOFF = 0x1206
 
static final int GL_CONSTANT_ATTENUATION = 0x1207
 
static final int GL_LINEAR_ATTENUATION = 0x1208
 
static final int GL_QUADRATIC_ATTENUATION = 0x1209
 
static final int GL_EMISSION = 0x1600
 
static final int GL_SHININESS = 0x1601
 
static final int GL_AMBIENT_AND_DIFFUSE = 0x1602
 
static final int GL_COLOR_MATERIAL = 0xB57
 
static final int GL_NORMALIZE = 0xBA1
 
static final int GL_FLAT = 0x1D00
 
static final int GL_SMOOTH = 0x1D01
 
- Static Public Attributes inherited from com.jogamp.opengl.GL2GL3
static final int GL_CLIPPING_INPUT_PRIMITIVES = 0x82f6
 GL_VERSION_4_6, GL_ARB_pipeline_statistics_query
Alias for: GL_CLIPPING_INPUT_PRIMITIVES_ARB
Define "GL_CLIPPING_INPUT_PRIMITIVES" with expression '0x82F6', CType: int More...
 
static final int GL_EDGE_FLAG_ARRAY_ADDRESS_NV = 0x8f26
 GL_NV_vertex_buffer_unified_memory
Define "GL_EDGE_FLAG_ARRAY_ADDRESS_NV" with expression '0x8F26', CType: int More...
 
static final int GL_UNSIGNED_INT_SAMPLER_2D_RECT = 0x8dd5
 GL_VERSION_3_1, GL_EXT_gpu_shader4
Alias for: GL_UNSIGNED_INT_SAMPLER_2D_RECT_EXT
Define "GL_UNSIGNED_INT_SAMPLER_2D_RECT" with expression '0x8DD5', CType: int More...
 
static final int GL_FOG_COORD_ARRAY_ADDRESS_NV = 0x8f28
 GL_NV_vertex_buffer_unified_memory
Define "GL_FOG_COORD_ARRAY_ADDRESS_NV" with expression '0x8F28', CType: int More...
 
static final int GL_VIRTUAL_PAGE_SIZE_Y_ARB = 0x9196
 GL_ARB_sparse_texture
Define "GL_VIRTUAL_PAGE_SIZE_Y_ARB" with expression '0x9196', CType: int More...
 
static final int GL_PACK_IMAGE_HEIGHT = 0x806c
 GL_VERSION_1_2, GL_EXT_texture3D
Alias for: GL_PACK_IMAGE_HEIGHT_EXT
Define "GL_PACK_IMAGE_HEIGHT" with expression '0x806C', CType: int More...
 
static final int GL_GREEN_INTEGER = 0x8d95
 GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_GREEN_INTEGER_EXT
Define "GL_GREEN_INTEGER" with expression '0x8D95', CType: int More...
 
static final int GL_PROXY_TEXTURE_CUBE_MAP_ARRAY = 0x900b
 GL_VERSION_4_0, GL_ARB_texture_cube_map_array
Alias for: GL_PROXY_TEXTURE_CUBE_MAP_ARRAY_ARB
Define "GL_PROXY_TEXTURE_CUBE_MAP_ARRAY" with expression '0x900B', CType: int More...
 
static final int GL_COMPRESSED_SRGB_ALPHA = 0x8c49
 GL_VERSION_2_1, GL_EXT_texture_sRGB
Alias for: GL_COMPRESSED_SRGB_ALPHA_EXT
Define "GL_COMPRESSED_SRGB_ALPHA" with expression '0x8C49', CType: int More...
 
static final int GL_VIEW_CLASS_S3TC_DXT1_RGB = 0x82cc
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_VIEW_CLASS_S3TC_DXT1_RGB" with expression '0x82CC', CType: int More...
 
static final int GL_TEXTURE_GATHER = 0x82a2
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_TEXTURE_GATHER" with expression '0x82A2', CType: int More...
 
static final int GL_IMAGE_CLASS_10_10_10_2 = 0x82c3
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_IMAGE_CLASS_10_10_10_2" with expression '0x82C3', CType: int More...
 
static final int GL_TESS_EVALUATION_TEXTURE = 0x829d
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_TESS_EVALUATION_TEXTURE" with expression '0x829D', CType: int More...
 
static final int GL_BACK_LEFT = 0x402
 GL_VERSION_1_0
Define "GL_BACK_LEFT" with expression '0x0402', CType: int More...
 
static final int GL_POLYGON_OFFSET_POINT = 0x2a01
 GL_VERSION_1_1, GL_VERSION_1_0, GL_NV_polygon_mode
Alias for: GL_POLYGON_OFFSET_POINT_NV
Define "GL_POLYGON_OFFSET_POINT" with expression '0x2A01', CType: int More...
 
static final int GL_GPU_ADDRESS_NV = 0x8f34
 GL_NV_shader_buffer_load
Define "GL_GPU_ADDRESS_NV" with expression '0x8F34', CType: int More...
 
static final int GL_SAMPLER_1D_ARRAY_SHADOW = 0x8dc3
 GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: GL_SAMPLER_1D_ARRAY_SHADOW_EXT
Define "GL_SAMPLER_1D_ARRAY_SHADOW" with expression '0x8DC3', CType: int More...
 
static final int GL_TEXTURE_COMPRESSION_HINT = 0x84ef
 GL_VERSION_1_3, GL_ARB_texture_compression
Alias for: GL_TEXTURE_COMPRESSION_HINT_ARB
Define "GL_TEXTURE_COMPRESSION_HINT" with expression '0x84EF', CType: int More...
 
static final int GL_VIEW_CLASS_RGTC1_RED = 0x82d0
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_VIEW_CLASS_RGTC1_RED" with expression '0x82D0', CType: int More...
 
static final int GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB = 0x919a
 GL_ARB_sparse_texture
Define "GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB" with expression '0x919A', CType: int More...
 
static final int GL_TEXTURE_VIEW = 0x82b5
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_TEXTURE_VIEW" with expression '0x82B5', CType: int More...
 
static final int GL_STENCIL_INDEX16 = 0x8d49
 GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object
Alias for: GL_STENCIL_INDEX16_EXT
Define "GL_STENCIL_INDEX16" with expression '0x8D49', CType: int More...
 
static final int GL_TESS_CONTROL_SHADER_PATCHES = 0x82f1
 GL_VERSION_4_6, GL_ARB_pipeline_statistics_query
Alias for: GL_TESS_CONTROL_SHADER_PATCHES_ARB
Define "GL_TESS_CONTROL_SHADER_PATCHES" with expression '0x82F1', CType: int More...
 
static final int GL_DEPTH_COMPONENTS = 0x8284
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_DEPTH_COMPONENTS" with expression '0x8284', CType: int More...
 
static final int GL_RGB5 = 0x8050
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_RGB5_EXT
Define "GL_RGB5" with expression '0x8050', CType: int More...
 
static final int GL_RGB4 = 0x804f
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_RGB4_EXT
Define "GL_RGB4" with expression '0x804F', CType: int More...
 
static final int GL_FRAMEBUFFER_RENDERABLE = 0x8289
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_FRAMEBUFFER_RENDERABLE" with expression '0x8289', CType: int More...
 
static final int GL_FRAGMENT_SHADER_INVOCATIONS = 0x82f4
 GL_VERSION_4_6, GL_ARB_pipeline_statistics_query
Alias for: GL_FRAGMENT_SHADER_INVOCATIONS_ARB
Define "GL_FRAGMENT_SHADER_INVOCATIONS" with expression '0x82F4', CType: int More...
 
static final int GL_TRANSPOSE_PROGRAM_MATRIX_EXT = 0x8e2e
 GL_EXT_direct_state_access
Define "GL_TRANSPOSE_PROGRAM_MATRIX_EXT" with expression '0x8E2E', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR = 0x9630
 GL_OVR_multiview
Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR" with expression '0x9630', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV = 0x8f2a
 GL_NV_vertex_buffer_unified_memory
Define "GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV" with expression '0x8F2A', CType: int More...
 
static final int GL_TEXTURE_RECTANGLE = 0x84f5
 GL_VERSION_3_1, GL_ARB_texture_rectangle, GL_NV_texture_rectangle
Alias for: GL_TEXTURE_RECTANGLE_ARB, GL_TEXTURE_RECTANGLE_NV
Define "GL_TEXTURE_RECTANGLE" with expression '0x84F5', CType: int More...
 
static final int GL_DEBUG_CATEGORY_API_ERROR_AMD = 0x9149
 GL_AMD_debug_output
Define "GL_DEBUG_CATEGORY_API_ERROR_AMD" with expression '0x9149', CType: int More...
 
static final int GL_DEBUG_SEVERITY_LOW_AMD = 0x9148
 GL_AMD_debug_output
Define "GL_DEBUG_SEVERITY_LOW_AMD" with expression '0x9148', CType: int More...
 
static final int GL_TESS_CONTROL_TEXTURE = 0x829c
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_TESS_CONTROL_TEXTURE" with expression '0x829C', CType: int More...
 
static final int GL_RASTER_FIXED_SAMPLE_LOCATIONS_EXT = 0x932a
 GL_EXT_raster_multisample
Define "GL_RASTER_FIXED_SAMPLE_LOCATIONS_EXT" with expression '0x932A', CType: int More...
 
static final int GL_RASTER_SAMPLES_EXT = 0x9328
 GL_EXT_raster_multisample
Define "GL_RASTER_SAMPLES_EXT" with expression '0x9328', CType: int More...
 
static final int GL_COMPUTE_SHADER_INVOCATIONS = 0x82f5
 GL_VERSION_4_6, GL_ARB_pipeline_statistics_query
Alias for: GL_COMPUTE_SHADER_INVOCATIONS_ARB
Define "GL_COMPUTE_SHADER_INVOCATIONS" with expression '0x82F5', CType: int More...
 
static final int GL_READ_PIXELS = 0x828c
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_READ_PIXELS" with expression '0x828C', CType: int More...
 
static final int GL_POLYGON_SMOOTH_HINT = 0xc53
 GL_VERSION_1_0
Define "GL_POLYGON_SMOOTH_HINT" with expression '0x0C53', CType: int More...
 
static final int GL_POINT = 0x1b00
 GL_VERSION_1_0, GL_NV_polygon_mode
Alias for: GL_POINT_NV
Define "GL_POINT" with expression '0x1B00', CType: int More...
 
static final int GL_VERTEX_SHADER_INVOCATIONS = 0x82f0
 GL_VERSION_4_6, GL_ARB_pipeline_statistics_query
Alias for: GL_VERTEX_SHADER_INVOCATIONS_ARB
Define "GL_VERTEX_SHADER_INVOCATIONS" with expression '0x82F0', CType: int More...
 
static final int GL_MAX_WINDOW_RECTANGLES_EXT = 0x8f14
 GL_EXT_window_rectangles
Define "GL_MAX_WINDOW_RECTANGLES_EXT" with expression '0x8F14', CType: int More...
 
static final int GL_NORMAL_ARRAY_LENGTH_NV = 0x8f2c
 GL_NV_vertex_buffer_unified_memory
Define "GL_NORMAL_ARRAY_LENGTH_NV" with expression '0x8F2C', CType: int More...
 
static final int GL_PROGRAM_MATRIX_EXT = 0x8e2d
 GL_EXT_direct_state_access
Define "GL_PROGRAM_MATRIX_EXT" with expression '0x8E2D', CType: int More...
 
static final int GL_SRG8_EXT = 0x8fbe
 GL_EXT_texture_sRGB_RG8
Define "GL_SRG8_EXT" with expression '0x8FBE', CType: int More...
 
static final int GL_POLYGON_OFFSET_LINE = 0x2a02
 GL_VERSION_1_1, GL_VERSION_1_0, GL_NV_polygon_mode
Alias for: GL_POLYGON_OFFSET_LINE_NV
Define "GL_POLYGON_OFFSET_LINE" with expression '0x2A02', CType: int More...
 
static final int GL_INTERNALFORMAT_STENCIL_TYPE = 0x827d
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_INTERNALFORMAT_STENCIL_TYPE" with expression '0x827D', CType: int More...
 
static final int GL_MAX_WIDTH = 0x827e
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_MAX_WIDTH" with expression '0x827E', CType: int More...
 
static final int GL_PRIMITIVES_SUBMITTED = 0x82ef
 GL_VERSION_4_6, GL_ARB_pipeline_statistics_query
Alias for: GL_PRIMITIVES_SUBMITTED_ARB
Define "GL_PRIMITIVES_SUBMITTED" with expression '0x82EF', CType: int More...
 
static final int GL_VIEW_CLASS_24_BITS = 0x82c9
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_VIEW_CLASS_24_BITS" with expression '0x82C9', CType: int More...
 
static final int GL_TEXTURE_LOD_BIAS = 0x8501
 GL_VERSION_1_4, GL_EXT_texture_lod_bias, GL_QCOM_texture_lod_bias
Alias for: GL_TEXTURE_LOD_BIAS_EXT, GL_TEXTURE_LOD_BIAS_QCOM
Define "GL_TEXTURE_LOD_BIAS" with expression '0x8501', CType: int More...
 
static final int GL_VIEW_CLASS_ASTC_5x5_RGBA = 0x938a
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_ASTC_5x5_RGBA" with expression '0x938A', CType: int More...
 
static final int GL_CLIPPING_OUTPUT_PRIMITIVES = 0x82f7
 GL_VERSION_4_6, GL_ARB_pipeline_statistics_query
Alias for: GL_CLIPPING_OUTPUT_PRIMITIVES_ARB
Define "GL_CLIPPING_OUTPUT_PRIMITIVES" with expression '0x82F7', CType: int More...
 
static final int GL_INTERNALFORMAT_GREEN_SIZE = 0x8272
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_INTERNALFORMAT_GREEN_SIZE" with expression '0x8272', CType: int More...
 
static final int GL_SET_AMD = 0x874a
 GL_AMD_stencil_operation_extended
Define "GL_SET_AMD" with expression '0x874A', CType: int More...
 
static final int GL_SUBSAMPLE_DISTANCE_AMD = 0x883f
 GL_AMD_sample_positions, GL_AMD_framebuffer_sample_positions
Define "GL_SUBSAMPLE_DISTANCE_AMD" with expression '0x883F', CType: int More...
 
static final int GL_SAMPLER_1D = 0x8b5d
 GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: GL_SAMPLER_1D_ARB
Define "GL_SAMPLER_1D" with expression '0x8B5D', CType: int More...
 
static final int GL_SAMPLES_PASSED = 0x8914
 GL_VERSION_1_5, GL_ARB_occlusion_query
Alias for: GL_SAMPLES_PASSED_ARB
Define "GL_SAMPLES_PASSED" with expression '0x8914', CType: int More...
 
static final int GL_CLIP_DISTANCE1 = 0x3001
 GL_VERSION_3_0, GL_APPLE_clip_distance, GL_EXT_clip_cull_distance
Alias for: GL_CLIP_DISTANCE1_APPLE, GL_CLIP_DISTANCE1_EXT
Define "GL_CLIP_DISTANCE1" with expression '0x3001', CType: int More...
 
static final int GL_CLIP_DISTANCE0 = 0x3000
 GL_VERSION_3_0, GL_APPLE_clip_distance, GL_EXT_clip_cull_distance
Alias for: GL_CLIP_DISTANCE0_APPLE, GL_CLIP_DISTANCE0_EXT
Define "GL_CLIP_DISTANCE0" with expression '0x3000', CType: int More...
 
static final int GL_CLIP_DISTANCE3 = 0x3003
 GL_VERSION_3_0, GL_APPLE_clip_distance, GL_EXT_clip_cull_distance
Alias for: GL_CLIP_DISTANCE3_APPLE, GL_CLIP_DISTANCE3_EXT
Define "GL_CLIP_DISTANCE3" with expression '0x3003', CType: int More...
 
static final int GL_CLIP_DISTANCE2 = 0x3002
 GL_VERSION_3_0, GL_EXT_clip_cull_distance, GL_APPLE_clip_distance
Alias for: GL_CLIP_DISTANCE2_EXT, GL_CLIP_DISTANCE2_APPLE
Define "GL_CLIP_DISTANCE2" with expression '0x3002', CType: int More...
 
static final int GL_CLIP_DISTANCE5 = 0x3005
 GL_VERSION_3_0, GL_EXT_clip_cull_distance, GL_APPLE_clip_distance
Alias for: GL_CLIP_DISTANCE5_EXT, GL_CLIP_DISTANCE5_APPLE
Define "GL_CLIP_DISTANCE5" with expression '0x3005', CType: int More...
 
static final int GL_CLIP_DISTANCE4 = 0x3004
 GL_VERSION_3_0, GL_EXT_clip_cull_distance, GL_APPLE_clip_distance
Alias for: GL_CLIP_DISTANCE4_EXT, GL_CLIP_DISTANCE4_APPLE
Define "GL_CLIP_DISTANCE4" with expression '0x3004', CType: int More...
 
static final int GL_CLIP_DISTANCE7 = 0x3007
 GL_VERSION_3_0, GL_APPLE_clip_distance, GL_EXT_clip_cull_distance
Alias for: GL_CLIP_DISTANCE7_APPLE, GL_CLIP_DISTANCE7_EXT
Define "GL_CLIP_DISTANCE7" with expression '0x3007', CType: int More...
 
static final int GL_CLIP_DISTANCE6 = 0x3006
 GL_VERSION_3_0, GL_APPLE_clip_distance, GL_EXT_clip_cull_distance
Alias for: GL_CLIP_DISTANCE6_APPLE, GL_CLIP_DISTANCE6_EXT
Define "GL_CLIP_DISTANCE6" with expression '0x3006', CType: int More...
 
static final int GL_MAX_HEIGHT = 0x827f
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_MAX_HEIGHT" with expression '0x827F', CType: int More...
 
static final int GL_TEXTURE_SWIZZLE_RGBA = 0x8e46
 GL_ARB_texture_swizzle, GL_VERSION_3_3, GL_EXT_texture_swizzle
Alias for: GL_TEXTURE_SWIZZLE_RGBA_EXT
Define "GL_TEXTURE_SWIZZLE_RGBA" with expression '0x8E46', CType: int More...
 
static final int GL_FIXED_ONLY = 0x891d
 GL_VERSION_3_0, GL_ARB_color_buffer_float
Alias for: GL_FIXED_ONLY_ARB
Define "GL_FIXED_ONLY" with expression '0x891D', CType: int More...
 
static final int GL_TEXTURE_1D_ARRAY = 0x8c18
 GL_VERSION_3_0, GL_EXT_texture_array
Alias for: GL_TEXTURE_1D_ARRAY_EXT
Define "GL_TEXTURE_1D_ARRAY" with expression '0x8C18', CType: int More...
 
static final int GL_TEXTURE_SHADOW = 0x82a1
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_TEXTURE_SHADOW" with expression '0x82A1', CType: int More...
 
static final int GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB = 0x91a9
 GL_ARB_sparse_texture
Define "GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB" with expression '0x91A9', CType: int More...
 
static final int GL_POINT_SIZE_GRANULARITY = 0xb13
 GL_VERSION_1_0
Define "GL_POINT_SIZE_GRANULARITY" with expression '0x0B13', CType: int More...
 
static final int GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT = 0x82b2
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT" with expression '0x82B2', CType: int More...
 
static final int GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE = 0x92c4
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2
Define "GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE" with expression '0x92C4', CType: int More...
 
static final int GL_VIEW_CLASS_EAC_R11 = 0x9383
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_EAC_R11" with expression '0x9383', CType: int More...
 
static final int GL_VERTICES_SUBMITTED = 0x82ee
 GL_VERSION_4_6, GL_ARB_pipeline_statistics_query
Alias for: GL_VERTICES_SUBMITTED_ARB
Define "GL_VERTICES_SUBMITTED" with expression '0x82EE', CType: int More...
 
static final int GL_MIPMAP = 0x8293
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_MIPMAP" with expression '0x8293', CType: int More...
 
static final int GL_INT_SAMPLER_1D = 0x8dc9
 GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: GL_INT_SAMPLER_1D_EXT
Define "GL_INT_SAMPLER_1D" with expression '0x8DC9', CType: int More...
 
static final int GL_UNPACK_COMPRESSED_BLOCK_DEPTH = 0x9129
 GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage
Define "GL_UNPACK_COMPRESSED_BLOCK_DEPTH" with expression '0x9129', CType: int More...
 
static final int GL_MULTISAMPLE_RASTERIZATION_ALLOWED_EXT = 0x932b
 GL_EXT_raster_multisample
Define "GL_MULTISAMPLE_RASTERIZATION_ALLOWED_EXT" with expression '0x932B', CType: int More...
 
static final int GL_TEXTURE_SRGB_DECODE_EXT = 0x8a48
 GL_EXT_texture_sRGB_decode
Define "GL_TEXTURE_SRGB_DECODE_EXT" with expression '0x8A48', CType: int More...
 
static final int GL_VIEW_CLASS_S3TC_DXT3_RGBA = 0x82ce
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_VIEW_CLASS_S3TC_DXT3_RGBA" with expression '0x82CE', CType: int More...
 
static final int GL_R3_G3_B2 = 0x2a10
 GL_VERSION_1_1
Define "GL_R3_G3_B2" with expression '0x2A10', CType: int More...
 
static final int GL_UPPER_LEFT = 0x8ca2
 GL_VERSION_2_0, GL_EXT_clip_control
Alias for: GL_UPPER_LEFT_EXT
Define "GL_UPPER_LEFT" with expression '0x8CA2', CType: int More...
 
static final int GL_DEPTH_CLAMP_FAR_AMD = 0x901f
 GL_AMD_depth_clamp_separate
Define "GL_DEPTH_CLAMP_FAR_AMD" with expression '0x901F', CType: int More...
 
static final int GL_UNSIGNED_INT_SAMPLER_1D = 0x8dd1
 GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: GL_UNSIGNED_INT_SAMPLER_1D_EXT
Define "GL_UNSIGNED_INT_SAMPLER_1D" with expression '0x8DD1', CType: int More...
 
static final int GL_BGRA_INTEGER = 0x8d9b
 GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_BGRA_INTEGER_EXT
Define "GL_BGRA_INTEGER" with expression '0x8D9B', CType: int More...
 
static final int GL_SPARSE_STORAGE_BIT_ARB = 0x400
 GL_ARB_sparse_buffer
Define "GL_SPARSE_STORAGE_BIT_ARB" with expression '0x0400', CType: int More...
 
static final int GL_VIEW_CLASS_ASTC_10x5_RGBA = 0x9390
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_ASTC_10x5_RGBA" with expression '0x9390', CType: int More...
 
static final int GL_PACK_SKIP_IMAGES = 0x806b
 GL_VERSION_1_2, GL_EXT_texture3D
Alias for: GL_PACK_SKIP_IMAGES_EXT
Define "GL_PACK_SKIP_IMAGES" with expression '0x806B', CType: int More...
 
static final int GL_DRAW_BUFFER = 0xc01
 GL_VERSION_1_0, GL_EXT_multiview_draw_buffers
Alias for: GL_DRAW_BUFFER_EXT
Define "GL_DRAW_BUFFER" with expression '0x0C01', CType: int More...
 
static final int GL_COMPRESSED_RED_RGTC1 = 0x8dbb
 GL_ARB_texture_compression_rgtc, GL_VERSION_3_0, GL_EXT_texture_compression_rgtc
Alias for: GL_COMPRESSED_RED_RGTC1_EXT
Define "GL_COMPRESSED_RED_RGTC1" with expression '0x8DBB', CType: int More...
 
static final int GL_BLUE_INTEGER = 0x8d96
 GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_BLUE_INTEGER_EXT
Define "GL_BLUE_INTEGER" with expression '0x8D96', CType: int More...
 
static final int GL_INTERNALFORMAT_SHARED_SIZE = 0x8277
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_INTERNALFORMAT_SHARED_SIZE" with expression '0x8277', CType: int More...
 
static final int GL_GEOMETRY_TEXTURE = 0x829e
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_GEOMETRY_TEXTURE" with expression '0x829E', CType: int More...
 
static final int GL_IMAGE_CLASS_1_X_8 = 0x82c1
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_IMAGE_CLASS_1_X_8" with expression '0x82C1', CType: int More...
 
static final int GL_DOUBLE = 0x140a
 GL_VERSION_1_1, GL_VERSION_1_0
Define "GL_DOUBLE" with expression '0x140A', CType: int More...
 
static final int GL_UNSIGNED_SHORT_8_8_REV_APPLE = 0x85bb
 GL_APPLE_ycbcr_422, GL_APPLE_rgb_422
Define "GL_UNSIGNED_SHORT_8_8_REV_APPLE" with expression '0x85BB', CType: int More...
 
static final int GL_TEXTURE_REDUCTION_MODE_EXT = 0x9366
 GL_EXT_texture_filter_minmax
Define "GL_TEXTURE_REDUCTION_MODE_EXT" with expression '0x9366', CType: int More...
 
static final int GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS = 0x92c5
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2
Define "GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS" with expression '0x92C5', CType: int More...
 
static final int GL_VIEW_CLASS_ASTC_6x6_RGBA = 0x938c
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_ASTC_6x6_RGBA" with expression '0x938C', CType: int More...
 
static final int GL_TEXTURE_BINDING_1D_ARRAY = 0x8c1c
 GL_VERSION_3_0, GL_EXT_texture_array
Alias for: GL_TEXTURE_BINDING_1D_ARRAY_EXT
Define "GL_TEXTURE_BINDING_1D_ARRAY" with expression '0x8C1C', CType: int More...
 
static final int GL_TESS_EVALUATION_SHADER_INVOCATIONS = 0x82f2
 GL_VERSION_4_6, GL_ARB_pipeline_statistics_query
Alias for: GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB
Define "GL_TESS_EVALUATION_SHADER_INVOCATIONS" with expression '0x82F2', CType: int More...
 
static final int GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD = 0x914a
 GL_AMD_debug_output
Define "GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD" with expression '0x914A', CType: int More...
 
static final int GL_DRAW_INDIRECT_ADDRESS_NV = 0x8f41
 GL_NV_vertex_buffer_unified_memory
Define "GL_DRAW_INDIRECT_ADDRESS_NV" with expression '0x8F41', CType: int More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER = 0x8cdc
 GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object
Alias for: GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT
Define "GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER" with expression '0x8CDC', CType: int More...
 
static final int GL_MAX_DEBUG_LOGGED_MESSAGES_AMD = 0x9144
 GL_AMD_debug_output
Define "GL_MAX_DEBUG_LOGGED_MESSAGES_AMD" with expression '0x9144', CType: int More...
 
static final int GL_DEBUG_SEVERITY_MEDIUM_AMD = 0x9147
 GL_AMD_debug_output
Define "GL_DEBUG_SEVERITY_MEDIUM_AMD" with expression '0x9147', CType: int More...
 
static final int GL_NUM_SUPPORTED_MULTISAMPLE_MODES_AMD = 0x91b6
 GL_AMD_framebuffer_multisample_advanced
Define "GL_NUM_SUPPORTED_MULTISAMPLE_MODES_AMD" with expression '0x91B6', CType: int More...
 
static final int GL_MAX_VARYING_FLOATS = 0x8b4b
 GL_VERSION_2_0, GL_ARB_vertex_shader
Alias for: GL_MAX_VARYING_FLOATS_ARB
Define "GL_MAX_VARYING_FLOATS" with expression '0x8B4B', CType: int More...
 
static final int GL_DEBUG_LOGGED_MESSAGES_AMD = 0x9145
 GL_AMD_debug_output
Define "GL_DEBUG_LOGGED_MESSAGES_AMD" with expression '0x9145', CType: int More...
 
static final int GL_INTERNALFORMAT_RED_SIZE = 0x8271
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_INTERNALFORMAT_RED_SIZE" with expression '0x8271', CType: int More...
 
static final int GL_MAX_SHADER_COMPILER_THREADS_KHR = 0x91b0
 GL_KHR_parallel_shader_compile
Define "GL_MAX_SHADER_COMPILER_THREADS_KHR" with expression '0x91B0', CType: int More...
 
static final int GL_PACK_COMPRESSED_BLOCK_HEIGHT = 0x912c
 GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage
Define "GL_PACK_COMPRESSED_BLOCK_HEIGHT" with expression '0x912C', CType: int More...
 
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER = 0x92cb
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2
Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER" with expression '0x92CB', CType: int More...
 
static final int GL_INT_SAMPLER_2D_RECT = 0x8dcd
 GL_VERSION_3_1, GL_EXT_gpu_shader4
Alias for: GL_INT_SAMPLER_2D_RECT_EXT
Define "GL_INT_SAMPLER_2D_RECT" with expression '0x8DCD', CType: int More...
 
static final int GL_VIEW_CLASS_ASTC_12x12_RGBA = 0x9395
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_ASTC_12x12_RGBA" with expression '0x9395', CType: int More...
 
static final int GL_SKIP_DECODE_EXT = 0x8a4a
 GL_EXT_texture_sRGB_decode
Define "GL_SKIP_DECODE_EXT" with expression '0x8A4A', CType: int More...
 
static final int GL_SAMPLER_BUFFER_AMD = 0x9001
 GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator
Define "GL_SAMPLER_BUFFER_AMD" with expression '0x9001', CType: int More...
 
static final int GL_LOWER_LEFT = 0x8ca1
 GL_VERSION_2_0, GL_EXT_clip_control
Alias for: GL_LOWER_LEFT_EXT
Define "GL_LOWER_LEFT" with expression '0x8CA1', CType: int More...
 
static final int GL_VIEW_CLASS_ASTC_6x5_RGBA = 0x938b
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_ASTC_6x5_RGBA" with expression '0x938B', CType: int More...
 
static final int GL_IMAGE_PIXEL_TYPE = 0x82aa
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_IMAGE_PIXEL_TYPE" with expression '0x82AA', CType: int More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR = 0x9633
 GL_OVR_multiview
Define "GL_FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR" with expression '0x9633', CType: int More...
 
static final int GL_DEPTH_RENDERABLE = 0x8287
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_DEPTH_RENDERABLE" with expression '0x8287', CType: int More...
 
static final int GL_STENCIL_BACK_OP_VALUE_AMD = 0x874d
 GL_AMD_stencil_operation_extended
Define "GL_STENCIL_BACK_OP_VALUE_AMD" with expression '0x874D', CType: int More...
 
static final int GL_UNPACK_COMPRESSED_BLOCK_WIDTH = 0x9127
 GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage
Define "GL_UNPACK_COMPRESSED_BLOCK_WIDTH" with expression '0x9127', CType: int More...
 
static final int GL_INTERNALFORMAT_BLUE_TYPE = 0x827a
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_INTERNALFORMAT_BLUE_TYPE" with expression '0x827A', CType: int More...
 
static final int GL_SRGB_WRITE = 0x8298
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_SRGB_WRITE" with expression '0x8298', CType: int More...
 
static final int GL_VIEW_CLASS_ASTC_4x4_RGBA = 0x9388
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_ASTC_4x4_RGBA" with expression '0x9388', CType: int More...
 
static final int GL_VIRTUAL_PAGE_SIZE_X_ARB = 0x9195
 GL_ARB_sparse_texture
Define "GL_VIRTUAL_PAGE_SIZE_X_ARB" with expression '0x9195', CType: int More...
 
static final int GL_DEPTH_CLAMP_NEAR_AMD = 0x901e
 GL_AMD_depth_clamp_separate
Define "GL_DEPTH_CLAMP_NEAR_AMD" with expression '0x901E', CType: int More...
 
static final int GL_VIEW_CLASS_BPTC_UNORM = 0x82d2
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_VIEW_CLASS_BPTC_UNORM" with expression '0x82D2', CType: int More...
 
static final int GL_COVERAGE_MODULATION_NV = 0x9332
 GL_NV_framebuffer_mixed_samples
Define "GL_COVERAGE_MODULATION_NV" with expression '0x9332', CType: int More...
 
static final int GL_DOUBLEBUFFER = 0xc32
 GL_VERSION_1_0
Define "GL_DOUBLEBUFFER" with expression '0x0C32', CType: int More...
 
static final int GL_R16 = 0x822a
 GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_texture_norm16
Alias for: GL_R16_EXT
Define "GL_R16" with expression '0x822A', CType: int More...
 
static final int GL_SHADER_IMAGE_STORE = 0x82a5
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_SHADER_IMAGE_STORE" with expression '0x82A5', CType: int More...
 
static final int GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD = 0x9003
 GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator
Define "GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD" with expression '0x9003', CType: int More...
 
static final int GL_SAMPLER_1D_ARRAY = 0x8dc0
 GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: GL_SAMPLER_1D_ARRAY_EXT
Define "GL_SAMPLER_1D_ARRAY" with expression '0x8DC0', CType: int More...
 
static final int GL_MAX_COLOR_FRAMEBUFFER_SAMPLES_AMD = 0x91b3
 GL_AMD_framebuffer_multisample_advanced
Define "GL_MAX_COLOR_FRAMEBUFFER_SAMPLES_AMD" with expression '0x91B3', CType: int More...
 
static final int GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST = 0x82ac
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST" with expression '0x82AC', CType: int More...
 
static final int GL_COMPRESSED_RG = 0x8226
 GL_VERSION_3_0
Define "GL_COMPRESSED_RG" with expression '0x8226', CType: int More...
 
static final int GL_COLOR_ENCODING = 0x8296
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_COLOR_ENCODING" with expression '0x8296', CType: int More...
 
static final int GL_CLEAR_BUFFER = 0x82b4
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_CLEAR_BUFFER" with expression '0x82B4', CType: int More...
 
static final int GL_COLOR_SAMPLES_NV = 0x8e20
 GL_NV_framebuffer_mixed_samples, GL_NV_multisample_coverage
Define "GL_COLOR_SAMPLES_NV" with expression '0x8E20', CType: int More...
 
static final int GL_TEXTURE_1D = 0xde0
 GL_VERSION_1_0
Define "GL_TEXTURE_1D" with expression '0x0DE0', CType: int More...
 
static final int GL_DRAW_INDIRECT_LENGTH_NV = 0x8f42
 GL_NV_vertex_buffer_unified_memory
Define "GL_DRAW_INDIRECT_LENGTH_NV" with expression '0x8F42', CType: int More...
 
static final int GL_FILTER = 0x829a
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_FILTER" with expression '0x829A', CType: int More...
 
static final int GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER = 0x8a45
 GL_ARB_uniform_buffer_object, GL_VERSION_3_1
Define "GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER" with expression '0x8A45', CType: int More...
 
static final int GL_TEXTURE_COORD_ARRAY_ADDRESS_NV = 0x8f25
 GL_NV_vertex_buffer_unified_memory
Define "GL_TEXTURE_COORD_ARRAY_ADDRESS_NV" with expression '0x8F25', CType: int More...
 
static final int GL_VIEW_COMPATIBILITY_CLASS = 0x82b6
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_VIEW_COMPATIBILITY_CLASS" with expression '0x82B6', CType: int More...
 
static final int GL_IMAGE_CLASS_2_X_16 = 0x82bd
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_IMAGE_CLASS_2_X_16" with expression '0x82BD', CType: int More...
 
static final int GL_INT_SAMPLER_1D_ARRAY = 0x8dce
 GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: GL_INT_SAMPLER_1D_ARRAY_EXT
Define "GL_INT_SAMPLER_1D_ARRAY" with expression '0x8DCE', CType: int More...
 
static final int GL_POLYGON_OFFSET_CLAMP_EXT = 0x8e1b
 GL_EXT_polygon_offset_clamp
Define "GL_POLYGON_OFFSET_CLAMP_EXT" with expression '0x8E1B', CType: int More...
 
static final int GL_TEXTURE_SPARSE_ARB = 0x91a6
 GL_ARB_sparse_texture
Define "GL_TEXTURE_SPARSE_ARB" with expression '0x91A6', CType: int More...
 
static final int GL_IMAGE_CLASS_2_X_32 = 0x82ba
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_IMAGE_CLASS_2_X_32" with expression '0x82BA', CType: int More...
 
static final int GL_GET_TEXTURE_IMAGE_TYPE = 0x8292
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_GET_TEXTURE_IMAGE_TYPE" with expression '0x8292', CType: int More...
 
static final int GL_SAMPLER_2D_RECT_SHADOW = 0x8b64
 GL_VERSION_3_1, GL_ARB_shader_objects
Alias for: GL_SAMPLER_2D_RECT_SHADOW_ARB
Define "GL_SAMPLER_2D_RECT_SHADOW" with expression '0x8B64', CType: int More...
 
static final int GL_UNSIGNED_BYTE_3_3_2 = 0x8032
 GL_VERSION_1_2, GL_EXT_packed_pixels
Alias for: GL_UNSIGNED_BYTE_3_3_2_EXT
Define "GL_UNSIGNED_BYTE_3_3_2" with expression '0x8032', CType: int More...
 
static final int GL_IMAGE_CLASS_11_11_10 = 0x82c2
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_IMAGE_CLASS_11_11_10" with expression '0x82C2', CType: int More...
 
static final int GL_INTERNALFORMAT_DEPTH_TYPE = 0x827c
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_INTERNALFORMAT_DEPTH_TYPE" with expression '0x827C', CType: int More...
 
static final int GL_VIEW_CLASS_ETC2_RGBA = 0x9386
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_ETC2_RGBA" with expression '0x9386', CType: int More...
 
static final int GL_TESSELLATION_MODE_AMD = 0x9004
 GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator
Define "GL_TESSELLATION_MODE_AMD" with expression '0x9004', CType: int More...
 
static final int GL_VIEW_CLASS_32_BITS = 0x82c8
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_VIEW_CLASS_32_BITS" with expression '0x82C8', CType: int More...
 
static final int GL_CLAMP_READ_COLOR = 0x891c
 GL_VERSION_3_0, GL_ARB_color_buffer_float
Alias for: GL_CLAMP_READ_COLOR_ARB
Define "GL_CLAMP_READ_COLOR" with expression '0x891C', CType: int More...
 
static final int GL_VIEW_CLASS_ASTC_10x6_RGBA = 0x9391
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_ASTC_10x6_RGBA" with expression '0x9391', CType: int More...
 
static final int GL_DEBUG_CATEGORY_APPLICATION_AMD = 0x914f
 GL_AMD_debug_output
Define "GL_DEBUG_CATEGORY_APPLICATION_AMD" with expression '0x914F', CType: int More...
 
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x92c9
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2
Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER" with expression '0x92C9', CType: int More...
 
static final int GL_VIEW_CLASS_S3TC_DXT1_RGBA = 0x82cd
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_VIEW_CLASS_S3TC_DXT1_RGBA" with expression '0x82CD', CType: int More...
 
static final int GL_MAX_VIEWS_OVR = 0x9631
 GL_OVR_multiview
Define "GL_MAX_VIEWS_OVR" with expression '0x9631', CType: int More...
 
static final int GL_UNSIGNED_INT_8_8_8_8 = 0x8035
 GL_VERSION_1_2, GL_EXT_packed_pixels
Alias for: GL_UNSIGNED_INT_8_8_8_8_EXT
Define "GL_UNSIGNED_INT_8_8_8_8" with expression '0x8035', CType: int More...
 
static final int GL_UNSIGNED_INT_8_8_8_8_REV = 0x8367
 GL_VERSION_1_2
Define "GL_UNSIGNED_INT_8_8_8_8_REV" with expression '0x8367', CType: int More...
 
static final int GL_TEXTURE_COMPRESSED_BLOCK_SIZE = 0x82b3
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_TEXTURE_COMPRESSED_BLOCK_SIZE" with expression '0x82B3', CType: int More...
 
static final int GL_MAX_DEPTH_STENCIL_FRAMEBUFFER_SAMPLES_AMD = 0x91b5
 GL_AMD_framebuffer_multisample_advanced
Define "GL_MAX_DEPTH_STENCIL_FRAMEBUFFER_SAMPLES_AMD" with expression '0x91B5', CType: int More...
 
static final int GL_MAX_RECTANGLE_TEXTURE_SIZE = 0x84f8
 GL_VERSION_3_1, GL_NV_texture_rectangle, GL_ARB_texture_rectangle
Alias for: GL_MAX_RECTANGLE_TEXTURE_SIZE_NV, GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB
Define "GL_MAX_RECTANGLE_TEXTURE_SIZE" with expression '0x84F8', CType: int More...
 
static final int GL_COMPRESSED_RG_RGTC2 = 0x8dbd
 GL_ARB_texture_compression_rgtc, GL_VERSION_3_0
Define "GL_COMPRESSED_RG_RGTC2" with expression '0x8DBD', CType: int More...
 
static final int GL_MAX_TRANSFORM_FEEDBACK_BUFFERS = 0x8e70
 GL_ARB_transform_feedback3, GL_VERSION_4_0
Define "GL_MAX_TRANSFORM_FEEDBACK_BUFFERS" with expression '0x8E70', CType: int More...
 
static final int GL_STEREO = 0xc33
 GL_VERSION_1_0
Define "GL_STEREO" with expression '0x0C33', CType: int More...
 
static final int GL_UNPACK_SWAP_BYTES = 0xcf0
 GL_VERSION_1_0
Define "GL_UNPACK_SWAP_BYTES" with expression '0x0CF0', CType: int More...
 
static final int GL_INT_SAMPLER_BUFFER_AMD = 0x9002
 GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator
Define "GL_INT_SAMPLER_BUFFER_AMD" with expression '0x9002', CType: int More...
 
static final int GL_DEBUG_CATEGORY_DEPRECATION_AMD = 0x914b
 GL_AMD_debug_output
Define "GL_DEBUG_CATEGORY_DEPRECATION_AMD" with expression '0x914B', CType: int More...
 
static final int GL_INDEX_ARRAY_LENGTH_NV = 0x8f2e
 GL_NV_vertex_buffer_unified_memory
Define "GL_INDEX_ARRAY_LENGTH_NV" with expression '0x8F2E', CType: int More...
 
static final int GL_VIEW_CLASS_ASTC_8x6_RGBA = 0x938e
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_ASTC_8x6_RGBA" with expression '0x938E', CType: int More...
 
static final int GL_SCALED_RESOLVE_FASTEST_EXT = 0x90ba
 GL_EXT_framebuffer_multisample_blit_scaled
Define "GL_SCALED_RESOLVE_FASTEST_EXT" with expression '0x90BA', CType: int More...
 
static final int GL_VIEW_CLASS_RGTC2_RG = 0x82d1
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_VIEW_CLASS_RGTC2_RG" with expression '0x82D1', CType: int More...
 
static final int GL_LINE = 0x1b01
 GL_VERSION_1_0, GL_NV_polygon_mode
Alias for: GL_LINE_NV
Define "GL_LINE" with expression '0x1B01', CType: int More...
 
static final int GL_EXCLUSIVE_EXT = 0x8f11
 GL_EXT_window_rectangles
Define "GL_EXCLUSIVE_EXT" with expression '0x8F11', CType: int More...
 
static final int GL_IMAGE_COMPATIBILITY_CLASS = 0x82a8
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_IMAGE_COMPATIBILITY_CLASS" with expression '0x82A8', CType: int More...
 
static final int GL_MANUAL_GENERATE_MIPMAP = 0x8294
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_MANUAL_GENERATE_MIPMAP" with expression '0x8294', CType: int More...
 
static final int GL_TEXTURE_BUFFER_FORMAT = 0x8c2e
 GL_ARB_texture_buffer_object, GL_EXT_texture_buffer_object
Alias for: GL_TEXTURE_BUFFER_FORMAT_ARB, GL_TEXTURE_BUFFER_FORMAT_EXT
Define "GL_TEXTURE_BUFFER_FORMAT" with expression '0x8C2E', CType: int More...
 
static final int GL_UNSIGNED_SHORT_4_4_4_4_REV = 0x8365
 GL_VERSION_1_2, GL_EXT_read_format_bgra, GL_IMG_read_format
Alias for: GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT, GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG
Define "GL_UNSIGNED_SHORT_4_4_4_4_REV" with expression '0x8365', CType: int More...
 
static final int GL_BUFFER_GPU_ADDRESS_NV = 0x8f1d
 GL_NV_shader_buffer_load
Define "GL_BUFFER_GPU_ADDRESS_NV" with expression '0x8F1D', CType: int More...
 
static final int GL_PROXY_TEXTURE_RECTANGLE = 0x84f7
 GL_VERSION_3_1, GL_NV_texture_rectangle, GL_ARB_texture_rectangle
Alias for: GL_PROXY_TEXTURE_RECTANGLE_NV, GL_PROXY_TEXTURE_RECTANGLE_ARB
Define "GL_PROXY_TEXTURE_RECTANGLE" with expression '0x84F7', CType: int More...
 
static final int GL_NUM_WINDOW_RECTANGLES_EXT = 0x8f15
 GL_EXT_window_rectangles
Define "GL_NUM_WINDOW_RECTANGLES_EXT" with expression '0x8F15', CType: int More...
 
static final int GL_MAX_DEPTH = 0x8280
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_MAX_DEPTH" with expression '0x8280', CType: int More...
 
static final int GL_TEXTURE_IMAGE_TYPE = 0x8290
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_TEXTURE_IMAGE_TYPE" with expression '0x8290', CType: int More...
 
static final int GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE = 0x82ae
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE" with expression '0x82AE', CType: int More...
 
static final int GL_DRAW_INDIRECT_UNIFIED_NV = 0x8f40
 GL_NV_vertex_buffer_unified_memory
Define "GL_DRAW_INDIRECT_UNIFIED_NV" with expression '0x8F40', CType: int More...
 
static final int GL_UNSIGNED_INT_SAMPLER_1D_ARRAY = 0x8dd6
 GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: GL_UNSIGNED_INT_SAMPLER_1D_ARRAY_EXT
Define "GL_UNSIGNED_INT_SAMPLER_1D_ARRAY" with expression '0x8DD6', CType: int More...
 
static final int GL_INTERNALFORMAT_ALPHA_SIZE = 0x8274
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_INTERNALFORMAT_ALPHA_SIZE" with expression '0x8274', CType: int More...
 
static final int GL_FOG_COORD_ARRAY_LENGTH_NV = 0x8f32
 GL_NV_vertex_buffer_unified_memory
Define "GL_FOG_COORD_ARRAY_LENGTH_NV" with expression '0x8F32', CType: int More...
 
static final int GL_IMAGE_CLASS_2_X_8 = 0x82c0
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_IMAGE_CLASS_2_X_8" with expression '0x82C0', CType: int More...
 
static final int GL_IMAGE_TEXEL_SIZE = 0x82a7
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_IMAGE_TEXEL_SIZE" with expression '0x82A7', CType: int More...
 
static final int GL_STENCIL_RENDERABLE = 0x8288
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_STENCIL_RENDERABLE" with expression '0x8288', CType: int More...
 
static final int GL_GET_TEXTURE_IMAGE_FORMAT = 0x8291
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_GET_TEXTURE_IMAGE_FORMAT" with expression '0x8291', CType: int More...
 
static final int GL_PROGRAM_MATRIX_STACK_DEPTH_EXT = 0x8e2f
 GL_EXT_direct_state_access
Define "GL_PROGRAM_MATRIX_STACK_DEPTH_EXT" with expression '0x8E2F', CType: int More...
 
static final int GL_COLOR_COMPONENTS = 0x8283
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_COLOR_COMPONENTS" with expression '0x8283', CType: int More...
 
static final int GL_BGR_INTEGER = 0x8d9a
 GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_BGR_INTEGER_EXT
Define "GL_BGR_INTEGER" with expression '0x8D9A', CType: int More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER = 0x8cdb
 GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_framebuffer_object
Alias for: GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT
Define "GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER" with expression '0x8CDB', CType: int More...
 
static final int GL_MAX_LAYERS = 0x8281
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_MAX_LAYERS" with expression '0x8281', CType: int More...
 
static final int GL_MAX_VERTEX_STREAMS = 0x8e71
 GL_ARB_transform_feedback3, GL_VERSION_4_0, GL_ATI_vertex_streams
Alias for: GL_MAX_VERTEX_STREAMS_ATI
Define "GL_MAX_VERTEX_STREAMS" with expression '0x8E71', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE = 0x8e24
 GL_ARB_transform_feedback2, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE_NV
Define "GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE" with expression '0x8E24', CType: int More...
 
static final int GL_SRGB_READ = 0x8297
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_SRGB_READ" with expression '0x8297', CType: int More...
 
static final int GL_RASTER_MULTISAMPLE_EXT = 0x9327
 GL_EXT_raster_multisample
Define "GL_RASTER_MULTISAMPLE_EXT" with expression '0x9327', CType: int More...
 
static final int GL_MAX_COMBINED_DIMENSIONS = 0x8282
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_MAX_COMBINED_DIMENSIONS" with expression '0x8282', CType: int More...
 
static final int GL_UNSIGNED_SHORT_5_6_5_REV = 0x8364
 GL_VERSION_1_2
Define "GL_UNSIGNED_SHORT_5_6_5_REV" with expression '0x8364', CType: int More...
 
static final int GL_FRAMEBUFFER_RENDERABLE_LAYERED = 0x828a
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_FRAMEBUFFER_RENDERABLE_LAYERED" with expression '0x828A', CType: int More...
 
static final int GL_VIEW_CLASS_ETC2_EAC_RGBA = 0x9387
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_ETC2_EAC_RGBA" with expression '0x9387', CType: int More...
 
static final int GL_WINDOW_RECTANGLE_EXT = 0x8f12
 GL_EXT_window_rectangles
Define "GL_WINDOW_RECTANGLE_EXT" with expression '0x8F12', CType: int More...
 
static final int GL_MAX_SHADER_BUFFER_ADDRESS_NV = 0x8f35
 GL_NV_shader_buffer_load
Define "GL_MAX_SHADER_BUFFER_ADDRESS_NV" with expression '0x8F35', CType: int More...
 
static final int GL_VERTEX_PROGRAM_POINT_SIZE = 0x8642
 GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: GL_VERTEX_PROGRAM_POINT_SIZE_ARB, GL_VERTEX_PROGRAM_POINT_SIZE_NV
Define "GL_VERTEX_PROGRAM_POINT_SIZE" with expression '0x8642', CType: int More...
 
static final int GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED = 0x82f3
 GL_VERSION_4_6, GL_ARB_pipeline_statistics_query
Alias for: GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB
Define "GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED" with expression '0x82F3', CType: int More...
 
static final int GL_UNSIGNED_SHORT_1_5_5_5_REV = 0x8366
 GL_VERSION_1_2, GL_EXT_read_format_bgra
Alias for: GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT
Define "GL_UNSIGNED_SHORT_1_5_5_5_REV" with expression '0x8366', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW = 0x82ed
 GL_VERSION_4_6, GL_ARB_transform_feedback_overflow_query
Alias for: GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB
Define "GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW" with expression '0x82ED', CType: int More...
 
static final int GL_STENCIL_OP_VALUE_AMD = 0x874c
 GL_AMD_stencil_operation_extended
Define "GL_STENCIL_OP_VALUE_AMD" with expression '0x874C', CType: int More...
 
static final int GL_FRONT_RIGHT = 0x401
 GL_VERSION_1_0
Define "GL_FRONT_RIGHT" with expression '0x0401', CType: int More...
 
static final int GL_PROXY_TEXTURE_2D_ARRAY = 0x8c1b
 GL_VERSION_3_0, GL_EXT_texture_array
Alias for: GL_PROXY_TEXTURE_2D_ARRAY_EXT
Define "GL_PROXY_TEXTURE_2D_ARRAY" with expression '0x8C1B', CType: int More...
 
static final int GL_COVERAGE_MODULATION_TABLE_NV = 0x9331
 GL_NV_framebuffer_mixed_samples
Define "GL_COVERAGE_MODULATION_TABLE_NV" with expression '0x9331', CType: int More...
 
static final int GL_TEXTURE_GATHER_SHADOW = 0x82a3
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_TEXTURE_GATHER_SHADOW" with expression '0x82A3', CType: int More...
 
static final int GL_SRGB_DECODE = 0x8299
 GL_ARB_internalformat_query2
Alias for: GL_SRGB_DECODE_ARB
Define "GL_SRGB_DECODE" with expression '0x8299', CType: int More...
 
static final int GL_UNSIGNED_SHORT_8_8_APPLE = 0x85ba
 GL_APPLE_ycbcr_422, GL_APPLE_rgb_422
Define "GL_UNSIGNED_SHORT_8_8_APPLE" with expression '0x85BA', CType: int More...
 
static final int GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD = 0x914e
 GL_AMD_debug_output
Define "GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD" with expression '0x914E', CType: int More...
 
static final int GL_STENCIL_COMPONENTS = 0x8285
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_STENCIL_COMPONENTS" with expression '0x8285', CType: int More...
 
static final int GL_POINT_SPRITE_COORD_ORIGIN = 0x8ca0
 GL_VERSION_2_0
Define "GL_POINT_SPRITE_COORD_ORIGIN" with expression '0x8CA0', CType: int More...
 
static final int GL_COLOR_RENDERABLE = 0x8286
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_COLOR_RENDERABLE" with expression '0x8286', CType: int More...
 
static final int GL_NORMAL_ARRAY_ADDRESS_NV = 0x8f22
 GL_NV_vertex_buffer_unified_memory
Define "GL_NORMAL_ARRAY_ADDRESS_NV" with expression '0x8F22', CType: int More...
 
static final int GL_RGBA16_SNORM = 0x8f9b
 GL_VERSION_3_1, GL_EXT_render_snorm
Alias for: GL_RGBA16_SNORM_EXT
Define "GL_RGBA16_SNORM" with expression '0x8F9B', CType: int More...
 
static final int GL_SR8_EXT = 0x8fbd
 GL_EXT_texture_sRGB_R8
Define "GL_SR8_EXT" with expression '0x8FBD', CType: int More...
 
static final int GL_POLYGON_MODE = 0xb40
 GL_VERSION_1_0, GL_NV_polygon_mode
Alias for: GL_POLYGON_MODE_NV
Define "GL_POLYGON_MODE" with expression '0x0B40', CType: int More...
 
static final int GL_SAMPLER_1D_SHADOW = 0x8b61
 GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: GL_SAMPLER_1D_SHADOW_ARB
Define "GL_SAMPLER_1D_SHADOW" with expression '0x8B61', CType: int More...
 
static final int GL_DEBUG_CATEGORY_PERFORMANCE_AMD = 0x914d
 GL_AMD_debug_output
Define "GL_DEBUG_CATEGORY_PERFORMANCE_AMD" with expression '0x914D', CType: int More...
 
static final int GL_UNPACK_COMPRESSED_BLOCK_SIZE = 0x912a
 GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage
Define "GL_UNPACK_COMPRESSED_BLOCK_SIZE" with expression '0x912A', CType: int More...
 
static final int GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD = 0x914c
 GL_AMD_debug_output
Define "GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD" with expression '0x914C', CType: int More...
 
static final int GL_FULL_SUPPORT = 0x82b7
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_FULL_SUPPORT" with expression '0x82B7', CType: int More...
 
static final int GL_TEXTURE_BINDING_RECTANGLE = 0x84f6
 GL_VERSION_3_1, GL_ARB_texture_rectangle, GL_NV_texture_rectangle
Alias for: GL_TEXTURE_BINDING_RECTANGLE_ARB, GL_TEXTURE_BINDING_RECTANGLE_NV
Define "GL_TEXTURE_BINDING_RECTANGLE" with expression '0x84F6', CType: int More...
 
static final int GL_VIEW_CLASS_128_BITS = 0x82c4
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_VIEW_CLASS_128_BITS" with expression '0x82C4', CType: int More...
 
static final int GL_DECODE_EXT = 0x8a49
 GL_EXT_texture_sRGB_decode
Define "GL_DECODE_EXT" with expression '0x8A49', CType: int More...
 
static final int GL_RGBA2 = 0x8055
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_RGBA2_EXT
Define "GL_RGBA2" with expression '0x8055', CType: int More...
 
static final int GL_MIXED_DEPTH_SAMPLES_SUPPORTED_NV = 0x932f
 GL_NV_framebuffer_mixed_samples
Define "GL_MIXED_DEPTH_SAMPLES_SUPPORTED_NV" with expression '0x932F', CType: int More...
 
static final int GL_UNPACK_COMPRESSED_BLOCK_HEIGHT = 0x9128
 GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage
Define "GL_UNPACK_COMPRESSED_BLOCK_HEIGHT" with expression '0x9128', CType: int More...
 
static final int GL_TEXTURE_IMAGE_FORMAT = 0x828f
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_TEXTURE_IMAGE_FORMAT" with expression '0x828F', CType: int More...
 
static final int GL_COMPUTE_TEXTURE = 0x82a0
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_COMPUTE_TEXTURE" with expression '0x82A0', CType: int More...
 
static final int GL_ELEMENT_ARRAY_ADDRESS_NV = 0x8f29
 GL_NV_vertex_buffer_unified_memory
Define "GL_ELEMENT_ARRAY_ADDRESS_NV" with expression '0x8F29', CType: int More...
 
static final int GL_MAX_CLIP_DISTANCES = 0xd32
 GL_VERSION_3_0, GL_APPLE_clip_distance, GL_EXT_clip_cull_distance
Alias for: GL_MAX_CLIP_DISTANCES_APPLE, GL_MAX_CLIP_DISTANCES_EXT
Define "GL_MAX_CLIP_DISTANCES" with expression '0x0D32', CType: int More...
 
static final int GL_ELEMENT_ARRAY_LENGTH_NV = 0x8f33
 GL_NV_vertex_buffer_unified_memory
Define "GL_ELEMENT_ARRAY_LENGTH_NV" with expression '0x8F33', CType: int More...
 
static final int GL_SYNC_X11_FENCE_EXT = 0x90e1
 GL_EXT_x11_sync_object
Define "GL_SYNC_X11_FENCE_EXT" with expression '0x90E1', CType: int More...
 
static final int GL_NUM_SPARSE_LEVELS_ARB = 0x91aa
 GL_ARB_sparse_texture
Define "GL_NUM_SPARSE_LEVELS_ARB" with expression '0x91AA', CType: int More...
 
static final int GL_VIEW_CLASS_S3TC_DXT5_RGBA = 0x82cf
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_VIEW_CLASS_S3TC_DXT5_RGBA" with expression '0x82CF', CType: int More...
 
static final int GL_NUM_VIRTUAL_PAGE_SIZES_ARB = 0x91a8
 GL_ARB_sparse_texture
Define "GL_NUM_VIRTUAL_PAGE_SIZES_ARB" with expression '0x91A8', CType: int More...
 
static final int GL_VIEW_CLASS_8_BITS = 0x82cb
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_VIEW_CLASS_8_BITS" with expression '0x82CB', CType: int More...
 
static final int GL_PACK_LSB_FIRST = 0xd01
 GL_VERSION_1_0
Define "GL_PACK_LSB_FIRST" with expression '0x0D01', CType: int More...
 
static final int GL_VIEW_CLASS_ASTC_8x5_RGBA = 0x938d
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_ASTC_8x5_RGBA" with expression '0x938D', CType: int More...
 
static final int GL_INTERNALFORMAT_STENCIL_SIZE = 0x8276
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_INTERNALFORMAT_STENCIL_SIZE" with expression '0x8276', CType: int More...
 
static final int GL_TESSELLATION_FACTOR_AMD = 0x9005
 GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator
Define "GL_TESSELLATION_FACTOR_AMD" with expression '0x9005', CType: int More...
 
static final int GL_POLYGON_SMOOTH = 0xb41
 GL_VERSION_1_0
Define "GL_POLYGON_SMOOTH" with expression '0x0B41', CType: int More...
 
static final int GL_DISCRETE_AMD = 0x9006
 GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator
Define "GL_DISCRETE_AMD" with expression '0x9006', CType: int More...
 
static final int GL_STENCIL_SAMPLES_NV = 0x932e
 GL_NV_framebuffer_mixed_samples
Define "GL_STENCIL_SAMPLES_NV" with expression '0x932E', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV = 0x8f20
 GL_NV_vertex_buffer_unified_memory
Define "GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV" with expression '0x8F20', CType: int More...
 
static final int GL_COMPRESSED_SIGNED_RED_RGTC1 = 0x8dbc
 GL_ARB_texture_compression_rgtc, GL_VERSION_3_0, GL_EXT_texture_compression_rgtc
Alias for: GL_COMPRESSED_SIGNED_RED_RGTC1_EXT
Define "GL_COMPRESSED_SIGNED_RED_RGTC1" with expression '0x8DBC', CType: int More...
 
static final int GL_TEXTURE_COORD_ARRAY_LENGTH_NV = 0x8f2f
 GL_NV_vertex_buffer_unified_memory
Define "GL_TEXTURE_COORD_ARRAY_LENGTH_NV" with expression '0x8F2F', CType: int More...
 
static final int GL_INTERNALFORMAT_GREEN_TYPE = 0x8279
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_INTERNALFORMAT_GREEN_TYPE" with expression '0x8279', CType: int More...
 
static final int GL_CAVEAT_SUPPORT = 0x82b8
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_CAVEAT_SUPPORT" with expression '0x82B8', CType: int More...
 
static final int GL_VIEW_CLASS_64_BITS = 0x82c6
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_VIEW_CLASS_64_BITS" with expression '0x82C6', CType: int More...
 
static final int GL_PROXY_TEXTURE_1D_ARRAY = 0x8c19
 GL_VERSION_3_0, GL_EXT_texture_array
Alias for: GL_PROXY_TEXTURE_1D_ARRAY_EXT
Define "GL_PROXY_TEXTURE_1D_ARRAY" with expression '0x8C19', CType: int More...
 
static final int GL_MIN_MAP_BUFFER_ALIGNMENT = 0x90bc
 GL_VERSION_4_2, GL_ARB_map_buffer_alignment
Define "GL_MIN_MAP_BUFFER_ALIGNMENT" with expression '0x90BC', CType: int More...
 
static final int GL_COMPRESSED_RGBA = 0x84ee
 GL_VERSION_1_3, GL_ARB_texture_compression
Alias for: GL_COMPRESSED_RGBA_ARB
Define "GL_COMPRESSED_RGBA" with expression '0x84EE', CType: int More...
 
static final int GL_FILL = 0x1b02
 GL_VERSION_1_0, GL_NV_polygon_mode
Alias for: GL_FILL_NV
Define "GL_FILL" with expression '0x1B02', CType: int More...
 
static final int GL_WINDOW_RECTANGLE_MODE_EXT = 0x8f13
 GL_EXT_window_rectangles
Define "GL_WINDOW_RECTANGLE_MODE_EXT" with expression '0x8F13', CType: int More...
 
static final int GL_IMAGE_CLASS_1_X_32 = 0x82bb
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_IMAGE_CLASS_1_X_32" with expression '0x82BB', CType: int More...
 
static final int GL_MIXED_STENCIL_SAMPLES_SUPPORTED_NV = 0x9330
 GL_NV_framebuffer_mixed_samples
Define "GL_MIXED_STENCIL_SAMPLES_SUPPORTED_NV" with expression '0x9330', CType: int More...
 
static final int GL_IMAGE_CLASS_1_X_16 = 0x82be
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_IMAGE_CLASS_1_X_16" with expression '0x82BE', CType: int More...
 
static final int GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV = 0x8f27
 GL_NV_vertex_buffer_unified_memory
Define "GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV" with expression '0x8F27', CType: int More...
 
static final int GL_WEIGHTED_AVERAGE_EXT = 0x9367
 GL_EXT_texture_filter_minmax
Define "GL_WEIGHTED_AVERAGE_EXT" with expression '0x9367', CType: int More...
 
static final int GL_PROXY_TEXTURE_2D = 0x8064
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_PROXY_TEXTURE_2D_EXT
Define "GL_PROXY_TEXTURE_2D" with expression '0x8064', CType: int More...
 
static final int GL_IMAGE_CLASS_4_X_16 = 0x82bc
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_IMAGE_CLASS_4_X_16" with expression '0x82BC', CType: int More...
 
static final int GL_COMPRESSED_RGB = 0x84ed
 GL_VERSION_1_3, GL_ARB_texture_compression
Alias for: GL_COMPRESSED_RGB_ARB
Define "GL_COMPRESSED_RGB" with expression '0x84ED', CType: int More...
 
static final int GL_CONTEXT_FLAG_NO_ERROR_BIT = 0x8
 GL_VERSION_4_6, GL_KHR_no_error
Alias for: GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR
Define "GL_CONTEXT_FLAG_NO_ERROR_BIT" with expression '0x00000008', CType: int More...
 
static final int GL_PROXY_TEXTURE_3D = 0x8070
 GL_VERSION_1_2, GL_EXT_texture3D
Alias for: GL_PROXY_TEXTURE_3D_EXT
Define "GL_PROXY_TEXTURE_3D" with expression '0x8070', CType: int More...
 
static final int GL_SPARSE_BUFFER_PAGE_SIZE_ARB = 0x82f8
 GL_ARB_sparse_buffer
Define "GL_SPARSE_BUFFER_PAGE_SIZE_ARB" with expression '0x82F8', CType: int More...
 
static final int GL_INTERNALFORMAT_SUPPORTED = 0x826f
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_INTERNALFORMAT_SUPPORTED" with expression '0x826F', CType: int More...
 
static final int GL_SECONDARY_COLOR_ARRAY_LENGTH_NV = 0x8f31
 GL_NV_vertex_buffer_unified_memory
Define "GL_SECONDARY_COLOR_ARRAY_LENGTH_NV" with expression '0x8F31', CType: int More...
 
static final int GL_PROXY_TEXTURE_1D = 0x8063
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_PROXY_TEXTURE_1D_EXT
Define "GL_PROXY_TEXTURE_1D" with expression '0x8063', CType: int More...
 
static final int GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION = 0x8e4c
 GL_ARB_provoking_vertex, GL_VERSION_3_2, GL_EXT_provoking_vertex
Alias for: GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT
Define "GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION" with expression '0x8E4C', CType: int More...
 
static final int GL_TEXTURE_COMPRESSED_IMAGE_SIZE = 0x86a0
 GL_VERSION_1_3, GL_ARB_texture_compression
Alias for: GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB
Define "GL_TEXTURE_COMPRESSED_IMAGE_SIZE" with expression '0x86A0', CType: int More...
 
static final int GL_COMPRESSED_SRGB = 0x8c48
 GL_VERSION_2_1, GL_EXT_texture_sRGB
Alias for: GL_COMPRESSED_SRGB_EXT
Define "GL_COMPRESSED_SRGB" with expression '0x8C48', CType: int More...
 
static final int GL_COMPRESSED_RED = 0x8225
 GL_VERSION_3_0
Define "GL_COMPRESSED_RED" with expression '0x8225', CType: int More...
 
static final int GL_IMAGE_CLASS_4_X_32 = 0x82b9
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_IMAGE_CLASS_4_X_32" with expression '0x82B9', CType: int More...
 
static final int GL_COMPRESSED_SIGNED_RG_RGTC2 = 0x8dbe
 GL_ARB_texture_compression_rgtc, GL_VERSION_3_0
Define "GL_COMPRESSED_SIGNED_RG_RGTC2" with expression '0x8DBE', CType: int More...
 
static final int GL_SAMPLER_2D_RECT = 0x8b63
 GL_VERSION_3_1, GL_ARB_shader_objects
Alias for: GL_SAMPLER_2D_RECT_ARB
Define "GL_SAMPLER_2D_RECT" with expression '0x8B63', CType: int More...
 
static final int GL_INTERNALFORMAT_BLUE_SIZE = 0x8273
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_INTERNALFORMAT_BLUE_SIZE" with expression '0x8273', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV = 0x8f1e
 GL_NV_vertex_buffer_unified_memory
Define "GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV" with expression '0x8F1E', CType: int More...
 
static final int GL_MAX_COLOR_FRAMEBUFFER_STORAGE_SAMPLES_AMD = 0x91b4
 GL_AMD_framebuffer_multisample_advanced
Define "GL_MAX_COLOR_FRAMEBUFFER_STORAGE_SAMPLES_AMD" with expression '0x91B4', CType: int More...
 
static final int GL_POINT_SIZE_RANGE = 0xb12
 GL_VERSION_1_0
Define "GL_POINT_SIZE_RANGE" with expression '0x0B12', CType: int More...
 
static final int GL_ELEMENT_ARRAY_UNIFIED_NV = 0x8f1f
 GL_NV_vertex_buffer_unified_memory
Define "GL_ELEMENT_ARRAY_UNIFIED_NV" with expression '0x8F1F', CType: int More...
 
static final int GL_VIEW_CLASS_ASTC_8x8_RGBA = 0x938f
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_ASTC_8x8_RGBA" with expression '0x938F', CType: int More...
 
static final int GL_TEXTURE_CUBE_MAP_SEAMLESS = 0x884f
 GL_ARB_seamless_cube_map, GL_VERSION_3_2
Define "GL_TEXTURE_CUBE_MAP_SEAMLESS" with expression '0x884F', CType: int More...
 
static final int GL_PACK_COMPRESSED_BLOCK_SIZE = 0x912e
 GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage
Define "GL_PACK_COMPRESSED_BLOCK_SIZE" with expression '0x912E', CType: int More...
 
static final int GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB = 0x9199
 GL_ARB_sparse_texture
Define "GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB" with expression '0x9199', CType: int More...
 
static final int GL_DEBUG_CATEGORY_OTHER_AMD = 0x9150
 GL_AMD_debug_output
Define "GL_DEBUG_CATEGORY_OTHER_AMD" with expression '0x9150', CType: int More...
 
static final int GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES = 0x92c6
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2
Define "GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES" with expression '0x92C6', CType: int More...
 
static final int GL_VERTEX_ARRAY_LENGTH_NV = 0x8f2b
 GL_NV_vertex_buffer_unified_memory
Define "GL_VERTEX_ARRAY_LENGTH_NV" with expression '0x8F2B', CType: int More...
 
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER = 0x92c8
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2
Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER" with expression '0x92C8', CType: int More...
 
static final int GL_AUTO_GENERATE_MIPMAP = 0x8295
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_AUTO_GENERATE_MIPMAP" with expression '0x8295', CType: int More...
 
static final int GL_COMPLETION_STATUS_KHR = 0x91b1
 GL_KHR_parallel_shader_compile
Define "GL_COMPLETION_STATUS_KHR" with expression '0x91B1', CType: int More...
 
static final int GL_PRIMITIVE_RESTART_INDEX = 0x8f9e
 GL_VERSION_3_1, GL_NV_primitive_restart
Alias for: GL_PRIMITIVE_RESTART_INDEX_NV
Define "GL_PRIMITIVE_RESTART_INDEX" with expression '0x8F9E', CType: int More...
 
static final int GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX = 0x92da
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2
Define "GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX" with expression '0x92DA', CType: int More...
 
static final int GL_VIRTUAL_PAGE_SIZE_Z_ARB = 0x9197
 GL_ARB_sparse_texture
Define "GL_VIRTUAL_PAGE_SIZE_Z_ARB" with expression '0x9197', CType: int More...
 
static final int GL_PACK_COMPRESSED_BLOCK_DEPTH = 0x912d
 GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage
Define "GL_PACK_COMPRESSED_BLOCK_DEPTH" with expression '0x912D', CType: int More...
 
static final int GL_VIEW_CLASS_96_BITS = 0x82c5
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_VIEW_CLASS_96_BITS" with expression '0x82C5', CType: int More...
 
static final int GL_INDEX_ARRAY_ADDRESS_NV = 0x8f24
 GL_NV_vertex_buffer_unified_memory
Define "GL_INDEX_ARRAY_ADDRESS_NV" with expression '0x8F24', CType: int More...
 
static final int GL_IMAGE_PIXEL_FORMAT = 0x82a9
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_IMAGE_PIXEL_FORMAT" with expression '0x82A9', CType: int More...
 
static final int GL_UNSIGNED_BYTE_2_3_3_REV = 0x8362
 GL_VERSION_1_2
Define "GL_UNSIGNED_BYTE_2_3_3_REV" with expression '0x8362', CType: int More...
 
static final int GL_DEBUG_SEVERITY_HIGH_AMD = 0x9146
 GL_AMD_debug_output
Define "GL_DEBUG_SEVERITY_HIGH_AMD" with expression '0x9146', CType: int More...
 
static final int GL_COLOR_ARRAY_LENGTH_NV = 0x8f2d
 GL_NV_vertex_buffer_unified_memory
Define "GL_COLOR_ARRAY_LENGTH_NV" with expression '0x8F2D', CType: int More...
 
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER = 0x92ca
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2
Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER" with expression '0x92CA', CType: int More...
 
static final int GL_VIEW_CLASS_ASTC_10x8_RGBA = 0x9392
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_ASTC_10x8_RGBA" with expression '0x9392', CType: int More...
 
static final int GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE = 0x82af
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE" with expression '0x82AF', CType: int More...
 
static final int GL_SMOOTH_POINT_SIZE_GRANULARITY = 0xb13
 GL_VERSION_1_2
Define "GL_SMOOTH_POINT_SIZE_GRANULARITY" with expression '0x0B13', CType: int More...
 
static final int GL_BACK_RIGHT = 0x403
 GL_VERSION_1_0
Define "GL_BACK_RIGHT" with expression '0x0403', CType: int More...
 
static final int GL_RENDERBUFFER_STORAGE_SAMPLES_AMD = 0x91b2
 GL_AMD_framebuffer_multisample_advanced
Define "GL_RENDERBUFFER_STORAGE_SAMPLES_AMD" with expression '0x91B2', CType: int More...
 
static final int GL_INTERNALFORMAT_DEPTH_SIZE = 0x8275
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_INTERNALFORMAT_DEPTH_SIZE" with expression '0x8275', CType: int More...
 
static final int GL_VIEW_CLASS_ETC2_RGB = 0x9385
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_ETC2_RGB" with expression '0x9385', CType: int More...
 
static final int GL_INTERNALFORMAT_PREFERRED = 0x8270
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_INTERNALFORMAT_PREFERRED" with expression '0x8270', CType: int More...
 
static final int GL_VIEW_CLASS_ASTC_10x10_RGBA = 0x9393
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_ASTC_10x10_RGBA" with expression '0x9393', CType: int More...
 
static final int GL_READ_PIXELS_TYPE = 0x828e
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_READ_PIXELS_TYPE" with expression '0x828E', CType: int More...
 
static final int GL_INCLUSIVE_EXT = 0x8f10
 GL_EXT_window_rectangles
Define "GL_INCLUSIVE_EXT" with expression '0x8F10', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED = 0x8e23
 GL_ARB_transform_feedback2, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED_NV
Define "GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED" with expression '0x8E23', CType: int More...
 
static final int GL_VERTEX_TEXTURE = 0x829b
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_VERTEX_TEXTURE" with expression '0x829B', CType: int More...
 
static final int GL_VERTEX_ARRAY_ADDRESS_NV = 0x8f21
 GL_NV_vertex_buffer_unified_memory
Define "GL_VERTEX_ARRAY_ADDRESS_NV" with expression '0x8F21', CType: int More...
 
static final int GL_PROXY_TEXTURE_CUBE_MAP = 0x851b
 GL_VERSION_1_3, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map
Alias for: GL_PROXY_TEXTURE_CUBE_MAP_ARB, GL_PROXY_TEXTURE_CUBE_MAP_EXT
Define "GL_PROXY_TEXTURE_CUBE_MAP" with expression '0x851B', CType: int More...
 
static final int GL_R16_SNORM = 0x8f98
 GL_VERSION_3_1, GL_EXT_render_snorm
Alias for: GL_R16_SNORM_EXT
Define "GL_R16_SNORM" with expression '0x8F98', CType: int More...
 
static final int GL_PRIMITIVE_RESTART = 0x8f9d
 GL_VERSION_3_1, GL_NV_primitive_restart
Alias for: GL_PRIMITIVE_RESTART_NV
Define "GL_PRIMITIVE_RESTART" with expression '0x8F9D', CType: int More...
 
static final int GL_PACK_SWAP_BYTES = 0xd00
 GL_VERSION_1_0
Define "GL_PACK_SWAP_BYTES" with expression '0x0D00', CType: int More...
 
static final int GL_TEXTURE_COLOR_SAMPLES_NV = 0x9046
 GL_NV_texture_multisample
Define "GL_TEXTURE_COLOR_SAMPLES_NV" with expression '0x9046', CType: int More...
 
static final int GL_MAX_SPARSE_TEXTURE_SIZE_ARB = 0x9198
 GL_ARB_sparse_texture
Define "GL_MAX_SPARSE_TEXTURE_SIZE_ARB" with expression '0x9198', CType: int More...
 
static final int GL_RGB16_SNORM = 0x8f9a
 GL_VERSION_3_1, GL_EXT_texture_norm16
Alias for: GL_RGB16_SNORM_EXT
Define "GL_RGB16_SNORM" with expression '0x8F9A', CType: int More...
 
static final int GL_VIRTUAL_PAGE_SIZE_INDEX_ARB = 0x91a7
 GL_ARB_sparse_texture
Define "GL_VIRTUAL_PAGE_SIZE_INDEX_ARB" with expression '0x91A7', CType: int More...
 
static final int GL_VIEW_CLASS_BPTC_FLOAT = 0x82d3
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_VIEW_CLASS_BPTC_FLOAT" with expression '0x82D3', CType: int More...
 
static final int GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0xb23
 GL_VERSION_1_2
Define "GL_SMOOTH_LINE_WIDTH_GRANULARITY" with expression '0x0B23', CType: int More...
 
static final int GL_EDGE_FLAG_ARRAY_LENGTH_NV = 0x8f30
 GL_NV_vertex_buffer_unified_memory
Define "GL_EDGE_FLAG_ARRAY_LENGTH_NV" with expression '0x8F30', CType: int More...
 
static final int GL_RIGHT = 0x407
 GL_VERSION_1_0
Define "GL_RIGHT" with expression '0x0407', CType: int More...
 
static final int GL_LINE_WIDTH_GRANULARITY = 0xb23
 GL_VERSION_1_0
Define "GL_LINE_WIDTH_GRANULARITY" with expression '0x0B23', CType: int More...
 
static final int GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT = 0x1
 GL_VERSION_3_0
Define "GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT" with expression '0x00000001', CType: int More...
 
static final int GL_VIEW_CLASS_EAC_RG11 = 0x9384
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_EAC_RG11" with expression '0x9384', CType: int More...
 
static final int GL_RG16 = 0x822c
 GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_texture_norm16
Alias for: GL_RG16_EXT
Define "GL_RG16" with expression '0x822C', CType: int More...
 
static final int GL_VIEW_CLASS_16_BITS = 0x82ca
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_VIEW_CLASS_16_BITS" with expression '0x82CA', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_OVERFLOW = 0x82ec
 GL_VERSION_4_6, GL_ARB_transform_feedback_overflow_query
Alias for: GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB
Define "GL_TRANSFORM_FEEDBACK_OVERFLOW" with expression '0x82EC', CType: int More...
 
static final int GL_DEPTH_SAMPLES_NV = 0x932d
 GL_NV_framebuffer_mixed_samples
Define "GL_DEPTH_SAMPLES_NV" with expression '0x932D', CType: int More...
 
static final int GL_COLOR_ARRAY_ADDRESS_NV = 0x8f23
 GL_NV_vertex_buffer_unified_memory
Define "GL_COLOR_ARRAY_ADDRESS_NV" with expression '0x8F23', CType: int More...
 
static final int GL_PACK_COMPRESSED_BLOCK_WIDTH = 0x912b
 GL_VERSION_4_2, GL_ARB_compressed_texture_pixel_storage
Define "GL_PACK_COMPRESSED_BLOCK_WIDTH" with expression '0x912B', CType: int More...
 
static final int GL_RGB16 = 0x8054
 GL_VERSION_1_1, GL_EXT_texture, GL_EXT_texture_norm16
Alias for: GL_RGB16_EXT
Define "GL_RGB16" with expression '0x8054', CType: int More...
 
static final int GL_SHADER_IMAGE_LOAD = 0x82a4
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_SHADER_IMAGE_LOAD" with expression '0x82A4', CType: int More...
 
static final int GL_RGB12 = 0x8053
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_RGB12_EXT
Define "GL_RGB12" with expression '0x8053', CType: int More...
 
static final int GL_FRAMEBUFFER_BLEND = 0x828b
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_FRAMEBUFFER_BLEND" with expression '0x828B', CType: int More...
 
static final int GL_SUPPORTED_MULTISAMPLE_MODES_AMD = 0x91b7
 GL_AMD_framebuffer_multisample_advanced
Define "GL_SUPPORTED_MULTISAMPLE_MODES_AMD" with expression '0x91B7', CType: int More...
 
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER = 0x92c7
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2
Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER" with expression '0x92C7', CType: int More...
 
static final int GL_VIEW_CLASS_ASTC_12x10_RGBA = 0x9394
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_ASTC_12x10_RGBA" with expression '0x9394', CType: int More...
 
static final int GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD = 0x9160
 GL_AMD_pinned_memory
Define "GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD" with expression '0x9160', CType: int More...
 
static final int GL_TEXTURE_BINDING_1D = 0x8068
 GL_VERSION_1_1
Define "GL_TEXTURE_BINDING_1D" with expression '0x8068', CType: int More...
 
static final int GL_UNPACK_LSB_FIRST = 0xcf1
 GL_VERSION_1_0
Define "GL_UNPACK_LSB_FIRST" with expression '0x0CF1', CType: int More...
 
static final int GL_LEFT = 0x406
 GL_VERSION_1_0
Define "GL_LEFT" with expression '0x0406', CType: int More...
 
static final int GL_RGBA16 = 0x805b
 GL_VERSION_1_1, GL_EXT_texture, GL_EXT_texture_norm16
Alias for: GL_RGBA16_EXT
Define "GL_RGBA16" with expression '0x805B', CType: int More...
 
static final int GL_MAX_RASTER_SAMPLES_EXT = 0x9329
 GL_EXT_raster_multisample
Define "GL_MAX_RASTER_SAMPLES_EXT" with expression '0x9329', CType: int More...
 
static final int GL_TEXTURE_COVERAGE_SAMPLES_NV = 0x9045
 GL_NV_texture_multisample
Define "GL_TEXTURE_COVERAGE_SAMPLES_NV" with expression '0x9045', CType: int More...
 
static final int GL_SCALED_RESOLVE_NICEST_EXT = 0x90bb
 GL_EXT_framebuffer_multisample_blit_scaled
Define "GL_SCALED_RESOLVE_NICEST_EXT" with expression '0x90BB', CType: int More...
 
static final int GL_VIEW_CLASS_48_BITS = 0x82c7
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_VIEW_CLASS_48_BITS" with expression '0x82C7', CType: int More...
 
static final int GL_RGBA12 = 0x805a
 GL_VERSION_1_1, GL_EXT_texture
Alias for: GL_RGBA12_EXT
Define "GL_RGBA12" with expression '0x805A', CType: int More...
 
static final int GL_FRAGMENT_TEXTURE = 0x829f
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_FRAGMENT_TEXTURE" with expression '0x829F', CType: int More...
 
static final int GL_SHADER_IMAGE_ATOMIC = 0x82a6
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_SHADER_IMAGE_ATOMIC" with expression '0x82A6', CType: int More...
 
static final int GL_LINE_WIDTH_RANGE = 0xb22
 GL_VERSION_1_0
Define "GL_LINE_WIDTH_RANGE" with expression '0x0B22', CType: int More...
 
static final int GL_IMAGE_CLASS_4_X_8 = 0x82bf
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_IMAGE_CLASS_4_X_8" with expression '0x82BF', CType: int More...
 
static final int GL_COVERAGE_MODULATION_TABLE_SIZE_NV = 0x9333
 GL_NV_framebuffer_mixed_samples
Define "GL_COVERAGE_MODULATION_TABLE_SIZE_NV" with expression '0x9333', CType: int More...
 
static final int GL_TEXTURE_COMPRESSED_BLOCK_WIDTH = 0x82b1
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_TEXTURE_COMPRESSED_BLOCK_WIDTH" with expression '0x82B1', CType: int More...
 
static final int GL_SRC1_ALPHA = 0x8589
 GL_VERSION_1_5, GL_VERSION_ES_1_0, GL_EXT_blend_func_extended
Alias for: GL_SRC1_ALPHA_EXT
Define "GL_SRC1_ALPHA" with expression '0x8589', CType: int More...
 
static final int GL_VIEW_CLASS_ASTC_5x4_RGBA = 0x9389
 GL_ARB_internalformat_query2
Define "GL_VIEW_CLASS_ASTC_5x4_RGBA" with expression '0x9389', CType: int More...
 
static final int GL_CONTINUOUS_AMD = 0x9007
 GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator
Define "GL_CONTINUOUS_AMD" with expression '0x9007', CType: int More...
 
static final int GL_REPLACE_VALUE_AMD = 0x874b
 GL_AMD_stencil_operation_extended
Define "GL_REPLACE_VALUE_AMD" with expression '0x874B', CType: int More...
 
static final int GL_RG16_SNORM = 0x8f99
 GL_VERSION_3_1, GL_EXT_render_snorm
Alias for: GL_RG16_SNORM_EXT
Define "GL_RG16_SNORM" with expression '0x8F99', CType: int More...
 
static final int GL_FRONT_LEFT = 0x400
 GL_VERSION_1_0
Define "GL_FRONT_LEFT" with expression '0x0400', CType: int More...
 
static final int GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST = 0x82ad
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST" with expression '0x82AD', CType: int More...
 
static final int GL_EFFECTIVE_RASTER_SAMPLES_EXT = 0x932c
 GL_EXT_raster_multisample
Define "GL_EFFECTIVE_RASTER_SAMPLES_EXT" with expression '0x932C', CType: int More...
 
static final int GL_PROVOKING_VERTEX = 0x8e4f
 GL_ARB_provoking_vertex, GL_VERSION_3_2, GL_EXT_provoking_vertex
Alias for: GL_PROVOKING_VERTEX_EXT
Define "GL_PROVOKING_VERTEX" with expression '0x8E4F', CType: int More...
 
static final int GL_INTERNALFORMAT_RED_TYPE = 0x8278
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_INTERNALFORMAT_RED_TYPE" with expression '0x8278', CType: int More...
 
static final int GL_INTERNALFORMAT_ALPHA_TYPE = 0x827b
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_INTERNALFORMAT_ALPHA_TYPE" with expression '0x827B', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR = 0x9632
 GL_OVR_multiview
Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR" with expression '0x9632', CType: int More...
 
static final int GL_READ_PIXELS_FORMAT = 0x828d
 GL_ARB_internalformat_query2, GL_VERSION_4_3
Define "GL_READ_PIXELS_FORMAT" with expression '0x828D', CType: int More...
 
- Static Public Attributes inherited from com.jogamp.opengl.GL2ES3
static final int GL_TRANSFORM_FEEDBACK_BINDING = 0x8e25
 GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: GL_TRANSFORM_FEEDBACK_BINDING_NV
Define "GL_TRANSFORM_FEEDBACK_BINDING" with expression '0x8E25', CType: int More...
 
static final int GL_MAX_IMAGE_UNITS = 0x8f38
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_MAX_IMAGE_UNITS_EXT
Define "GL_MAX_IMAGE_UNITS" with expression '0x8F38', CType: int More...
 
static final int GL_TEXTURE_MIN_LOD = 0x813a
 GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_SGIS_texture_lod
Alias for: GL_TEXTURE_MIN_LOD_SGIS
Define "GL_TEXTURE_MIN_LOD" with expression '0x813A', CType: int More...
 
static final int GL_FLOAT_MAT3x4 = 0x8b68
 GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
Alias for: GL_FLOAT_MAT3x4_NV
Define "GL_FLOAT_MAT3x4" with expression '0x8B68', CType: int More...
 
static final int GL_FLOAT_MAT3x2 = 0x8b67
 GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
Alias for: GL_FLOAT_MAT3x2_NV
Define "GL_FLOAT_MAT3x2" with expression '0x8B67', CType: int More...
 
static final int GL_FRAMEBUFFER_BARRIER_BIT = 0x400
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_FRAMEBUFFER_BARRIER_BIT_EXT
Define "GL_FRAMEBUFFER_BARRIER_BIT" with expression '0x00000400', CType: int More...
 
static final int GL_UNIFORM_SIZE = 0x8a38
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_UNIFORM_SIZE" with expression '0x8A38', CType: int More...
 
static final int GL_IMAGE_BINDING_ACCESS = 0x8f3e
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_BINDING_ACCESS_EXT
Define "GL_IMAGE_BINDING_ACCESS" with expression '0x8F3E', CType: int More...
 
static final int GL_SAMPLER_2D_ARRAY_SHADOW = 0x8dc4
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_shadow_samplers_array, GL_EXT_gpu_shader4
Alias for: GL_SAMPLER_2D_ARRAY_SHADOW_NV, GL_SAMPLER_2D_ARRAY_SHADOW_EXT
Define "GL_SAMPLER_2D_ARRAY_SHADOW" with expression '0x8DC4', CType: int More...
 
static final int GL_IMAGE_BINDING_LAYER = 0x8f3d
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_BINDING_LAYER_EXT
Define "GL_IMAGE_BINDING_LAYER" with expression '0x8F3D', CType: int More...
 
static final int GL_UNIFORM_BLOCK_DATA_SIZE = 0x8a40
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_UNIFORM_BLOCK_DATA_SIZE" with expression '0x8A40', CType: int More...
 
static final int GL_FRAMEBUFFER_UNDEFINED = 0x8219
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_OES_surfaceless_context
Alias for: GL_FRAMEBUFFER_UNDEFINED_OES
Define "GL_FRAMEBUFFER_UNDEFINED" with expression '0x8219', CType: int More...
 
static final int GL_DEDICATED_MEMORY_OBJECT_EXT = 0x9581
 GL_EXT_memory_object
Define "GL_DEDICATED_MEMORY_OBJECT_EXT" with expression '0x9581', CType: int More...
 
static final int GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9276
 GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0
Define "GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2" with expression '0x9276', CType: int More...
 
static final long GL_ALL_BARRIER_BITS = 0xffffffffL
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_ALL_BARRIER_BITS_EXT
Define "GL_ALL_BARRIER_BITS" with expression '0xFFFFFFFF', CType: long More...
 
static final int GL_TEXTURE_FETCH_BARRIER_BIT = 0x8
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_TEXTURE_FETCH_BARRIER_BIT_EXT
Define "GL_TEXTURE_FETCH_BARRIER_BIT" with expression '0x00000008', CType: int More...
 
static final int GL_IMAGE_2D_ARRAY = 0x9053
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_2D_ARRAY_EXT
Define "GL_IMAGE_2D_ARRAY" with expression '0x9053', CType: int More...
 
static final int GL_TEXTURE_GREEN_TYPE = 0x8c11
 GL_ES_VERSION_3_1, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_ARB_texture_float
Alias for: GL_TEXTURE_GREEN_TYPE_ARB
Define "GL_TEXTURE_GREEN_TYPE" with expression '0x8C11', CType: int More...
 
static final int GL_COMMAND_BARRIER_BIT = 0x40
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_COMMAND_BARRIER_BIT_EXT
Define "GL_COMMAND_BARRIER_BIT" with expression '0x00000040', CType: int More...
 
static final int GL_QUERY_BY_REGION_NO_WAIT = 0x8e16
 GL_VERSION_3_0, GL_NV_conditional_render
Alias for: GL_QUERY_BY_REGION_NO_WAIT_NV
Define "GL_QUERY_BY_REGION_NO_WAIT" with expression '0x8E16', CType: int More...
 
static final int GL_TEXTURE_BLUE_SIZE = 0x805e
 GL_ES_VERSION_3_1, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_texture
Alias for: GL_TEXTURE_BLUE_SIZE_EXT
Define "GL_TEXTURE_BLUE_SIZE" with expression '0x805E', CType: int More...
 
static final int GL_ACTIVE_UNIFORM_BLOCKS = 0x8a36
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_ACTIVE_UNIFORM_BLOCKS" with expression '0x8A36', CType: int More...
 
static final int GL_RGB32I = 0x8d83
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_RGB32I_EXT
Define "GL_RGB32I" with expression '0x8D83', CType: int More...
 
static final int GL_TEXTURE_SWIZZLE_R = 0x8e42
 GL_ARB_texture_swizzle, GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_EXT_texture_swizzle
Alias for: GL_TEXTURE_SWIZZLE_R_EXT
Define "GL_TEXTURE_SWIZZLE_R" with expression '0x8E42', CType: int More...
 
static final int GL_TEXTURE_SWIZZLE_B = 0x8e44
 GL_ARB_texture_swizzle, GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_EXT_texture_swizzle
Alias for: GL_TEXTURE_SWIZZLE_B_EXT
Define "GL_TEXTURE_SWIZZLE_B" with expression '0x8E44', CType: int More...
 
static final int GL_TEXTURE_SWIZZLE_A = 0x8e45
 GL_ARB_texture_swizzle, GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_EXT_texture_swizzle
Alias for: GL_TEXTURE_SWIZZLE_A_EXT
Define "GL_TEXTURE_SWIZZLE_A" with expression '0x8E45', CType: int More...
 
static final int GL_TEXTURE_SWIZZLE_G = 0x8e43
 GL_ARB_texture_swizzle, GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_EXT_texture_swizzle
Alias for: GL_TEXTURE_SWIZZLE_G_EXT
Define "GL_TEXTURE_SWIZZLE_G" with expression '0x8E43', CType: int More...
 
static final int GL_PIXEL_PACK_BUFFER_BINDING = 0x88ed
 GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_ARB_pixel_buffer_object, GL_EXT_pixel_buffer_object, GL_NV_pixel_buffer_object
Alias for: GL_PIXEL_PACK_BUFFER_BINDING_ARB, GL_PIXEL_PACK_BUFFER_BINDING_EXT, GL_PIXEL_PACK_BUFFER_BINDING_NV
Define "GL_PIXEL_PACK_BUFFER_BINDING" with expression '0x88ED', CType: int More...
 
static final int GL_R32UI = 0x8236
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0
Define "GL_R32UI" with expression '0x8236', CType: int More...
 
static final int GL_COMPRESSED_RG11_EAC = 0x9272
 GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0
Define "GL_COMPRESSED_RG11_EAC" with expression '0x9272', CType: int More...
 
static final int GL_IMAGE_BINDING_NAME = 0x8f3a
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_BINDING_NAME_EXT
Define "GL_IMAGE_BINDING_NAME" with expression '0x8F3A', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_PAUSED = 0x8e23
 GL_ARB_transform_feedback2, GL_VERSION_4_2, GL_ES_VERSION_3_0
Define "GL_TRANSFORM_FEEDBACK_PAUSED" with expression '0x8E23', CType: int More...
 
static final int GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT = 0x4
 GL_VERSION_4_5, GL_ES_VERSION_3_2, GL_ARB_robustness
Alias for: GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB
Define "GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT" with expression '0x00000004', CType: int More...
 
static final int GL_RGBA_INTEGER = 0x8d99
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_RGBA_INTEGER_EXT
Define "GL_RGBA_INTEGER" with expression '0x8D99', CType: int More...
 
static final int GL_MAX_ARRAY_TEXTURE_LAYERS = 0x88ff
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_array
Alias for: GL_MAX_ARRAY_TEXTURE_LAYERS_EXT
Define "GL_MAX_ARRAY_TEXTURE_LAYERS" with expression '0x88FF', CType: int More...
 
static final int GL_UNSIGNED_INT_5_9_9_9_REV = 0x8c3e
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_shared_exponent, GL_APPLE_texture_packed_float
Alias for: GL_UNSIGNED_INT_5_9_9_9_REV_EXT, GL_UNSIGNED_INT_5_9_9_9_REV_APPLE
Define "GL_UNSIGNED_INT_5_9_9_9_REV" with expression '0x8C3E', CType: int More...
 
static final int GL_PACK_ROW_LENGTH = 0xd02
 GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_NV_pack_subimage
Alias for: GL_PACK_ROW_LENGTH_NV
Define "GL_PACK_ROW_LENGTH" with expression '0x0D02', CType: int More...
 
static final int GL_QUERY_WAIT = 0x8e13
 GL_VERSION_3_0, GL_NV_conditional_render
Alias for: GL_QUERY_WAIT_NV
Define "GL_QUERY_WAIT" with expression '0x8E13', CType: int More...
 
static final int GL_DYNAMIC_COPY = 0x88ea
 GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_vertex_buffer_object
Alias for: GL_DYNAMIC_COPY_ARB
Define "GL_DYNAMIC_COPY" with expression '0x88EA', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_BUFFER_MODE = 0x8c7f
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: GL_TRANSFORM_FEEDBACK_BUFFER_MODE_NV, GL_TRANSFORM_FEEDBACK_BUFFER_MODE_EXT
Define "GL_TRANSFORM_FEEDBACK_BUFFER_MODE" with expression '0x8C7F', CType: int More...
 
static final int GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3 = 0x8c4e
 GL_NV_sRGB_formats, GL_EXT_texture_compression_s3tc_srgb, GL_EXT_texture_sRGB
Alias for: GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_NV, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT
Define "GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3" with expression '0x8C4E', CType: int More...
 
static final int GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT = 0x8a34
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT" with expression '0x8A34', CType: int More...
 
static final int GL_UNIFORM_NAME_LENGTH = 0x8a39
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_UNIFORM_NAME_LENGTH" with expression '0x8A39', CType: int More...
 
static final int GL_UNSIGNED_INT_IMAGE_2D = 0x9063
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_UNSIGNED_INT_IMAGE_2D_EXT
Define "GL_UNSIGNED_INT_IMAGE_2D" with expression '0x9063', CType: int More...
 
static final int GL_FRAMEBUFFER_DEFAULT_SAMPLES = 0x9313
 GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_FRAMEBUFFER_DEFAULT_SAMPLES" with expression '0x9313', CType: int More...
 
static final int GL_RED_INTEGER = 0x8d94
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_RED_INTEGER_EXT
Define "GL_RED_INTEGER" with expression '0x8D94', CType: int More...
 
static final int GL_TEXTURE_STENCIL_SIZE = 0x88f1
 GL_ES_VERSION_3_1, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_packed_depth_stencil
Alias for: GL_TEXTURE_STENCIL_SIZE_EXT
Define "GL_TEXTURE_STENCIL_SIZE" with expression '0x88F1', CType: int More...
 
static final int GL_LAYOUT_TRANSFER_SRC_EXT = 0x9592
 GL_EXT_semaphore
Define "GL_LAYOUT_TRANSFER_SRC_EXT" with expression '0x9592', CType: int More...
 
static final int GL_TEXTURE_BINDING_BUFFER = 0x8c2c
 GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_ARB_texture_buffer_object, GL_EXT_texture_buffer, GL_EXT_texture_buffer_object, GL_OES_texture_buffer
Alias for: GL_TEXTURE_BINDING_BUFFER_ARB, GL_TEXTURE_BINDING_BUFFER_EXT, GL_TEXTURE_BINDING_BUFFER_OES
Define "GL_TEXTURE_BINDING_BUFFER" with expression '0x8C2C', CType: int More...
 
static final int GL_NUM_DEVICE_UUIDS_EXT = 0x9596
 GL_EXT_memory_object
Define "GL_NUM_DEVICE_UUIDS_EXT" with expression '0x9596', CType: int More...
 
static final int GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS = 0x8c80
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_NV, GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_EXT
Define "GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS" with expression '0x8C80', CType: int More...
 
static final int GL_UNSIGNED_INT_IMAGE_3D = 0x9064
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_UNSIGNED_INT_IMAGE_3D_EXT
Define "GL_UNSIGNED_INT_IMAGE_3D" with expression '0x9064', CType: int More...
 
static final int GL_COMPRESSED_SIGNED_RG11_EAC = 0x9273
 GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0
Define "GL_COMPRESSED_SIGNED_RG11_EAC" with expression '0x9273', CType: int More...
 
static final int GL_PIXEL_UNPACK_BUFFER_BINDING = 0x88ef
 GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_pixel_buffer_object, GL_ARB_pixel_buffer_object, GL_EXT_pixel_buffer_object
Alias for: GL_PIXEL_UNPACK_BUFFER_BINDING_NV, GL_PIXEL_UNPACK_BUFFER_BINDING_ARB, GL_PIXEL_UNPACK_BUFFER_BINDING_EXT
Define "GL_PIXEL_UNPACK_BUFFER_BINDING" with expression '0x88EF', CType: int More...
 
static final int GL_INT_IMAGE_3D = 0x9059
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_INT_IMAGE_3D_EXT
Define "GL_INT_IMAGE_3D" with expression '0x9059', CType: int More...
 
static final int GL_INT_IMAGE_2D = 0x9058
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_INT_IMAGE_2D_EXT
Define "GL_INT_IMAGE_2D" with expression '0x9058', CType: int More...
 
static final int GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS = 0x8a42
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS" with expression '0x8A42', CType: int More...
 
static final int GL_INT_SAMPLER_2D_ARRAY = 0x8dcf
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: GL_INT_SAMPLER_2D_ARRAY_EXT
Define "GL_INT_SAMPLER_2D_ARRAY" with expression '0x8DCF', CType: int More...
 
static final int GL_SAMPLER_2D_ARRAY = 0x8dc1
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: GL_SAMPLER_2D_ARRAY_EXT
Define "GL_SAMPLER_2D_ARRAY" with expression '0x8DC1', CType: int More...
 
static final int GL_MAX_PROGRAM_TEXEL_OFFSET = 0x8905
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_gpu_program4, GL_EXT_gpu_shader4
Alias for: GL_MAX_PROGRAM_TEXEL_OFFSET_NV, GL_MAX_PROGRAM_TEXEL_OFFSET_EXT
Define "GL_MAX_PROGRAM_TEXEL_OFFSET" with expression '0x8905', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE = 0x8214
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0
Define "GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE" with expression '0x8214', CType: int More...
 
static final int GL_FLOAT_MAT4x3 = 0x8b6a
 GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
Alias for: GL_FLOAT_MAT4x3_NV
Define "GL_FLOAT_MAT4x3" with expression '0x8B6A', CType: int More...
 
static final int GL_FLOAT_MAT4x2 = 0x8b69
 GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
Alias for: GL_FLOAT_MAT4x2_NV
Define "GL_FLOAT_MAT4x2" with expression '0x8B69', CType: int More...
 
static final int GL_R16UI = 0x8234
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0
Define "GL_R16UI" with expression '0x8234', CType: int More...
 
static final int GL_TEXTURE_RED_TYPE = 0x8c10
 GL_ES_VERSION_3_1, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_ARB_texture_float
Alias for: GL_TEXTURE_RED_TYPE_ARB
Define "GL_TEXTURE_RED_TYPE" with expression '0x8C10', CType: int More...
 
static final int GL_COPY_WRITE_BUFFER = 0x8f37
 GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_copy_buffer, GL_NV_copy_buffer
Alias for: GL_COPY_WRITE_BUFFER_NV
Define "GL_COPY_WRITE_BUFFER" with expression '0x8F37', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE = 0x8216
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0
Define "GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE" with expression '0x8216', CType: int More...
 
static final int GL_UNSIGNED_INT_IMAGE_2D_ARRAY = 0x9069
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_UNSIGNED_INT_IMAGE_2D_ARRAY_EXT
Define "GL_UNSIGNED_INT_IMAGE_2D_ARRAY" with expression '0x9069', CType: int More...
 
static final int GL_IMAGE_CUBE_MAP_ARRAY = 0x9054
 GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_shader_image_load_store, GL_EXT_texture_cube_map_array, GL_OES_texture_cube_map_array
Alias for: GL_IMAGE_CUBE_MAP_ARRAY_EXT, GL_IMAGE_CUBE_MAP_ARRAY_OES
Define "GL_IMAGE_CUBE_MAP_ARRAY" with expression '0x9054', CType: int More...
 
static final int GL_TRIANGLES_ADJACENCY_EXT = 0xc
 GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader
Define "GL_TRIANGLES_ADJACENCY_EXT" with expression '0x000C', CType: int More...
 
static final int GL_ATOMIC_COUNTER_BARRIER_BIT = 0x1000
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_ATOMIC_COUNTER_BARRIER_BIT_EXT
Define "GL_ATOMIC_COUNTER_BARRIER_BIT" with expression '0x00001000', CType: int More...
 
static final int GL_R8I = 0x8231
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0
Define "GL_R8I" with expression '0x8231', CType: int More...
 
static final int GL_STREAM_COPY = 0x88e2
 GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_vertex_buffer_object
Alias for: GL_STREAM_COPY_ARB
Define "GL_STREAM_COPY" with expression '0x88E2', CType: int More...
 
static final int GL_INT_SAMPLER_CUBE_MAP_ARRAY = 0x900e
 GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_ARB_texture_cube_map_array, GL_EXT_texture_cube_map_array, GL_OES_texture_cube_map_array
Alias for: GL_INT_SAMPLER_CUBE_MAP_ARRAY_ARB, GL_INT_SAMPLER_CUBE_MAP_ARRAY_EXT, GL_INT_SAMPLER_CUBE_MAP_ARRAY_OES
Define "GL_INT_SAMPLER_CUBE_MAP_ARRAY" with expression '0x900E', CType: int More...
 
static final int GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS = 0x92d3
 GL_ARB_shader_atomic_counters, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_EXT, GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_OES
Define "GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS" with expression '0x92D3', CType: int More...
 
static final int GL_UNPACK_SKIP_IMAGES = 0x806d
 GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_texture3D
Alias for: GL_UNPACK_SKIP_IMAGES_EXT
Define "GL_UNPACK_SKIP_IMAGES" with expression '0x806D', CType: int More...
 
static final int GL_DEPTH_STENCIL_ATTACHMENT = 0x821a
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0
Define "GL_DEPTH_STENCIL_ATTACHMENT" with expression '0x821A', CType: int More...
 
static final int GL_UNSIGNED_INT_SAMPLER_2D_ARRAY = 0x8dd7
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: GL_UNSIGNED_INT_SAMPLER_2D_ARRAY_EXT
Define "GL_UNSIGNED_INT_SAMPLER_2D_ARRAY" with expression '0x8DD7', CType: int More...
 
static final int GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY = 0x900f
 GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_texture_cube_map_array, GL_ARB_texture_cube_map_array, GL_EXT_texture_cube_map_array
Alias for: GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_OES, GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_ARB, GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_EXT
Define "GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY" with expression '0x900F', CType: int More...
 
static final int GL_UNIFORM_MATRIX_STRIDE = 0x8a3d
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_UNIFORM_MATRIX_STRIDE" with expression '0x8A3D', CType: int More...
 
static final int GL_FIRST_VERTEX_CONVENTION_EXT = 0x8e4d
 GL_EXT_provoking_vertex, GL_EXT_geometry_shader
Define "GL_FIRST_VERTEX_CONVENTION_EXT" with expression '0x8E4D', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_BARRIER_BIT = 0x800
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXT
Define "GL_TRANSFORM_FEEDBACK_BARRIER_BIT" with expression '0x00000800', CType: int More...
 
static final int GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER = 0x8a46
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER" with expression '0x8A46', CType: int More...
 
static final int GL_STATIC_READ = 0x88e5
 GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_vertex_buffer_object
Alias for: GL_STATIC_READ_ARB
Define "GL_STATIC_READ" with expression '0x88E5', CType: int More...
 
static final int GL_SIGNED_NORMALIZED = 0x8f9c
 GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_SIGNED_NORMALIZED" with expression '0x8F9C', CType: int More...
 
static final int GL_TEXTURE_UPDATE_BARRIER_BIT = 0x100
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_TEXTURE_UPDATE_BARRIER_BIT_EXT
Define "GL_TEXTURE_UPDATE_BARRIER_BIT" with expression '0x00000100', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_ACTIVE = 0x8e24
 GL_ARB_transform_feedback2, GL_VERSION_4_2, GL_ES_VERSION_3_0
Define "GL_TRANSFORM_FEEDBACK_ACTIVE" with expression '0x8E24', CType: int More...
 
static final int GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257
 GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1
Define "GL_PROGRAM_BINARY_RETRIEVABLE_HINT" with expression '0x8257', CType: int More...
 
static final int GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH = 0x8a35
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH" with expression '0x8A35', CType: int More...
 
static final int GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT = 0x8c29
 GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader
Define "GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT" with expression '0x8C29', CType: int More...
 
static final int GL_UNIFORM_BUFFER_SIZE = 0x8a2a
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_UNIFORM_BUFFER_SIZE" with expression '0x8A2A', CType: int More...
 
static final int GL_LAST_VERTEX_CONVENTION_EXT = 0x8e4e
 GL_EXT_provoking_vertex, GL_EXT_geometry_shader
Define "GL_LAST_VERTEX_CONVENTION_EXT" with expression '0x8E4E', CType: int More...
 
static final int GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC = 0x9279
 GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0
Define "GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC" with expression '0x9279', CType: int More...
 
static final int GL_FLOAT_32_UNSIGNED_INT_24_8_REV = 0x8dad
 GL_ARB_depth_buffer_float, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_depth_buffer_float
Alias for: GL_FLOAT_32_UNSIGNED_INT_24_8_REV_NV
Define "GL_FLOAT_32_UNSIGNED_INT_24_8_REV" with expression '0x8DAD', CType: int More...
 
static final int GL_COMPRESSED_SRGB_S3TC_DXT1 = 0x8c4c
 GL_NV_sRGB_formats, GL_EXT_texture_compression_s3tc_srgb, GL_EXT_texture_sRGB
Alias for: GL_COMPRESSED_SRGB_S3TC_DXT1_NV, GL_COMPRESSED_SRGB_S3TC_DXT1_EXT
Define "GL_COMPRESSED_SRGB_S3TC_DXT1" with expression '0x8C4C', CType: int More...
 
static final int GL_COMPRESSED_RGB8_ETC2 = 0x9274
 GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0
Define "GL_COMPRESSED_RGB8_ETC2" with expression '0x9274', CType: int More...
 
static final int GL_ATOMIC_COUNTER_BUFFER_SIZE = 0x92c3
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1
Define "GL_ATOMIC_COUNTER_BUFFER_SIZE" with expression '0x92C3', CType: int More...
 
static final int GL_TEXTURE_BUFFER = 0x8c2a
 GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_ARB_texture_buffer_object, GL_EXT_texture_buffer, GL_EXT_texture_buffer_object, GL_OES_texture_buffer
Alias for: GL_TEXTURE_BUFFER_ARB, GL_TEXTURE_BUFFER_EXT, GL_TEXTURE_BUFFER_OES
Define "GL_TEXTURE_BUFFER" with expression '0x8C2A', CType: int More...
 
static final int GL_DEVICE_UUID_EXT = 0x9597
 GL_EXT_memory_object
Define "GL_DEVICE_UUID_EXT" with expression '0x9597', CType: int More...
 
static final int GL_LAYOUT_DEPTH_STENCIL_READ_ONLY_EXT = 0x9590
 GL_EXT_semaphore
Define "GL_LAYOUT_DEPTH_STENCIL_READ_ONLY_EXT" with expression '0x9590', CType: int More...
 
static final int GL_MINOR_VERSION = 0x821c
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_MINOR_VERSION" with expression '0x821C', CType: int More...
 
static final int GL_QUERY_BY_REGION_WAIT = 0x8e15
 GL_VERSION_3_0, GL_NV_conditional_render
Alias for: GL_QUERY_BY_REGION_WAIT_NV
Define "GL_QUERY_BY_REGION_WAIT" with expression '0x8E15', CType: int More...
 
static final int GL_UNIFORM_BARRIER_BIT = 0x4
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_UNIFORM_BARRIER_BIT_EXT
Define "GL_UNIFORM_BARRIER_BIT" with expression '0x00000004', CType: int More...
 
static final int GL_VERTEX_ARRAY_BINDING = 0x85b5
 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: GL_VERTEX_ARRAY_BINDING_OES, GL_VERTEX_ARRAY_BINDING_APPLE
Define "GL_VERTEX_ARRAY_BINDING" with expression '0x85B5', CType: int More...
 
static final int GL_BUFFER_UPDATE_BARRIER_BIT = 0x200
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_BUFFER_UPDATE_BARRIER_BIT_EXT
Define "GL_BUFFER_UPDATE_BARRIER_BIT" with expression '0x00000200', CType: int More...
 
static final int GL_PIXEL_PACK_BUFFER = 0x88eb
 GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_pixel_buffer_object, GL_ARB_pixel_buffer_object, GL_EXT_pixel_buffer_object
Alias for: GL_PIXEL_PACK_BUFFER_NV, GL_PIXEL_PACK_BUFFER_ARB, GL_PIXEL_PACK_BUFFER_EXT
Define "GL_PIXEL_PACK_BUFFER" with expression '0x88EB', CType: int More...
 
static final int GL_PIXEL_BUFFER_BARRIER_BIT = 0x80
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_PIXEL_BUFFER_BARRIER_BIT_EXT
Define "GL_PIXEL_BUFFER_BARRIER_BIT" with expression '0x00000080', CType: int More...
 
static final int GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES = 0x8a43
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES" with expression '0x8A43', CType: int More...
 
static final int GL_RGBA16UI = 0x8d76
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_RGBA16UI_EXT
Define "GL_RGBA16UI" with expression '0x8D76', CType: int More...
 
static final int GL_RASTERIZER_DISCARD = 0x8c89
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: GL_RASTERIZER_DISCARD_NV, GL_RASTERIZER_DISCARD_EXT
Define "GL_RASTERIZER_DISCARD" with expression '0x8C89', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_BUFFER_SIZE = 0x8c85
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_NV, GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_EXT
Define "GL_TRANSFORM_FEEDBACK_BUFFER_SIZE" with expression '0x8C85', CType: int More...
 
static final int GL_TESS_CONTROL_SHADER_BIT = 0x8
 GL_ARB_separate_shader_objects, GL_ES_VERSION_3_2, GL_VERSION_4_1, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_TESS_CONTROL_SHADER_BIT_OES, GL_TESS_CONTROL_SHADER_BIT_EXT
Define "GL_TESS_CONTROL_SHADER_BIT" with expression '0x00000008', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER = 0x8cd4
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_geometry_program4, GL_EXT_geometry_shader4
Alias for: GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT
Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER" with expression '0x8CD4', CType: int More...
 
static final int GL_TEXTURE_CUBE_MAP_ARRAY = 0x9009
 GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_texture_cube_map_array, GL_ARB_texture_cube_map_array, GL_EXT_texture_cube_map_array
Alias for: GL_TEXTURE_CUBE_MAP_ARRAY_OES, GL_TEXTURE_CUBE_MAP_ARRAY_ARB, GL_TEXTURE_CUBE_MAP_ARRAY_EXT
Define "GL_TEXTURE_CUBE_MAP_ARRAY" with expression '0x9009', CType: int More...
 
static final int GL_UNPACK_IMAGE_HEIGHT = 0x806e
 GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_texture3D
Alias for: GL_UNPACK_IMAGE_HEIGHT_EXT
Define "GL_UNPACK_IMAGE_HEIGHT" with expression '0x806E', CType: int More...
 
static final int GL_INT_SAMPLER_3D = 0x8dcb
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: GL_INT_SAMPLER_3D_EXT
Define "GL_INT_SAMPLER_3D" with expression '0x8DCB', CType: int More...
 
static final int GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x20
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT
Define "GL_SHADER_IMAGE_ACCESS_BARRIER_BIT" with expression '0x00000020', CType: int More...
 
static final int GL_MAX_ELEMENTS_VERTICES = 0x80e8
 GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_draw_range_elements
Alias for: GL_MAX_ELEMENTS_VERTICES_EXT
Define "GL_MAX_ELEMENTS_VERTICES" with expression '0x80E8', CType: int More...
 
static final int GL_INT_SAMPLER_2D = 0x8dca
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: GL_INT_SAMPLER_2D_EXT
Define "GL_INT_SAMPLER_2D" with expression '0x8DCA', CType: int More...
 
static final int GL_R8UI = 0x8232
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0
Define "GL_R8UI" with expression '0x8232', CType: int More...
 
static final int GL_TEXTURE_ALPHA_TYPE = 0x8c13
 GL_ES_VERSION_3_1, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_ARB_texture_float
Alias for: GL_TEXTURE_ALPHA_TYPE_ARB
Define "GL_TEXTURE_ALPHA_TYPE" with expression '0x8C13', CType: int More...
 
static final int GL_FRAMEBUFFER_DEFAULT_LAYERS = 0x9312
 GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_OES_geometry_shader, GL_EXT_geometry_shader
Alias for: GL_FRAMEBUFFER_DEFAULT_LAYERS_OES, GL_FRAMEBUFFER_DEFAULT_LAYERS_EXT
Define "GL_FRAMEBUFFER_DEFAULT_LAYERS" with expression '0x9312', CType: int More...
 
static final int GL_IMAGE_BINDING_FORMAT = 0x906e
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_BINDING_FORMAT_EXT
Define "GL_IMAGE_BINDING_FORMAT" with expression '0x906E', CType: int More...
 
static final int GL_SAMPLER_BUFFER = 0x8dc2
 GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator, GL_OES_texture_buffer, GL_EXT_gpu_shader4, GL_EXT_texture_buffer
Alias for: GL_SAMPLER_BUFFER_AMD, GL_SAMPLER_BUFFER_OES, GL_SAMPLER_BUFFER_EXT
Define "GL_SAMPLER_BUFFER" with expression '0x8DC2', CType: int More...
 
static final int GL_MIN_SAMPLE_SHADING_VALUE = 0x8c37
 GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_sample_shading, GL_ARB_sample_shading
Alias for: GL_MIN_SAMPLE_SHADING_VALUE_OES, GL_MIN_SAMPLE_SHADING_VALUE_ARB
Define "GL_MIN_SAMPLE_SHADING_VALUE" with expression '0x8C37', CType: int More...
 
static final int GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY = 0x906a
 GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_shader_image_load_store, GL_EXT_texture_cube_map_array, GL_OES_texture_cube_map_array
Alias for: GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT, GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_OES
Define "GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY" with expression '0x906A', CType: int More...
 
static final int GL_RGBA8_SNORM = 0x8f97
 GL_EXT_render_snorm, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_RGBA8_SNORM" with expression '0x8F97', CType: int More...
 
static final int GL_PIXEL_UNPACK_BUFFER = 0x88ec
 GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_ARB_pixel_buffer_object, GL_EXT_pixel_buffer_object, GL_NV_pixel_buffer_object
Alias for: GL_PIXEL_UNPACK_BUFFER_ARB, GL_PIXEL_UNPACK_BUFFER_EXT, GL_PIXEL_UNPACK_BUFFER_NV
Define "GL_PIXEL_UNPACK_BUFFER" with expression '0x88EC', CType: int More...
 
static final int GL_MAX_GEOMETRY_UNIFORM_BLOCKS = 0x8a2c
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_EXT_geometry_shader, GL_OES_geometry_shader
Alias for: GL_MAX_GEOMETRY_UNIFORM_BLOCKS_EXT, GL_MAX_GEOMETRY_UNIFORM_BLOCKS_OES
Define "GL_MAX_GEOMETRY_UNIFORM_BLOCKS" with expression '0x8A2C', CType: int More...
 
static final int GL_TEXTURE_2D_ARRAY = 0x8c1a
 GL_ES_VERSION_3_0, GL_EXT_sparse_texture, GL_VERSION_3_0, GL_EXT_texture_array
Alias for: GL_TEXTURE_2D_ARRAY_EXT
Define "GL_TEXTURE_2D_ARRAY" with expression '0x8C1A', CType: int More...
 
static final int GL_MAX_FRAMEBUFFER_WIDTH = 0x9315
 GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_MAX_FRAMEBUFFER_WIDTH" with expression '0x9315', CType: int More...
 
static final int GL_MAX_ELEMENT_INDEX = 0x8d6b
 GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0
Define "GL_MAX_ELEMENT_INDEX" with expression '0x8D6B', CType: int More...
 
static final int GL_COLOR_ATTACHMENT17 = 0x8cf1
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_COLOR_ATTACHMENT17" with expression '0x8CF1', CType: int More...
 
static final int GL_COLOR_ATTACHMENT16 = 0x8cf0
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_COLOR_ATTACHMENT16" with expression '0x8CF0', CType: int More...
 
static final int GL_COLOR_ATTACHMENT26 = 0x8cfa
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_COLOR_ATTACHMENT26" with expression '0x8CFA', CType: int More...
 
static final int GL_COLOR_ATTACHMENT25 = 0x8cf9
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_COLOR_ATTACHMENT25" with expression '0x8CF9', CType: int More...
 
static final int GL_COLOR_ATTACHMENT28 = 0x8cfc
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_COLOR_ATTACHMENT28" with expression '0x8CFC', CType: int More...
 
static final int GL_COLOR_ATTACHMENT27 = 0x8cfb
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_COLOR_ATTACHMENT27" with expression '0x8CFB', CType: int More...
 
static final int GL_COLOR_ATTACHMENT22 = 0x8cf6
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_COLOR_ATTACHMENT22" with expression '0x8CF6', CType: int More...
 
static final int GL_COLOR_ATTACHMENT21 = 0x8cf5
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_COLOR_ATTACHMENT21" with expression '0x8CF5', CType: int More...
 
static final int GL_COLOR_ATTACHMENT24 = 0x8cf8
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_COLOR_ATTACHMENT24" with expression '0x8CF8', CType: int More...
 
static final int GL_COLOR_ATTACHMENT23 = 0x8cf7
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_COLOR_ATTACHMENT23" with expression '0x8CF7', CType: int More...
 
static final int GL_COLOR_ATTACHMENT20 = 0x8cf4
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_COLOR_ATTACHMENT20" with expression '0x8CF4', CType: int More...
 
static final int GL_COLOR_ATTACHMENT19 = 0x8cf3
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_COLOR_ATTACHMENT19" with expression '0x8CF3', CType: int More...
 
static final int GL_COLOR_ATTACHMENT18 = 0x8cf2
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_COLOR_ATTACHMENT18" with expression '0x8CF2', CType: int More...
 
static final int GL_TEXTURE_DEPTH_TYPE = 0x8c16
 GL_ES_VERSION_3_1, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_ARB_texture_float
Alias for: GL_TEXTURE_DEPTH_TYPE_ARB
Define "GL_TEXTURE_DEPTH_TYPE" with expression '0x8C16', CType: int More...
 
static final int GL_COLOR_ATTACHMENT31 = 0x8cff
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_COLOR_ATTACHMENT31" with expression '0x8CFF', CType: int More...
 
static final int GL_COLOR_ATTACHMENT30 = 0x8cfe
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_COLOR_ATTACHMENT30" with expression '0x8CFE', CType: int More...
 
static final int GL_COLOR_ATTACHMENT29 = 0x8cfd
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_COLOR_ATTACHMENT29" with expression '0x8CFD', CType: int More...
 
static final int GL_TEXTURE_INTERNAL_FORMAT = 0x1003
 GL_ES_VERSION_3_1, GL_VERSION_1_1, GL_QCOM_extended_get
Alias for: GL_TEXTURE_INTERNAL_FORMAT_QCOM
Define "GL_TEXTURE_INTERNAL_FORMAT" with expression '0x1003', CType: int More...
 
static final int GL_COLOR = 0x1800
 GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_EXT_discard_framebuffer
Alias for: GL_COLOR_EXT
Define "GL_COLOR" with expression '0x1800', CType: int More...
 
static final int GL_RG8_SNORM = 0x8f95
 GL_EXT_render_snorm, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_RG8_SNORM" with expression '0x8F95', CType: int More...
 
static final int GL_GREEN = 0x1904
 GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_NV_blend_equation_advanced
Alias for: GL_GREEN_NV
Define "GL_GREEN" with expression '0x1904', CType: int More...
 
static final int GL_LAYOUT_TRANSFER_DST_EXT = 0x9593
 GL_EXT_semaphore
Define "GL_LAYOUT_TRANSFER_DST_EXT" with expression '0x9593', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH = 0x8c76
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_transform_feedback
Alias for: GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH_EXT
Define "GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH" with expression '0x8C76', CType: int More...
 
static final int GL_NUM_SAMPLE_COUNTS = 0x9380
 GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_ARB_internalformat_query
Define "GL_NUM_SAMPLE_COUNTS" with expression '0x9380', CType: int More...
 
static final int GL_STATIC_COPY = 0x88e6
 GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_vertex_buffer_object
Alias for: GL_STATIC_COPY_ARB
Define "GL_STATIC_COPY" with expression '0x88E6', CType: int More...
 
static final int GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE = 0x92d8
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1
Define "GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE" with expression '0x92D8', CType: int More...
 
static final int GL_BUFFER_ACCESS_FLAGS = 0x911f
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_BUFFER_ACCESS_FLAGS" with expression '0x911F', CType: int More...
 
static final int GL_MAX_FRAGMENT_ATOMIC_COUNTERS = 0x92d6
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1
Define "GL_MAX_FRAGMENT_ATOMIC_COUNTERS" with expression '0x92D6', CType: int More...
 
static final int GL_RGB16UI = 0x8d77
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_RGB16UI_EXT
Define "GL_RGB16UI" with expression '0x8D77', CType: int More...
 
static final int GL_TEXTURE_BINDING_CUBE_MAP_ARRAY = 0x900a
 GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_texture_cube_map_array, GL_ARB_texture_cube_map_array, GL_EXT_texture_cube_map_array
Alias for: GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_OES, GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB, GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_EXT
Define "GL_TEXTURE_BINDING_CUBE_MAP_ARRAY" with expression '0x900A', CType: int More...
 
static final int GL_DRIVER_UUID_EXT = 0x9598
 GL_EXT_memory_object
Define "GL_DRIVER_UUID_EXT" with expression '0x9598', CType: int More...
 
static final int GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS = 0x92cc
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1
Define "GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS" with expression '0x92CC', CType: int More...
 
static final int GL_UNSIGNED_INT_VEC4 = 0x8dc8
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: GL_UNSIGNED_INT_VEC4_EXT
Define "GL_UNSIGNED_INT_VEC4" with expression '0x8DC8', CType: int More...
 
static final int GL_INT_IMAGE_CUBE = 0x905b
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_INT_IMAGE_CUBE_EXT
Define "GL_INT_IMAGE_CUBE" with expression '0x905B', CType: int More...
 
static final int GL_UNSIGNED_INT_VEC3 = 0x8dc7
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: GL_UNSIGNED_INT_VEC3_EXT
Define "GL_UNSIGNED_INT_VEC3" with expression '0x8DC7', CType: int More...
 
static final int GL_UNSIGNED_INT_VEC2 = 0x8dc6
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: GL_UNSIGNED_INT_VEC2_EXT
Define "GL_UNSIGNED_INT_VEC2" with expression '0x8DC6', CType: int More...
 
static final int GL_COPY_READ_BUFFER = 0x8f36
 GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_ARB_copy_buffer, GL_NV_copy_buffer
Alias for: GL_COPY_READ_BUFFER_NV
Define "GL_COPY_READ_BUFFER" with expression '0x8F36', CType: int More...
 
static final int GL_LAYOUT_SHADER_READ_ONLY_EXT = 0x9591
 GL_EXT_semaphore
Define "GL_LAYOUT_SHADER_READ_ONLY_EXT" with expression '0x9591', CType: int More...
 
static final int GL_UNSIGNED_INT_IMAGE_CUBE = 0x9066
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_UNSIGNED_INT_IMAGE_CUBE_EXT
Define "GL_UNSIGNED_INT_IMAGE_CUBE" with expression '0x9066', CType: int More...
 
static final int GL_COMPRESSED_RGBA8_ETC2_EAC = 0x9278
 GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0
Define "GL_COMPRESSED_RGBA8_ETC2_EAC" with expression '0x9278', CType: int More...
 
static final int GL_R8_SNORM = 0x8f94
 GL_EXT_render_snorm, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_R8_SNORM" with expression '0x8F94', CType: int More...
 
static final int GL_MAX_VERTEX_ATOMIC_COUNTERS = 0x92d2
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1
Define "GL_MAX_VERTEX_ATOMIC_COUNTERS" with expression '0x92D2', CType: int More...
 
static final int GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS = 0x92cf
 GL_ARB_shader_atomic_counters, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_geometry_shader, GL_OES_geometry_shader
Alias for: GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_EXT, GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_OES
Define "GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS" with expression '0x92CF', CType: int More...
 
static final int GL_READ_ONLY = 0x88b8
 GL_VERSION_1_5, GL_ES_VERSION_3_1, GL_ARB_vertex_buffer_object
Alias for: GL_READ_ONLY_ARB
Define "GL_READ_ONLY" with expression '0x88B8', CType: int More...
 
static final int GL_LAYOUT_GENERAL_EXT = 0x958d
 GL_EXT_semaphore
Define "GL_LAYOUT_GENERAL_EXT" with expression '0x958D', CType: int More...
 
static final int GL_UNIFORM_OFFSET = 0x8a3b
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_UNIFORM_OFFSET" with expression '0x8A3B', CType: int More...
 
static final int GL_TEXTURE_TILING_EXT = 0x9580
 GL_EXT_memory_object
Define "GL_TEXTURE_TILING_EXT" with expression '0x9580', CType: int More...
 
static final int GL_INT_SAMPLER_BUFFER = 0x8dd0
 GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_OES_texture_buffer, GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator, GL_EXT_gpu_shader4, GL_EXT_texture_buffer
Alias for: GL_INT_SAMPLER_BUFFER_OES, GL_INT_SAMPLER_BUFFER_AMD, GL_INT_SAMPLER_BUFFER_EXT
Define "GL_INT_SAMPLER_BUFFER" with expression '0x8DD0', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE = 0x8217
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0
Define "GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE" with expression '0x8217', CType: int More...
 
static final int GL_COPY_READ_BUFFER_BINDING = 0x8f36
 GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_ARB_copy_buffer
Define "GL_COPY_READ_BUFFER_BINDING" with expression '0x8F36', CType: int More...
 
static final int GL_UNSIGNED_INT_SAMPLER_BUFFER = 0x8dd8
 GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator, GL_OES_texture_buffer, GL_EXT_gpu_shader4, GL_EXT_texture_buffer
Alias for: GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD, GL_UNSIGNED_INT_SAMPLER_BUFFER_OES, GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT
Define "GL_UNSIGNED_INT_SAMPLER_BUFFER" with expression '0x8DD8', CType: int More...
 
static final int GL_UNSIGNED_INT_ATOMIC_COUNTER = 0x92db
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1
Define "GL_UNSIGNED_INT_ATOMIC_COUNTER" with expression '0x92DB', CType: int More...
 
static final int GL_TEXTURE_SHARED_SIZE = 0x8c3f
 GL_ES_VERSION_3_1, GL_VERSION_3_0, GL_EXT_texture_shared_exponent
Alias for: GL_TEXTURE_SHARED_SIZE_EXT
Define "GL_TEXTURE_SHARED_SIZE" with expression '0x8C3F', CType: int More...
 
static final int GL_MAX_VERTEX_UNIFORM_COMPONENTS = 0x8b4a
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_ARB_vertex_shader
Alias for: GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB
Define "GL_MAX_VERTEX_UNIFORM_COMPONENTS" with expression '0x8B4A', CType: int More...
 
static final int GL_BLUE = 0x1905
 GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_NV_blend_equation_advanced
Alias for: GL_BLUE_NV
Define "GL_BLUE" with expression '0x1905', CType: int More...
 
static final int GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9277
 GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0
Define "GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2" with expression '0x9277', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE = 0x8215
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0
Define "GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE" with expression '0x8215', CType: int More...
 
static final int GL_UNIFORM_BLOCK_NAME_LENGTH = 0x8a41
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_UNIFORM_BLOCK_NAME_LENGTH" with expression '0x8A41', CType: int More...
 
static final int GL_BUFFER_MAP_LENGTH = 0x9120
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_BUFFER_MAP_LENGTH" with expression '0x9120', CType: int More...
 
static final int GL_LINEAR_TILING_EXT = 0x9585
 GL_EXT_memory_object
Define "GL_LINEAR_TILING_EXT" with expression '0x9585', CType: int More...
 
static final int GL_RGB32UI = 0x8d71
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_RGB32UI_EXT
Define "GL_RGB32UI" with expression '0x8D71', CType: int More...
 
static final int GL_IMAGE_CUBE = 0x9050
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_CUBE_EXT
Define "GL_IMAGE_CUBE" with expression '0x9050', CType: int More...
 
static final int GL_RG_INTEGER = 0x8228
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0
Define "GL_RG_INTEGER" with expression '0x8228', CType: int More...
 
static final int GL_TEXTURE_BUFFER_DATA_STORE_BINDING = 0x8c2d
 GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_ARB_texture_buffer_object, GL_EXT_texture_buffer, GL_EXT_texture_buffer_object, GL_OES_texture_buffer
Alias for: GL_TEXTURE_BUFFER_DATA_STORE_BINDING_ARB, GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT, GL_TEXTURE_BUFFER_DATA_STORE_BINDING_OES
Define "GL_TEXTURE_BUFFER_DATA_STORE_BINDING" with expression '0x8C2D', CType: int More...
 
static final int GL_FACTOR_MAX_AMD = 0x901d
 GL_AMD_blend_minmax_factor, GL_NV_blend_minmax_factor
Define "GL_FACTOR_MAX_AMD" with expression '0x901D', CType: int More...
 
static final int GL_MAX_FRAMEBUFFER_LAYERS = 0x9317
 GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_EXT_geometry_shader, GL_OES_geometry_shader
Alias for: GL_MAX_FRAMEBUFFER_LAYERS_EXT, GL_MAX_FRAMEBUFFER_LAYERS_OES
Define "GL_MAX_FRAMEBUFFER_LAYERS" with expression '0x9317', CType: int More...
 
static final int GL_MAX_VERTEX_UNIFORM_BLOCKS = 0x8a2b
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_MAX_VERTEX_UNIFORM_BLOCKS" with expression '0x8A2B', CType: int More...
 
static final int GL_SRGB8 = 0x8c41
 GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_EXT_texture_sRGB, GL_NV_sRGB_formats
Alias for: GL_SRGB8_EXT, GL_SRGB8_NV
Define "GL_SRGB8" with expression '0x8C41', CType: int More...
 
static final int GL_PACK_SKIP_PIXELS = 0xd04
 GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_NV_pack_subimage
Alias for: GL_PACK_SKIP_PIXELS_NV
Define "GL_PACK_SKIP_PIXELS" with expression '0x0D04', CType: int More...
 
static final int GL_RGB_INTEGER = 0x8d98
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_RGB_INTEGER_EXT
Define "GL_RGB_INTEGER" with expression '0x8D98', CType: int More...
 
static final int GL_FRAMEBUFFER_DEFAULT = 0x8218
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0
Define "GL_FRAMEBUFFER_DEFAULT" with expression '0x8218', CType: int More...
 
static final int GL_R16I = 0x8233
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0
Define "GL_R16I" with expression '0x8233', CType: int More...
 
static final int GL_COMPRESSED_SRGB8_ETC2 = 0x9275
 GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0
Define "GL_COMPRESSED_SRGB8_ETC2" with expression '0x9275', CType: int More...
 
static final int GL_GEOMETRY_SHADER_BIT = 0x4
 GL_ARB_separate_shader_objects, GL_ES_VERSION_3_2, GL_VERSION_4_1, GL_OES_geometry_shader, GL_EXT_geometry_shader
Alias for: GL_GEOMETRY_SHADER_BIT_OES, GL_GEOMETRY_SHADER_BIT_EXT
Define "GL_GEOMETRY_SHADER_BIT" with expression '0x00000004', CType: int More...
 
static final int GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS = 0x8c8a
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_NV, GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_EXT
Define "GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS" with expression '0x8C8A', CType: int More...
 
static final int GL_TEXTURE_ALPHA_SIZE = 0x805f
 GL_ES_VERSION_3_1, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_texture
Alias for: GL_TEXTURE_ALPHA_SIZE_EXT
Define "GL_TEXTURE_ALPHA_SIZE" with expression '0x805F', CType: int More...
 
static final int GL_DYNAMIC_READ = 0x88e9
 GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_vertex_buffer_object
Alias for: GL_DYNAMIC_READ_ARB
Define "GL_DYNAMIC_READ" with expression '0x88E9', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN = 0x8c88
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_NV, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_EXT
Define "GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN" with expression '0x8C88', CType: int More...
 
static final int GL_UNIFORM_BUFFER_START = 0x8a29
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_UNIFORM_BUFFER_START" with expression '0x8A29', CType: int More...
 
static final int GL_INT_IMAGE_CUBE_MAP_ARRAY = 0x905f
 GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_OES_texture_cube_map_array, GL_EXT_shader_image_load_store, GL_EXT_texture_cube_map_array
Alias for: GL_INT_IMAGE_CUBE_MAP_ARRAY_OES, GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT
Define "GL_INT_IMAGE_CUBE_MAP_ARRAY" with expression '0x905F', CType: int More...
 
static final int GL_MAX_UNIFORM_BLOCK_SIZE = 0x8a30
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_MAX_UNIFORM_BLOCK_SIZE" with expression '0x8A30', CType: int More...
 
static final int GL_FRAMEBUFFER_DEFAULT_WIDTH = 0x9310
 GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_FRAMEBUFFER_DEFAULT_WIDTH" with expression '0x9310', CType: int More...
 
static final int GL_RGBA16I = 0x8d88
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_RGBA16I_EXT
Define "GL_RGBA16I" with expression '0x8D88', CType: int More...
 
static final int GL_TEXTURE_MAX_LEVEL = 0x813d
 GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_APPLE_texture_max_level, GL_SGIS_texture_lod
Alias for: GL_TEXTURE_MAX_LEVEL_APPLE, GL_TEXTURE_MAX_LEVEL_SGIS
Define "GL_TEXTURE_MAX_LEVEL" with expression '0x813D', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_BUFFER = 0x8c8e
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: GL_TRANSFORM_FEEDBACK_BUFFER_NV, GL_TRANSFORM_FEEDBACK_BUFFER_EXT
Define "GL_TRANSFORM_FEEDBACK_BUFFER" with expression '0x8C8E', CType: int More...
 
static final int GL_PROTECTED_MEMORY_OBJECT_EXT = 0x959b
 GL_EXT_memory_object
Define "GL_PROTECTED_MEMORY_OBJECT_EXT" with expression '0x959B', CType: int More...
 
static final int GL_MAX_COMBINED_ATOMIC_COUNTERS = 0x92d7
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1
Define "GL_MAX_COMBINED_ATOMIC_COUNTERS" with expression '0x92D7', CType: int More...
 
static final int GL_TRIANGLE_STRIP_ADJACENCY_EXT = 0xd
 GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader
Define "GL_TRIANGLE_STRIP_ADJACENCY_EXT" with expression '0x000D', CType: int More...
 
static final int GL_LINE_STRIP_ADJACENCY_EXT = 0xb
 GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader
Define "GL_LINE_STRIP_ADJACENCY_EXT" with expression '0x000B', CType: int More...
 
static final int GL_UNIFORM_BLOCK_BINDING = 0x8a3f
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_UNIFORM_BLOCK_BINDING" with expression '0x8A3F', CType: int More...
 
static final int GL_TEXTURE_GREEN_SIZE = 0x805d
 GL_ES_VERSION_3_1, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_texture
Alias for: GL_TEXTURE_GREEN_SIZE_EXT
Define "GL_TEXTURE_GREEN_SIZE" with expression '0x805D', CType: int More...
 
static final int GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS = 0x8a33
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS" with expression '0x8A33', CType: int More...
 
static final int GL_UNIFORM_TYPE = 0x8a37
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_UNIFORM_TYPE" with expression '0x8A37', CType: int More...
 
static final int GL_TEXTURE_HEIGHT = 0x1001
 GL_ES_VERSION_3_1, GL_VERSION_1_0, GL_QCOM_extended_get
Alias for: GL_TEXTURE_HEIGHT_QCOM
Define "GL_TEXTURE_HEIGHT" with expression '0x1001', CType: int More...
 
static final int GL_RGB9_E5 = 0x8c3d
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_shared_exponent, GL_APPLE_texture_packed_float
Alias for: GL_RGB9_E5_EXT, GL_RGB9_E5_APPLE
Define "GL_RGB9_E5" with expression '0x8C3D', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK = 0x8e22
 GL_ARB_transform_feedback2, GL_EXT_debug_label, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: GL_TRANSFORM_FEEDBACK_NV
Define "GL_TRANSFORM_FEEDBACK" with expression '0x8E22', CType: int More...
 
static final int GL_TEXTURE_BLUE_TYPE = 0x8c12
 GL_ES_VERSION_3_1, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_ARB_texture_float
Alias for: GL_TEXTURE_BLUE_TYPE_ARB
Define "GL_TEXTURE_BLUE_TYPE" with expression '0x8C12', CType: int More...
 
static final int GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5 = 0x8c4f
 GL_EXT_texture_compression_s3tc_srgb, GL_EXT_texture_sRGB, GL_NV_sRGB_formats
Alias for: GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_NV
Define "GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5" with expression '0x8C4F', CType: int More...
 
static final int GL_SAMPLER_CUBE_SHADOW = 0x8dc5
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_shadow_samplers_cube
Alias for: GL_SAMPLER_CUBE_SHADOW_EXT, GL_SAMPLER_CUBE_SHADOW_NV
Define "GL_SAMPLER_CUBE_SHADOW" with expression '0x8DC5', CType: int More...
 
static final int GL_LINES_ADJACENCY_EXT = 0xa
 GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader
Define "GL_LINES_ADJACENCY_EXT" with expression '0x000A', CType: int More...
 
static final int GL_RGBA8UI = 0x8d7c
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_RGBA8UI_EXT
Define "GL_RGBA8UI" with expression '0x8D7C', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x1
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXT
Define "GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT" with expression '0x00000001', CType: int More...
 
static final int GL_LAYOUT_COLOR_ATTACHMENT_EXT = 0x958e
 GL_EXT_semaphore
Define "GL_LAYOUT_COLOR_ATTACHMENT_EXT" with expression '0x958E', CType: int More...
 
static final int GL_DEPTH_COMPONENT32F = 0x8cac
 GL_ARB_depth_buffer_float, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_depth_buffer_float
Alias for: GL_DEPTH_COMPONENT32F_NV
Define "GL_DEPTH_COMPONENT32F" with expression '0x8CAC', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_BUFFER_BINDING = 0x8c8f
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_NV, GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_EXT
Define "GL_TRANSFORM_FEEDBACK_BUFFER_BINDING" with expression '0x8C8F', CType: int More...
 
static final int GL_R32I = 0x8235
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0
Define "GL_R32I" with expression '0x8235', CType: int More...
 
static final int GL_HANDLE_TYPE_OPAQUE_FD_EXT = 0x9586
 GL_EXT_memory_object_fd
Define "GL_HANDLE_TYPE_OPAQUE_FD_EXT" with expression '0x9586', CType: int More...
 
static final int GL_IMAGE_BINDING_LAYERED = 0x8f3c
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_BINDING_LAYERED_EXT
Define "GL_IMAGE_BINDING_LAYERED" with expression '0x8F3C', CType: int More...
 
static final int GL_RGB8I = 0x8d8f
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_RGB8I_EXT
Define "GL_RGB8I" with expression '0x8D8F', CType: int More...
 
static final int GL_RG16I = 0x8239
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0
Define "GL_RG16I" with expression '0x8239', CType: int More...
 
static final int GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1 = 0x8c4d
 GL_EXT_texture_compression_s3tc_srgb, GL_EXT_texture_sRGB, GL_NV_sRGB_formats
Alias for: GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_NV
Define "GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1" with expression '0x8C4D', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT = 0x8da7
 GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader
Define "GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT" with expression '0x8DA7', CType: int More...
 
static final int GL_RGBA32UI = 0x8d70
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_RGBA32UI_EXT
Define "GL_RGBA32UI" with expression '0x8D70', CType: int More...
 
static final int GL_RG32UI = 0x823c
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0
Define "GL_RG32UI" with expression '0x823C', CType: int More...
 
static final int GL_MAX_FRAGMENT_UNIFORM_COMPONENTS = 0x8b49
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_ARB_fragment_shader
Alias for: GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB
Define "GL_MAX_FRAGMENT_UNIFORM_COMPONENTS" with expression '0x8B49', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_DIVISOR = 0x88fe
 GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_NV_instanced_arrays, GL_ARB_instanced_arrays, GL_EXT_instanced_arrays, GL_ANGLE_instanced_arrays
Alias for: GL_VERTEX_ATTRIB_ARRAY_DIVISOR_NV, GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB, GL_VERTEX_ATTRIB_ARRAY_DIVISOR_EXT, GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE
Define "GL_VERTEX_ATTRIB_ARRAY_DIVISOR" with expression '0x88FE', CType: int More...
 
static final int GL_ELEMENT_ARRAY_BARRIER_BIT = 0x2
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_ELEMENT_ARRAY_BARRIER_BIT_EXT
Define "GL_ELEMENT_ARRAY_BARRIER_BIT" with expression '0x00000002', CType: int More...
 
static final int GL_PRIMITIVE_RESTART_FIXED_INDEX = 0x8d69
 GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0
Define "GL_PRIMITIVE_RESTART_FIXED_INDEX" with expression '0x8D69', CType: int More...
 
static final int GL_INTERLEAVED_ATTRIBS = 0x8c8c
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: GL_INTERLEAVED_ATTRIBS_NV, GL_INTERLEAVED_ATTRIBS_EXT
Define "GL_INTERLEAVED_ATTRIBS" with expression '0x8C8C', CType: int More...
 
static final int GL_TILING_TYPES_EXT = 0x9583
 GL_EXT_memory_object
Define "GL_TILING_TYPES_EXT" with expression '0x9583', CType: int More...
 
static final int GL_TEXTURE_BINDING_2D_ARRAY = 0x8c1d
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_array
Alias for: GL_TEXTURE_BINDING_2D_ARRAY_EXT
Define "GL_TEXTURE_BINDING_2D_ARRAY" with expression '0x8C1D', CType: int More...
 
static final int GL_TEXTURE_WIDTH = 0x1000
 GL_ES_VERSION_3_1, GL_VERSION_1_0, GL_QCOM_extended_get
Alias for: GL_TEXTURE_WIDTH_QCOM
Define "GL_TEXTURE_WIDTH" with expression '0x1000', CType: int More...
 
static final int GL_SAMPLE_SHADING = 0x8c36
 GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_sample_shading, GL_ARB_sample_shading
Alias for: GL_SAMPLE_SHADING_OES, GL_SAMPLE_SHADING_ARB
Define "GL_SAMPLE_SHADING" with expression '0x8C36', CType: int More...
 
static final int GL_IMAGE_3D = 0x904e
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_3D_EXT
Define "GL_IMAGE_3D" with expression '0x904E', CType: int More...
 
static final int GL_LAST_VERTEX_CONVENTION = 0x8e4e
 GL_ARB_provoking_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_provoking_vertex, GL_EXT_geometry_shader, GL_OES_geometry_shader
Alias for: GL_LAST_VERTEX_CONVENTION_EXT, GL_LAST_VERTEX_CONVENTION_OES
Define "GL_LAST_VERTEX_CONVENTION" with expression '0x8E4E', CType: int More...
 
static final int GL_CONTEXT_FLAGS = 0x821e
 GL_ES_VERSION_3_2, GL_VERSION_3_0
Define "GL_CONTEXT_FLAGS" with expression '0x821E', CType: int More...
 
static final int GL_MIN_PROGRAM_TEXEL_OFFSET = 0x8904
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_gpu_program4
Alias for: GL_MIN_PROGRAM_TEXEL_OFFSET_EXT, GL_MIN_PROGRAM_TEXEL_OFFSET_NV
Define "GL_MIN_PROGRAM_TEXEL_OFFSET" with expression '0x8904', CType: int More...
 
static final int GL_TEXTURE_MAX_LOD = 0x813b
 GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_SGIS_texture_lod
Alias for: GL_TEXTURE_MAX_LOD_SGIS
Define "GL_TEXTURE_MAX_LOD" with expression '0x813B', CType: int More...
 
static final int GL_SAMPLER_CUBE_MAP_ARRAY = 0x900c
 GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_ARB_texture_cube_map_array, GL_EXT_texture_cube_map_array, GL_OES_texture_cube_map_array
Alias for: GL_SAMPLER_CUBE_MAP_ARRAY_ARB, GL_SAMPLER_CUBE_MAP_ARRAY_EXT, GL_SAMPLER_CUBE_MAP_ARRAY_OES
Define "GL_SAMPLER_CUBE_MAP_ARRAY" with expression '0x900C', CType: int More...
 
static final int GL_RGBA32I = 0x8d82
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_RGBA32I_EXT
Define "GL_RGBA32I" with expression '0x8D82', CType: int More...
 
static final int GL_RG32I = 0x823b
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0
Define "GL_RG32I" with expression '0x823B', CType: int More...
 
static final int GL_MAX_FRAMEBUFFER_HEIGHT = 0x9316
 GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_MAX_FRAMEBUFFER_HEIGHT" with expression '0x9316', CType: int More...
 
static final int GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS = 0x92d1
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1
Define "GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS" with expression '0x92D1', CType: int More...
 
static final int GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS = 0x8c8b
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_NV, GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_EXT
Define "GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS" with expression '0x8C8B', CType: int More...
 
static final int GL_PACK_SKIP_ROWS = 0xd03
 GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_NV_pack_subimage
Alias for: GL_PACK_SKIP_ROWS_NV
Define "GL_PACK_SKIP_ROWS" with expression '0x0D03', CType: int More...
 
static final int GL_NUM_EXTENSIONS = 0x821d
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_NUM_EXTENSIONS" with expression '0x821D', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_INTEGER = 0x88fd
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: GL_VERTEX_ATTRIB_ARRAY_INTEGER_EXT, GL_VERTEX_ATTRIB_ARRAY_INTEGER_NV
Define "GL_VERTEX_ATTRIB_ARRAY_INTEGER" with expression '0x88FD', CType: int More...
 
static final int GL_UNSIGNED_INT_SAMPLER_CUBE = 0x8dd4
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: GL_UNSIGNED_INT_SAMPLER_CUBE_EXT
Define "GL_UNSIGNED_INT_SAMPLER_CUBE" with expression '0x8DD4', CType: int More...
 
static final int GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS = 0x92d4
 GL_ARB_shader_atomic_counters, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_EXT, GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_OES
Define "GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS" with expression '0x92D4', CType: int More...
 
static final int GL_UUID_SIZE_EXT = 0x10
 GL_EXT_memory_object
Define "GL_UUID_SIZE_EXT" with expression '16', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE = 0x8213
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0
Define "GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE" with expression '0x8213', CType: int More...
 
static final int GL_QUADS = 0x7
 GL_ES_VERSION_3_2, GL_VERSION_1_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_QUADS_OES, GL_QUADS_EXT
Define "GL_QUADS" with expression '0x0007', CType: int More...
 
static final int GL_ATOMIC_COUNTER_BUFFER_START = 0x92c2
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1
Define "GL_ATOMIC_COUNTER_BUFFER_START" with expression '0x92C2', CType: int More...
 
static final int GL_DEPTH = 0x1801
 GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_EXT_discard_framebuffer
Alias for: GL_DEPTH_EXT
Define "GL_DEPTH" with expression '0x1801', CType: int More...
 
static final int GL_FACTOR_MIN_AMD = 0x901c
 GL_AMD_blend_minmax_factor, GL_NV_blend_minmax_factor
Define "GL_FACTOR_MIN_AMD" with expression '0x901C', CType: int More...
 
static final int GL_MAX_FRAGMENT_UNIFORM_BLOCKS = 0x8a2d
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_MAX_FRAGMENT_UNIFORM_BLOCKS" with expression '0x8A2D', CType: int More...
 
static final int GL_IMAGE_BUFFER = 0x9051
 GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_shader_image_load_store, GL_EXT_texture_buffer, GL_OES_texture_buffer
Alias for: GL_IMAGE_BUFFER_EXT, GL_IMAGE_BUFFER_OES
Define "GL_IMAGE_BUFFER" with expression '0x9051', CType: int More...
 
static final int GL_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_EXT = 0x9530
 GL_EXT_semaphore
Define "GL_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_EXT" with expression '0x9530', CType: int More...
 
static final int GL_UNSIGNED_INT_IMAGE_BUFFER = 0x9067
 GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_OES_texture_buffer, GL_EXT_shader_image_load_store, GL_EXT_texture_buffer
Alias for: GL_UNSIGNED_INT_IMAGE_BUFFER_OES, GL_UNSIGNED_INT_IMAGE_BUFFER_EXT
Define "GL_UNSIGNED_INT_IMAGE_BUFFER" with expression '0x9067', CType: int More...
 
static final int GL_READ_WRITE = 0x88ba
 GL_VERSION_1_5, GL_ES_VERSION_3_1, GL_ARB_vertex_buffer_object
Alias for: GL_READ_WRITE_ARB
Define "GL_READ_WRITE" with expression '0x88BA', CType: int More...
 
static final int GL_TEXTURE_DEPTH = 0x8071
 GL_ES_VERSION_3_1, GL_VERSION_1_2, GL_EXT_texture3D, GL_QCOM_extended_get
Alias for: GL_TEXTURE_DEPTH_EXT, GL_TEXTURE_DEPTH_QCOM
Define "GL_TEXTURE_DEPTH" with expression '0x8071', CType: int More...
 
static final int GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS = 0x92ce
 GL_ARB_shader_atomic_counters, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_OES, GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_EXT
Define "GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS" with expression '0x92CE', CType: int More...
 
static final int GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS = 0x9314
 GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS" with expression '0x9314', CType: int More...
 
static final int GL_MAX_ELEMENTS_INDICES = 0x80e9
 GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_draw_range_elements
Alias for: GL_MAX_ELEMENTS_INDICES_EXT
Define "GL_MAX_ELEMENTS_INDICES" with expression '0x80E9', CType: int More...
 
static final int GL_IMAGE_2D = 0x904d
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_2D_EXT
Define "GL_IMAGE_2D" with expression '0x904D', CType: int More...
 
static final int GL_TESS_EVALUATION_SHADER_BIT = 0x10
 GL_ARB_separate_shader_objects, GL_ES_VERSION_3_2, GL_VERSION_4_1, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_TESS_EVALUATION_SHADER_BIT_EXT, GL_TESS_EVALUATION_SHADER_BIT_OES
Define "GL_TESS_EVALUATION_SHADER_BIT" with expression '0x00000010', CType: int More...
 
static final int GL_UNIFORM_BUFFER = 0x8a11
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_EXT_bindable_uniform
Alias for: GL_UNIFORM_BUFFER_EXT
Define "GL_UNIFORM_BUFFER" with expression '0x8A11', CType: int More...
 
static final int GL_TEXTURE_RED_SIZE = 0x805c
 GL_ES_VERSION_3_1, GL_VERSION_1_1, GL_VERSION_1_0, GL_EXT_texture
Alias for: GL_TEXTURE_RED_SIZE_EXT
Define "GL_TEXTURE_RED_SIZE" with expression '0x805C', CType: int More...
 
static final int GL_RGB8UI = 0x8d7d
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_RGB8UI_EXT
Define "GL_RGB8UI" with expression '0x8D7D', CType: int More...
 
static final int GL_UNIFORM_IS_ROW_MAJOR = 0x8a3e
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_UNIFORM_IS_ROW_MAJOR" with expression '0x8A3E', CType: int More...
 
static final int GL_UNIFORM_BLOCK_INDEX = 0x8a3a
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_UNIFORM_BLOCK_INDEX" with expression '0x8A3A', CType: int More...
 
static final int GL_OPTIMAL_TILING_EXT = 0x9584
 GL_EXT_memory_object
Define "GL_OPTIMAL_TILING_EXT" with expression '0x9584', CType: int More...
 
static final int GL_TEXTURE_BASE_LEVEL = 0x813c
 GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_SGIS_texture_lod
Alias for: GL_TEXTURE_BASE_LEVEL_SGIS
Define "GL_TEXTURE_BASE_LEVEL" with expression '0x813C', CType: int More...
 
static final int GL_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_EXT = 0x9531
 GL_EXT_semaphore
Define "GL_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_EXT" with expression '0x9531', CType: int More...
 
static final int GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER = 0x8a44
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER" with expression '0x8A44', CType: int More...
 
static final int GL_INT_IMAGE_2D_ARRAY = 0x905e
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_INT_IMAGE_2D_ARRAY_EXT
Define "GL_INT_IMAGE_2D_ARRAY" with expression '0x905E', CType: int More...
 
static final int GL_RGB16I = 0x8d89
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_RGB16I_EXT
Define "GL_RGB16I" with expression '0x8D89', CType: int More...
 
static final int GL_COMPRESSED_R11_EAC = 0x9270
 GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0
Define "GL_COMPRESSED_R11_EAC" with expression '0x9270', CType: int More...
 
static final int GL_LAYOUT_DEPTH_STENCIL_ATTACHMENT_EXT = 0x958f
 GL_EXT_semaphore
Define "GL_LAYOUT_DEPTH_STENCIL_ATTACHMENT_EXT" with expression '0x958F', CType: int More...
 
static final int GL_MAX_TEXTURE_LOD_BIAS = 0x84fd
 GL_ES_VERSION_3_0, GL_VERSION_1_4, GL_EXT_texture_lod_bias
Alias for: GL_MAX_TEXTURE_LOD_BIAS_EXT
Define "GL_MAX_TEXTURE_LOD_BIAS" with expression '0x84FD', CType: int More...
 
static final int GL_R11F_G11F_B10F = 0x8c3a
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_APPLE_texture_packed_float, GL_EXT_packed_float
Alias for: GL_R11F_G11F_B10F_APPLE, GL_R11F_G11F_B10F_EXT
Define "GL_R11F_G11F_B10F" with expression '0x8C3A', CType: int More...
 
static final int GL_RGBA8I = 0x8d8e
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_texture_integer
Alias for: GL_RGBA8I_EXT
Define "GL_RGBA8I" with expression '0x8D8E', CType: int More...
 
static final int GL_NUM_TILING_TYPES_EXT = 0x9582
 GL_EXT_memory_object
Define "GL_NUM_TILING_TYPES_EXT" with expression '0x9582', CType: int More...
 
static final int GL_INT_IMAGE_BUFFER = 0x905c
 GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_OES_texture_buffer, GL_EXT_shader_image_load_store, GL_EXT_texture_buffer
Alias for: GL_INT_IMAGE_BUFFER_OES, GL_INT_IMAGE_BUFFER_EXT
Define "GL_INT_IMAGE_BUFFER" with expression '0x905C', CType: int More...
 
static final int GL_TEXTURE_COMPRESSED = 0x86a1
 GL_ES_VERSION_3_1, GL_VERSION_1_3, GL_ARB_texture_compression
Alias for: GL_TEXTURE_COMPRESSED_ARB
Define "GL_TEXTURE_COMPRESSED" with expression '0x86A1', CType: int More...
 
static final int GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS = 0x92cd
 GL_ARB_shader_atomic_counters, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_EXT, GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_OES
Define "GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS" with expression '0x92CD', CType: int More...
 
static final int GL_QUERY_NO_WAIT = 0x8e14
 GL_VERSION_3_0, GL_NV_conditional_render
Alias for: GL_QUERY_NO_WAIT_NV
Define "GL_QUERY_NO_WAIT" with expression '0x8E14', CType: int More...
 
static final int GL_COMPRESSED_SIGNED_R11_EAC = 0x9271
 GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0
Define "GL_COMPRESSED_SIGNED_R11_EAC" with expression '0x9271', CType: int More...
 
static final int GL_MIN = 0x8007
 GL_OES_draw_buffers_indexed, GL_ARB_imaging, GL_ES_VERSION_3_0, GL_VERSION_1_4, GL_EXT_blend_minmax
Alias for: GL_MIN_EXT
Define "GL_MIN" with expression '0x8007', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE = 0x8212
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0
Define "GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE" with expression '0x8212', CType: int More...
 
static final int GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS = 0x8a32
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_2, GL_VERSION_3_1, GL_EXT_geometry_shader, GL_OES_geometry_shader
Alias for: GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_EXT, GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_OES
Define "GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS" with expression '0x8A32', CType: int More...
 
static final int GL_STREAM_READ = 0x88e1
 GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_ARB_vertex_buffer_object
Alias for: GL_STREAM_READ_ARB
Define "GL_STREAM_READ" with expression '0x88E1', CType: int More...
 
static final int GL_FIRST_VERTEX_CONVENTION = 0x8e4d
 GL_ARB_provoking_vertex, GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_EXT_provoking_vertex, GL_EXT_geometry_shader
Alias for: GL_FIRST_VERTEX_CONVENTION_OES, GL_FIRST_VERTEX_CONVENTION_EXT
Define "GL_FIRST_VERTEX_CONVENTION" with expression '0x8E4D', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_VARYINGS = 0x8c83
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: GL_TRANSFORM_FEEDBACK_VARYINGS_NV, GL_TRANSFORM_FEEDBACK_VARYINGS_EXT
Define "GL_TRANSFORM_FEEDBACK_VARYINGS" with expression '0x8C83', CType: int More...
 
static final int GL_MAX = 0x8008
 GL_OES_draw_buffers_indexed, GL_ARB_imaging, GL_ES_VERSION_3_0, GL_VERSION_1_4, GL_EXT_blend_minmax
Alias for: GL_MAX_EXT
Define "GL_MAX" with expression '0x8008', CType: int More...
 
static final int GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW = 0x900d
 GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_ARB_texture_cube_map_array, GL_EXT_texture_cube_map_array, GL_OES_texture_cube_map_array
Alias for: GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_ARB, GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_EXT, GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_OES
Define "GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW" with expression '0x900D', CType: int More...
 
static final int GL_UNIFORM_ARRAY_STRIDE = 0x8a3c
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_UNIFORM_ARRAY_STRIDE" with expression '0x8A3C', CType: int More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT = 0x8da8
 GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader
Define "GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT" with expression '0x8DA8', CType: int More...
 
static final int GL_SEPARATE_ATTRIBS = 0x8c8d
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_transform_feedback, GL_NV_transform_feedback
Alias for: GL_SEPARATE_ATTRIBS_EXT, GL_SEPARATE_ATTRIBS_NV
Define "GL_SEPARATE_ATTRIBS" with expression '0x8C8D', CType: int More...
 
static final int GL_TEXTURE_DEPTH_SIZE = 0x884a
 GL_ES_VERSION_3_1, GL_VERSION_1_4, GL_ARB_depth_texture
Alias for: GL_TEXTURE_DEPTH_SIZE_ARB
Define "GL_TEXTURE_DEPTH_SIZE" with expression '0x884A', CType: int More...
 
static final int GL_RG8UI = 0x8238
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0
Define "GL_RG8UI" with expression '0x8238', CType: int More...
 
static final int GL_MAJOR_VERSION = 0x821b
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_MAJOR_VERSION" with expression '0x821B', CType: int More...
 
static final int GL_FRAMEBUFFER_DEFAULT_HEIGHT = 0x9311
 GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_FRAMEBUFFER_DEFAULT_HEIGHT" with expression '0x9311', CType: int More...
 
static final int GL_MAX_TEXTURE_BUFFER_SIZE = 0x8c2b
 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: GL_MAX_TEXTURE_BUFFER_SIZE_OES, GL_MAX_TEXTURE_BUFFER_SIZE_ARB, GL_MAX_TEXTURE_BUFFER_SIZE_EXT
Define "GL_MAX_TEXTURE_BUFFER_SIZE" with expression '0x8C2B', CType: int More...
 
static final int GL_MAX_UNIFORM_BUFFER_BINDINGS = 0x8a2f
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_MAX_UNIFORM_BUFFER_BINDINGS" with expression '0x8A2F', CType: int More...
 
static final int GL_FLOAT_MAT2x3 = 0x8b65
 GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
Alias for: GL_FLOAT_MAT2x3_NV
Define "GL_FLOAT_MAT2x3" with expression '0x8B65', CType: int More...
 
static final int GL_FLOAT_MAT2x4 = 0x8b66
 GL_ES_VERSION_3_0, GL_VERSION_2_1, GL_NV_non_square_matrices
Alias for: GL_FLOAT_MAT2x4_NV
Define "GL_FLOAT_MAT2x4" with expression '0x8B66', CType: int More...
 
static final int GL_RG16UI = 0x823a
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0
Define "GL_RG16UI" with expression '0x823A', CType: int More...
 
static final int GL_MAX_VARYING_COMPONENTS = 0x8b4b
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_geometry_shader4
Alias for: GL_MAX_VARYING_COMPONENTS_EXT
Define "GL_MAX_VARYING_COMPONENTS" with expression '0x8B4B', CType: int More...
 
static final int GL_UNSIGNED_INT_SAMPLER_2D = 0x8dd2
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: GL_UNSIGNED_INT_SAMPLER_2D_EXT
Define "GL_UNSIGNED_INT_SAMPLER_2D" with expression '0x8DD2', CType: int More...
 
static final int GL_UNSIGNED_INT_SAMPLER_3D = 0x8dd3
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: GL_UNSIGNED_INT_SAMPLER_3D_EXT
Define "GL_UNSIGNED_INT_SAMPLER_3D" with expression '0x8DD3', CType: int More...
 
static final int GL_INT_SAMPLER_CUBE = 0x8dcc
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: GL_INT_SAMPLER_CUBE_EXT
Define "GL_INT_SAMPLER_CUBE" with expression '0x8DCC', CType: int More...
 
static final int GL_RGB8_SNORM = 0x8f96
 GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_RGB8_SNORM" with expression '0x8F96', CType: int More...
 
static final int GL_MAX_GEOMETRY_ATOMIC_COUNTERS = 0x92d5
 GL_ARB_shader_atomic_counters, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_OES_geometry_shader, GL_EXT_geometry_shader
Alias for: GL_MAX_GEOMETRY_ATOMIC_COUNTERS_OES, GL_MAX_GEOMETRY_ATOMIC_COUNTERS_EXT
Define "GL_MAX_GEOMETRY_ATOMIC_COUNTERS" with expression '0x92D5', CType: int More...
 
static final int GL_RG8I = 0x8237
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0
Define "GL_RG8I" with expression '0x8237', CType: int More...
 
static final int GL_READ_BUFFER = 0xc02
 GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_EXT_multiview_draw_buffers, GL_NV_read_buffer
Alias for: GL_READ_BUFFER_EXT, GL_READ_BUFFER_NV
Define "GL_READ_BUFFER" with expression '0x0C02', CType: int More...
 
static final int GL_DEPTH_STENCIL_TEXTURE_MODE = 0x90ea
 GL_ARB_stencil_texturing, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_DEPTH_STENCIL_TEXTURE_MODE" with expression '0x90EA', CType: int More...
 
static final int GL_PRIMITIVES_GENERATED = 0x8c87
 GL_ES_VERSION_3_2, GL_VERSION_3_0, GL_EXT_transform_feedback, GL_EXT_geometry_shader, GL_NV_transform_feedback, GL_OES_geometry_shader
Alias for: GL_PRIMITIVES_GENERATED_EXT, GL_PRIMITIVES_GENERATED_NV, GL_PRIMITIVES_GENERATED_OES
Define "GL_PRIMITIVES_GENERATED" with expression '0x8C87', CType: int More...
 
static final int GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS = 0x92d0
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1
Define "GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS" with expression '0x92D0', CType: int More...
 
static final int GL_UNIFORM_BUFFER_BINDING = 0x8a28
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1, GL_EXT_bindable_uniform
Alias for: GL_UNIFORM_BUFFER_BINDING_EXT
Define "GL_UNIFORM_BUFFER_BINDING" with expression '0x8A28', CType: int More...
 
static final int GL_ATOMIC_COUNTER_BUFFER = 0x92c0
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1
Define "GL_ATOMIC_COUNTER_BUFFER" with expression '0x92C0', CType: int More...
 
static final int GL_MAX_FRAMEBUFFER_SAMPLES = 0x9318
 GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_MAX_FRAMEBUFFER_SAMPLES" with expression '0x9318', CType: int More...
 
static final int GL_MIRROR_CLAMP_TO_EDGE_EXT = 0x8743
 GL_EXT_texture_mirror_clamp_to_edge, GL_EXT_texture_mirror_clamp
Define "GL_MIRROR_CLAMP_TO_EDGE_EXT" with expression '0x8743', CType: int More...
 
static final int GL_DEPTH32F_STENCIL8 = 0x8cad
 GL_ARB_depth_buffer_float, GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_depth_buffer_float
Alias for: GL_DEPTH32F_STENCIL8_NV
Define "GL_DEPTH32F_STENCIL8" with expression '0x8CAD', CType: int More...
 
static final int GL_IMAGE_BINDING_LEVEL = 0x8f3b
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_ES_VERSION_3_1, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_BINDING_LEVEL_EXT
Define "GL_IMAGE_BINDING_LEVEL" with expression '0x8F3B', CType: int More...
 
static final int GL_BUFFER_MAP_OFFSET = 0x9121
 GL_ES_VERSION_3_0, GL_VERSION_3_0
Define "GL_BUFFER_MAP_OFFSET" with expression '0x9121', CType: int More...
 
static final int GL_ACTIVE_ATOMIC_COUNTER_BUFFERS = 0x92d9
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1
Define "GL_ACTIVE_ATOMIC_COUNTER_BUFFERS" with expression '0x92D9', CType: int More...
 
static final int GL_RGB10_A2UI = 0x906f
 GL_ARB_texture_rgb10_a2ui, GL_VERSION_3_3, GL_ES_VERSION_3_0
Define "GL_RGB10_A2UI" with expression '0x906F', CType: int More...
 
static final int GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS = 0x92dc
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1
Define "GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS" with expression '0x92DC', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_BUFFER_START = 0x8c84
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: GL_TRANSFORM_FEEDBACK_BUFFER_START_NV, GL_TRANSFORM_FEEDBACK_BUFFER_START_EXT
Define "GL_TRANSFORM_FEEDBACK_BUFFER_START" with expression '0x8C84', CType: int More...
 
static final int GL_COPY_WRITE_BUFFER_BINDING = 0x8f37
 GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_ARB_copy_buffer
Define "GL_COPY_WRITE_BUFFER_BINDING" with expression '0x8F37', CType: int More...
 
static final int GL_STENCIL = 0x1802
 GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_EXT_discard_framebuffer
Alias for: GL_STENCIL_EXT
Define "GL_STENCIL" with expression '0x1802', CType: int More...
 
static final int GL_ATOMIC_COUNTER_BUFFER_BINDING = 0x92c1
 GL_ARB_shader_atomic_counters, GL_VERSION_4_2, GL_ES_VERSION_3_1
Define "GL_ATOMIC_COUNTER_BUFFER_BINDING" with expression '0x92C1', CType: int More...
 
static final int GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS = 0x8a31
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS" with expression '0x8A31', CType: int More...
 
static final int GL_MAX_COMBINED_UNIFORM_BLOCKS = 0x8a2e
 GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1
Define "GL_MAX_COMBINED_UNIFORM_BLOCKS" with expression '0x8A2E', CType: int More...
 
static final int GL_INVALID_INDEX = 0xFFFFFFFF
 Part of GL_ARB_uniform_buffer_object More...
 
static final long GL_TIMEOUT_IGNORED = 0xFFFFFFFFFFFFFFFFL
 Part of GL_ARB_sync More...
 
- Static Public Attributes inherited from com.jogamp.opengl.GL2ES2
static final int GL_SHADER = 0x82e1
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: GL_SHADER_KHR
Define "GL_SHADER" with expression '0x82E1', CType: int More...
 
static final int GL_CURRENT_VERTEX_ATTRIB = 0x8626
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: GL_CURRENT_VERTEX_ATTRIB_ARB
Define "GL_CURRENT_VERTEX_ATTRIB" with expression '0x8626', CType: int More...
 
static final int GL_VERTEX_SHADER = 0x8b31
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_EXT_vertex_shader, GL_ARB_vertex_shader
Alias for: GL_VERTEX_SHADER_EXT, GL_VERTEX_SHADER_ARB
Define "GL_VERTEX_SHADER" with expression '0x8B31', CType: int More...
 
static final int GL_MAX_DEBUG_MESSAGE_LENGTH = 0x9143
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_output, GL_AMD_debug_output
Alias for: GL_MAX_DEBUG_MESSAGE_LENGTH_KHR, GL_MAX_DEBUG_MESSAGE_LENGTH_ARB, GL_MAX_DEBUG_MESSAGE_LENGTH_AMD
Define "GL_MAX_DEBUG_MESSAGE_LENGTH" with expression '0x9143', CType: int More...
 
static final int GL_DRAW_BUFFER1 = 0x8826
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_NV_draw_buffers, GL_ATI_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffers
Alias for: GL_DRAW_BUFFER1_NV, GL_DRAW_BUFFER1_ATI, GL_DRAW_BUFFER1_EXT, GL_DRAW_BUFFER1_ARB
Define "GL_DRAW_BUFFER1" with expression '0x8826', CType: int More...
 
static final int GL_MAX_FRAGMENT_UNIFORM_VECTORS = 0x8dfd
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1
Define "GL_MAX_FRAGMENT_UNIFORM_VECTORS" with expression '0x8DFD', CType: int More...
 
static final int GL_QUERY = 0x82e3
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: GL_QUERY_KHR
Define "GL_QUERY" with expression '0x82E3', CType: int More...
 
static final int GL_VERTEX_SHADER_BIT = 0x1
 GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
Alias for: GL_VERTEX_SHADER_BIT_EXT
Define "GL_VERTEX_SHADER_BIT" with expression '0x00000001', CType: int More...
 
static final int GL_MAX_DEPTH_TEXTURE_SAMPLES = 0x910f
 GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2
Define "GL_MAX_DEPTH_TEXTURE_SAMPLES" with expression '0x910F', CType: int More...
 
static final int GL_STENCIL_BACK_PASS_DEPTH_PASS = 0x8803
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_separate_stencil
Alias for: GL_STENCIL_BACK_PASS_DEPTH_PASS_ATI
Define "GL_STENCIL_BACK_PASS_DEPTH_PASS" with expression '0x8803', CType: int More...
 
static final int GL_ACTIVE_PROGRAM = 0x8259
 GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
Alias for: GL_ACTIVE_PROGRAM_EXT
Define "GL_ACTIVE_PROGRAM" with expression '0x8259', CType: int More...
 
static final int GL_COLOR_ATTACHMENT5 = 0x8ce5
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_draw_buffers
Alias for: GL_COLOR_ATTACHMENT5_EXT, GL_COLOR_ATTACHMENT5_NV
Define "GL_COLOR_ATTACHMENT5" with expression '0x8CE5', CType: int More...
 
static final int GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debug
Alias for: GL_DEBUG_SOURCE_WINDOW_SYSTEM_ARB, GL_DEBUG_SOURCE_WINDOW_SYSTEM_KHR
Define "GL_DEBUG_SOURCE_WINDOW_SYSTEM" with expression '0x8247', CType: int More...
 
static final int GL_STENCIL_BACK_FUNC = 0x8800
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_separate_stencil
Alias for: GL_STENCIL_BACK_FUNC_ATI
Define "GL_STENCIL_BACK_FUNC" with expression '0x8800', CType: int More...
 
static final int GL_COMPILE_STATUS = 0x8b81
 GL_ES_VERSION_2_0, GL_VERSION_2_0
Define "GL_COMPILE_STATUS" with expression '0x8B81', CType: int More...
 
static final int GL_DEBUG_GROUP_STACK_DEPTH = 0x826d
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: GL_DEBUG_GROUP_STACK_DEPTH_KHR
Define "GL_DEBUG_GROUP_STACK_DEPTH" with expression '0x826D', CType: int More...
 
static final int GL_FLOAT_VEC2 = 0x8b50
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: GL_FLOAT_VEC2_ARB
Define "GL_FLOAT_VEC2" with expression '0x8B50', CType: int More...
 
static final int GL_FLOAT_VEC4 = 0x8b52
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: GL_FLOAT_VEC4_ARB
Define "GL_FLOAT_VEC4" with expression '0x8B52', CType: int More...
 
static final int GL_FLOAT_VEC3 = 0x8b51
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: GL_FLOAT_VEC3_ARB
Define "GL_FLOAT_VEC3" with expression '0x8B51', CType: int More...
 
static final int GL_TIMESTAMP = 0x8e28
 GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query
Alias for: GL_TIMESTAMP_EXT
Define "GL_TIMESTAMP" with expression '0x8E28', CType: int More...
 
static final int GL_HSL_SATURATION = 0x92ae
 GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced
Alias for: GL_HSL_SATURATION_KHR, GL_HSL_SATURATION_NV
Define "GL_HSL_SATURATION" with expression '0x92AE', CType: int More...
 
static final int GL_MAX_LABEL_LENGTH = 0x82e8
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: GL_MAX_LABEL_LENGTH_KHR
Define "GL_MAX_LABEL_LENGTH" with expression '0x82E8', CType: int More...
 
static final int GL_DEBUG_SOURCE_OTHER = 0x824b
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_output
Alias for: GL_DEBUG_SOURCE_OTHER_KHR, GL_DEBUG_SOURCE_OTHER_ARB
Define "GL_DEBUG_SOURCE_OTHER" with expression '0x824B', CType: int More...
 
static final int GL_CURRENT_PROGRAM = 0x8b8d
 GL_ES_VERSION_2_0, GL_VERSION_2_0
Define "GL_CURRENT_PROGRAM" with expression '0x8B8D', CType: int More...
 
static final int GL_DRAW_BUFFER10 = 0x882f
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_ATI_draw_buffers, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffers
Alias for: GL_DRAW_BUFFER10_ATI, GL_DRAW_BUFFER10_NV, GL_DRAW_BUFFER10_EXT, GL_DRAW_BUFFER10_ARB
Define "GL_DRAW_BUFFER10" with expression '0x882F', CType: int More...
 
static final int GL_SHADER_SOURCE_LENGTH = 0x8b88
 GL_ES_VERSION_2_0, GL_VERSION_2_0
Define "GL_SHADER_SOURCE_LENGTH" with expression '0x8B88', CType: int More...
 
static final int GL_TEXTURE_FIXED_SAMPLE_LOCATIONS = 0x9107
 GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2
Define "GL_TEXTURE_FIXED_SAMPLE_LOCATIONS" with expression '0x9107', CType: int More...
 
static final int GL_COLORBURN = 0x929a
 GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced
Alias for: GL_COLORBURN_NV, GL_COLORBURN_KHR
Define "GL_COLORBURN" with expression '0x929A', CType: int More...
 
static final int GL_COMPARE_REF_TO_TEXTURE = 0x884e
 GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_shadow_samplers
Alias for: GL_COMPARE_REF_TO_TEXTURE_EXT
Define "GL_COMPARE_REF_TO_TEXTURE" with expression '0x884E', CType: int More...
 
static final int GL_COLOR_ATTACHMENT12 = 0x8cec
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_EXT_framebuffer_object
Alias for: GL_COLOR_ATTACHMENT12_NV, GL_COLOR_ATTACHMENT12_EXT
Define "GL_COLOR_ATTACHMENT12" with expression '0x8CEC', CType: int More...
 
static final int GL_DRAW_BUFFER14 = 0x8833
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_ATI_draw_buffers, GL_NV_draw_buffers
Alias for: GL_DRAW_BUFFER14_EXT, GL_DRAW_BUFFER14_ARB, GL_DRAW_BUFFER14_ATI, GL_DRAW_BUFFER14_NV
Define "GL_DRAW_BUFFER14" with expression '0x8833', CType: int More...
 
static final int GL_DEBUG_TYPE_PUSH_GROUP = 0x8269
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: GL_DEBUG_TYPE_PUSH_GROUP_KHR
Define "GL_DEBUG_TYPE_PUSH_GROUP" with expression '0x8269', CType: int More...
 
static final int GL_SHADER_BINARY_FORMATS = 0x8df8
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1
Define "GL_SHADER_BINARY_FORMATS" with expression '0x8DF8', CType: int More...
 
static final int GL_TEXTURE_BINDING_3D = 0x806a
 GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D
Alias for: GL_TEXTURE_BINDING_3D_OES
Define "GL_TEXTURE_BINDING_3D" with expression '0x806A', CType: int More...
 
static final int GL_CONTEXT_FLAG_DEBUG_BIT = 0x2
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: GL_CONTEXT_FLAG_DEBUG_BIT_KHR
Define "GL_CONTEXT_FLAG_DEBUG_BIT" with expression '0x00000002', CType: int More...
 
static final int GL_STENCIL_BACK_VALUE_MASK = 0x8ca4
 GL_ES_VERSION_2_0, GL_VERSION_2_0
Define "GL_STENCIL_BACK_VALUE_MASK" with expression '0x8CA4', CType: int More...
 
static final int GL_DRAW_BUFFER8 = 0x882d
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_ATI_draw_buffers
Alias for: GL_DRAW_BUFFER8_NV, GL_DRAW_BUFFER8_EXT, GL_DRAW_BUFFER8_ARB, GL_DRAW_BUFFER8_ATI
Define "GL_DRAW_BUFFER8" with expression '0x882D', CType: int More...
 
static final int GL_STACK_UNDERFLOW = 0x504
 GL_ES_VERSION_3_2, GL_VERSION_1_0, GL_VERSION_ES_1_0, GL_KHR_debug
Alias for: GL_STACK_UNDERFLOW_KHR
Define "GL_STACK_UNDERFLOW" with expression '0x0504', CType: int More...
 
static final int GL_SOFTLIGHT = 0x929c
 GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced
Alias for: GL_SOFTLIGHT_KHR, GL_SOFTLIGHT_NV
Define "GL_SOFTLIGHT" with expression '0x929C', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_POINTER = 0x8645
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB
Define "GL_VERTEX_ATTRIB_ARRAY_POINTER" with expression '0x8645', CType: int More...
 
static final int GL_TEXTURE_BORDER_COLOR = 0x1004
 GL_ES_VERSION_3_2, GL_VERSION_1_0, GL_OES_texture_border_clamp, GL_NV_texture_border_clamp, GL_EXT_texture_border_clamp
Alias for: GL_TEXTURE_BORDER_COLOR_OES, GL_TEXTURE_BORDER_COLOR_NV, GL_TEXTURE_BORDER_COLOR_EXT
Define "GL_TEXTURE_BORDER_COLOR" with expression '0x1004', CType: int More...
 
static final int GL_GPU_DISJOINT = 0x8fbb
 GL_EXT_disjoint_timer_query
Alias for: GL_GPU_DISJOINT_EXT
Define "GL_GPU_DISJOINT" with expression '0x8FBB', CType: int More...
 
static final int GL_MAX_VARYING_VECTORS = 0x8dfc
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1
Define "GL_MAX_VARYING_VECTORS" with expression '0x8DFC', CType: int More...
 
static final int GL_COLOR_ATTACHMENT9 = 0x8ce9
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_EXT_framebuffer_object
Alias for: GL_COLOR_ATTACHMENT9_NV, GL_COLOR_ATTACHMENT9_EXT
Define "GL_COLOR_ATTACHMENT9" with expression '0x8CE9', CType: int More...
 
static final int GL_DRAW_BUFFER4 = 0x8829
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_ATI_draw_buffers, GL_NV_draw_buffers, GL_ARB_draw_buffers, GL_EXT_draw_buffers
Alias for: GL_DRAW_BUFFER4_ATI, GL_DRAW_BUFFER4_NV, GL_DRAW_BUFFER4_ARB, GL_DRAW_BUFFER4_EXT
Define "GL_DRAW_BUFFER4" with expression '0x8829', CType: int More...
 
static final int GL_INT_10_10_10_2 = 0x8df7
 GL_OES_vertex_type_10_10_10_2
Alias for: GL_INT_10_10_10_2_OES
Define "GL_INT_10_10_10_2" with expression '0x8DF7', CType: int More...
 
static final int GL_STREAM_DRAW = 0x88e0
 GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_ARB_vertex_buffer_object
Alias for: GL_STREAM_DRAW_ARB
Define "GL_STREAM_DRAW" with expression '0x88E0', CType: int More...
 
static final int GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102
 GL_ES_VERSION_3_2, GL_NV_internalformat_sample_query, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_OES_texture_storage_multisample_2d_array
Alias for: GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES
Define "GL_TEXTURE_2D_MULTISAMPLE_ARRAY" with expression '0x9102', CType: int More...
 
static final int GL_ATTACHED_SHADERS = 0x8b85
 GL_ES_VERSION_2_0, GL_VERSION_2_0
Define "GL_ATTACHED_SHADERS" with expression '0x8B85', CType: int More...
 
static final int GL_LOW_INT = 0x8df3
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1
Define "GL_LOW_INT" with expression '0x8DF3', CType: int More...
 
static final int GL_HARDLIGHT = 0x929b
 GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced
Alias for: GL_HARDLIGHT_NV, GL_HARDLIGHT_KHR
Define "GL_HARDLIGHT" with expression '0x929B', CType: int More...
 
static final int GL_BLEND_ADVANCED_COHERENT_KHR = 0x9285
 GL_KHR_blend_equation_advanced_coherent
Define "GL_BLEND_ADVANCED_COHERENT_KHR" with expression '0x9285', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_NORMALIZED = 0x886a
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB
Define "GL_VERTEX_ATTRIB_ARRAY_NORMALIZED" with expression '0x886A', CType: int More...
 
static final int GL_MAX_COLOR_TEXTURE_SAMPLES = 0x910e
 GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2
Define "GL_MAX_COLOR_TEXTURE_SAMPLES" with expression '0x910E', CType: int More...
 
static final int GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8b8a
 GL_ES_VERSION_2_0, GL_VERSION_2_0
Define "GL_ACTIVE_ATTRIBUTE_MAX_LENGTH" with expression '0x8B8A', CType: int More...
 
static final int GL_STENCIL_BACK_WRITEMASK = 0x8ca5
 GL_ES_VERSION_2_0, GL_VERSION_2_0
Define "GL_STENCIL_BACK_WRITEMASK" with expression '0x8CA5', CType: int More...
 
static final int GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910c
 GL_ES_VERSION_3_2, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_OES_texture_storage_multisample_2d_array
Alias for: GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
Define "GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY" with expression '0x910C', CType: int More...
 
static final int GL_STENCIL_BACK_FAIL = 0x8801
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_separate_stencil
Alias for: GL_STENCIL_BACK_FAIL_ATI
Define "GL_STENCIL_BACK_FAIL" with expression '0x8801', CType: int More...
 
static final int GL_MEDIUM_FLOAT = 0x8df1
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1
Define "GL_MEDIUM_FLOAT" with expression '0x8DF1', CType: int More...
 
static final int GL_SHADER_BINARY_DMP = 0x9250
 GL_DMP_shader_binary
Define "GL_SHADER_BINARY_DMP" with expression '0x9250', CType: int More...
 
static final int GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH = 0x8243
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_output
Alias for: GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_KHR, GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_ARB
Define "GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH" with expression '0x8243', CType: int More...
 
static final int GL_DEBUG_SEVERITY_HIGH = 0x9146
 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: GL_DEBUG_SEVERITY_HIGH_ARB, GL_DEBUG_SEVERITY_HIGH_KHR, GL_DEBUG_SEVERITY_HIGH_AMD
Define "GL_DEBUG_SEVERITY_HIGH" with expression '0x9146', CType: int More...
 
static final int GL_DEBUG_SOURCE_API = 0x8246
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debug
Alias for: GL_DEBUG_SOURCE_API_ARB, GL_DEBUG_SOURCE_API_KHR
Define "GL_DEBUG_SOURCE_API" with expression '0x8246', CType: int More...
 
static final int GL_NUM_PROGRAM_BINARY_FORMATS = 0x87fe
 GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_OES_get_program_binary
Alias for: GL_NUM_PROGRAM_BINARY_FORMATS_OES
Define "GL_NUM_PROGRAM_BINARY_FORMATS" with expression '0x87FE', CType: int More...
 
static final int GL_SAMPLER_2D = 0x8b5e
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: GL_SAMPLER_2D_ARB
Define "GL_SAMPLER_2D" with expression '0x8B5E', CType: int More...
 
static final int GL_STENCIL_BACK_REF = 0x8ca3
 GL_ES_VERSION_2_0, GL_VERSION_2_0
Define "GL_STENCIL_BACK_REF" with expression '0x8CA3', CType: int More...
 
static final int GL_INT = 0x1404
 GL_ES_VERSION_2_0, GL_VERSION_1_0
Define "GL_INT" with expression '0x1404', CType: int More...
 
static final int GL_MEDIUM_INT = 0x8df4
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1
Define "GL_MEDIUM_INT" with expression '0x8DF4', CType: int More...
 
static final int GL_TEXTURE_COMPARE_MODE = 0x884c
 GL_ES_VERSION_3_0, GL_VERSION_1_4, GL_EXT_shadow_samplers, GL_ARB_shadow
Alias for: GL_TEXTURE_COMPARE_MODE_EXT, GL_TEXTURE_COMPARE_MODE_ARB
Define "GL_TEXTURE_COMPARE_MODE" with expression '0x884C', CType: int More...
 
static final int GL_VALIDATE_STATUS = 0x8b83
 GL_ES_VERSION_2_0, GL_VERSION_2_0
Define "GL_VALIDATE_STATUS" with expression '0x8B83', CType: int More...
 
static final int GL_MAX_DEBUG_LOGGED_MESSAGES = 0x9144
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_AMD_debug_output, GL_KHR_debug, GL_ARB_debug_output
Alias for: GL_MAX_DEBUG_LOGGED_MESSAGES_AMD, GL_MAX_DEBUG_LOGGED_MESSAGES_KHR, GL_MAX_DEBUG_LOGGED_MESSAGES_ARB
Define "GL_MAX_DEBUG_LOGGED_MESSAGES" with expression '0x9144', CType: int More...
 
static final int GL_LIGHTEN = 0x9298
 GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced
Alias for: GL_LIGHTEN_KHR, GL_LIGHTEN_NV
Define "GL_LIGHTEN" with expression '0x9298', CType: int More...
 
static final int GL_COLOR_ATTACHMENT4 = 0x8ce4
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_draw_buffers
Alias for: GL_COLOR_ATTACHMENT4_EXT, GL_COLOR_ATTACHMENT4_NV
Define "GL_COLOR_ATTACHMENT4" with expression '0x8CE4', CType: int More...
 
static final int GL_CONSERVATIVE_RASTER_MODE_PRE_SNAP_NV = 0x9550
 GL_NV_conservative_raster_pre_snap
Define "GL_CONSERVATIVE_RASTER_MODE_PRE_SNAP_NV" with expression '0x9550', CType: int More...
 
static final int GL_TIME_ELAPSED = 0x88bf
 GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query, GL_EXT_timer_query
Alias for: GL_TIME_ELAPSED_EXT
Define "GL_TIME_ELAPSED" with expression '0x88BF', CType: int More...
 
static final int GL_COLOR_ATTACHMENT10 = 0x8cea
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_EXT_framebuffer_object
Alias for: GL_COLOR_ATTACHMENT10_NV, GL_COLOR_ATTACHMENT10_EXT
Define "GL_COLOR_ATTACHMENT10" with expression '0x8CEA', CType: int More...
 
static final int GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debug
Alias for: GL_DEBUG_SOURCE_SHADER_COMPILER_ARB, GL_DEBUG_SOURCE_SHADER_COMPILER_KHR
Define "GL_DEBUG_SOURCE_SHADER_COMPILER" with expression '0x8248', CType: int More...
 
static final int GL_DEBUG_SEVERITY_NOTIFICATION = 0x826b
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: GL_DEBUG_SEVERITY_NOTIFICATION_KHR
Define "GL_DEBUG_SEVERITY_NOTIFICATION" with expression '0x826B', CType: int More...
 
static final int GL_SAMPLE_MASK_VALUE = 0x8e52
 GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_SGIS_multisample, GL_NV_explicit_multisample, GL_EXT_multisample
Alias for: GL_SAMPLE_MASK_VALUE_SGIS, GL_SAMPLE_MASK_VALUE_NV, GL_SAMPLE_MASK_VALUE_EXT
Define "GL_SAMPLE_MASK_VALUE" with expression '0x8E52', CType: int More...
 
static final int GL_DRAW_BUFFER0 = 0x8825
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_ATI_draw_buffers, GL_NV_draw_buffers
Alias for: GL_DRAW_BUFFER0_EXT, GL_DRAW_BUFFER0_ARB, GL_DRAW_BUFFER0_ATI, GL_DRAW_BUFFER0_NV
Define "GL_DRAW_BUFFER0" with expression '0x8825', CType: int More...
 
static final int GL_SHADING_LANGUAGE_VERSION = 0x8b8c
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shading_language_100
Alias for: GL_SHADING_LANGUAGE_VERSION_ARB
Define "GL_SHADING_LANGUAGE_VERSION" with expression '0x8B8C', CType: int More...
 
static final int GL_CURRENT_QUERY = 0x8865
 GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
Alias for: GL_CURRENT_QUERY_EXT, GL_CURRENT_QUERY_ARB
Define "GL_CURRENT_QUERY" with expression '0x8865', CType: int More...
 
static final int GL_UNSIGNED_NORMALIZED = 0x8c17
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_color_buffer_half_float, GL_ARB_texture_float
Alias for: GL_UNSIGNED_NORMALIZED_EXT, GL_UNSIGNED_NORMALIZED_ARB
Define "GL_UNSIGNED_NORMALIZED" with expression '0x8C17', CType: int More...
 
static final int GL_TEXTURE_SAMPLES = 0x9106
 GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_IMG_multisampled_render_to_texture
Alias for: GL_TEXTURE_SAMPLES_IMG
Define "GL_TEXTURE_SAMPLES" with expression '0x9106', CType: int More...
 
static final int GL_MULTIPLY = 0x9294
 GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced
Alias for: GL_MULTIPLY_NV, GL_MULTIPLY_KHR
Define "GL_MULTIPLY" with expression '0x9294', CType: int More...
 
static final int GL_DEBUG_LOGGED_MESSAGES = 0x9145
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_AMD_debug_output, GL_ARB_debug_output
Alias for: GL_DEBUG_LOGGED_MESSAGES_KHR, GL_DEBUG_LOGGED_MESSAGES_AMD, GL_DEBUG_LOGGED_MESSAGES_ARB
Define "GL_DEBUG_LOGGED_MESSAGES" with expression '0x9145', CType: int More...
 
static final int GL_SAMPLER_CUBE = 0x8b60
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: GL_SAMPLER_CUBE_ARB
Define "GL_SAMPLER_CUBE" with expression '0x8B60', CType: int More...
 
static final int GL_LOW_FLOAT = 0x8df0
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1
Define "GL_LOW_FLOAT" with expression '0x8DF0', CType: int More...
 
static final int GL_COLOR_ATTACHMENT1 = 0x8ce1
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_draw_buffers
Alias for: GL_COLOR_ATTACHMENT1_EXT, GL_COLOR_ATTACHMENT1_NV
Define "GL_COLOR_ATTACHMENT1" with expression '0x8CE1', CType: int More...
 
static final int GL_DELETE_STATUS = 0x8b80
 GL_ES_VERSION_2_0, GL_VERSION_2_0
Define "GL_DELETE_STATUS" with expression '0x8B80', CType: int More...
 
static final int GL_QUERY_RESULT = 0x8866
 GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
Alias for: GL_QUERY_RESULT_EXT, GL_QUERY_RESULT_ARB
Define "GL_QUERY_RESULT" with expression '0x8866', CType: int More...
 
static final int GL_DEBUG_TYPE_OTHER = 0x8251
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debug
Alias for: GL_DEBUG_TYPE_OTHER_ARB, GL_DEBUG_TYPE_OTHER_KHR
Define "GL_DEBUG_TYPE_OTHER" with expression '0x8251', CType: int More...
 
static final int GL_COLOR_ATTACHMENT13 = 0x8ced
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_EXT_framebuffer_object
Alias for: GL_COLOR_ATTACHMENT13_NV, GL_COLOR_ATTACHMENT13_EXT
Define "GL_COLOR_ATTACHMENT13" with expression '0x8CED', CType: int More...
 
static final int GL_BLEND_COLOR = 0x8005
 GL_ARB_imaging, GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_blend_color
Alias for: GL_BLEND_COLOR_EXT
Define "GL_BLEND_COLOR" with expression '0x8005', CType: int More...
 
static final int GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS = 0x8b4c
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shader
Alias for: GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB
Define "GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS" with expression '0x8B4C', CType: int More...
 
static final int GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8b87
 GL_ES_VERSION_2_0, GL_VERSION_2_0
Define "GL_ACTIVE_UNIFORM_MAX_LENGTH" with expression '0x8B87', CType: int More...
 
static final int GL_DRAW_BUFFER13 = 0x8832
 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: GL_DRAW_BUFFER13_EXT, GL_DRAW_BUFFER13_ARB, GL_DRAW_BUFFER13_NV, GL_DRAW_BUFFER13_ATI
Define "GL_DRAW_BUFFER13" with expression '0x8832', CType: int More...
 
static final int GL_ANY_SAMPLES_PASSED = 0x8c2f
 GL_VERSION_3_3, GL_ES_VERSION_3_0, GL_ARB_occlusion_query2, GL_EXT_occlusion_query_boolean
Alias for: GL_ANY_SAMPLES_PASSED_EXT
Define "GL_ANY_SAMPLES_PASSED" with expression '0x8C2F', CType: int More...
 
static final int GL_DRAW_BUFFER7 = 0x882c
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_NV_draw_buffers, GL_ATI_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffers
Alias for: GL_DRAW_BUFFER7_NV, GL_DRAW_BUFFER7_ATI, GL_DRAW_BUFFER7_EXT, GL_DRAW_BUFFER7_ARB
Define "GL_DRAW_BUFFER7" with expression '0x882C', CType: int More...
 
static final int GL_DIFFERENCE = 0x929e
 GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced
Alias for: GL_DIFFERENCE_NV, GL_DIFFERENCE_KHR
Define "GL_DIFFERENCE" with expression '0x929E', CType: int More...
 
static final int GL_DRAW_BUFFER3 = 0x8828
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_ATI_draw_buffers, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffers
Alias for: GL_DRAW_BUFFER3_ATI, GL_DRAW_BUFFER3_NV, GL_DRAW_BUFFER3_EXT, GL_DRAW_BUFFER3_ARB
Define "GL_DRAW_BUFFER3" with expression '0x8828', CType: int More...
 
static final int GL_DEBUG_OUTPUT = 0x92e0
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: GL_DEBUG_OUTPUT_KHR
Define "GL_DEBUG_OUTPUT" with expression '0x92E0', CType: int More...
 
static final int GL_COLOR_ATTACHMENT8 = 0x8ce8
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_draw_buffers
Alias for: GL_COLOR_ATTACHMENT8_EXT, GL_COLOR_ATTACHMENT8_NV
Define "GL_COLOR_ATTACHMENT8" with expression '0x8CE8', CType: int More...
 
static final int GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910d
 GL_ES_VERSION_3_2, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_OES_texture_storage_multisample_2d_array
Alias for: GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
Define "GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY" with expression '0x910D', CType: int More...
 
static final int GL_OVERLAY = 0x9296
 GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced
Alias for: GL_OVERLAY_KHR, GL_OVERLAY_NV
Define "GL_OVERLAY" with expression '0x9296', CType: int More...
 
static final int GL_UNPACK_SKIP_PIXELS = 0xcf4
 GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_EXT_unpack_subimage
Alias for: GL_UNPACK_SKIP_PIXELS_EXT
Define "GL_UNPACK_SKIP_PIXELS" with expression '0x0CF4', CType: int More...
 
static final int GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368
 GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_texture_type_2_10_10_10_REV
Alias for: GL_UNSIGNED_INT_2_10_10_10_REV_EXT
Define "GL_UNSIGNED_INT_2_10_10_10_REV" with expression '0x8368', CType: int More...
 
static final int GL_DARKEN = 0x9297
 GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced
Alias for: GL_DARKEN_KHR, GL_DARKEN_NV
Define "GL_DARKEN" with expression '0x9297', CType: int More...
 
static final int GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY = 0x9105
 GL_ES_VERSION_3_2, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_OES_texture_storage_multisample_2d_array
Alias for: GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES
Define "GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY" with expression '0x9105', CType: int More...
 
static final int GL_PROGRAM_BINARY_LENGTH = 0x8741
 GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_OES_get_program_binary
Alias for: GL_PROGRAM_BINARY_LENGTH_OES
Define "GL_PROGRAM_BINARY_LENGTH" with expression '0x8741', CType: int More...
 
static final int GL_SHADER_COMPILER = 0x8dfa
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1
Define "GL_SHADER_COMPILER" with expression '0x8DFA', CType: int More...
 
static final int GL_DEBUG_SEVERITY_LOW = 0x9148
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_output, GL_AMD_debug_output
Alias for: GL_DEBUG_SEVERITY_LOW_KHR, GL_DEBUG_SEVERITY_LOW_ARB, GL_DEBUG_SEVERITY_LOW_AMD
Define "GL_DEBUG_SEVERITY_LOW" with expression '0x9148', CType: int More...
 
static final int GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824e
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debug
Alias for: GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_ARB, GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_KHR
Define "GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR" with expression '0x824E', CType: int More...
 
static final int GL_PROXY_TEXTURE_2D_MULTISAMPLE = 0x9101
 GL_ARB_texture_multisample, GL_VERSION_3_2
Define "GL_PROXY_TEXTURE_2D_MULTISAMPLE" with expression '0x9101', CType: int More...
 
static final int GL_DEBUG_TYPE_PORTABILITY = 0x824f
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debug
Alias for: GL_DEBUG_TYPE_PORTABILITY_ARB, GL_DEBUG_TYPE_PORTABILITY_KHR
Define "GL_DEBUG_TYPE_PORTABILITY" with expression '0x824F', CType: int More...
 
static final int GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9103
 GL_ARB_texture_multisample, GL_VERSION_3_2
Define "GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY" with expression '0x9103', CType: int More...
 
static final int GL_PROGRAM_SEPARABLE = 0x8258
 GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
Alias for: GL_PROGRAM_SEPARABLE_EXT
Define "GL_PROGRAM_SEPARABLE" with expression '0x8258', CType: int More...
 
static final int GL_BOOL = 0x8b56
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: GL_BOOL_ARB
Define "GL_BOOL" with expression '0x8B56', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_TYPE = 0x8625
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB
Define "GL_VERTEX_ATTRIB_ARRAY_TYPE" with expression '0x8625', CType: int More...
 
static final int GL_DEBUG_TYPE_ERROR = 0x824c
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debug
Alias for: GL_DEBUG_TYPE_ERROR_ARB, GL_DEBUG_TYPE_ERROR_KHR
Define "GL_DEBUG_TYPE_ERROR" with expression '0x824C', CType: int More...
 
static final int GL_UNPACK_ROW_LENGTH = 0xcf2
 GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_EXT_unpack_subimage
Alias for: GL_UNPACK_ROW_LENGTH_EXT
Define "GL_UNPACK_ROW_LENGTH" with expression '0x0CF2', CType: int More...
 
static final int GL_HSL_LUMINOSITY = 0x92b0
 GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced
Alias for: GL_HSL_LUMINOSITY_KHR, GL_HSL_LUMINOSITY_NV
Define "GL_HSL_LUMINOSITY" with expression '0x92B0', CType: int More...
 
static final int GL_HIGH_INT = 0x8df5
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1
Define "GL_HIGH_INT" with expression '0x8DF5', CType: int More...
 
static final int GL_COLOR_ATTACHMENT3 = 0x8ce3
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_draw_buffers
Alias for: GL_COLOR_ATTACHMENT3_EXT, GL_COLOR_ATTACHMENT3_NV
Define "GL_COLOR_ATTACHMENT3" with expression '0x8CE3', CType: int More...
 
static final long GL_ALL_SHADER_BITS = 0xffffffffL
 GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
Alias for: GL_ALL_SHADER_BITS_EXT
Define "GL_ALL_SHADER_BITS" with expression '0xFFFFFFFF', CType: long More...
 
static final int GL_MAX_VERTEX_ATTRIBS = 0x8869
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: GL_MAX_VERTEX_ATTRIBS_ARB
Define "GL_MAX_VERTEX_ATTRIBS" with expression '0x8869', CType: int More...
 
static final int GL_CONSTANT_ALPHA = 0x8003
 GL_ARB_imaging, GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_blend_color
Alias for: GL_CONSTANT_ALPHA_EXT
Define "GL_CONSTANT_ALPHA" with expression '0x8003', CType: int More...
 
static final int GL_SAMPLE_MASK = 0x8e51
 GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_EXT_multisample, GL_NV_explicit_multisample, GL_SGIS_multisample
Alias for: GL_SAMPLE_MASK_EXT, GL_SAMPLE_MASK_NV, GL_SAMPLE_MASK_SGIS
Define "GL_SAMPLE_MASK" with expression '0x8E51', CType: int More...
 
static final int GL_MAX_3D_TEXTURE_SIZE = 0x8073
 GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3D
Alias for: GL_MAX_3D_TEXTURE_SIZE_OES, GL_MAX_3D_TEXTURE_SIZE_EXT
Define "GL_MAX_3D_TEXTURE_SIZE" with expression '0x8073', CType: int More...
 
static final int GL_LINK_STATUS = 0x8b82
 GL_ES_VERSION_2_0, GL_VERSION_2_0
Define "GL_LINK_STATUS" with expression '0x8B82', CType: int More...
 
static final int GL_SAMPLER = 0x82e6
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: GL_SAMPLER_KHR
Define "GL_SAMPLER" with expression '0x82E6', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_SIZE = 0x8623
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB
Define "GL_VERTEX_ATTRIB_ARRAY_SIZE" with expression '0x8623', CType: int More...
 
static final int GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS = 0x8b4d
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_shader
Alias for: GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB
Define "GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS" with expression '0x8B4D', CType: int More...
 
static final int GL_UNPACK_SKIP_ROWS = 0xcf3
 GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_EXT_unpack_subimage
Alias for: GL_UNPACK_SKIP_ROWS_EXT
Define "GL_UNPACK_SKIP_ROWS" with expression '0x0CF3', CType: int More...
 
static final int GL_SAMPLER_2D_SHADOW = 0x8b62
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_EXT_shadow_samplers, GL_ARB_shader_objects
Alias for: GL_SAMPLER_2D_SHADOW_EXT, GL_SAMPLER_2D_SHADOW_ARB
Define "GL_SAMPLER_2D_SHADOW" with expression '0x8B62', CType: int More...
 
static final int GL_ACTIVE_UNIFORMS = 0x8b86
 GL_ES_VERSION_2_0, GL_VERSION_2_0
Define "GL_ACTIVE_UNIFORMS" with expression '0x8B86', CType: int More...
 
static final int GL_TEXTURE_2D_MULTISAMPLE = 0x9100
 GL_NV_internalformat_sample_query, GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2
Define "GL_TEXTURE_2D_MULTISAMPLE" with expression '0x9100', CType: int More...
 
static final int GL_INFO_LOG_LENGTH = 0x8b84
 GL_ES_VERSION_2_0, GL_VERSION_2_0
Define "GL_INFO_LOG_LENGTH" with expression '0x8B84', CType: int More...
 
static final int GL_MAX_VERTEX_UNIFORM_VECTORS = 0x8dfb
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1
Define "GL_MAX_VERTEX_UNIFORM_VECTORS" with expression '0x8DFB', CType: int More...
 
static final int GL_DRAW_BUFFER6 = 0x882b
 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: GL_DRAW_BUFFER6_EXT, GL_DRAW_BUFFER6_ARB, GL_DRAW_BUFFER6_NV, GL_DRAW_BUFFER6_ATI
Define "GL_DRAW_BUFFER6" with expression '0x882B', CType: int More...
 
static final int GL_DEPTH_COMPONENT = 0x1902
 GL_ES_VERSION_2_0, GL_VERSION_1_0
Define "GL_DEPTH_COMPONENT" with expression '0x1902', CType: int More...
 
static final int GL_CONTEXT_ROBUST_ACCESS = 0x90f3
 GL_KHR_robustness, GL_KHR_robustness, GL_EXT_robustness
Alias for: GL_CONTEXT_ROBUST_ACCESS_KHR, GL_CONTEXT_ROBUST_ACCESS_EXT
Define "GL_CONTEXT_ROBUST_ACCESS" with expression '0x90F3', CType: int More...
 
static final int GL_TEXTURE_COMPARE_FUNC = 0x884d
 GL_ES_VERSION_3_0, GL_VERSION_1_4, GL_EXT_shadow_samplers, GL_ARB_shadow
Alias for: GL_TEXTURE_COMPARE_FUNC_EXT, GL_TEXTURE_COMPARE_FUNC_ARB
Define "GL_TEXTURE_COMPARE_FUNC" with expression '0x884D', CType: int More...
 
static final int GL_DRAW_BUFFER12 = 0x8831
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_ATI_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_NV_draw_buffers
Alias for: GL_DRAW_BUFFER12_ATI, GL_DRAW_BUFFER12_EXT, GL_DRAW_BUFFER12_ARB, GL_DRAW_BUFFER12_NV
Define "GL_DRAW_BUFFER12" with expression '0x8831', CType: int More...
 
static final int GL_RG = 0x8227
 GL_ES_VERSION_3_0, GL_ARB_texture_rg, GL_VERSION_3_0, GL_EXT_texture_rg
Alias for: GL_RG_EXT
Define "GL_RG" with expression '0x8227', CType: int More...
 
static final int GL_DEBUG_CALLBACK_USER_PARAM = 0x8245
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_output
Alias for: GL_DEBUG_CALLBACK_USER_PARAM_KHR, GL_DEBUG_CALLBACK_USER_PARAM_ARB
Define "GL_DEBUG_CALLBACK_USER_PARAM" with expression '0x8245', CType: int More...
 
static final int GL_TEXTURE_3D = 0x806f
 GL_ES_VERSION_3_0, GL_EXT_sparse_texture, GL_VERSION_1_2, GL_OES_texture_3D, GL_EXT_texture3D
Alias for: GL_TEXTURE_3D_OES, GL_TEXTURE_3D_EXT
Define "GL_TEXTURE_3D" with expression '0x806F', CType: int More...
 
static final int GL_TEXTURE_BINDING_2D_MULTISAMPLE = 0x9104
 GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2
Define "GL_TEXTURE_BINDING_2D_MULTISAMPLE" with expression '0x9104', CType: int More...
 
static final int GL_QUERY_COUNTER_BITS = 0x8864
 GL_VERSION_1_5, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
Alias for: GL_QUERY_COUNTER_BITS_EXT, GL_QUERY_COUNTER_BITS_ARB
Define "GL_QUERY_COUNTER_BITS" with expression '0x8864', CType: int More...
 
static final int GL_PROGRAM = 0x82e2
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: GL_PROGRAM_KHR
Define "GL_PROGRAM" with expression '0x82E2', CType: int More...
 
static final int GL_HSL_COLOR = 0x92af
 GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced
Alias for: GL_HSL_COLOR_NV, GL_HSL_COLOR_KHR
Define "GL_HSL_COLOR" with expression '0x92AF', CType: int More...
 
static final int GL_UNSIGNED_INT_10_10_10_2 = 0x8df6
 GL_VERSION_1_2, GL_EXT_packed_pixels, GL_OES_vertex_type_10_10_10_2
Alias for: GL_UNSIGNED_INT_10_10_10_2_EXT, GL_UNSIGNED_INT_10_10_10_2_OES
Define "GL_UNSIGNED_INT_10_10_10_2" with expression '0x8DF6', CType: int More...
 
static final int GL_BOOL_VEC4 = 0x8b59
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: GL_BOOL_VEC4_ARB
Define "GL_BOOL_VEC4" with expression '0x8B59', CType: int More...
 
static final int GL_BOOL_VEC3 = 0x8b58
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: GL_BOOL_VEC3_ARB
Define "GL_BOOL_VEC3" with expression '0x8B58', CType: int More...
 
static final int GL_BOOL_VEC2 = 0x8b57
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: GL_BOOL_VEC2_ARB
Define "GL_BOOL_VEC2" with expression '0x8B57', CType: int More...
 
static final int GL_BUFFER = 0x82e0
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: GL_BUFFER_KHR
Define "GL_BUFFER" with expression '0x82E0', CType: int More...
 
static final int GL_SHADER_TYPE = 0x8b4f
 GL_ES_VERSION_2_0, GL_VERSION_2_0
Define "GL_SHADER_TYPE" with expression '0x8B4F', CType: int More...
 
static final int GL_FRAGMENT_SHADER_BIT = 0x2
 GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
Alias for: GL_FRAGMENT_SHADER_BIT_EXT
Define "GL_FRAGMENT_SHADER_BIT" with expression '0x00000002', CType: int More...
 
static final int GL_ACTIVE_ATTRIBUTES = 0x8b89
 GL_ES_VERSION_2_0, GL_VERSION_2_0
Define "GL_ACTIVE_ATTRIBUTES" with expression '0x8B89', CType: int More...
 
static final int GL_MAX_TEXTURE_IMAGE_UNITS = 0x8872
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_NV_fragment_program, GL_ARB_fragment_program
Alias for: GL_MAX_TEXTURE_IMAGE_UNITS_NV, GL_MAX_TEXTURE_IMAGE_UNITS_ARB
Define "GL_MAX_TEXTURE_IMAGE_UNITS" with expression '0x8872', CType: int More...
 
static final int GL_INT_SAMPLER_2D_MULTISAMPLE = 0x9109
 GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2
Define "GL_INT_SAMPLER_2D_MULTISAMPLE" with expression '0x9109', CType: int More...
 
static final int GL_INT_VEC4 = 0x8b55
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: GL_INT_VEC4_ARB
Define "GL_INT_VEC4" with expression '0x8B55', CType: int More...
 
static final int GL_INT_VEC2 = 0x8b53
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: GL_INT_VEC2_ARB
Define "GL_INT_VEC2" with expression '0x8B53', CType: int More...
 
static final int GL_INT_VEC3 = 0x8b54
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: GL_INT_VEC3_ARB
Define "GL_INT_VEC3" with expression '0x8B54', CType: int More...
 
static final int GL_DEBUG_TYPE_MARKER = 0x8268
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: GL_DEBUG_TYPE_MARKER_KHR
Define "GL_DEBUG_TYPE_MARKER" with expression '0x8268', CType: int More...
 
static final int GL_CONSTANT_COLOR = 0x8001
 GL_ARB_imaging, GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_blend_color
Alias for: GL_CONSTANT_COLOR_EXT
Define "GL_CONSTANT_COLOR" with expression '0x8001', CType: int More...
 
static final int GL_QUERY_RESULT_AVAILABLE = 0x8867
 GL_VERSION_1_5, GL_ES_VERSION_3_0, GL_EXT_disjoint_timer_query, GL_ARB_occlusion_query
Alias for: GL_QUERY_RESULT_AVAILABLE_EXT, GL_QUERY_RESULT_AVAILABLE_ARB
Define "GL_QUERY_RESULT_AVAILABLE" with expression '0x8867', CType: int More...
 
static final int GL_DEBUG_TYPE_POP_GROUP = 0x826a
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: GL_DEBUG_TYPE_POP_GROUP_KHR
Define "GL_DEBUG_TYPE_POP_GROUP" with expression '0x826A', CType: int More...
 
static final int GL_COLOR_ATTACHMENT14 = 0x8cee
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_EXT_framebuffer_object
Alias for: GL_COLOR_ATTACHMENT14_NV, GL_COLOR_ATTACHMENT14_EXT
Define "GL_COLOR_ATTACHMENT14" with expression '0x8CEE', CType: int More...
 
static final int GL_COLOR_ATTACHMENT7 = 0x8ce7
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_draw_buffers
Alias for: GL_COLOR_ATTACHMENT7_EXT, GL_COLOR_ATTACHMENT7_NV
Define "GL_COLOR_ATTACHMENT7" with expression '0x8CE7', CType: int More...
 
static final int GL_NUM_SHADER_BINARY_FORMATS = 0x8df9
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1
Define "GL_NUM_SHADER_BINARY_FORMATS" with expression '0x8DF9', CType: int More...
 
static final int GL_STACK_OVERFLOW = 0x503
 GL_ES_VERSION_3_2, GL_VERSION_1_0, GL_VERSION_ES_1_0, GL_KHR_debug
Alias for: GL_STACK_OVERFLOW_KHR
Define "GL_STACK_OVERFLOW" with expression '0x0503', CType: int More...
 
static final int GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debug
Alias for: GL_DEBUG_SOURCE_THIRD_PARTY_ARB, GL_DEBUG_SOURCE_THIRD_PARTY_KHR
Define "GL_DEBUG_SOURCE_THIRD_PARTY" with expression '0x8249', CType: int More...
 
static final int GL_CLAMP_TO_BORDER = 0x812d
 GL_ES_VERSION_3_2, GL_VERSION_1_3, GL_EXT_texture_border_clamp, GL_ARB_texture_border_clamp, GL_NV_texture_border_clamp, GL_OES_texture_border_clamp, GL_SGIS_texture_border_clamp
Alias for: GL_CLAMP_TO_BORDER_EXT, GL_CLAMP_TO_BORDER_ARB, GL_CLAMP_TO_BORDER_NV, GL_CLAMP_TO_BORDER_OES, GL_CLAMP_TO_BORDER_SGIS
Define "GL_CLAMP_TO_BORDER" with expression '0x812D', CType: int More...
 
static final int GL_TEXTURE_WRAP_R = 0x8072
 GL_ES_VERSION_3_0, GL_VERSION_1_2, GL_EXT_texture3D, GL_OES_texture_3D
Alias for: GL_TEXTURE_WRAP_R_EXT, GL_TEXTURE_WRAP_R_OES
Define "GL_TEXTURE_WRAP_R" with expression '0x8072', CType: int More...
 
static final int GL_SAMPLER_2D_MULTISAMPLE = 0x9108
 GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2
Define "GL_SAMPLER_2D_MULTISAMPLE" with expression '0x9108', CType: int More...
 
static final int GL_COLOR_ATTACHMENT6 = 0x8ce6
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_draw_buffers
Alias for: GL_COLOR_ATTACHMENT6_EXT, GL_COLOR_ATTACHMENT6_NV
Define "GL_COLOR_ATTACHMENT6" with expression '0x8CE6', CType: int More...
 
static final int GL_SAMPLE_POSITION = 0x8e50
 GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_NV_explicit_multisample
Alias for: GL_SAMPLE_POSITION_NV
Define "GL_SAMPLE_POSITION" with expression '0x8E50', CType: int More...
 
static final int GL_DRAW_BUFFER2 = 0x8827
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_NV_draw_buffers, GL_ATI_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffers
Alias for: GL_DRAW_BUFFER2_NV, GL_DRAW_BUFFER2_ATI, GL_DRAW_BUFFER2_EXT, GL_DRAW_BUFFER2_ARB
Define "GL_DRAW_BUFFER2" with expression '0x8827', CType: int More...
 
static final int GL_MAX_COLOR_ATTACHMENTS = 0x8cdf
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_fbo_color_attachments
Alias for: GL_MAX_COLOR_ATTACHMENTS_EXT, GL_MAX_COLOR_ATTACHMENTS_NV
Define "GL_MAX_COLOR_ATTACHMENTS" with expression '0x8CDF', CType: int More...
 
static final int GL_COLORDODGE = 0x9299
 GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced
Alias for: GL_COLORDODGE_NV, GL_COLORDODGE_KHR
Define "GL_COLORDODGE" with expression '0x9299', CType: int More...
 
static final int GL_DEBUG_CALLBACK_FUNCTION = 0x8244
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_debug_output, GL_KHR_debug
Alias for: GL_DEBUG_CALLBACK_FUNCTION_ARB, GL_DEBUG_CALLBACK_FUNCTION_KHR
Define "GL_DEBUG_CALLBACK_FUNCTION" with expression '0x8244', CType: int More...
 
static final int GL_DRAW_BUFFER9 = 0x882e
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_ATI_draw_buffers
Alias for: GL_DRAW_BUFFER9_NV, GL_DRAW_BUFFER9_EXT, GL_DRAW_BUFFER9_ARB, GL_DRAW_BUFFER9_ATI
Define "GL_DRAW_BUFFER9" with expression '0x882E', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_sRGB
Alias for: GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT
Define "GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING" with expression '0x8210', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE = 0x8211
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_color_buffer_half_float
Alias for: GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT
Define "GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE" with expression '0x8211', CType: int More...
 
static final int GL_EXCLUSION = 0x92a0
 GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced
Alias for: GL_EXCLUSION_NV, GL_EXCLUSION_KHR
Define "GL_EXCLUSION" with expression '0x92A0', CType: int More...
 
static final int GL_ANY_SAMPLES_PASSED_CONSERVATIVE = 0x8d6a
 GL_ARB_ES3_compatibility, GL_VERSION_4_3, GL_ES_VERSION_3_0, GL_EXT_occlusion_query_boolean
Alias for: GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT
Define "GL_ANY_SAMPLES_PASSED_CONSERVATIVE" with expression '0x8D6A', CType: int More...
 
static final int GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE = 0x910a
 GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2
Define "GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE" with expression '0x910A', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB
Define "GL_VERTEX_ATTRIB_ARRAY_STRIDE" with expression '0x8624', CType: int More...
 
static final int GL_DRAW_BUFFER11 = 0x8830
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_ATI_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_NV_draw_buffers
Alias for: GL_DRAW_BUFFER11_ATI, GL_DRAW_BUFFER11_EXT, GL_DRAW_BUFFER11_ARB, GL_DRAW_BUFFER11_NV
Define "GL_DRAW_BUFFER11" with expression '0x8830', CType: int More...
 
static final int GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004
 GL_ARB_imaging, GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_blend_color
Alias for: GL_ONE_MINUS_CONSTANT_ALPHA_EXT
Define "GL_ONE_MINUS_CONSTANT_ALPHA" with expression '0x8004', CType: int More...
 
static final int GL_HSL_HUE = 0x92ad
 GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced
Alias for: GL_HSL_HUE_NV, GL_HSL_HUE_KHR
Define "GL_HSL_HUE" with expression '0x92AD', CType: int More...
 
static final int GL_STENCIL_BACK_PASS_DEPTH_FAIL = 0x8802
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_separate_stencil
Alias for: GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATI
Define "GL_STENCIL_BACK_PASS_DEPTH_FAIL" with expression '0x8802', CType: int More...
 
static final int GL_DEBUG_TYPE_PERFORMANCE = 0x8250
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_output
Alias for: GL_DEBUG_TYPE_PERFORMANCE_KHR, GL_DEBUG_TYPE_PERFORMANCE_ARB
Define "GL_DEBUG_TYPE_PERFORMANCE" with expression '0x8250', CType: int More...
 
static final int GL_FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8b8b
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_OES_standard_derivatives, GL_ARB_fragment_shader
Alias for: GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES, GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB
Define "GL_FRAGMENT_SHADER_DERIVATIVE_HINT" with expression '0x8B8B', CType: int More...
 
static final int GL_COLOR_ATTACHMENT2 = 0x8ce2
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_draw_buffers
Alias for: GL_COLOR_ATTACHMENT2_EXT, GL_COLOR_ATTACHMENT2_NV
Define "GL_COLOR_ATTACHMENT2" with expression '0x8CE2', CType: int More...
 
static final int GL_PROGRAM_PIPELINE_BINDING = 0x825a
 GL_ARB_separate_shader_objects, GL_ES_VERSION_3_1, GL_VERSION_4_1, GL_EXT_separate_shader_objects
Alias for: GL_PROGRAM_PIPELINE_BINDING_EXT
Define "GL_PROGRAM_PIPELINE_BINDING" with expression '0x825A', CType: int More...
 
static final int GL_MAX_DRAW_BUFFERS = 0x8824
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffers, GL_ATI_draw_buffers
Alias for: GL_MAX_DRAW_BUFFERS_NV, GL_MAX_DRAW_BUFFERS_EXT, GL_MAX_DRAW_BUFFERS_ARB, GL_MAX_DRAW_BUFFERS_ATI
Define "GL_MAX_DRAW_BUFFERS" with expression '0x8824', CType: int More...
 
static final int GL_FRAGMENT_SHADER = 0x8b30
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ATI_fragment_shader, GL_ARB_fragment_shader
Alias for: GL_FRAGMENT_SHADER_ATI, GL_FRAGMENT_SHADER_ARB
Define "GL_FRAGMENT_SHADER" with expression '0x8B30', CType: int More...
 
static final int GL_DEBUG_OUTPUT_SYNCHRONOUS = 0x8242
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_output
Alias for: GL_DEBUG_OUTPUT_SYNCHRONOUS_KHR, GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB
Define "GL_DEBUG_OUTPUT_SYNCHRONOUS" with expression '0x8242', CType: int More...
 
static final int GL_PROGRAM_PIPELINE = 0x82e4
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: GL_PROGRAM_PIPELINE_KHR
Define "GL_PROGRAM_PIPELINE" with expression '0x82E4', CType: int More...
 
static final int GL_DEBUG_SOURCE_APPLICATION = 0x824a
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_output
Alias for: GL_DEBUG_SOURCE_APPLICATION_KHR, GL_DEBUG_SOURCE_APPLICATION_ARB
Define "GL_DEBUG_SOURCE_APPLICATION" with expression '0x824A', CType: int More...
 
static final int GL_MAX_SAMPLE_MASK_WORDS = 0x8e59
 GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_NV_explicit_multisample
Alias for: GL_MAX_SAMPLE_MASK_WORDS_NV
Define "GL_MAX_SAMPLE_MASK_WORDS" with expression '0x8E59', CType: int More...
 
static final int GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824d
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_output
Alias for: GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_KHR, GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_ARB
Define "GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR" with expression '0x824D', CType: int More...
 
static final int GL_HIGH_FLOAT = 0x8df2
 GL_ARB_ES2_compatibility, GL_ES_VERSION_2_0, GL_VERSION_4_1
Define "GL_HIGH_FLOAT" with expression '0x8DF2', CType: int More...
 
static final int GL_COLOR_ATTACHMENT11 = 0x8ceb
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_EXT_draw_buffers, GL_EXT_framebuffer_object, GL_NV_draw_buffers
Alias for: GL_COLOR_ATTACHMENT11_EXT, GL_COLOR_ATTACHMENT11_NV
Define "GL_COLOR_ATTACHMENT11" with expression '0x8CEB', CType: int More...
 
static final int GL_CONSERVATIVE_RASTER_MODE_NV = 0x954d
 GL_NV_conservative_raster_pre_snap_triangles
Define "GL_CONSERVATIVE_RASTER_MODE_NV" with expression '0x954D', CType: int More...
 
static final int GL_CONSERVATIVE_RASTER_MODE_PRE_SNAP_TRIANGLES_NV = 0x954f
 GL_NV_conservative_raster_pre_snap_triangles
Define "GL_CONSERVATIVE_RASTER_MODE_PRE_SNAP_TRIANGLES_NV" with expression '0x954F', CType: int More...
 
static final int GL_SAMPLER_3D = 0x8b5f
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_OES_texture_3D, GL_ARB_shader_objects
Alias for: GL_SAMPLER_3D_OES, GL_SAMPLER_3D_ARB
Define "GL_SAMPLER_3D" with expression '0x8B5F', CType: int More...
 
static final int GL_MAX_DEBUG_GROUP_STACK_DEPTH = 0x826c
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: GL_MAX_DEBUG_GROUP_STACK_DEPTH_KHR
Define "GL_MAX_DEBUG_GROUP_STACK_DEPTH" with expression '0x826C', CType: int More...
 
static final int GL_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910b
 GL_ES_VERSION_3_2, GL_ARB_texture_multisample, GL_VERSION_3_2, GL_OES_texture_storage_multisample_2d_array
Alias for: GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
Define "GL_SAMPLER_2D_MULTISAMPLE_ARRAY" with expression '0x910B', CType: int More...
 
static final int GL_COLOR_ATTACHMENT15 = 0x8cef
 GL_ES_VERSION_3_0, GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_NV_draw_buffers, GL_EXT_draw_buffers, GL_EXT_framebuffer_object
Alias for: GL_COLOR_ATTACHMENT15_NV, GL_COLOR_ATTACHMENT15_EXT
Define "GL_COLOR_ATTACHMENT15" with expression '0x8CEF', CType: int More...
 
static final int GL_DEBUG_SEVERITY_MEDIUM = 0x9147
 GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug, GL_ARB_debug_output, GL_AMD_debug_output
Alias for: GL_DEBUG_SEVERITY_MEDIUM_KHR, GL_DEBUG_SEVERITY_MEDIUM_ARB, GL_DEBUG_SEVERITY_MEDIUM_AMD
Define "GL_DEBUG_SEVERITY_MEDIUM" with expression '0x9147', CType: int More...
 
static final int GL_PROGRAM_BINARY_FORMATS = 0x87ff
 GL_ARB_get_program_binary, GL_ES_VERSION_3_0, GL_VERSION_4_1, GL_OES_get_program_binary
Alias for: GL_PROGRAM_BINARY_FORMATS_OES
Define "GL_PROGRAM_BINARY_FORMATS" with expression '0x87FF', CType: int More...
 
static final int GL_FLOAT_MAT4 = 0x8b5c
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: GL_FLOAT_MAT4_ARB
Define "GL_FLOAT_MAT4" with expression '0x8B5C', CType: int More...
 
static final int GL_FLOAT_MAT3 = 0x8b5b
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: GL_FLOAT_MAT3_ARB
Define "GL_FLOAT_MAT3" with expression '0x8B5B', CType: int More...
 
static final int GL_ONE_MINUS_CONSTANT_COLOR = 0x8002
 GL_ARB_imaging, GL_ES_VERSION_2_0, GL_VERSION_1_4, GL_EXT_blend_color
Alias for: GL_ONE_MINUS_CONSTANT_COLOR_EXT
Define "GL_ONE_MINUS_CONSTANT_COLOR" with expression '0x8002', CType: int More...
 
static final int GL_FLOAT_MAT2 = 0x8b5a
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: GL_FLOAT_MAT2_ARB
Define "GL_FLOAT_MAT2" with expression '0x8B5A', CType: int More...
 
static final int GL_MAX_INTEGER_SAMPLES = 0x9110
 GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2
Define "GL_MAX_INTEGER_SAMPLES" with expression '0x9110', CType: int More...
 
static final int GL_RED = 0x1903
 GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_NV_blend_equation_advanced, GL_EXT_texture_rg
Alias for: GL_RED_NV, GL_RED_EXT
Define "GL_RED" with expression '0x1903', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING = 0x889f
 GL_VERSION_1_5, GL_ES_VERSION_2_0, GL_ARB_vertex_buffer_object
Alias for: GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB
Define "GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING" with expression '0x889F', CType: int More...
 
static final int GL_DRAW_BUFFER5 = 0x882a
 GL_ES_VERSION_3_0, GL_VERSION_2_0, GL_NV_draw_buffers, GL_ATI_draw_buffers, GL_EXT_draw_buffers, GL_ARB_draw_buffers
Alias for: GL_DRAW_BUFFER5_NV, GL_DRAW_BUFFER5_ATI, GL_DRAW_BUFFER5_EXT, GL_DRAW_BUFFER5_ARB
Define "GL_DRAW_BUFFER5" with expression '0x882A', CType: int More...
 
static final int GL_CONSERVATIVE_RASTER_MODE_POST_SNAP_NV = 0x954e
 GL_NV_conservative_raster_pre_snap_triangles
Define "GL_CONSERVATIVE_RASTER_MODE_POST_SNAP_NV" with expression '0x954E', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_ENABLED = 0x8622
 GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB
Define "GL_VERTEX_ATTRIB_ARRAY_ENABLED" with expression '0x8622', CType: int More...
 
static final int GL_SCREEN = 0x9295
 GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced
Alias for: GL_SCREEN_KHR, GL_SCREEN_NV
Define "GL_SCREEN" with expression '0x9295', CType: int More...
 
static final int GL_DRAW_BUFFER15 = 0x8834
 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: GL_DRAW_BUFFER15_EXT, GL_DRAW_BUFFER15_ARB, GL_DRAW_BUFFER15_NV, GL_DRAW_BUFFER15_ATI
Define "GL_DRAW_BUFFER15" with expression '0x8834', CType: int More...
 
static final int GL_STENCIL_INDEX = 0x1901
 Part of GL_ES_VERSION_2_0, GL_VERSION_1_1, GL_VERSION_1_0 More...
 
- Static Public Attributes inherited from com.jogamp.opengl.GL3
static final int GL_PATCH_DEFAULT_INNER_LEVEL = 0x8e73
 GL_ARB_tessellation_shader, GL_VERSION_4_0
Define "GL_PATCH_DEFAULT_INNER_LEVEL" with expression '0x8E73', CType: int More...
 
static final int GL_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9056
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_2D_MULTISAMPLE_ARRAY_EXT
Define "GL_IMAGE_2D_MULTISAMPLE_ARRAY" with expression '0x9056', CType: int More...
 
static final int GL_VIEWPORT_INDEX_PROVOKING_VERTEX = 0x825f
 GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array, GL_OES_viewport_array
Alias for: GL_VIEWPORT_INDEX_PROVOKING_VERTEX_NV, GL_VIEWPORT_INDEX_PROVOKING_VERTEX_OES
Define "GL_VIEWPORT_INDEX_PROVOKING_VERTEX" with expression '0x825F', CType: int More...
 
static final int GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS = 0x8f9f
 GL_ARB_texture_gather
Alias for: GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB
Define "GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS" with expression '0x8F9F', CType: int More...
 
static final int GL_NUM_COMPATIBLE_SUBROUTINES = 0x8e4a
 GL_ARB_shader_subroutine, GL_VERSION_4_0
Define "GL_NUM_COMPATIBLE_SUBROUTINES" with expression '0x8E4A', CType: int More...
 
static final int GL_DOUBLE_MAT2x4 = 0x8f4a
 GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit
Alias for: GL_DOUBLE_MAT2x4_EXT
Define "GL_DOUBLE_MAT2x4" with expression '0x8F4A', CType: int More...
 
static final int GL_DOUBLE_MAT2x3 = 0x8f49
 GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit
Alias for: GL_DOUBLE_MAT2x3_EXT
Define "GL_DOUBLE_MAT2x3" with expression '0x8F49', CType: int More...
 
static final int GL_SRC1_COLOR = 0x88f9
 GL_VERSION_3_3, GL_ARB_blend_func_extended, GL_EXT_blend_func_extended
Alias for: GL_SRC1_COLOR_EXT
Define "GL_SRC1_COLOR" with expression '0x88F9', CType: int More...
 
static final int GL_LINES_ADJACENCY_ARB = 0xa
 GL_ARB_geometry_shader4
Define "GL_LINES_ADJACENCY_ARB" with expression '0x000A', CType: int More...
 
static final int GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB = 0x8ddf
 GL_ARB_geometry_shader4
Define "GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB" with expression '0x8DDF', CType: int More...
 
static final int GL_SHADER_INCLUDE_ARB = 0x8dae
 GL_ARB_shading_language_include
Define "GL_SHADER_INCLUDE_ARB" with expression '0x8DAE', CType: int More...
 
static final int GL_DOUBLE_VEC4 = 0x8ffe
 GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit
Alias for: GL_DOUBLE_VEC4_EXT
Define "GL_DOUBLE_VEC4" with expression '0x8FFE', CType: int More...
 
static final int GL_DOUBLE_VEC3 = 0x8ffd
 GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit
Alias for: GL_DOUBLE_VEC3_EXT
Define "GL_DOUBLE_VEC3" with expression '0x8FFD', CType: int More...
 
static final int GL_DOUBLE_VEC2 = 0x8ffc
 GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit
Alias for: GL_DOUBLE_VEC2_EXT
Define "GL_DOUBLE_VEC2" with expression '0x8FFC', CType: int More...
 
static final int GL_LINE_STRIP_ADJACENCY_ARB = 0xb
 GL_ARB_geometry_shader4
Define "GL_LINE_STRIP_ADJACENCY_ARB" with expression '0x000B', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB = 0x8da7
 GL_ARB_geometry_shader4
Define "GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB" with expression '0x8DA7', CType: int More...
 
static final int GL_INT_IMAGE_2D_MULTISAMPLE = 0x9060
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_INT_IMAGE_2D_MULTISAMPLE_EXT
Define "GL_INT_IMAGE_2D_MULTISAMPLE" with expression '0x9060', CType: int More...
 
static final int GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB = 0x8e8e
 GL_ARB_texture_compression_bptc
Define "GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB" with expression '0x8E8E', CType: int More...
 
static final int GL_VIEWPORT_BOUNDS_RANGE = 0x825d
 GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array, GL_OES_viewport_array
Alias for: GL_VIEWPORT_BOUNDS_RANGE_NV, GL_VIEWPORT_BOUNDS_RANGE_OES
Define "GL_VIEWPORT_BOUNDS_RANGE" with expression '0x825D', CType: int More...
 
static final int GL_UNSIGNED_INT_IMAGE_1D = 0x9062
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_UNSIGNED_INT_IMAGE_1D_EXT
Define "GL_UNSIGNED_INT_IMAGE_1D" with expression '0x9062', CType: int More...
 
static final int GL_COMPATIBLE_SUBROUTINES = 0x8e4b
 GL_ARB_shader_subroutine, GL_VERSION_4_0
Define "GL_COMPATIBLE_SUBROUTINES" with expression '0x8E4B', CType: int More...
 
static final int GL_DEPTH_CLAMP = 0x864f
 GL_ARB_depth_clamp, GL_VERSION_3_2, GL_NV_depth_clamp, GL_EXT_depth_clamp
Alias for: GL_DEPTH_CLAMP_NV, GL_DEPTH_CLAMP_EXT
Define "GL_DEPTH_CLAMP" with expression '0x864F', CType: int More...
 
static final int GL_TRIANGLE_STRIP_ADJACENCY_ARB = 0xd
 GL_ARB_geometry_shader4
Define "GL_TRIANGLE_STRIP_ADJACENCY_ARB" with expression '0x000D', CType: int More...
 
static final int GL_INT_IMAGE_1D = 0x9057
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_INT_IMAGE_1D_EXT
Define "GL_INT_IMAGE_1D" with expression '0x9057', CType: int More...
 
static final int GL_IMAGE_2D_MULTISAMPLE = 0x9055
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_2D_MULTISAMPLE_EXT
Define "GL_IMAGE_2D_MULTISAMPLE" with expression '0x9055', CType: int More...
 
static final int GL_IMAGE_1D_ARRAY = 0x9052
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_1D_ARRAY_EXT
Define "GL_IMAGE_1D_ARRAY" with expression '0x9052', CType: int More...
 
static final int GL_SYNC_CL_EVENT_ARB = 0x8240
 GL_ARB_cl_event
Define "GL_SYNC_CL_EVENT_ARB" with expression '0x8240', CType: int More...
 
static final int GL_TRIANGLES_ADJACENCY_ARB = 0xc
 GL_ARB_geometry_shader4
Define "GL_TRIANGLES_ADJACENCY_ARB" with expression '0x000C', CType: int More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB = 0x8da9
 GL_ARB_geometry_shader4
Define "GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB" with expression '0x8DA9', CType: int More...
 
static final int GL_ONE_MINUS_SRC1_COLOR = 0x88fa
 GL_VERSION_3_3, GL_ARB_blend_func_extended, GL_EXT_blend_func_extended
Alias for: GL_ONE_MINUS_SRC1_COLOR_EXT
Define "GL_ONE_MINUS_SRC1_COLOR" with expression '0x88FA', CType: int More...
 
static final int GL_SHADER_BINARY_FORMAT_SPIR_V = 0x9551
 GL_VERSION_4_6, GL_ARB_gl_spirv
Alias for: GL_SHADER_BINARY_FORMAT_SPIR_V_ARB
Define "GL_SHADER_BINARY_FORMAT_SPIR_V" with expression '0x9551', CType: int More...
 
static final int GL_ACTIVE_SUBROUTINE_UNIFORMS = 0x8de6
 GL_ARB_shader_subroutine, GL_VERSION_4_0
Define "GL_ACTIVE_SUBROUTINE_UNIFORMS" with expression '0x8DE6', CType: int More...
 
static final int GL_INT_IMAGE_2D_RECT = 0x905a
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_INT_IMAGE_2D_RECT_EXT
Define "GL_INT_IMAGE_2D_RECT" with expression '0x905A', CType: int More...
 
static final int GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9061
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT
Define "GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY" with expression '0x9061', CType: int More...
 
static final int GL_PATCH_DEFAULT_OUTER_LEVEL = 0x8e74
 GL_ARB_tessellation_shader, GL_VERSION_4_0
Define "GL_PATCH_DEFAULT_OUTER_LEVEL" with expression '0x8E74', CType: int More...
 
static final int GL_DOUBLE_MAT4 = 0x8f48
 GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit
Alias for: GL_DOUBLE_MAT4_EXT
Define "GL_DOUBLE_MAT4" with expression '0x8F48', CType: int More...
 
static final int GL_DOUBLE_MAT3 = 0x8f47
 GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit
Alias for: GL_DOUBLE_MAT3_EXT
Define "GL_DOUBLE_MAT3" with expression '0x8F47', CType: int More...
 
static final int GL_DOUBLE_MAT2 = 0x8f46
 GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit
Alias for: GL_DOUBLE_MAT2_EXT
Define "GL_DOUBLE_MAT2" with expression '0x8F46', CType: int More...
 
static final int GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB = 0x8ddd
 GL_ARB_geometry_shader4
Define "GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB" with expression '0x8DDD', CType: int More...
 
static final int GL_UNSIGNED_INT_IMAGE_1D_ARRAY = 0x9068
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_UNSIGNED_INT_IMAGE_1D_ARRAY_EXT
Define "GL_UNSIGNED_INT_IMAGE_1D_ARRAY" with expression '0x9068', CType: int More...
 
static final int GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH = 0x8e49
 GL_ARB_shader_subroutine, GL_VERSION_4_0
Define "GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH" with expression '0x8E49', CType: int More...
 
static final int GL_COMPRESSED_RGBA_BPTC_UNORM_ARB = 0x8e8c
 GL_ARB_texture_compression_bptc
Define "GL_COMPRESSED_RGBA_BPTC_UNORM_ARB" with expression '0x8E8C', CType: int More...
 
static final int GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB = 0x8e8d
 GL_ARB_texture_compression_bptc
Define "GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB" with expression '0x8E8D', CType: int More...
 
static final int GL_INT_IMAGE_1D_ARRAY = 0x905d
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_INT_IMAGE_1D_ARRAY_EXT
Define "GL_INT_IMAGE_1D_ARRAY" with expression '0x905D', CType: int More...
 
static final int GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB = 0x8c29
 GL_ARB_geometry_shader4
Define "GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB" with expression '0x8C29', CType: int More...
 
static final int GL_WEIGHTED_AVERAGE_ARB = 0x9367
 GL_ARB_texture_filter_minmax
Define "GL_WEIGHTED_AVERAGE_ARB" with expression '0x9367', CType: int More...
 
static final int GL_CONTEXT_COMPATIBILITY_PROFILE_BIT = 0x2
 GL_VERSION_3_2
Define "GL_CONTEXT_COMPATIBILITY_PROFILE_BIT" with expression '0x00000002', CType: int More...
 
static final int GL_GEOMETRY_OUTPUT_TYPE_ARB = 0x8ddc
 GL_ARB_geometry_shader4
Define "GL_GEOMETRY_OUTPUT_TYPE_ARB" with expression '0x8DDC', CType: int More...
 
static final int GL_GEOMETRY_VERTICES_OUT_ARB = 0x8dda
 GL_ARB_geometry_shader4
Define "GL_GEOMETRY_VERTICES_OUT_ARB" with expression '0x8DDA', CType: int More...
 
static final int GL_TEXTURE_REDUCTION_MODE_ARB = 0x9366
 GL_ARB_texture_filter_minmax
Define "GL_TEXTURE_REDUCTION_MODE_ARB" with expression '0x9366', CType: int More...
 
static final int GL_IMAGE_1D = 0x904c
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_1D_EXT
Define "GL_IMAGE_1D" with expression '0x904C', CType: int More...
 
static final int GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS = 0x8de8
 GL_ARB_shader_subroutine, GL_VERSION_4_0
Define "GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS" with expression '0x8DE8', CType: int More...
 
static final int GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB = 0x8de0
 GL_ARB_geometry_shader4
Define "GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB" with expression '0x8DE0', CType: int More...
 
static final int GL_ACTIVE_SUBROUTINE_MAX_LENGTH = 0x8e48
 GL_ARB_shader_subroutine, GL_VERSION_4_0
Define "GL_ACTIVE_SUBROUTINE_MAX_LENGTH" with expression '0x8E48', CType: int More...
 
static final int GL_NAMED_STRING_LENGTH_ARB = 0x8de9
 GL_ARB_shading_language_include
Define "GL_NAMED_STRING_LENGTH_ARB" with expression '0x8DE9', CType: int More...
 
static final int GL_DOUBLE_MAT4x2 = 0x8f4d
 GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit
Alias for: GL_DOUBLE_MAT4x2_EXT
Define "GL_DOUBLE_MAT4x2" with expression '0x8F4D', CType: int More...
 
static final int GL_DOUBLE_MAT4x3 = 0x8f4e
 GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit
Alias for: GL_DOUBLE_MAT4x3_EXT
Define "GL_DOUBLE_MAT4x3" with expression '0x8F4E', CType: int More...
 
static final int GL_GEOMETRY_INPUT_TYPE_ARB = 0x8ddb
 GL_ARB_geometry_shader4
Define "GL_GEOMETRY_INPUT_TYPE_ARB" with expression '0x8DDB', CType: int More...
 
static final int GL_ONE_MINUS_SRC1_ALPHA = 0x88fb
 GL_VERSION_3_3, GL_ARB_blend_func_extended, GL_EXT_blend_func_extended
Alias for: GL_ONE_MINUS_SRC1_ALPHA_EXT
Define "GL_ONE_MINUS_SRC1_ALPHA" with expression '0x88FB', CType: int More...
 
static final int GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER = 0x84f0
 GL_ARB_tessellation_shader, GL_VERSION_4_0
Define "GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER" with expression '0x84F0', CType: int More...
 
static final int GL_PROGRAM_POINT_SIZE_ARB = 0x8642
 GL_ARB_geometry_shader4
Define "GL_PROGRAM_POINT_SIZE_ARB" with expression '0x8642', CType: int More...
 
static final int GL_GEOMETRY_SHADER_ARB = 0x8dd9
 GL_ARB_geometry_shader4
Define "GL_GEOMETRY_SHADER_ARB" with expression '0x8DD9', CType: int More...
 
static final int GL_ACTIVE_SUBROUTINES = 0x8de5
 GL_ARB_shader_subroutine, GL_VERSION_4_0
Define "GL_ACTIVE_SUBROUTINES" with expression '0x8DE5', CType: int More...
 
static final int GL_SPIR_V_BINARY = 0x9552
 GL_VERSION_4_6, GL_ARB_gl_spirv
Alias for: GL_SPIR_V_BINARY_ARB
Define "GL_SPIR_V_BINARY" with expression '0x9552', CType: int More...
 
static final int GL_MAX_VERTEX_VARYING_COMPONENTS_ARB = 0x8dde
 GL_ARB_geometry_shader4
Define "GL_MAX_VERTEX_VARYING_COMPONENTS_ARB" with expression '0x8DDE', CType: int More...
 
static final int GL_VIEWPORT_SUBPIXEL_BITS = 0x825c
 GL_ARB_viewport_array, GL_VERSION_4_1, GL_OES_viewport_array, GL_NV_viewport_array
Alias for: GL_VIEWPORT_SUBPIXEL_BITS_OES, GL_VIEWPORT_SUBPIXEL_BITS_NV
Define "GL_VIEWPORT_SUBPIXEL_BITS" with expression '0x825C', CType: int More...
 
static final int GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB = 0x8de1
 GL_ARB_geometry_shader4
Define "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB" with expression '0x8DE1', CType: int More...
 
static final int GL_SYNC_CL_EVENT_COMPLETE_ARB = 0x8241
 GL_ARB_cl_event
Define "GL_SYNC_CL_EVENT_COMPLETE_ARB" with expression '0x8241', CType: int More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB = 0x8da8
 GL_ARB_geometry_shader4
Define "GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB" with expression '0x8DA8', CType: int More...
 
static final int GL_IMAGE_2D_RECT = 0x904f
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_IMAGE_2D_RECT_EXT
Define "GL_IMAGE_2D_RECT" with expression '0x904F', CType: int More...
 
static final int GL_MAX_DUAL_SOURCE_DRAW_BUFFERS = 0x88fc
 GL_VERSION_3_3, GL_ARB_blend_func_extended, GL_EXT_blend_func_extended
Alias for: GL_MAX_DUAL_SOURCE_DRAW_BUFFERS_EXT
Define "GL_MAX_DUAL_SOURCE_DRAW_BUFFERS" with expression '0x88FC', CType: int More...
 
static final int GL_PROGRAM_POINT_SIZE = 0x8642
 GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_ARB_geometry_shader4
Alias for: GL_PROGRAM_POINT_SIZE_EXT, GL_PROGRAM_POINT_SIZE_ARB
Define "GL_PROGRAM_POINT_SIZE" with expression '0x8642', CType: int More...
 
static final int GL_CONTEXT_CORE_PROFILE_BIT = 0x1
 GL_VERSION_3_2
Define "GL_CONTEXT_CORE_PROFILE_BIT" with expression '0x00000001', CType: int More...
 
static final int GL_MAX_IMAGE_SAMPLES = 0x906d
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_MAX_IMAGE_SAMPLES_EXT
Define "GL_MAX_IMAGE_SAMPLES" with expression '0x906D', CType: int More...
 
static final int GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x906c
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT
Define "GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY" with expression '0x906C', CType: int More...
 
static final int GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS = 0x8f39
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS_EXT
Define "GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS" with expression '0x8F39', CType: int More...
 
static final int GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB = 0x8e8f
 GL_ARB_texture_compression_bptc
Define "GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB" with expression '0x8E8F', CType: int More...
 
static final int GL_NAMED_STRING_TYPE_ARB = 0x8dea
 GL_ARB_shading_language_include
Define "GL_NAMED_STRING_TYPE_ARB" with expression '0x8DEA', CType: int More...
 
static final int GL_DOUBLE_MAT3x4 = 0x8f4c
 GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit
Alias for: GL_DOUBLE_MAT3x4_EXT
Define "GL_DOUBLE_MAT3x4" with expression '0x8F4C', CType: int More...
 
static final int GL_DOUBLE_MAT3x2 = 0x8f4b
 GL_ARB_gpu_shader_fp64, GL_VERSION_4_0, GL_EXT_vertex_attrib_64bit
Alias for: GL_DOUBLE_MAT3x2_EXT
Define "GL_DOUBLE_MAT3x2" with expression '0x8F4B', CType: int More...
 
static final int GL_CONTEXT_PROFILE_MASK = 0x9126
 GL_VERSION_3_2
Define "GL_CONTEXT_PROFILE_MASK" with expression '0x9126', CType: int More...
 
static final int GL_UNSIGNED_INT_IMAGE_2D_RECT = 0x9065
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_UNSIGNED_INT_IMAGE_2D_RECT_EXT
Define "GL_UNSIGNED_INT_IMAGE_2D_RECT" with expression '0x9065', CType: int More...
 
static final int GL_MAX_SUBROUTINES = 0x8de7
 GL_ARB_shader_subroutine, GL_VERSION_4_0
Define "GL_MAX_SUBROUTINES" with expression '0x8DE7', CType: int More...
 
static final int GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS = 0x8e47
 GL_ARB_shader_subroutine, GL_VERSION_4_0
Define "GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS" with expression '0x8E47', CType: int More...
 
static final int GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE = 0x906b
 GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store
Alias for: GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_EXT
Define "GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE" with expression '0x906B', CType: int More...
 
static final int GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x84f1
 GL_ARB_tessellation_shader, GL_VERSION_4_0
Define "GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER" with expression '0x84F1', CType: int More...
 
static final int GL_MAX_VIEWPORTS = 0x825b
 GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array, GL_OES_viewport_array
Alias for: GL_MAX_VIEWPORTS_NV, GL_MAX_VIEWPORTS_OES
Define "GL_MAX_VIEWPORTS" with expression '0x825B', CType: int More...
 
- Static Public Attributes inherited from com.jogamp.opengl.GL3ES3
static final int GL_GEOMETRY_INPUT_TYPE = 0x8917
 GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_ARB_geometry_shader4
Alias for: GL_GEOMETRY_INPUT_TYPE_EXT, GL_GEOMETRY_INPUT_TYPE_ARB
Define "GL_GEOMETRY_INPUT_TYPE" with expression '0x8917', CType: int More...
 
static final int GL_REFERENCED_BY_GEOMETRY_SHADER = 0x9309
 GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_program_interface_query, GL_EXT_geometry_shader, GL_OES_geometry_shader
Alias for: GL_REFERENCED_BY_GEOMETRY_SHADER_EXT, GL_REFERENCED_BY_GEOMETRY_SHADER_OES
Define "GL_REFERENCED_BY_GEOMETRY_SHADER" with expression '0x9309', CType: int More...
 
static final int GL_REFERENCED_BY_TESS_CONTROL_SHADER = 0x9307
 GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_program_interface_query, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_REFERENCED_BY_TESS_CONTROL_SHADER_EXT, GL_REFERENCED_BY_TESS_CONTROL_SHADER_OES
Define "GL_REFERENCED_BY_TESS_CONTROL_SHADER" with expression '0x9307', CType: int More...
 
static final int GL_TOP_LEVEL_ARRAY_SIZE = 0x930c
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_TOP_LEVEL_ARRAY_SIZE" with expression '0x930C', CType: int More...
 
static final int GL_MAX_GEOMETRY_INPUT_COMPONENTS = 0x9123
 GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_geometry_shader, GL_OES_geometry_shader
Alias for: GL_MAX_GEOMETRY_INPUT_COMPONENTS_EXT, GL_MAX_GEOMETRY_INPUT_COMPONENTS_OES
Define "GL_MAX_GEOMETRY_INPUT_COMPONENTS" with expression '0x9123', CType: int More...
 
static final int GL_SHADER_STORAGE_BUFFER_BINDING = 0x90d3
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object
Define "GL_SHADER_STORAGE_BUFFER_BINDING" with expression '0x90D3', CType: int More...
 
static final int GL_MAX_COMBINED_IMAGE_UNIFORMS = 0x90cf
 GL_ARB_shader_image_load_store, GL_ES_VERSION_3_1, GL_VERSION_4_2
Define "GL_MAX_COMBINED_IMAGE_UNIFORMS" with expression '0x90CF', CType: int More...
 
static final int GL_INT64_VEC2_NV = 0x8fe9
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_INT64_VEC2_NV" with expression '0x8FE9', CType: int More...
 
static final int GL_LINES_ADJACENCY = 0xa
 GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4
Alias for: GL_LINES_ADJACENCY_OES, GL_LINES_ADJACENCY_EXT, GL_LINES_ADJACENCY_ARB
Define "GL_LINES_ADJACENCY" with expression '0x000A', CType: int More...
 
static final int GL_COMPRESSED_RGBA_ASTC_4x4 = 0x93b0
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_RGBA_ASTC_4x4_KHR
Define "GL_COMPRESSED_RGBA_ASTC_4x4" with expression '0x93B0', CType: int More...
 
static final int GL_SYNC_GPU_COMMANDS_COMPLETE = 0x9117
 GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: GL_SYNC_GPU_COMMANDS_COMPLETE_APPLE
Define "GL_SYNC_GPU_COMMANDS_COMPLETE" with expression '0x9117', CType: int More...
 
static final int GL_MAX_TESS_CONTROL_INPUT_COMPONENTS = 0x886c
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_EXT, GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_OES
Define "GL_MAX_TESS_CONTROL_INPUT_COMPONENTS" with expression '0x886C', CType: int More...
 
static final int GL_FRACTIONAL_ODD = 0x8e7b
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_FRACTIONAL_ODD_EXT, GL_FRACTIONAL_ODD_OES
Define "GL_FRACTIONAL_ODD" with expression '0x8E7B', CType: int More...
 
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6 = 0x93d9
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR
Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6" with expression '0x93D9', CType: int More...
 
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5 = 0x93d8
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR
Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5" with expression '0x93D8', CType: int More...
 
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8 = 0x93da
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR
Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8" with expression '0x93DA', CType: int More...
 
static final int GL_MAX_COMPUTE_IMAGE_UNIFORMS = 0x91bd
 GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_MAX_COMPUTE_IMAGE_UNIFORMS" with expression '0x91BD', CType: int More...
 
static final int GL_LAYER_PROVOKING_VERTEX = 0x825e
 GL_ARB_viewport_array, GL_ES_VERSION_3_2, GL_VERSION_4_1, GL_EXT_geometry_shader, GL_OES_geometry_shader
Alias for: GL_LAYER_PROVOKING_VERTEX_EXT, GL_LAYER_PROVOKING_VERTEX_OES
Define "GL_LAYER_PROVOKING_VERTEX" with expression '0x825E', CType: int More...
 
static final int GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS = 0x90c9
 GL_ARB_shader_image_load_store, GL_ES_VERSION_3_1, GL_VERSION_4_2
Define "GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS" with expression '0x90C9', CType: int More...
 
static final int GL_UNSIGNED_INT64_NV = 0x140f
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_UNSIGNED_INT64_NV" with expression '0x140F', CType: int More...
 
static final int GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES = 0x8f39
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object
Define "GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES" with expression '0x8F39', CType: int More...
 
static final int GL_ACTIVE_RESOURCES = 0x92f5
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_ACTIVE_RESOURCES" with expression '0x92F5', CType: int More...
 
static final int GL_COMPRESSED_RGBA_ASTC_8x8 = 0x93b7
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_RGBA_ASTC_8x8_KHR
Define "GL_COMPRESSED_RGBA_ASTC_8x8" with expression '0x93B7', CType: int More...
 
static final int GL_MAX_COMPUTE_UNIFORM_COMPONENTS = 0x8263
 GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_MAX_COMPUTE_UNIFORM_COMPONENTS" with expression '0x8263', CType: int More...
 
static final int GL_COMPRESSED_RGBA_ASTC_8x6 = 0x93b6
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_RGBA_ASTC_8x6_KHR
Define "GL_COMPRESSED_RGBA_ASTC_8x6" with expression '0x93B6', CType: int More...
 
static final int GL_COMPRESSED_RGBA_ASTC_8x5 = 0x93b5
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_RGBA_ASTC_8x5_KHR
Define "GL_COMPRESSED_RGBA_ASTC_8x5" with expression '0x93B5', CType: int More...
 
static final int GL_UNSIGNED_INT8_VEC4_NV = 0x8fef
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_UNSIGNED_INT8_VEC4_NV" with expression '0x8FEF', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_VARYING = 0x92f4
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_TRANSFORM_FEEDBACK_VARYING" with expression '0x92F4', CType: int More...
 
static final int GL_REFERENCED_BY_VERTEX_SHADER = 0x9306
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_REFERENCED_BY_VERTEX_SHADER" with expression '0x9306', CType: int More...
 
static final int GL_MULTISAMPLE_LINE_WIDTH_RANGE = 0x9381
 GL_ES_VERSION_3_2, GL_ARB_ES3_2_compatibility
Alias for: GL_MULTISAMPLE_LINE_WIDTH_RANGE_ARB
Define "GL_MULTISAMPLE_LINE_WIDTH_RANGE" with expression '0x9381', CType: int More...
 
static final int GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS = 0x90d6
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object
Define "GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS" with expression '0x90D6', CType: int More...
 
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5 = 0x93d5
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR
Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5" with expression '0x93D5', CType: int More...
 
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6 = 0x93d6
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR
Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6" with expression '0x93D6', CType: int More...
 
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8 = 0x93d7
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR
Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8" with expression '0x93D7', CType: int More...
 
static final int GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS = 0x8e86
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_OES, GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_EXT
Define "GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS" with expression '0x8E86', CType: int More...
 
static final int GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS = 0x90cb
 GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_EXT, GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_OES
Define "GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS" with expression '0x90CB', CType: int More...
 
static final int GL_FRACTIONAL_EVEN = 0x8e7c
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_FRACTIONAL_EVEN_EXT, GL_FRACTIONAL_EVEN_OES
Define "GL_FRACTIONAL_EVEN" with expression '0x8E7C', CType: int More...
 
static final int GL_MAX_COMPUTE_WORK_GROUP_SIZE = 0x91bf
 GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_MAX_COMPUTE_WORK_GROUP_SIZE" with expression '0x91BF', CType: int More...
 
static final int GL_INT8_VEC4_NV = 0x8fe3
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_INT8_VEC4_NV" with expression '0x8FE3', CType: int More...
 
static final int GL_MAX_NUM_ACTIVE_VARIABLES = 0x92f7
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_MAX_NUM_ACTIVE_VARIABLES" with expression '0x92F7', CType: int More...
 
static final int GL_REFERENCED_BY_COMPUTE_SHADER = 0x930b
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_REFERENCED_BY_COMPUTE_SHADER" with expression '0x930B', CType: int More...
 
static final int GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = 0x8de1
 GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4, GL_OES_geometry_shader
Alias for: GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT, GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB, GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_OES
Define "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS" with expression '0x8DE1', CType: int More...
 
static final int GL_ATOMIC_COUNTER_BUFFER_INDEX = 0x9301
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_ATOMIC_COUNTER_BUFFER_INDEX" with expression '0x9301', CType: int More...
 
static final int GL_MAX_GEOMETRY_OUTPUT_VERTICES = 0x8de0
 GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4
Alias for: GL_MAX_GEOMETRY_OUTPUT_VERTICES_OES, GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT, GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB
Define "GL_MAX_GEOMETRY_OUTPUT_VERTICES" with expression '0x8DE0', CType: int More...
 
static final int GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET = 0x8e5e
 GL_ES_VERSION_3_1, GL_VERSION_4_0, GL_ARB_texture_gather, GL_NV_gpu_program5
Alias for: GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB, GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_NV
Define "GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET" with expression '0x8E5E', CType: int More...
 
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4 = 0x93d0
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR
Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4" with expression '0x93D0', CType: int More...
 
static final int GL_MAX_UNIFORM_LOCATIONS = 0x826e
 GL_ARB_explicit_uniform_location, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_MAX_UNIFORM_LOCATIONS" with expression '0x826E', CType: int More...
 
static final int GL_UNIFORM_BLOCK = 0x92e2
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_UNIFORM_BLOCK" with expression '0x92E2', CType: int More...
 
static final int GL_SYNC_STATUS = 0x9114
 GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: GL_SYNC_STATUS_APPLE
Define "GL_SYNC_STATUS" with expression '0x9114', CType: int More...
 
static final int GL_OFFSET = 0x92fc
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_OFFSET" with expression '0x92FC', CType: int More...
 
static final int GL_MAX_GEOMETRY_UNIFORM_COMPONENTS = 0x8ddf
 GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4
Alias for: GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_OES, GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT, GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB
Define "GL_MAX_GEOMETRY_UNIFORM_COMPONENTS" with expression '0x8DDF', CType: int More...
 
static final int GL_MAX_PATCH_VERTICES = 0x8e7d
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_MAX_PATCH_VERTICES_OES, GL_MAX_PATCH_VERTICES_EXT
Define "GL_MAX_PATCH_VERTICES" with expression '0x8E7D', CType: int More...
 
static final int GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS = 0x8e85
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_EXT, GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_OES
Define "GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS" with expression '0x8E85', CType: int More...
 
static final int GL_MAX_SHADER_STORAGE_BLOCK_SIZE = 0x90de
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object
Define "GL_MAX_SHADER_STORAGE_BLOCK_SIZE" with expression '0x90DE', CType: int More...
 
static final int GL_PROGRAM_OUTPUT = 0x92e4
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_PROGRAM_OUTPUT" with expression '0x92E4', CType: int More...
 
static final int GL_FLOAT16_VEC3_NV = 0x8ffa
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_half_float
Define "GL_FLOAT16_VEC3_NV" with expression '0x8FFA', CType: int More...
 
static final int GL_SYNC_FLAGS = 0x9115
 GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: GL_SYNC_FLAGS_APPLE
Define "GL_SYNC_FLAGS" with expression '0x9115', CType: int More...
 
static final int GL_VERTEX_BINDING_DIVISOR = 0x82d6
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding
Define "GL_VERTEX_BINDING_DIVISOR" with expression '0x82D6', CType: int More...
 
static final int GL_UNSIGNALED = 0x9118
 GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: GL_UNSIGNALED_APPLE
Define "GL_UNSIGNALED" with expression '0x9118', CType: int More...
 
static final int GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY = 0x9382
 GL_ES_VERSION_3_2, GL_ARB_ES3_2_compatibility
Alias for: GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY_ARB
Define "GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY" with expression '0x9382', CType: int More...
 
static final int GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS = 0x90da
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object
Define "GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS" with expression '0x90DA', CType: int More...
 
static final int GL_SHADER_STORAGE_BUFFER = 0x90d2
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object
Define "GL_SHADER_STORAGE_BUFFER" with expression '0x90D2', CType: int More...
 
static final int GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS = 0x8e83
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_EXT, GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_OES
Define "GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS" with expression '0x8E83', CType: int More...
 
static final int GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS = 0x90cc
 GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_OES, GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_EXT
Define "GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS" with expression '0x90CC', CType: int More...
 
static final int GL_UNSIGNED_INT16_VEC2_NV = 0x8ff1
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_UNSIGNED_INT16_VEC2_NV" with expression '0x8FF1', CType: int More...
 
static final int GL_FRAMEBUFFER_ATTACHMENT_LAYERED = 0x8da7
 GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4, GL_OES_geometry_shader
Alias for: GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT, GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB, GL_FRAMEBUFFER_ATTACHMENT_LAYERED_OES
Define "GL_FRAMEBUFFER_ATTACHMENT_LAYERED" with expression '0x8DA7', CType: int More...
 
static final int GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS = 0x90db
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object
Define "GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS" with expression '0x90DB', CType: int More...
 
static final int GL_TESS_GEN_VERTEX_ORDER = 0x8e78
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_TESS_GEN_VERTEX_ORDER_OES, GL_TESS_GEN_VERTEX_ORDER_EXT
Define "GL_TESS_GEN_VERTEX_ORDER" with expression '0x8E78', CType: int More...
 
static final int GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT = 0x90df
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object
Define "GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT" with expression '0x90DF', CType: int More...
 
static final int GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS = 0x90dd
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object
Define "GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS" with expression '0x90DD', CType: int More...
 
static final int GL_LINE_STRIP_ADJACENCY = 0xb
 GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4
Alias for: GL_LINE_STRIP_ADJACENCY_OES, GL_LINE_STRIP_ADJACENCY_EXT, GL_LINE_STRIP_ADJACENCY_ARB
Define "GL_LINE_STRIP_ADJACENCY" with expression '0x000B', CType: int More...
 
static final int GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS = 0x8266
 GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS" with expression '0x8266', CType: int More...
 
static final int GL_MATRIX_STRIDE = 0x92ff
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_MATRIX_STRIDE" with expression '0x92FF', CType: int More...
 
static final int GL_ACTIVE_VARIABLES = 0x9305
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_ACTIVE_VARIABLES" with expression '0x9305', CType: int More...
 
static final int GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS = 0x90d8
 GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_EXT, GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_OES
Define "GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS" with expression '0x90D8', CType: int More...
 
static final int GL_INT16_VEC2_NV = 0x8fe5
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_INT16_VEC2_NV" with expression '0x8FE5', CType: int More...
 
static final int GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8e80
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT, GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_OES
Define "GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS" with expression '0x8E80', CType: int More...
 
static final int GL_MIN_FRAGMENT_INTERPOLATION_OFFSET = 0x8e5b
 GL_ES_VERSION_3_2, GL_ARB_gpu_shader5, GL_VERSION_4_0, GL_NV_gpu_program5, GL_OES_shader_multisample_interpolation
Alias for: GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_NV, GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_OES
Define "GL_MIN_FRAGMENT_INTERPOLATION_OFFSET" with expression '0x8E5B', CType: int More...
 
static final int GL_UNSIGNED_INT64_VEC2_NV = 0x8ff5
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_UNSIGNED_INT64_VEC2_NV" with expression '0x8FF5', CType: int More...
 
static final int GL_MAX_FRAGMENT_INTERPOLATION_OFFSET = 0x8e5c
 GL_ES_VERSION_3_2, GL_ARB_gpu_shader5, GL_VERSION_4_0, GL_NV_gpu_program5, GL_OES_shader_multisample_interpolation
Alias for: GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_NV, GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_OES
Define "GL_MAX_FRAGMENT_INTERPOLATION_OFFSET" with expression '0x8E5C', CType: int More...
 
static final int GL_MAX_COMPUTE_WORK_GROUP_COUNT = 0x91be
 GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_MAX_COMPUTE_WORK_GROUP_COUNT" with expression '0x91BE', CType: int More...
 
static final int GL_PRIMITIVE_BOUNDING_BOX = 0x92be
 GL_ES_VERSION_3_2, GL_EXT_primitive_bounding_box, GL_ARB_ES3_2_compatibility, GL_OES_primitive_bounding_box
Alias for: GL_PRIMITIVE_BOUNDING_BOX_EXT, GL_PRIMITIVE_BOUNDING_BOX_ARB, GL_PRIMITIVE_BOUNDING_BOX_OES
Define "GL_PRIMITIVE_BOUNDING_BOX" with expression '0x92BE', CType: int More...
 
static final int GL_TOP_LEVEL_ARRAY_STRIDE = 0x930d
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_TOP_LEVEL_ARRAY_STRIDE" with expression '0x930D', CType: int More...
 
static final int GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS = 0x91bc
 GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS" with expression '0x91BC', CType: int More...
 
static final int GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS = 0x8e8a
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_EXT, GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_OES
Define "GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS" with expression '0x8E8A', CType: int More...
 
static final int GL_COMPRESSED_RGBA_ASTC_10x6 = 0x93b9
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_RGBA_ASTC_10x6_KHR
Define "GL_COMPRESSED_RGBA_ASTC_10x6" with expression '0x93B9', CType: int More...
 
static final int GL_COMPRESSED_RGBA_ASTC_10x8 = 0x93ba
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_RGBA_ASTC_10x8_KHR
Define "GL_COMPRESSED_RGBA_ASTC_10x8" with expression '0x93BA', CType: int More...
 
static final int GL_COMPRESSED_RGBA_ASTC_10x5 = 0x93b8
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_RGBA_ASTC_10x5_KHR
Define "GL_COMPRESSED_RGBA_ASTC_10x5" with expression '0x93B8', CType: int More...
 
static final int GL_UNSIGNED_INT8_VEC2_NV = 0x8fed
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_UNSIGNED_INT8_VEC2_NV" with expression '0x8FED', CType: int More...
 
static final int GL_PROGRAM_INPUT = 0x92e3
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_PROGRAM_INPUT" with expression '0x92E3', CType: int More...
 
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10 = 0x93db
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR
Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10" with expression '0x93DB', CType: int More...
 
static final int GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS = 0x8da8
 GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4, GL_OES_geometry_shader
Alias for: GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT, GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB, GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_OES
Define "GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS" with expression '0x8DA8', CType: int More...
 
static final int GL_COMPRESSED_RGBA_ASTC_10x10 = 0x93bb
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_RGBA_ASTC_10x10_KHR
Define "GL_COMPRESSED_RGBA_ASTC_10x10" with expression '0x93BB', CType: int More...
 
static final int GL_TEXTURE_BUFFER_OFFSET = 0x919d
 GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_texture_buffer_range, GL_OES_texture_buffer, GL_EXT_texture_buffer
Alias for: GL_TEXTURE_BUFFER_OFFSET_OES, GL_TEXTURE_BUFFER_OFFSET_EXT
Define "GL_TEXTURE_BUFFER_OFFSET" with expression '0x919D', CType: int More...
 
static final int GL_IMAGE_FORMAT_COMPATIBILITY_TYPE = 0x90c7
 GL_ARB_shader_image_load_store, GL_ES_VERSION_3_1, GL_VERSION_4_2
Define "GL_IMAGE_FORMAT_COMPATIBILITY_TYPE" with expression '0x90C7', CType: int More...
 
static final int GL_MAX_TESS_GEN_LEVEL = 0x8e7e
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_MAX_TESS_GEN_LEVEL_EXT, GL_MAX_TESS_GEN_LEVEL_OES
Define "GL_MAX_TESS_GEN_LEVEL" with expression '0x8E7E', CType: int More...
 
static final int GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET = 0x82d9
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding
Define "GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET" with expression '0x82D9', CType: int More...
 
static final int GL_MAX_COMPUTE_ATOMIC_COUNTERS = 0x8265
 GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_MAX_COMPUTE_ATOMIC_COUNTERS" with expression '0x8265', CType: int More...
 
static final int GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS = 0x90dc
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object
Define "GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS" with expression '0x90DC', CType: int More...
 
static final int GL_MAX_COMPUTE_UNIFORM_BLOCKS = 0x91bb
 GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_MAX_COMPUTE_UNIFORM_BLOCKS" with expression '0x91BB', CType: int More...
 
static final int GL_ARRAY_STRIDE = 0x92fe
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_ARRAY_STRIDE" with expression '0x92FE', CType: int More...
 
static final int GL_MAX_COMPUTE_SHARED_MEMORY_SIZE = 0x8262
 GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_MAX_COMPUTE_SHARED_MEMORY_SIZE" with expression '0x8262', CType: int More...
 
static final int GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS = 0x8e89
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_OES, GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_EXT
Define "GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS" with expression '0x8E89', CType: int More...
 
static final int GL_UNSIGNED_INT8_NV = 0x8fec
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_UNSIGNED_INT8_NV" with expression '0x8FEC', CType: int More...
 
static final int GL_TRIANGLES_ADJACENCY = 0xc
 GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4, GL_OES_geometry_shader
Alias for: GL_TRIANGLES_ADJACENCY_EXT, GL_TRIANGLES_ADJACENCY_ARB, GL_TRIANGLES_ADJACENCY_OES
Define "GL_TRIANGLES_ADJACENCY" with expression '0x000C', CType: int More...
 
static final int GL_VERTEX_ATTRIB_RELATIVE_OFFSET = 0x82d5
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding
Define "GL_VERTEX_ATTRIB_RELATIVE_OFFSET" with expression '0x82D5', CType: int More...
 
static final int GL_IS_ROW_MAJOR = 0x9300
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_IS_ROW_MAJOR" with expression '0x9300', CType: int More...
 
static final int GL_MAX_FRAGMENT_INPUT_COMPONENTS = 0x9125
 GL_ES_VERSION_3_0, GL_VERSION_3_2
Define "GL_MAX_FRAGMENT_INPUT_COMPONENTS" with expression '0x9125', CType: int More...
 
static final int GL_TESS_CONTROL_OUTPUT_VERTICES = 0x8e75
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_TESS_CONTROL_OUTPUT_VERTICES_OES, GL_TESS_CONTROL_OUTPUT_VERTICES_EXT
Define "GL_TESS_CONTROL_OUTPUT_VERTICES" with expression '0x8E75', CType: int More...
 
static final int GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS = 0x90d7
 GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object, GL_OES_geometry_shader, GL_EXT_geometry_shader
Alias for: GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_OES, GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_EXT
Define "GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS" with expression '0x90D7', CType: int More...
 
static final int GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET = 0x8e5f
 GL_ES_VERSION_3_1, GL_VERSION_4_0, GL_NV_gpu_program5, GL_ARB_texture_gather
Alias for: GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_NV, GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB
Define "GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET" with expression '0x8E5F', CType: int More...
 
static final int GL_FLOAT16_VEC4_NV = 0x8ffb
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_half_float
Define "GL_FLOAT16_VEC4_NV" with expression '0x8FFB', CType: int More...
 
static final int GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS = 0x90d9
 GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_OES, GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_EXT
Define "GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS" with expression '0x90D9', CType: int More...
 
static final int GL_INT16_NV = 0x8fe4
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_INT16_NV" with expression '0x8FE4', CType: int More...
 
static final int GL_DISPATCH_INDIRECT_BUFFER_BINDING = 0x90ef
 GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_DISPATCH_INDIRECT_BUFFER_BINDING" with expression '0x90EF', CType: int More...
 
static final int GL_TESS_CONTROL_SHADER = 0x8e88
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_TESS_CONTROL_SHADER_EXT, GL_TESS_CONTROL_SHADER_OES
Define "GL_TESS_CONTROL_SHADER" with expression '0x8E88', CType: int More...
 
static final int GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE = 0x90c8
 GL_ARB_shader_image_load_store, GL_ES_VERSION_3_1, GL_VERSION_4_2
Define "GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE" with expression '0x90C8', CType: int More...
 
static final int GL_REFERENCED_BY_FRAGMENT_SHADER = 0x930a
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_REFERENCED_BY_FRAGMENT_SHADER" with expression '0x930A', CType: int More...
 
static final int GL_VERTEX_BINDING_STRIDE = 0x82d8
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding
Define "GL_VERTEX_BINDING_STRIDE" with expression '0x82D8', CType: int More...
 
static final int GL_MAX_GEOMETRY_IMAGE_UNIFORMS = 0x90cd
 GL_ARB_shader_image_load_store, GL_ES_VERSION_3_2, GL_VERSION_4_2, GL_EXT_geometry_shader, GL_OES_geometry_shader
Alias for: GL_MAX_GEOMETRY_IMAGE_UNIFORMS_EXT, GL_MAX_GEOMETRY_IMAGE_UNIFORMS_OES
Define "GL_MAX_GEOMETRY_IMAGE_UNIFORMS" with expression '0x90CD', CType: int More...
 
static final int GL_COMPUTE_SHADER = 0x91b9
 GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_COMPUTE_SHADER" with expression '0x91B9', CType: int More...
 
static final int GL_UNSIGNED_INT16_VEC3_NV = 0x8ff2
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_UNSIGNED_INT16_VEC3_NV" with expression '0x8FF2', CType: int More...
 
static final int GL_INT64_VEC4_NV = 0x8feb
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_INT64_VEC4_NV" with expression '0x8FEB', CType: int More...
 
static final int GL_MAX_VERTEX_ATTRIB_STRIDE = 0x82e5
 GL_VERSION_4_4, GL_ES_VERSION_3_1
Define "GL_MAX_VERTEX_ATTRIB_STRIDE" with expression '0x82E5', CType: int More...
 
static final int GL_INT64_NV = 0x140e
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_INT64_NV" with expression '0x140E', CType: int More...
 
static final int GL_MAX_GEOMETRY_OUTPUT_COMPONENTS = 0x9124
 GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_EXT_geometry_shader, GL_OES_geometry_shader
Alias for: GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_EXT, GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_OES
Define "GL_MAX_GEOMETRY_OUTPUT_COMPONENTS" with expression '0x9124', CType: int More...
 
static final int GL_COMPRESSED_RGBA_ASTC_6x6 = 0x93b4
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_RGBA_ASTC_6x6_KHR
Define "GL_COMPRESSED_RGBA_ASTC_6x6" with expression '0x93B4', CType: int More...
 
static final int GL_COMPRESSED_RGBA_ASTC_6x5 = 0x93b3
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_RGBA_ASTC_6x5_KHR
Define "GL_COMPRESSED_RGBA_ASTC_6x5" with expression '0x93B3', CType: int More...
 
static final int GL_MAX_VERTEX_OUTPUT_COMPONENTS = 0x9122
 GL_ES_VERSION_3_0, GL_VERSION_3_2
Define "GL_MAX_VERTEX_OUTPUT_COMPONENTS" with expression '0x9122', CType: int More...
 
static final int GL_UNSIGNED_INT64_VEC4_NV = 0x8ff7
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_UNSIGNED_INT64_VEC4_NV" with expression '0x8FF7', CType: int More...
 
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5 = 0x93d3
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR
Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5" with expression '0x93D3', CType: int More...
 
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6 = 0x93d4
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR
Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6" with expression '0x93D4', CType: int More...
 
static final int GL_GEOMETRY_SHADER_INVOCATIONS = 0x887f
 GL_ES_VERSION_3_2, GL_ARB_gpu_shader5, GL_VERSION_4_0, GL_EXT_geometry_shader, GL_OES_geometry_shader
Alias for: GL_GEOMETRY_SHADER_INVOCATIONS_EXT, GL_GEOMETRY_SHADER_INVOCATIONS_OES
Define "GL_GEOMETRY_SHADER_INVOCATIONS" with expression '0x887F', CType: int More...
 
static final int GL_INT16_VEC3_NV = 0x8fe6
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_INT16_VEC3_NV" with expression '0x8FE6', CType: int More...
 
static final int GL_INT8_VEC3_NV = 0x8fe2
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_INT8_VEC3_NV" with expression '0x8FE2', CType: int More...
 
static final int GL_TIMEOUT_EXPIRED = 0x911b
 GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: GL_TIMEOUT_EXPIRED_APPLE
Define "GL_TIMEOUT_EXPIRED" with expression '0x911B', CType: int More...
 
static final int GL_TESS_GEN_SPACING = 0x8e77
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_TESS_GEN_SPACING_EXT, GL_TESS_GEN_SPACING_OES
Define "GL_TESS_GEN_SPACING" with expression '0x8E77', CType: int More...
 
static final int GL_BUFFER_VARIABLE = 0x92e5
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_BUFFER_VARIABLE" with expression '0x92E5', CType: int More...
 
static final int GL_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x9308
 GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_program_interface_query, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_REFERENCED_BY_TESS_EVALUATION_SHADER_OES, GL_REFERENCED_BY_TESS_EVALUATION_SHADER_EXT
Define "GL_REFERENCED_BY_TESS_EVALUATION_SHADER" with expression '0x9308', CType: int More...
 
static final int GL_SHADER_STORAGE_BUFFER_SIZE = 0x90d5
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object
Define "GL_SHADER_STORAGE_BUFFER_SIZE" with expression '0x90D5', CType: int More...
 
static final int GL_VERTEX_BINDING_BUFFER = 0x8f4f
 GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_VERTEX_BINDING_BUFFER" with expression '0x8F4F', CType: int More...
 
static final int GL_IS_PER_PATCH = 0x92e7
 GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_program_interface_query, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_IS_PER_PATCH_OES, GL_IS_PER_PATCH_EXT
Define "GL_IS_PER_PATCH" with expression '0x92E7', CType: int More...
 
static final int GL_MAX_VERTEX_ATTRIB_BINDINGS = 0x82da
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding
Define "GL_MAX_VERTEX_ATTRIB_BINDINGS" with expression '0x82DA', CType: int More...
 
static final int GL_INT8_NV = 0x8fe0
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_INT8_NV" with expression '0x8FE0', CType: int More...
 
static final int GL_ALREADY_SIGNALED = 0x911a
 GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: GL_ALREADY_SIGNALED_APPLE
Define "GL_ALREADY_SIGNALED" with expression '0x911A', CType: int More...
 
static final int GL_MAX_NAME_LENGTH = 0x92f6
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_MAX_NAME_LENGTH" with expression '0x92F6', CType: int More...
 
static final int GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8e1f
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_OES, GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT
Define "GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS" with expression '0x8E1F', CType: int More...
 
static final int GL_UNIFORM = 0x92e1
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_UNIFORM" with expression '0x92E1', CType: int More...
 
static final int GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS = 0x8c29
 GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4, GL_OES_geometry_shader
Alias for: GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT, GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB, GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_OES
Define "GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS" with expression '0x8C29', CType: int More...
 
static final int GL_MAX_VERTEX_IMAGE_UNIFORMS = 0x90ca
 GL_ARB_shader_image_load_store, GL_ES_VERSION_3_1, GL_VERSION_4_2
Define "GL_MAX_VERTEX_IMAGE_UNIFORMS" with expression '0x90CA', CType: int More...
 
static final int GL_FRAGMENT_INTERPOLATION_OFFSET_BITS = 0x8e5d
 GL_ES_VERSION_3_2, GL_ARB_gpu_shader5, GL_VERSION_4_0, GL_OES_shader_multisample_interpolation
Alias for: GL_FRAGMENT_INTERPOLATION_OFFSET_BITS_OES
Define "GL_FRAGMENT_INTERPOLATION_OFFSET_BITS" with expression '0x8E5D', CType: int More...
 
static final int GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT = 0x919f
 GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_texture_buffer_range, GL_OES_texture_buffer, GL_EXT_texture_buffer
Alias for: GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_OES, GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_EXT
Define "GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT" with expression '0x919F', CType: int More...
 
static final int GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS = 0x8264
 GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS" with expression '0x8264', CType: int More...
 
static final int GL_BUFFER_BINDING = 0x9302
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_BUFFER_BINDING" with expression '0x9302', CType: int More...
 
static final int GL_DRAW_INDIRECT_BUFFER_BINDING = 0x8f43
 GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0
Define "GL_DRAW_INDIRECT_BUFFER_BINDING" with expression '0x8F43', CType: int More...
 
static final int GL_GEOMETRY_SHADER = 0x8dd9
 GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_EXT_geometry_shader4, GL_EXT_geometry_shader, GL_ARB_geometry_shader4
Alias for: GL_GEOMETRY_SHADER_OES, GL_GEOMETRY_SHADER_EXT, GL_GEOMETRY_SHADER_ARB
Define "GL_GEOMETRY_SHADER" with expression '0x8DD9', CType: int More...
 
static final int GL_GEOMETRY_OUTPUT_TYPE = 0x8918
 GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_ARB_geometry_shader4
Alias for: GL_GEOMETRY_OUTPUT_TYPE_EXT, GL_GEOMETRY_OUTPUT_TYPE_ARB
Define "GL_GEOMETRY_OUTPUT_TYPE" with expression '0x8918', CType: int More...
 
static final int GL_OBJECT_TYPE = 0x9112
 GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync, GL_ARB_shader_objects
Alias for: GL_OBJECT_TYPE_APPLE, GL_OBJECT_TYPE_ARB
Define "GL_OBJECT_TYPE" with expression '0x9112', CType: int More...
 
static final int GL_ARRAY_SIZE = 0x92fb
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_ARRAY_SIZE" with expression '0x92FB', CType: int More...
 
static final int GL_UNDEFINED_VERTEX = 0x8260
 GL_ARB_viewport_array, GL_ES_VERSION_3_2, GL_VERSION_4_1, GL_OES_geometry_shader, GL_EXT_geometry_shader
Alias for: GL_UNDEFINED_VERTEX_OES, GL_UNDEFINED_VERTEX_EXT
Define "GL_UNDEFINED_VERTEX" with expression '0x8260', CType: int More...
 
static final int GL_UNSIGNED_INT16_VEC4_NV = 0x8ff3
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_UNSIGNED_INT16_VEC4_NV" with expression '0x8FF3', CType: int More...
 
static final int GL_ISOLINES = 0x8e7a
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_ISOLINES_OES, GL_ISOLINES_EXT
Define "GL_ISOLINES" with expression '0x8E7A', CType: int More...
 
static final int GL_INT64_VEC3_NV = 0x8fea
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_INT64_VEC3_NV" with expression '0x8FEA', CType: int More...
 
static final int GL_MAX_SERVER_WAIT_TIMEOUT = 0x9111
 GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: GL_MAX_SERVER_WAIT_TIMEOUT_APPLE
Define "GL_MAX_SERVER_WAIT_TIMEOUT" with expression '0x9111', CType: int More...
 
static final int GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS = 0x886d
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_OES, GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_EXT
Define "GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS" with expression '0x886D', CType: int More...
 
static final int GL_BUFFER_DATA_SIZE = 0x9303
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_BUFFER_DATA_SIZE" with expression '0x9303', CType: int More...
 
static final int GL_NUM_ACTIVE_VARIABLES = 0x9304
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_NUM_ACTIVE_VARIABLES" with expression '0x9304', CType: int More...
 
static final int GL_TRIANGLE_STRIP_ADJACENCY = 0xd
 GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_OES_geometry_shader, GL_ARB_geometry_shader4, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_EXT_geometry_shader
Alias for: GL_TRIANGLE_STRIP_ADJACENCY_OES, GL_TRIANGLE_STRIP_ADJACENCY_ARB, GL_TRIANGLE_STRIP_ADJACENCY_EXT
Define "GL_TRIANGLE_STRIP_ADJACENCY" with expression '0x000D', CType: int More...
 
static final int GL_TESS_GEN_MODE = 0x8e76
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_TESS_GEN_MODE_EXT, GL_TESS_GEN_MODE_OES
Define "GL_TESS_GEN_MODE" with expression '0x8E76', CType: int More...
 
static final int GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8e1e
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_OES, GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_EXT
Define "GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS" with expression '0x8E1E', CType: int More...
 
static final int GL_UNSIGNED_INT16_NV = 0x8ff0
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_UNSIGNED_INT16_NV" with expression '0x8FF0', CType: int More...
 
static final int GL_TYPE = 0x92fa
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_TYPE" with expression '0x92FA', CType: int More...
 
static final int GL_COMPUTE_SHADER_BIT = 0x20
 GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_COMPUTE_SHADER_BIT" with expression '0x00000020', CType: int More...
 
static final int GL_SIGNALED = 0x9119
 GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: GL_SIGNALED_APPLE
Define "GL_SIGNALED" with expression '0x9119', CType: int More...
 
static final int GL_MAX_FRAGMENT_IMAGE_UNIFORMS = 0x90ce
 GL_ARB_shader_image_load_store, GL_ES_VERSION_3_1, GL_VERSION_4_2
Define "GL_MAX_FRAGMENT_IMAGE_UNIFORMS" with expression '0x90CE', CType: int More...
 
static final int GL_NAME_LENGTH = 0x92f9
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_NAME_LENGTH" with expression '0x92F9', CType: int More...
 
static final int GL_COMPRESSED_RGBA_ASTC_5x5 = 0x93b2
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_RGBA_ASTC_5x5_KHR
Define "GL_COMPRESSED_RGBA_ASTC_5x5" with expression '0x93B2', CType: int More...
 
static final int GL_COMPRESSED_RGBA_ASTC_5x4 = 0x93b1
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_RGBA_ASTC_5x4_KHR
Define "GL_COMPRESSED_RGBA_ASTC_5x4" with expression '0x93B1', CType: int More...
 
static final int GL_TESS_GEN_POINT_MODE = 0x8e79
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_TESS_GEN_POINT_MODE_EXT, GL_TESS_GEN_POINT_MODE_OES
Define "GL_TESS_GEN_POINT_MODE" with expression '0x8E79', CType: int More...
 
static final int GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED = 0x8221
 GL_EXT_tessellation_shader, GL_VERSION_4_4, GL_ES_VERSION_3_2, GL_OES_tessellation_shader
Alias for: GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED_OES
Define "GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED" with expression '0x8221', CType: int More...
 
static final int GL_BLACKHOLE_RENDER_INTEL = 0x83fc
 GL_INTEL_blackhole_render
Define "GL_BLACKHOLE_RENDER_INTEL" with expression '0x83FC', CType: int More...
 
static final int GL_SYNC_FLUSH_COMMANDS_BIT = 0x1
 GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: GL_SYNC_FLUSH_COMMANDS_BIT_APPLE
Define "GL_SYNC_FLUSH_COMMANDS_BIT" with expression '0x00000001', CType: int More...
 
static final int GL_WAIT_FAILED = 0x911d
 GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: GL_WAIT_FAILED_APPLE
Define "GL_WAIT_FAILED" with expression '0x911D', CType: int More...
 
static final int GL_MAX_GEOMETRY_SHADER_INVOCATIONS = 0x8e5a
 GL_ES_VERSION_3_2, GL_ARB_gpu_shader5, GL_VERSION_4_0, GL_OES_geometry_shader, GL_EXT_geometry_shader
Alias for: GL_MAX_GEOMETRY_SHADER_INVOCATIONS_OES, GL_MAX_GEOMETRY_SHADER_INVOCATIONS_EXT
Define "GL_MAX_GEOMETRY_SHADER_INVOCATIONS" with expression '0x8E5A', CType: int More...
 
static final int GL_SYNC_FENCE = 0x9116
 GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: GL_SYNC_FENCE_APPLE
Define "GL_SYNC_FENCE" with expression '0x9116', CType: int More...
 
static final int GL_GEOMETRY_VERTICES_OUT = 0x8916
 GL_ES_VERSION_3_2, GL_VERSION_3_2, GL_NV_geometry_program4, GL_EXT_geometry_shader4, GL_ARB_geometry_shader4
Alias for: GL_GEOMETRY_VERTICES_OUT_EXT, GL_GEOMETRY_VERTICES_OUT_ARB
Define "GL_GEOMETRY_VERTICES_OUT" with expression '0x8916', CType: int More...
 
static final int GL_INT8_VEC2_NV = 0x8fe1
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_INT8_VEC2_NV" with expression '0x8FE1', CType: int More...
 
static final int GL_PATCHES = 0xe
 GL_NV_gpu_shader5, GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_PATCHES_OES, GL_PATCHES_EXT
Define "GL_PATCHES" with expression '0x000E', CType: int More...
 
static final int GL_VERTEX_BINDING_OFFSET = 0x82d7
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding
Define "GL_VERTEX_BINDING_OFFSET" with expression '0x82D7', CType: int More...
 
static final int GL_SYNC_CONDITION = 0x9113
 GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: GL_SYNC_CONDITION_APPLE
Define "GL_SYNC_CONDITION" with expression '0x9113', CType: int More...
 
static final int GL_INT_2_10_10_10_REV = 0x8d9f
 GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3, GL_ES_VERSION_3_0
Define "GL_INT_2_10_10_10_REV" with expression '0x8D9F', CType: int More...
 
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12 = 0x93dd
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR
Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12" with expression '0x93DD', CType: int More...
 
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10 = 0x93dc
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR
Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10" with expression '0x93DC', CType: int More...
 
static final int GL_UNSIGNED_INT8_VEC3_NV = 0x8fee
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_UNSIGNED_INT8_VEC3_NV" with expression '0x8FEE', CType: int More...
 
static final int GL_COMPRESSED_RGBA_ASTC_12x12 = 0x93bd
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_RGBA_ASTC_12x12_KHR
Define "GL_COMPRESSED_RGBA_ASTC_12x12" with expression '0x93BD', CType: int More...
 
static final int GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS = 0x90eb
 GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS" with expression '0x90EB', CType: int More...
 
static final int GL_UNSIGNED_INT64_VEC3_NV = 0x8ff6
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_UNSIGNED_INT64_VEC3_NV" with expression '0x8FF6', CType: int More...
 
static final int GL_INT16_VEC4_NV = 0x8fe7
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64
Define "GL_INT16_VEC4_NV" with expression '0x8FE7', CType: int More...
 
static final int GL_TEXTURE_BUFFER_SIZE = 0x919e
 GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_ARB_texture_buffer_range, GL_OES_texture_buffer, GL_EXT_texture_buffer
Alias for: GL_TEXTURE_BUFFER_SIZE_OES, GL_TEXTURE_BUFFER_SIZE_EXT
Define "GL_TEXTURE_BUFFER_SIZE" with expression '0x919E', CType: int More...
 
static final int GL_CONTEXT_LOST = 0x507
 GL_ES_VERSION_3_2, GL_VERSION_4_5, GL_KHR_robustness
Alias for: GL_CONTEXT_LOST_KHR
Define "GL_CONTEXT_LOST" with expression '0x0507', CType: int More...
 
static final int GL_COMPRESSED_RGBA_ASTC_12x10 = 0x93bc
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_RGBA_ASTC_12x10_KHR
Define "GL_COMPRESSED_RGBA_ASTC_12x10" with expression '0x93BC', CType: int More...
 
static final int GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8e7f
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_EXT, GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_OES
Define "GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS" with expression '0x8E7F', CType: int More...
 
static final int GL_FLOAT16_NV = 0x8ff8
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_half_float
Define "GL_FLOAT16_NV" with expression '0x8FF8', CType: int More...
 
static final int GL_SHADER_STORAGE_BLOCK = 0x92e6
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_SHADER_STORAGE_BLOCK" with expression '0x92E6', CType: int More...
 
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5 = 0x93d2
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR
Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5" with expression '0x93D2', CType: int More...
 
static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4 = 0x93d1
 GL_ES_VERSION_3_2, GL_KHR_texture_compression_astc_hdr, GL_KHR_texture_compression_astc_ldr
Alias for: GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR
Define "GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4" with expression '0x93D1', CType: int More...
 
static final int GL_DISPATCH_INDIRECT_BUFFER = 0x90ee
 GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_DISPATCH_INDIRECT_BUFFER" with expression '0x90EE', CType: int More...
 
static final int GL_SHADER_STORAGE_BUFFER_START = 0x90d4
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object
Define "GL_SHADER_STORAGE_BUFFER_START" with expression '0x90D4', CType: int More...
 
static final int GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS = 0x8e81
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_OES, GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_EXT
Define "GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS" with expression '0x8E81', CType: int More...
 
static final int GL_VERTEX_ATTRIB_BINDING = 0x82d4
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding
Define "GL_VERTEX_ATTRIB_BINDING" with expression '0x82D4', CType: int More...
 
static final int GL_MAX_TESS_PATCH_COMPONENTS = 0x8e84
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_MAX_TESS_PATCH_COMPONENTS_OES, GL_MAX_TESS_PATCH_COMPONENTS_EXT
Define "GL_MAX_TESS_PATCH_COMPONENTS" with expression '0x8E84', CType: int More...
 
static final int GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS = 0x8e82
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_EXT, GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_OES
Define "GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS" with expression '0x8E82', CType: int More...
 
static final int GL_TEXTURE_IMMUTABLE_LEVELS = 0x82df
 GL_ES_VERSION_3_0, GL_OES_texture_view, GL_VERSION_4_3, GL_ARB_texture_view
Define "GL_TEXTURE_IMMUTABLE_LEVELS" with expression '0x82DF', CType: int More...
 
static final int GL_TEXTURE_BUFFER_BINDING = 0x8c2a
 GL_VERSION_4_4, GL_ES_VERSION_3_2, GL_EXT_texture_buffer, GL_OES_texture_buffer
Alias for: GL_TEXTURE_BUFFER_BINDING_EXT, GL_TEXTURE_BUFFER_BINDING_OES
Define "GL_TEXTURE_BUFFER_BINDING" with expression '0x8C2A', CType: int More...
 
static final int GL_COMPUTE_WORK_GROUP_SIZE = 0x8267
 GL_ES_VERSION_3_1, GL_VERSION_4_3
Define "GL_COMPUTE_WORK_GROUP_SIZE" with expression '0x8267', CType: int More...
 
static final int GL_PATCH_VERTICES = 0x8e72
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_OES_tessellation_shader, GL_EXT_tessellation_shader
Alias for: GL_PATCH_VERTICES_OES, GL_PATCH_VERTICES_EXT
Define "GL_PATCH_VERTICES" with expression '0x8E72', CType: int More...
 
static final int GL_CONDITION_SATISFIED = 0x911c
 GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: GL_CONDITION_SATISFIED_APPLE
Define "GL_CONDITION_SATISFIED" with expression '0x911C', CType: int More...
 
static final int GL_LOCATION = 0x930e
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_LOCATION" with expression '0x930E', CType: int More...
 
static final int GL_SAMPLER_BINDING = 0x8919
 GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0
Define "GL_SAMPLER_BINDING" with expression '0x8919', CType: int More...
 
static final int GL_FLOAT16_VEC2_NV = 0x8ff9
 GL_NV_gpu_shader5, GL_AMD_gpu_shader_half_float
Define "GL_FLOAT16_VEC2_NV" with expression '0x8FF9', CType: int More...
 
static final int GL_DRAW_INDIRECT_BUFFER = 0x8f3f
 GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0
Define "GL_DRAW_INDIRECT_BUFFER" with expression '0x8F3F', CType: int More...
 
static final int GL_CONSERVATIVE_RASTERIZATION_INTEL = 0x83fe
 GL_INTEL_conservative_rasterization
Define "GL_CONSERVATIVE_RASTERIZATION_INTEL" with expression '0x83FE', CType: int More...
 
static final int GL_TESS_EVALUATION_SHADER = 0x8e87
 GL_ARB_tessellation_shader, GL_ES_VERSION_3_2, GL_VERSION_4_0, GL_EXT_tessellation_shader, GL_OES_tessellation_shader
Alias for: GL_TESS_EVALUATION_SHADER_EXT, GL_TESS_EVALUATION_SHADER_OES
Define "GL_TESS_EVALUATION_SHADER" with expression '0x8E87', CType: int More...
 
static final int GL_SHADER_STORAGE_BARRIER_BIT = 0x2000
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object
Define "GL_SHADER_STORAGE_BARRIER_BIT" with expression '0x00002000', CType: int More...
 
static final int GL_BLOCK_INDEX = 0x92fd
 GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_BLOCK_INDEX" with expression '0x92FD', CType: int More...
 
- Static Public Attributes inherited from com.jogamp.opengl.GL4
static final int GL_SAMPLE_LOCATION_ARB = 0x8e50
 GL_ARB_sample_locations
Define "GL_SAMPLE_LOCATION_ARB" with expression '0x8E50', CType: int More...
 
static final int GL_MAP_PERSISTENT_BIT = 0x40
 GL_VERSION_4_4, GL_EXT_buffer_storage
Alias for: GL_MAP_PERSISTENT_BIT_EXT
Define "GL_MAP_PERSISTENT_BIT" with expression '0x0040', CType: int More...
 
static final int GL_UNSIGNED_INT64_ARB = 0x140f
 GL_ARB_bindless_texture
Define "GL_UNSIGNED_INT64_ARB" with expression '0x140F', CType: int More...
 
static final int GL_PARAMETER_BUFFER_BINDING = 0x80ef
 GL_VERSION_4_6, GL_ARB_indirect_parameters
Alias for: GL_PARAMETER_BUFFER_BINDING_ARB
Define "GL_PARAMETER_BUFFER_BINDING" with expression '0x80EF', CType: int More...
 
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER = 0x90ed
 GL_ARB_compute_shader, GL_VERSION_4_3
Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER" with expression '0x90ED', CType: int More...
 
static final int GL_QUERY_TARGET = 0x82ea
 GL_VERSION_4_5
Define "GL_QUERY_TARGET" with expression '0x82EA', CType: int More...
 
static final int GL_UNSIGNED_INT64_VEC4_ARB = 0x8ff7
 GL_ARB_gpu_shader_int64
Define "GL_UNSIGNED_INT64_VEC4_ARB" with expression '0x8FF7', CType: int More...
 
static final int GL_SUBGROUP_SIZE_KHR = 0x9532
 GL_KHR_shader_subgroup
Define "GL_SUBGROUP_SIZE_KHR" with expression '0x9532', CType: int More...
 
static final int GL_PARAMETER_BUFFER = 0x80ee
 GL_VERSION_4_6, GL_ARB_indirect_parameters
Alias for: GL_PARAMETER_BUFFER_ARB
Define "GL_PARAMETER_BUFFER" with expression '0x80EE', CType: int More...
 
static final int GL_COMPRESSED_RGBA_BPTC_UNORM = 0x8e8c
 GL_VERSION_4_2, GL_ARB_texture_compression_bptc, GL_EXT_texture_compression_bptc
Alias for: GL_COMPRESSED_RGBA_BPTC_UNORM_ARB, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT
Define "GL_COMPRESSED_RGBA_BPTC_UNORM" with expression '0x8E8C', CType: int More...
 
static final int GL_QUERY_BUFFER = 0x9192
 GL_VERSION_4_4, GL_AMD_query_buffer_object
Alias for: GL_QUERY_BUFFER_AMD
Define "GL_QUERY_BUFFER" with expression '0x9192', CType: int More...
 
static final int GL_SUBGROUP_FEATURE_SHUFFLE_BIT_KHR = 0x10
 GL_KHR_shader_subgroup
Define "GL_SUBGROUP_FEATURE_SHUFFLE_BIT_KHR" with expression '0x00000010', CType: int More...
 
static final int GL_SUBGROUP_FEATURE_BASIC_BIT_KHR = 0x1
 GL_KHR_shader_subgroup
Define "GL_SUBGROUP_FEATURE_BASIC_BIT_KHR" with expression '0x00000001', CType: int More...
 
static final int GL_VERTEX_SUBROUTINE_UNIFORM = 0x92ee
 GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_VERTEX_SUBROUTINE_UNIFORM" with expression '0x92EE', CType: int More...
 
static final int GL_CONTEXT_RELEASE_BEHAVIOR = 0x82fb
 GL_VERSION_4_5, GL_KHR_context_flush_control
Alias for: GL_CONTEXT_RELEASE_BEHAVIOR_KHR
Define "GL_CONTEXT_RELEASE_BEHAVIOR" with expression '0x82FB', CType: int More...
 
static final int GL_VERTEX_ATTRIB_ARRAY_LONG = 0x874e
 GL_VERSION_4_3
Define "GL_VERTEX_ATTRIB_ARRAY_LONG" with expression '0x874E', CType: int More...
 
static final int GL_TESS_CONTROL_SUBROUTINE_UNIFORM = 0x92ef
 GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_TESS_CONTROL_SUBROUTINE_UNIFORM" with expression '0x92EF', CType: int More...
 
static final int GL_SAMPLE_LOCATION_SUBPIXEL_BITS_ARB = 0x933d
 GL_ARB_sample_locations
Define "GL_SAMPLE_LOCATION_SUBPIXEL_BITS_ARB" with expression '0x933D', CType: int More...
 
static final int GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH = 0x82fc
 GL_VERSION_4_5, GL_KHR_context_flush_control
Alias for: GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_KHR
Define "GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH" with expression '0x82FC', CType: int More...
 
static final int GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT = 0x8e8e
 GL_VERSION_4_2, GL_ARB_texture_compression_bptc, GL_EXT_texture_compression_bptc
Alias for: GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB, GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_EXT
Define "GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT" with expression '0x8E8E', CType: int More...
 
static final int GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER = 0x90ec
 GL_ARB_compute_shader, GL_VERSION_4_3
Define "GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER" with expression '0x90EC', CType: int More...
 
static final int GL_DYNAMIC_STORAGE_BIT = 0x100
 GL_VERSION_4_4, GL_EXT_buffer_storage
Alias for: GL_DYNAMIC_STORAGE_BIT_EXT
Define "GL_DYNAMIC_STORAGE_BIT" with expression '0x0100', CType: int More...
 
static final int GL_CLIP_ORIGIN = 0x935c
 GL_VERSION_4_5, GL_EXT_clip_control
Alias for: GL_CLIP_ORIGIN_EXT
Define "GL_CLIP_ORIGIN" with expression '0x935C', CType: int More...
 
static final int GL_CLIP_DEPTH_MODE = 0x935d
 GL_VERSION_4_5, GL_EXT_clip_control
Alias for: GL_CLIP_DEPTH_MODE_EXT
Define "GL_CLIP_DEPTH_MODE" with expression '0x935D', CType: int More...
 
static final int GL_INT64_ARB = 0x140e
 GL_ARB_gpu_shader_int64
Define "GL_INT64_ARB" with expression '0x140E', CType: int More...
 
static final int GL_MIRROR_CLAMP_TO_EDGE = 0x8743
 GL_VERSION_4_4, GL_ATI_texture_mirror_once, GL_EXT_texture_mirror_clamp_to_edge, GL_EXT_texture_mirror_clamp
Alias for: GL_MIRROR_CLAMP_TO_EDGE_ATI, GL_MIRROR_CLAMP_TO_EDGE_EXT
Define "GL_MIRROR_CLAMP_TO_EDGE" with expression '0x8743', CType: int More...
 
static final int GL_CLEAR_TEXTURE = 0x9365
 GL_VERSION_4_4
Define "GL_CLEAR_TEXTURE" with expression '0x9365', CType: int More...
 
static final int GL_COMPLETION_STATUS_ARB = 0x91b1
 GL_ARB_parallel_shader_compile
Define "GL_COMPLETION_STATUS_ARB" with expression '0x91B1', CType: int More...
 
static final int GL_QUERY_BUFFER_BARRIER_BIT = 0x8000
 GL_VERSION_4_4
Define "GL_QUERY_BUFFER_BARRIER_BIT" with expression '0x00008000', CType: int More...
 
static final int GL_MAX_CULL_DISTANCES = 0x82f9
 GL_VERSION_4_5, GL_EXT_clip_cull_distance
Alias for: GL_MAX_CULL_DISTANCES_EXT
Define "GL_MAX_CULL_DISTANCES" with expression '0x82F9', CType: int More...
 
static final int GL_MAX_SHADER_COMPILER_THREADS_ARB = 0x91b0
 GL_ARB_parallel_shader_compile
Define "GL_MAX_SHADER_COMPILER_THREADS_ARB" with expression '0x91B0', CType: int More...
 
static final int GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB = 0x91bf
 GL_ARB_compute_variable_group_size
Define "GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB" with expression '0x91BF', CType: int More...
 
static final int GL_SUBGROUP_QUAD_ALL_STAGES_KHR = 0x9535
 GL_KHR_shader_subgroup
Define "GL_SUBGROUP_QUAD_ALL_STAGES_KHR" with expression '0x9535', CType: int More...
 
static final int GL_NUM_SHADING_LANGUAGE_VERSIONS = 0x82e9
 GL_VERSION_4_3
Define "GL_NUM_SHADING_LANGUAGE_VERSIONS" with expression '0x82E9', CType: int More...
 
static final int GL_SUBGROUP_SUPPORTED_FEATURES_KHR = 0x9534
 GL_KHR_shader_subgroup
Define "GL_SUBGROUP_SUPPORTED_FEATURES_KHR" with expression '0x9534', CType: int More...
 
static final int GL_INT64_VEC3_ARB = 0x8fea
 GL_ARB_gpu_shader_int64
Define "GL_INT64_VEC3_ARB" with expression '0x8FEA', CType: int More...
 
static final int GL_TEXTURE_VIEW_NUM_LEVELS = 0x82dc
 GL_VERSION_4_3, GL_ARB_texture_view, GL_EXT_texture_view, GL_OES_texture_view
Alias for: GL_TEXTURE_VIEW_NUM_LEVELS_EXT, GL_TEXTURE_VIEW_NUM_LEVELS_OES
Define "GL_TEXTURE_VIEW_NUM_LEVELS" with expression '0x82DC', CType: int More...
 
static final int GL_BUFFER_IMMUTABLE_STORAGE = 0x821f
 GL_VERSION_4_4, GL_EXT_buffer_storage
Alias for: GL_BUFFER_IMMUTABLE_STORAGE_EXT
Define "GL_BUFFER_IMMUTABLE_STORAGE" with expression '0x821F', CType: int More...
 
static final int GL_TEXTURE_VIEW_MIN_LAYER = 0x82dd
 GL_VERSION_4_3, GL_ARB_texture_view, GL_OES_texture_view, GL_EXT_texture_view
Alias for: GL_TEXTURE_VIEW_MIN_LAYER_OES, GL_TEXTURE_VIEW_MIN_LAYER_EXT
Define "GL_TEXTURE_VIEW_MIN_LAYER" with expression '0x82DD', CType: int More...
 
static final int GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB = 0x9344
 GL_ARB_compute_variable_group_size
Define "GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB" with expression '0x9344', CType: int More...
 
static final int GL_TEXTURE_VIEW_NUM_LAYERS = 0x82de
 GL_VERSION_4_3, GL_ARB_texture_view, GL_EXT_texture_view, GL_OES_texture_view
Alias for: GL_TEXTURE_VIEW_NUM_LAYERS_EXT, GL_TEXTURE_VIEW_NUM_LAYERS_OES
Define "GL_TEXTURE_VIEW_NUM_LAYERS" with expression '0x82DE', CType: int More...
 
static final int GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT = 0x4000
 GL_VERSION_4_4, GL_EXT_buffer_storage
Alias for: GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT_EXT
Define "GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT" with expression '0x00004000', CType: int More...
 
static final int GL_NEGATIVE_ONE_TO_ONE = 0x935e
 GL_VERSION_4_5, GL_EXT_clip_control
Alias for: GL_NEGATIVE_ONE_TO_ONE_EXT
Define "GL_NEGATIVE_ONE_TO_ONE" with expression '0x935E', CType: int More...
 
static final int GL_FRAGMENT_SUBROUTINE = 0x92ec
 GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_FRAGMENT_SUBROUTINE" with expression '0x92EC', CType: int More...
 
static final int GL_QUERY_RESULT_NO_WAIT = 0x9194
 GL_VERSION_4_4, GL_AMD_query_buffer_object
Alias for: GL_QUERY_RESULT_NO_WAIT_AMD
Define "GL_QUERY_RESULT_NO_WAIT" with expression '0x9194', CType: int More...
 
static final int GL_COMPUTE_SUBROUTINE = 0x92ed
 GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_COMPUTE_SUBROUTINE" with expression '0x92ED', CType: int More...
 
static final int GL_VERTEX_SUBROUTINE = 0x92e8
 GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_VERTEX_SUBROUTINE" with expression '0x92E8', CType: int More...
 
static final int GL_ZERO_TO_ONE = 0x935f
 GL_VERSION_4_5, GL_EXT_clip_control
Alias for: GL_ZERO_TO_ONE_EXT
Define "GL_ZERO_TO_ONE" with expression '0x935F', CType: int More...
 
static final int GL_QUERY_WAIT_INVERTED = 0x8e17
 GL_VERSION_4_5
Define "GL_QUERY_WAIT_INVERTED" with expression '0x8E17', CType: int More...
 
static final int GL_QUERY_BY_REGION_WAIT_INVERTED = 0x8e19
 GL_VERSION_4_5
Define "GL_QUERY_BY_REGION_WAIT_INVERTED" with expression '0x8E19', CType: int More...
 
static final int GL_MAP_COHERENT_BIT = 0x80
 GL_VERSION_4_4, GL_EXT_buffer_storage
Alias for: GL_MAP_COHERENT_BIT_EXT
Define "GL_MAP_COHERENT_BIT" with expression '0x0080', CType: int More...
 
static final int GL_UNSIGNED_INT64_VEC2_ARB = 0x8ff5
 GL_ARB_gpu_shader_int64
Define "GL_UNSIGNED_INT64_VEC2_ARB" with expression '0x8FF5', CType: int More...
 
static final int GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB = 0x9343
 GL_ARB_sample_locations
Define "GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB" with expression '0x9343', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_BUFFER_INDEX = 0x934b
 GL_VERSION_4_4
Define "GL_TRANSFORM_FEEDBACK_BUFFER_INDEX" with expression '0x934B', CType: int More...
 
static final int GL_TESS_CONTROL_SUBROUTINE = 0x92e9
 GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_TESS_CONTROL_SUBROUTINE" with expression '0x92E9', CType: int More...
 
static final int GL_UNSIGNED_INT64_VEC3_ARB = 0x8ff6
 GL_ARB_gpu_shader_int64
Define "GL_UNSIGNED_INT64_VEC3_ARB" with expression '0x8FF6', CType: int More...
 
static final int GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB = 0x9342
 GL_ARB_sample_locations
Define "GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB" with expression '0x9342', CType: int More...
 
static final int GL_TEXTURE_VIEW_MIN_LEVEL = 0x82db
 GL_VERSION_4_3, GL_ARB_texture_view, GL_OES_texture_view, GL_EXT_texture_view
Alias for: GL_TEXTURE_VIEW_MIN_LEVEL_OES, GL_TEXTURE_VIEW_MIN_LEVEL_EXT
Define "GL_TEXTURE_VIEW_MIN_LEVEL" with expression '0x82DB', CType: int More...
 
static final int GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB = 0x9345
 GL_ARB_compute_variable_group_size
Define "GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB" with expression '0x9345', CType: int More...
 
static final int GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB = 0x933f
 GL_ARB_sample_locations
Define "GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB" with expression '0x933F', CType: int More...
 
static final int GL_FRAGMENT_SUBROUTINE_UNIFORM = 0x92f2
 GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_FRAGMENT_SUBROUTINE_UNIFORM" with expression '0x92F2', CType: int More...
 
static final int GL_SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT_KHR = 0x20
 GL_KHR_shader_subgroup
Define "GL_SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT_KHR" with expression '0x00000020', CType: int More...
 
static final int GL_MAX_TEXTURE_MAX_ANISOTROPY = 0x84ff
 GL_VERSION_4_6, GL_EXT_texture_filter_anisotropic
Alias for: GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT
Define "GL_MAX_TEXTURE_MAX_ANISOTROPY" with expression '0x84FF', CType: int More...
 
static final int GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT = 0x8e8f
 GL_VERSION_4_2, GL_ARB_texture_compression_bptc, GL_EXT_texture_compression_bptc
Alias for: GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB, GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT
Define "GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT" with expression '0x8E8F', CType: int More...
 
static final int GL_SUBGROUP_FEATURE_QUAD_BIT_KHR = 0x80
 GL_KHR_shader_subgroup
Define "GL_SUBGROUP_FEATURE_QUAD_BIT_KHR" with expression '0x00000080', CType: int More...
 
static final int GL_QUERY_BUFFER_BINDING = 0x9193
 GL_VERSION_4_4, GL_AMD_query_buffer_object
Alias for: GL_QUERY_BUFFER_BINDING_AMD
Define "GL_QUERY_BUFFER_BINDING" with expression '0x9193', CType: int More...
 
static final int GL_GEOMETRY_SUBROUTINE = 0x92eb
 GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_GEOMETRY_SUBROUTINE" with expression '0x92EB', CType: int More...
 
static final int GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB = 0x90eb
 GL_ARB_compute_variable_group_size
Define "GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB" with expression '0x90EB', CType: int More...
 
static final int GL_TEXTURE_MAX_ANISOTROPY = 0x84fe
 GL_VERSION_4_6, GL_EXT_texture_filter_anisotropic
Alias for: GL_TEXTURE_MAX_ANISOTROPY_EXT
Define "GL_TEXTURE_MAX_ANISOTROPY" with expression '0x84FE', CType: int More...
 
static final int GL_BUFFER_STORAGE_FLAGS = 0x8220
 GL_VERSION_4_4, GL_EXT_buffer_storage
Alias for: GL_BUFFER_STORAGE_FLAGS_EXT
Define "GL_BUFFER_STORAGE_FLAGS" with expression '0x8220', CType: int More...
 
static final int GL_TESS_EVALUATION_SUBROUTINE = 0x92ea
 GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_TESS_EVALUATION_SUBROUTINE" with expression '0x92EA', CType: int More...
 
static final int GL_SUBGROUP_FEATURE_CLUSTERED_BIT_KHR = 0x40
 GL_KHR_shader_subgroup
Define "GL_SUBGROUP_FEATURE_CLUSTERED_BIT_KHR" with expression '0x00000040', CType: int More...
 
static final int GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_ARB = 0x9340
 GL_ARB_sample_locations
Define "GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_ARB" with expression '0x9340', CType: int More...
 
static final int GL_COMPUTE_SUBROUTINE_UNIFORM = 0x92f3
 GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_COMPUTE_SUBROUTINE_UNIFORM" with expression '0x92F3', CType: int More...
 
static final int GL_SPIR_V_EXTENSIONS = 0x9553
 GL_VERSION_4_6
Define "GL_SPIR_V_EXTENSIONS" with expression '0x9553', CType: int More...
 
static final int GL_SUBGROUP_FEATURE_ARITHMETIC_BIT_KHR = 0x4
 GL_KHR_shader_subgroup
Define "GL_SUBGROUP_FEATURE_ARITHMETIC_BIT_KHR" with expression '0x00000004', CType: int More...
 
static final int GL_TEXTURE_TARGET = 0x1006
 GL_VERSION_4_5, GL_QCOM_extended_get
Alias for: GL_TEXTURE_TARGET_QCOM
Define "GL_TEXTURE_TARGET" with expression '0x1006', CType: int More...
 
static final int GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_ARB = 0x933e
 GL_ARB_sample_locations
Define "GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_ARB" with expression '0x933E', CType: int More...
 
static final int GL_SUBGROUP_FEATURE_BALLOT_BIT_KHR = 0x8
 GL_KHR_shader_subgroup
Define "GL_SUBGROUP_FEATURE_BALLOT_BIT_KHR" with expression '0x00000008', CType: int More...
 
static final int GL_CLIENT_STORAGE_BIT = 0x200
 GL_VERSION_4_4, GL_EXT_buffer_storage
Alias for: GL_CLIENT_STORAGE_BIT_EXT
Define "GL_CLIENT_STORAGE_BIT" with expression '0x0200', CType: int More...
 
static final int GL_POLYGON_OFFSET_CLAMP = 0x8e1b
 GL_VERSION_4_6, GL_EXT_polygon_offset_clamp
Alias for: GL_POLYGON_OFFSET_CLAMP_EXT
Define "GL_POLYGON_OFFSET_CLAMP" with expression '0x8E1B', CType: int More...
 
static final int GL_GEOMETRY_SUBROUTINE_UNIFORM = 0x92f1
 GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_GEOMETRY_SUBROUTINE_UNIFORM" with expression '0x92F1', CType: int More...
 
static final int GL_LOCATION_INDEX = 0x930f
 GL_VERSION_4_3, GL_ARB_program_interface_query, GL_EXT_blend_func_extended
Alias for: GL_LOCATION_INDEX_EXT
Define "GL_LOCATION_INDEX" with expression '0x930F', CType: int More...
 
static final int GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM = 0x8e8d
 GL_VERSION_4_2, GL_ARB_texture_compression_bptc, GL_EXT_texture_compression_bptc
Alias for: GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB, GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT
Define "GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM" with expression '0x8E8D', CType: int More...
 
static final int GL_QUERY_NO_WAIT_INVERTED = 0x8e18
 GL_VERSION_4_5
Define "GL_QUERY_NO_WAIT_INVERTED" with expression '0x8E18', CType: int More...
 
static final int GL_TESS_EVALUATION_SUBROUTINE_UNIFORM = 0x92f0
 GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_TESS_EVALUATION_SUBROUTINE_UNIFORM" with expression '0x92F0', CType: int More...
 
static final int GL_QUERY_BY_REGION_NO_WAIT_INVERTED = 0x8e1a
 GL_VERSION_4_5
Define "GL_QUERY_BY_REGION_NO_WAIT_INVERTED" with expression '0x8E1A', CType: int More...
 
static final int GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE = 0x934c
 GL_VERSION_4_4
Define "GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE" with expression '0x934C', CType: int More...
 
static final int GL_NUM_SPIR_V_EXTENSIONS = 0x9554
 GL_VERSION_4_6
Define "GL_NUM_SPIR_V_EXTENSIONS" with expression '0x9554', CType: int More...
 
static final int GL_INT64_VEC4_ARB = 0x8feb
 GL_ARB_gpu_shader_int64
Define "GL_INT64_VEC4_ARB" with expression '0x8FEB', CType: int More...
 
static final int GL_PROGRAMMABLE_SAMPLE_LOCATION_ARB = 0x9341
 GL_ARB_sample_locations
Define "GL_PROGRAMMABLE_SAMPLE_LOCATION_ARB" with expression '0x9341', CType: int More...
 
static final int GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES = 0x82fa
 GL_VERSION_4_5, GL_EXT_clip_cull_distance
Alias for: GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES_EXT
Define "GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES" with expression '0x82FA', CType: int More...
 
static final int GL_INT64_VEC2_ARB = 0x8fe9
 GL_ARB_gpu_shader_int64
Define "GL_INT64_VEC2_ARB" with expression '0x8FE9', CType: int More...
 
static final int GL_LOCATION_COMPONENT = 0x934a
 GL_VERSION_4_4
Define "GL_LOCATION_COMPONENT" with expression '0x934A', CType: int More...
 
static final int GL_SUBGROUP_SUPPORTED_STAGES_KHR = 0x9533
 GL_KHR_shader_subgroup
Define "GL_SUBGROUP_SUPPORTED_STAGES_KHR" with expression '0x9533', CType: int More...
 
static final int GL_MAX_NUM_COMPATIBLE_SUBROUTINES = 0x92f8
 GL_VERSION_4_3, GL_ARB_program_interface_query
Define "GL_MAX_NUM_COMPATIBLE_SUBROUTINES" with expression '0x92F8', CType: int More...
 
static final int GL_SUBGROUP_FEATURE_VOTE_BIT_KHR = 0x2
 GL_KHR_shader_subgroup
Define "GL_SUBGROUP_FEATURE_VOTE_BIT_KHR" with expression '0x00000002', CType: int More...
 
- Static Public Attributes inherited from com.jogamp.opengl.GL4ES3
static final int GL_FILL_RECTANGLE_NV = 0x933c
 GL_NV_fill_rectangle
Define "GL_FILL_RECTANGLE_NV" with expression '0x933C', CType: int More...
 
static final int GL_VIEWPORT_SWIZZLE_POSITIVE_Z_NV = 0x9354
 GL_NV_viewport_swizzle
Define "GL_VIEWPORT_SWIZZLE_POSITIVE_Z_NV" with expression '0x9354', CType: int More...
 
static final int GL_SHADING_RATE_IMAGE_TEXEL_WIDTH_NV = 0x955c
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_IMAGE_TEXEL_WIDTH_NV" with expression '0x955C', CType: int More...
 
static final int GL_MESH_SHADER_BIT_NV = 0x40
 GL_NV_mesh_shader
Define "GL_MESH_SHADER_BIT_NV" with expression '0x00000040', CType: int More...
 
static final int GL_MAX_MESH_OUTPUT_PRIMITIVES_NV = 0x9539
 GL_NV_mesh_shader
Define "GL_MAX_MESH_OUTPUT_PRIMITIVES_NV" with expression '0x9539', CType: int More...
 
static final int GL_SHADING_RATE_1_INVOCATION_PER_4X2_PIXELS_NV = 0x956a
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_1_INVOCATION_PER_4X2_PIXELS_NV" with expression '0x956A', CType: int More...
 
static final int GL_SHADING_RATE_IMAGE_PER_PRIMITIVE_NV = 0x95b1
 GL_NV_primitive_shading_rate
Define "GL_SHADING_RATE_IMAGE_PER_PRIMITIVE_NV" with expression '0x95B1', CType: int More...
 
static final int GL_DETACHED_TEXTURES_NV = 0x95aa
 GL_NV_memory_attachment
Define "GL_DETACHED_TEXTURES_NV" with expression '0x95AA', CType: int More...
 
static final int GL_SHADING_RATE_IMAGE_TEXEL_HEIGHT_NV = 0x955d
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_IMAGE_TEXEL_HEIGHT_NV" with expression '0x955D', CType: int More...
 
static final int GL_MAX_TASK_TOTAL_MEMORY_SIZE_NV = 0x9537
 GL_NV_mesh_shader
Define "GL_MAX_TASK_TOTAL_MEMORY_SIZE_NV" with expression '0x9537', CType: int More...
 
static final int GL_SCISSOR_BOX_EXCLUSIVE_NV = 0x9556
 GL_NV_scissor_exclusive
Define "GL_SCISSOR_BOX_EXCLUSIVE_NV" with expression '0x9556', CType: int More...
 
static final int GL_SEMAPHORE_TYPE_TIMELINE_NV = 0x95b5
 GL_NV_timeline_semaphore
Define "GL_SEMAPHORE_TYPE_TIMELINE_NV" with expression '0x95B5', CType: int More...
 
static final int GL_VIEWPORT_POSITION_W_SCALE_X_COEFF_NV = 0x937d
 GL_NV_clip_space_w_scaling
Define "GL_VIEWPORT_POSITION_W_SCALE_X_COEFF_NV" with expression '0x937D', CType: int More...
 
static final int GL_CONSERVATIVE_RASTERIZATION_NV = 0x9346
 GL_NV_conservative_raster
Define "GL_CONSERVATIVE_RASTERIZATION_NV" with expression '0x9346', CType: int More...
 
static final int GL_MESH_VERTICES_OUT_NV = 0x9579
 GL_NV_mesh_shader
Define "GL_MESH_VERTICES_OUT_NV" with expression '0x9579', CType: int More...
 
static final int GL_MAX_SUBPIXEL_PRECISION_BIAS_BITS_NV = 0x9349
 GL_NV_conservative_raster
Define "GL_MAX_SUBPIXEL_PRECISION_BIAS_BITS_NV" with expression '0x9349', CType: int More...
 
static final int GL_MESH_OUTPUT_TYPE_NV = 0x957b
 GL_NV_mesh_shader
Define "GL_MESH_OUTPUT_TYPE_NV" with expression '0x957B', CType: int More...
 
static final int GL_VIEWPORT_SWIZZLE_W_NV = 0x935b
 GL_NV_viewport_swizzle
Define "GL_VIEWPORT_SWIZZLE_W_NV" with expression '0x935B', CType: int More...
 
static final int GL_MEMORY_ATTACHABLE_SIZE_NV = 0x95a7
 GL_NV_memory_attachment
Define "GL_MEMORY_ATTACHABLE_SIZE_NV" with expression '0x95A7', CType: int More...
 
static final int GL_MAX_COMBINED_TASK_UNIFORM_COMPONENTS_NV = 0x8e6f
 GL_NV_mesh_shader
Define "GL_MAX_COMBINED_TASK_UNIFORM_COMPONENTS_NV" with expression '0x8E6F', CType: int More...
 
static final int GL_SHADING_RATE_IMAGE_BINDING_NV = 0x955b
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_IMAGE_BINDING_NV" with expression '0x955B', CType: int More...
 
static final int GL_MESH_SHADER_NV = 0x9559
 GL_NV_mesh_shader
Define "GL_MESH_SHADER_NV" with expression '0x9559', CType: int More...
 
static final int GL_MAX_COMBINED_MESH_UNIFORM_COMPONENTS_NV = 0x8e67
 GL_NV_mesh_shader
Define "GL_MAX_COMBINED_MESH_UNIFORM_COMPONENTS_NV" with expression '0x8E67', CType: int More...
 
static final int GL_MAX_TASK_IMAGE_UNIFORMS_NV = 0x8e6a
 GL_NV_mesh_shader
Define "GL_MAX_TASK_IMAGE_UNIFORMS_NV" with expression '0x8E6A', CType: int More...
 
static final int GL_MESH_SUBROUTINE_UNIFORM_NV = 0x957e
 GL_NV_mesh_shader
Define "GL_MESH_SUBROUTINE_UNIFORM_NV" with expression '0x957E', CType: int More...
 
static final int GL_MESH_OUTPUT_PER_PRIMITIVE_GRANULARITY_NV = 0x9543
 GL_NV_mesh_shader
Define "GL_MESH_OUTPUT_PER_PRIMITIVE_GRANULARITY_NV" with expression '0x9543', CType: int More...
 
static final int GL_SHADING_RATE_1_INVOCATION_PER_2X2_PIXELS_NV = 0x9568
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_1_INVOCATION_PER_2X2_PIXELS_NV" with expression '0x9568', CType: int More...
 
static final int GL_VIEWPORT_SWIZZLE_POSITIVE_W_NV = 0x9356
 GL_NV_viewport_swizzle
Define "GL_VIEWPORT_SWIZZLE_POSITIVE_W_NV" with expression '0x9356', CType: int More...
 
static final int GL_SEMAPHORE_TYPE_BINARY_NV = 0x95b4
 GL_NV_timeline_semaphore
Define "GL_SEMAPHORE_TYPE_BINARY_NV" with expression '0x95B4', CType: int More...
 
static final int GL_FRAGMENT_COVERAGE_TO_COLOR_NV = 0x92dd
 GL_NV_fragment_coverage_to_color
Define "GL_FRAGMENT_COVERAGE_TO_COLOR_NV" with expression '0x92DD', CType: int More...
 
static final int GL_VIEWPORT_POSITION_W_SCALE_Y_COEFF_NV = 0x937e
 GL_NV_clip_space_w_scaling
Define "GL_VIEWPORT_POSITION_W_SCALE_Y_COEFF_NV" with expression '0x937E', CType: int More...
 
static final int GL_MAX_DRAW_MESH_TASKS_COUNT_NV = 0x953d
 GL_NV_mesh_shader
Define "GL_MAX_DRAW_MESH_TASKS_COUNT_NV" with expression '0x953D', CType: int More...
 
static final int GL_VIEWPORT_SWIZZLE_NEGATIVE_X_NV = 0x9351
 GL_NV_viewport_swizzle
Define "GL_VIEWPORT_SWIZZLE_NEGATIVE_X_NV" with expression '0x9351', CType: int More...
 
static final int GL_MAX_MESH_SHADER_STORAGE_BLOCKS_NV = 0x8e66
 GL_NV_mesh_shader
Define "GL_MAX_MESH_SHADER_STORAGE_BLOCKS_NV" with expression '0x8E66', CType: int More...
 
static final int GL_SHADING_RATE_1_INVOCATION_PER_2X4_PIXELS_NV = 0x9569
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_1_INVOCATION_PER_2X4_PIXELS_NV" with expression '0x9569', CType: int More...
 
static final int GL_MESH_SUBROUTINE_NV = 0x957c
 GL_NV_mesh_shader
Define "GL_MESH_SUBROUTINE_NV" with expression '0x957C', CType: int More...
 
static final int GL_MAX_MESH_VIEWS_NV = 0x9557
 GL_NV_mesh_shader
Define "GL_MAX_MESH_VIEWS_NV" with expression '0x9557', CType: int More...
 
static final int GL_REFERENCED_BY_MESH_SHADER_NV = 0x95a0
 GL_NV_mesh_shader
Define "GL_REFERENCED_BY_MESH_SHADER_NV" with expression '0x95A0', CType: int More...
 
static final int GL_MAX_MESH_WORK_GROUP_SIZE_NV = 0x953b
 GL_NV_mesh_shader
Define "GL_MAX_MESH_WORK_GROUP_SIZE_NV" with expression '0x953B', CType: int More...
 
static final int GL_SHADING_RATE_2_INVOCATIONS_PER_PIXEL_NV = 0x956c
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_2_INVOCATIONS_PER_PIXEL_NV" with expression '0x956C', CType: int More...
 
static final int GL_SHADING_RATE_1_INVOCATION_PER_2X1_PIXELS_NV = 0x9567
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_1_INVOCATION_PER_2X1_PIXELS_NV" with expression '0x9567', CType: int More...
 
static final int GL_SHADING_RATE_IMAGE_PALETTE_SIZE_NV = 0x955e
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_IMAGE_PALETTE_SIZE_NV" with expression '0x955E', CType: int More...
 
static final int GL_MAX_TASK_ATOMIC_COUNTER_BUFFERS_NV = 0x8e6c
 GL_NV_mesh_shader
Define "GL_MAX_TASK_ATOMIC_COUNTER_BUFFERS_NV" with expression '0x8E6C', CType: int More...
 
static final int GL_SAMPLE_LOCATION_SUBPIXEL_BITS_NV = 0x933d
 GL_NV_sample_locations
Define "GL_SAMPLE_LOCATION_SUBPIXEL_BITS_NV" with expression '0x933D', CType: int More...
 
static final int GL_SHADING_RATE_IMAGE_PALETTE_COUNT_NV = 0x95b2
 GL_NV_primitive_shading_rate
Define "GL_SHADING_RATE_IMAGE_PALETTE_COUNT_NV" with expression '0x95B2', CType: int More...
 
static final int GL_UNIFORM_BLOCK_REFERENCED_BY_MESH_SHADER_NV = 0x959c
 GL_NV_mesh_shader
Define "GL_UNIFORM_BLOCK_REFERENCED_BY_MESH_SHADER_NV" with expression '0x959C', CType: int More...
 
static final int GL_SHADING_RATE_1_INVOCATION_PER_4X4_PIXELS_NV = 0x956b
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_1_INVOCATION_PER_4X4_PIXELS_NV" with expression '0x956B', CType: int More...
 
static final int GL_SHADING_RATE_SAMPLE_ORDER_PIXEL_MAJOR_NV = 0x95af
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_SAMPLE_ORDER_PIXEL_MAJOR_NV" with expression '0x95AF', CType: int More...
 
static final int GL_UNIFORM_BLOCK_REFERENCED_BY_TASK_SHADER_NV = 0x959d
 GL_NV_mesh_shader
Define "GL_UNIFORM_BLOCK_REFERENCED_BY_TASK_SHADER_NV" with expression '0x959D', CType: int More...
 
static final int GL_MAX_MESH_UNIFORM_COMPONENTS_NV = 0x8e63
 GL_NV_mesh_shader
Define "GL_MAX_MESH_UNIFORM_COMPONENTS_NV" with expression '0x8E63', CType: int More...
 
static final int GL_VIEWPORT_SWIZZLE_NEGATIVE_Y_NV = 0x9353
 GL_NV_viewport_swizzle
Define "GL_VIEWPORT_SWIZZLE_NEGATIVE_Y_NV" with expression '0x9353', CType: int More...
 
static final int GL_ATTACHED_MEMORY_OFFSET_NV = 0x95a5
 GL_NV_memory_attachment
Define "GL_ATTACHED_MEMORY_OFFSET_NV" with expression '0x95A5', CType: int More...
 
static final int GL_VIEWPORT_POSITION_W_SCALE_NV = 0x937c
 GL_NV_clip_space_w_scaling
Define "GL_VIEWPORT_POSITION_W_SCALE_NV" with expression '0x937C', CType: int More...
 
static final int GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_NV = 0x9340
 GL_NV_sample_locations
Define "GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_NV" with expression '0x9340', CType: int More...
 
static final int GL_MAX_TASK_ATOMIC_COUNTERS_NV = 0x8e6d
 GL_NV_mesh_shader
Define "GL_MAX_TASK_ATOMIC_COUNTERS_NV" with expression '0x8E6D', CType: int More...
 
static final int GL_SUBPIXEL_PRECISION_BIAS_Y_BITS_NV = 0x9348
 GL_NV_conservative_raster
Define "GL_SUBPIXEL_PRECISION_BIAS_Y_BITS_NV" with expression '0x9348', CType: int More...
 
static final int GL_MAX_TASK_OUTPUT_COUNT_NV = 0x953a
 GL_NV_mesh_shader
Define "GL_MAX_TASK_OUTPUT_COUNT_NV" with expression '0x953A', CType: int More...
 
static final int GL_VIEWPORT_SWIZZLE_POSITIVE_X_NV = 0x9350
 GL_NV_viewport_swizzle
Define "GL_VIEWPORT_SWIZZLE_POSITIVE_X_NV" with expression '0x9350', CType: int More...
 
static final int GL_SHADING_RATE_1_INVOCATION_PER_1X2_PIXELS_NV = 0x9566
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_1_INVOCATION_PER_1X2_PIXELS_NV" with expression '0x9566', CType: int More...
 
static final int GL_MAX_TASK_WORK_GROUP_INVOCATIONS_NV = 0x95a3
 GL_NV_mesh_shader
Define "GL_MAX_TASK_WORK_GROUP_INVOCATIONS_NV" with expression '0x95A3', CType: int More...
 
static final int GL_PROGRAMMABLE_SAMPLE_LOCATION_NV = 0x9341
 GL_NV_sample_locations
Define "GL_PROGRAMMABLE_SAMPLE_LOCATION_NV" with expression '0x9341', CType: int More...
 
static final int GL_VIEWPORT_SWIZZLE_X_NV = 0x9358
 GL_NV_viewport_swizzle
Define "GL_VIEWPORT_SWIZZLE_X_NV" with expression '0x9358', CType: int More...
 
static final int GL_SHADING_RATE_NO_INVOCATIONS_NV = 0x9564
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_NO_INVOCATIONS_NV" with expression '0x9564', CType: int More...
 
static final int GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_NV = 0x933f
 GL_NV_sample_locations
Define "GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_NV" with expression '0x933F', CType: int More...
 
static final int GL_MAX_MESH_ATOMIC_COUNTER_BUFFERS_NV = 0x8e64
 GL_NV_mesh_shader
Define "GL_MAX_MESH_ATOMIC_COUNTER_BUFFERS_NV" with expression '0x8E64', CType: int More...
 
static final int GL_MAX_MESH_OUTPUT_VERTICES_NV = 0x9538
 GL_NV_mesh_shader
Define "GL_MAX_MESH_OUTPUT_VERTICES_NV" with expression '0x9538', CType: int More...
 
static final int GL_ATTACHED_MEMORY_OBJECT_NV = 0x95a4
 GL_NV_memory_attachment
Define "GL_ATTACHED_MEMORY_OBJECT_NV" with expression '0x95A4', CType: int More...
 
static final int GL_MAX_MESH_IMAGE_UNIFORMS_NV = 0x8e62
 GL_NV_mesh_shader
Define "GL_MAX_MESH_IMAGE_UNIFORMS_NV" with expression '0x8E62', CType: int More...
 
static final int GL_DETACHED_BUFFERS_NV = 0x95ab
 GL_NV_memory_attachment
Define "GL_DETACHED_BUFFERS_NV" with expression '0x95AB', CType: int More...
 
static final int GL_MAX_COARSE_FRAGMENT_SAMPLES_NV = 0x955f
 GL_NV_shading_rate_image
Define "GL_MAX_COARSE_FRAGMENT_SAMPLES_NV" with expression '0x955F', CType: int More...
 
static final int GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_NV = 0x933e
 GL_NV_sample_locations
Define "GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_NV" with expression '0x933E', CType: int More...
 
static final int GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_NV = 0x9343
 GL_NV_sample_locations
Define "GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_NV" with expression '0x9343', CType: int More...
 
static final int GL_MAX_TASK_WORK_GROUP_SIZE_NV = 0x953c
 GL_NV_mesh_shader
Define "GL_MAX_TASK_WORK_GROUP_SIZE_NV" with expression '0x953C', CType: int More...
 
static final int GL_MAX_DETACHED_TEXTURES_NV = 0x95ac
 GL_NV_memory_attachment
Define "GL_MAX_DETACHED_TEXTURES_NV" with expression '0x95AC', CType: int More...
 
static final int GL_MESH_PRIMITIVES_OUT_NV = 0x957a
 GL_NV_mesh_shader
Define "GL_MESH_PRIMITIVES_OUT_NV" with expression '0x957A', CType: int More...
 
static final int GL_SHADING_RATE_IMAGE_NV = 0x9563
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_IMAGE_NV" with expression '0x9563', CType: int More...
 
static final int GL_REPRESENTATIVE_FRAGMENT_TEST_NV = 0x937f
 GL_NV_representative_fragment_test
Define "GL_REPRESENTATIVE_FRAGMENT_TEST_NV" with expression '0x937F', CType: int More...
 
static final int GL_MAX_TIMELINE_SEMAPHORE_VALUE_DIFFERENCE_NV = 0x95b6
 GL_NV_timeline_semaphore
Define "GL_MAX_TIMELINE_SEMAPHORE_VALUE_DIFFERENCE_NV" with expression '0x95B6', CType: int More...
 
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TASK_SHADER_NV = 0x959f
 GL_NV_mesh_shader
Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TASK_SHADER_NV" with expression '0x959F', CType: int More...
 
static final int GL_SHADING_RATE_SAMPLE_ORDER_SAMPLE_MAJOR_NV = 0x95b0
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_SAMPLE_ORDER_SAMPLE_MAJOR_NV" with expression '0x95B0', CType: int More...
 
static final int GL_VIEWPORT_SWIZZLE_NEGATIVE_Z_NV = 0x9355
 GL_NV_viewport_swizzle
Define "GL_VIEWPORT_SWIZZLE_NEGATIVE_Z_NV" with expression '0x9355', CType: int More...
 
static final int GL_TIMELINE_SEMAPHORE_VALUE_NV = 0x9595
 GL_NV_timeline_semaphore
Define "GL_TIMELINE_SEMAPHORE_VALUE_NV" with expression '0x9595', CType: int More...
 
static final int GL_MAX_MESH_UNIFORM_BLOCKS_NV = 0x8e60
 GL_NV_mesh_shader
Define "GL_MAX_MESH_UNIFORM_BLOCKS_NV" with expression '0x8E60', CType: int More...
 
static final int GL_MESH_WORK_GROUP_SIZE_NV = 0x953e
 GL_NV_mesh_shader
Define "GL_MESH_WORK_GROUP_SIZE_NV" with expression '0x953E', CType: int More...
 
static final int GL_MAX_DETACHED_BUFFERS_NV = 0x95ad
 GL_NV_memory_attachment
Define "GL_MAX_DETACHED_BUFFERS_NV" with expression '0x95AD', CType: int More...
 
static final int GL_DETACHED_MEMORY_INCARNATION_NV = 0x95a9
 GL_NV_memory_attachment
Define "GL_DETACHED_MEMORY_INCARNATION_NV" with expression '0x95A9', CType: int More...
 
static final int GL_SEMAPHORE_TYPE_NV = 0x95b3
 GL_NV_timeline_semaphore
Define "GL_SEMAPHORE_TYPE_NV" with expression '0x95B3', CType: int More...
 
static final int GL_MEMORY_ATTACHABLE_ALIGNMENT_NV = 0x95a6
 GL_NV_memory_attachment
Define "GL_MEMORY_ATTACHABLE_ALIGNMENT_NV" with expression '0x95A6', CType: int More...
 
static final int GL_SUBGROUP_FEATURE_PARTITIONED_BIT_NV = 0x100
 GL_NV_shader_subgroup_partitioned
Define "GL_SUBGROUP_FEATURE_PARTITIONED_BIT_NV" with expression '0x00000100', CType: int More...
 
static final int GL_SAMPLE_LOCATION_NV = 0x8e50
 GL_NV_sample_locations
Define "GL_SAMPLE_LOCATION_NV" with expression '0x8E50', CType: int More...
 
static final int GL_VIEWPORT_SWIZZLE_Y_NV = 0x9359
 GL_NV_viewport_swizzle
Define "GL_VIEWPORT_SWIZZLE_Y_NV" with expression '0x9359', CType: int More...
 
static final int GL_MAX_MESH_WORK_GROUP_INVOCATIONS_NV = 0x95a2
 GL_NV_mesh_shader
Define "GL_MAX_MESH_WORK_GROUP_INVOCATIONS_NV" with expression '0x95A2', CType: int More...
 
static final int GL_TASK_SUBROUTINE_NV = 0x957d
 GL_NV_mesh_shader
Define "GL_TASK_SUBROUTINE_NV" with expression '0x957D', CType: int More...
 
static final int GL_SHADING_RATE_SAMPLE_ORDER_DEFAULT_NV = 0x95ae
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_SAMPLE_ORDER_DEFAULT_NV" with expression '0x95AE', CType: int More...
 
static final int GL_MAX_MESH_ATOMIC_COUNTERS_NV = 0x8e65
 GL_NV_mesh_shader
Define "GL_MAX_MESH_ATOMIC_COUNTERS_NV" with expression '0x8E65', CType: int More...
 
static final int GL_VIEWPORT_SWIZZLE_POSITIVE_Y_NV = 0x9352
 GL_NV_viewport_swizzle
Define "GL_VIEWPORT_SWIZZLE_POSITIVE_Y_NV" with expression '0x9352', CType: int More...
 
static final int GL_SUBPIXEL_PRECISION_BIAS_X_BITS_NV = 0x9347
 GL_NV_conservative_raster
Define "GL_SUBPIXEL_PRECISION_BIAS_X_BITS_NV" with expression '0x9347', CType: int More...
 
static final int GL_REFERENCED_BY_TASK_SHADER_NV = 0x95a1
 GL_NV_mesh_shader
Define "GL_REFERENCED_BY_TASK_SHADER_NV" with expression '0x95A1', CType: int More...
 
static final int GL_MAX_MESH_TEXTURE_IMAGE_UNITS_NV = 0x8e61
 GL_NV_mesh_shader
Define "GL_MAX_MESH_TEXTURE_IMAGE_UNITS_NV" with expression '0x8E61', CType: int More...
 
static final int GL_SHADING_RATE_8_INVOCATIONS_PER_PIXEL_NV = 0x956e
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_8_INVOCATIONS_PER_PIXEL_NV" with expression '0x956E', CType: int More...
 
static final int GL_SHADING_RATE_16_INVOCATIONS_PER_PIXEL_NV = 0x956f
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_16_INVOCATIONS_PER_PIXEL_NV" with expression '0x956F', CType: int More...
 
static final int GL_MAX_TASK_TEXTURE_IMAGE_UNITS_NV = 0x8e69
 GL_NV_mesh_shader
Define "GL_MAX_TASK_TEXTURE_IMAGE_UNITS_NV" with expression '0x8E69', CType: int More...
 
static final int GL_MAX_TASK_SHADER_STORAGE_BLOCKS_NV = 0x8e6e
 GL_NV_mesh_shader
Define "GL_MAX_TASK_SHADER_STORAGE_BLOCKS_NV" with expression '0x8E6E', CType: int More...
 
static final int GL_MAX_TASK_UNIFORM_COMPONENTS_NV = 0x8e6b
 GL_NV_mesh_shader
Define "GL_MAX_TASK_UNIFORM_COMPONENTS_NV" with expression '0x8E6B', CType: int More...
 
static final int GL_TASK_SHADER_BIT_NV = 0x80
 GL_NV_mesh_shader
Define "GL_TASK_SHADER_BIT_NV" with expression '0x00000080', CType: int More...
 
static final int GL_MAX_MESH_TOTAL_MEMORY_SIZE_NV = 0x9536
 GL_NV_mesh_shader
Define "GL_MAX_MESH_TOTAL_MEMORY_SIZE_NV" with expression '0x9536', CType: int More...
 
static final int GL_MAX_TASK_UNIFORM_BLOCKS_NV = 0x8e68
 GL_NV_mesh_shader
Define "GL_MAX_TASK_UNIFORM_BLOCKS_NV" with expression '0x8E68', CType: int More...
 
static final int GL_TASK_SUBROUTINE_UNIFORM_NV = 0x957f
 GL_NV_mesh_shader
Define "GL_TASK_SUBROUTINE_UNIFORM_NV" with expression '0x957F', CType: int More...
 
static final int GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_MESH_SHADER_NV = 0x959e
 GL_NV_mesh_shader
Define "GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_MESH_SHADER_NV" with expression '0x959E', CType: int More...
 
static final int GL_SHADING_RATE_1_INVOCATION_PER_PIXEL_NV = 0x9565
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_1_INVOCATION_PER_PIXEL_NV" with expression '0x9565', CType: int More...
 
static final int GL_MESH_OUTPUT_PER_VERTEX_GRANULARITY_NV = 0x92df
 GL_NV_mesh_shader
Define "GL_MESH_OUTPUT_PER_VERTEX_GRANULARITY_NV" with expression '0x92DF', CType: int More...
 
static final int GL_SHADING_RATE_4_INVOCATIONS_PER_PIXEL_NV = 0x956d
 GL_NV_shading_rate_image
Define "GL_SHADING_RATE_4_INVOCATIONS_PER_PIXEL_NV" with expression '0x956D', CType: int More...
 
static final int GL_FRAGMENT_COVERAGE_COLOR_NV = 0x92de
 GL_NV_fragment_coverage_to_color
Define "GL_FRAGMENT_COVERAGE_COLOR_NV" with expression '0x92DE', CType: int More...
 
static final int GL_MEMORY_ATTACHABLE_NV = 0x95a8
 GL_NV_memory_attachment
Define "GL_MEMORY_ATTACHABLE_NV" with expression '0x95A8', CType: int More...
 
static final int GL_VIEWPORT_SWIZZLE_NEGATIVE_W_NV = 0x9357
 GL_NV_viewport_swizzle
Define "GL_VIEWPORT_SWIZZLE_NEGATIVE_W_NV" with expression '0x9357', CType: int More...
 
static final int GL_TASK_SHADER_NV = 0x955a
 GL_NV_mesh_shader
Define "GL_TASK_SHADER_NV" with expression '0x955A', CType: int More...
 
static final int GL_VIEWPORT_SWIZZLE_Z_NV = 0x935a
 GL_NV_viewport_swizzle
Define "GL_VIEWPORT_SWIZZLE_Z_NV" with expression '0x935A', CType: int More...
 
static final int GL_TASK_WORK_GROUP_SIZE_NV = 0x953f
 GL_NV_mesh_shader
Define "GL_TASK_WORK_GROUP_SIZE_NV" with expression '0x953F', CType: int More...
 
static final int GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_NV = 0x9342
 GL_NV_sample_locations
Define "GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_NV" with expression '0x9342', CType: int More...
 
static final int GL_SCISSOR_TEST_EXCLUSIVE_NV = 0x9555
 GL_NV_scissor_exclusive
Define "GL_SCISSOR_TEST_EXCLUSIVE_NV" with expression '0x9555', CType: int More...
 

Detailed Description

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[])

Definition at line 25 of file DebugGL4bc.java.

Constructor & Destructor Documentation

◆ DebugGL4bc()

com.jogamp.opengl.DebugGL4bc.DebugGL4bc ( GL4bc  downstreamGL4bc)

Definition at line 27 of file DebugGL4bc.java.

Here is the call graph for this function:

Member Function Documentation

◆ getBoundBuffer()

int com.jogamp.opengl.DebugGL4bc.getBoundBuffer ( int  target)
Parameters
targeta 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
getBufferStorage(int)

Implements com.jogamp.opengl.GLBase.

Definition at line 42 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getBoundFramebuffer()

int com.jogamp.opengl.DebugGL4bc.getBoundFramebuffer ( int  target)

Return the framebuffer name bound to this context, see GL#glBindFramebuffer(int, int).

Calls GLContext#getBoundFramebuffer(int).

Implements com.jogamp.opengl.GLBase.

Definition at line 47 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getBufferStorage()

com.jogamp.opengl.GLBufferStorage com.jogamp.opengl.DebugGL4bc.getBufferStorage ( int  bufferName)
Parameters
bufferNamea 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
getBoundBuffer(int)

Implements com.jogamp.opengl.GLBase.

Definition at line 52 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getContext()

com.jogamp.opengl.GLContext com.jogamp.opengl.DebugGL4bc.getContext ( )

Returns the GLContext associated which this GL object.

Implements com.jogamp.opengl.GLBase.

Definition at line 57 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getDefaultDrawBuffer()

int com.jogamp.opengl.DebugGL4bc.getDefaultDrawBuffer ( )

Returns the default color buffer within the current bound getDefaultReadFramebuffer(), i.e.

GL_READ_FRAMEBUFFER​, which will be used as the target (output) for (fragment shader) draw commands, settable via GL2ES2#glDrawBuffers(int, int[], int) or GL2#glDrawBuffer(int).

For offscreen framebuffer objects this is GL#GL_COLOR_ATTACHMENT0, otherwise this is GL#GL_FRONT for non-ES profile and single buffer configurations and GL#GL_BACK for double buffer configurations or ES profiles.

Note-1: Neither ES1 nor ES2 supports selecting the draw buffer at all and GL#GL_BACK is the default.

Note-2: ES3 only supports GL#GL_BACK, GL#GL_NONE or GL#GL_COLOR_ATTACHMENT0+i via GL2ES2#glDrawBuffers(int, int[], int).

Method is only thread-safe while context is made current.

Implements com.jogamp.opengl.GLBase.

Definition at line 62 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getDefaultDrawFramebuffer()

int com.jogamp.opengl.DebugGL4bc.getDefaultDrawFramebuffer ( )

Return the default draw framebuffer name.

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

Calls GLContext#getDefaultDrawFramebuffer().

Implements com.jogamp.opengl.GLBase.

Definition at line 67 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getDefaultReadBuffer()

int com.jogamp.opengl.DebugGL4bc.getDefaultReadBuffer ( )

Returns the default color buffer within the current bound 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 non-ES profile and single buffer configurations and GL#GL_BACK for double buffer configurations or ES profiles.

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.

Method is only thread-safe while context is made current.

Implements com.jogamp.opengl.GLBase.

Definition at line 72 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getDefaultReadFramebuffer()

int com.jogamp.opengl.DebugGL4bc.getDefaultReadFramebuffer ( )

Return the default read framebuffer name.

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

Calls GLContext#getDefaultReadFramebuffer().

Implements com.jogamp.opengl.GLBase.

Definition at line 77 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getDownstreamGL()

final GL com.jogamp.opengl.DebugGL4bc.getDownstreamGL ( ) throws GLException

Returns the downstream GL instance in case this is a wrapping pipeline, otherwise null.

See getRootGL() for retrieving the implementing root instance.

Exceptions
GLExceptionif the downstream instance is not null and not a GL implementation
See also
getRootGL()

Implements com.jogamp.opengl.GLBase.

Definition at line 38 of file DebugGL4bc.java.

◆ getExtension()

java.lang.Object com.jogamp.opengl.DebugGL4bc.getExtension ( java.lang.String  arg0)

Definition at line 82 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getGL()

com.jogamp.opengl.GL com.jogamp.opengl.DebugGL4bc.getGL ( )

Casts this object to the GL interface.

Exceptions
GLExceptionif this object is not a GL implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 87 of file DebugGL4bc.java.

◆ getGL2()

com.jogamp.opengl.GL2 com.jogamp.opengl.DebugGL4bc.getGL2 ( )

Casts this object to the GL2 interface.

Exceptions
GLExceptionif this object is not a GL2 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 92 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getGL2ES1()

com.jogamp.opengl.GL2ES1 com.jogamp.opengl.DebugGL4bc.getGL2ES1 ( )

Casts this object to the GL2ES1 interface.

Exceptions
GLExceptionif this object is not a GL2ES1 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 98 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getGL2ES2()

com.jogamp.opengl.GL2ES2 com.jogamp.opengl.DebugGL4bc.getGL2ES2 ( )

Casts this object to the GL2ES2 interface.

Exceptions
GLExceptionif this object is not a GL2ES2 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 104 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getGL2ES3()

com.jogamp.opengl.GL2ES3 com.jogamp.opengl.DebugGL4bc.getGL2ES3 ( )

Casts this object to the GL2ES3 interface.

Exceptions
GLExceptionif this object is not a GL2ES3 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 110 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getGL2GL3()

com.jogamp.opengl.GL2GL3 com.jogamp.opengl.DebugGL4bc.getGL2GL3 ( )

Casts this object to the GL2GL3 interface.

Exceptions
GLExceptionif this object is not a GL2GL3 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 116 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getGL3()

com.jogamp.opengl.GL3 com.jogamp.opengl.DebugGL4bc.getGL3 ( )

Casts this object to the GL3 interface.

Exceptions
GLExceptionif this object is not a GL3 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 122 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getGL3bc()

com.jogamp.opengl.GL3bc com.jogamp.opengl.DebugGL4bc.getGL3bc ( )

Casts this object to the GL3bc interface.

Exceptions
GLExceptionif this object is not a GL3bc implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 134 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getGL3ES3()

com.jogamp.opengl.GL3ES3 com.jogamp.opengl.DebugGL4bc.getGL3ES3 ( )

Casts this object to the GL3ES3 interface.

Exceptions
GLExceptionif this object is not a GL3ES3 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 128 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getGL4()

com.jogamp.opengl.GL4 com.jogamp.opengl.DebugGL4bc.getGL4 ( )

Casts this object to the GL4 interface.

Exceptions
GLExceptionif this object is not a GL4 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 140 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getGL4bc()

com.jogamp.opengl.GL4bc com.jogamp.opengl.DebugGL4bc.getGL4bc ( )

Casts this object to the GL4bc interface.

Exceptions
GLExceptionif this object is not a GL4bc implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 152 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getGL4ES3()

com.jogamp.opengl.GL4ES3 com.jogamp.opengl.DebugGL4bc.getGL4ES3 ( )

Casts this object to the GL4ES3 interface.

Exceptions
GLExceptionif this object is not a GL4ES3 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 146 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getGLES1()

com.jogamp.opengl.GLES1 com.jogamp.opengl.DebugGL4bc.getGLES1 ( )

Casts this object to the GLES1 interface.

Exceptions
GLExceptionif this object is not a GLES1 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 158 of file DebugGL4bc.java.

◆ getGLES2()

com.jogamp.opengl.GLES2 com.jogamp.opengl.DebugGL4bc.getGLES2 ( )

Casts this object to the GLES2 interface.

Exceptions
GLExceptionif this object is not a GLES2 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 163 of file DebugGL4bc.java.

◆ getGLES3()

com.jogamp.opengl.GLES3 com.jogamp.opengl.DebugGL4bc.getGLES3 ( )

Casts this object to the GLES3 interface.

Exceptions
GLExceptionif this object is not a GLES3 implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 168 of file DebugGL4bc.java.

◆ getGLProfile()

com.jogamp.opengl.GLProfile com.jogamp.opengl.DebugGL4bc.getGLProfile ( )

Returns the GLProfile associated with this GL object.

Implements com.jogamp.opengl.GLBase.

Definition at line 173 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getMaxRenderbufferSamples()

int com.jogamp.opengl.DebugGL4bc.getMaxRenderbufferSamples ( )

Returns the maximum number of FBO RENDERBUFFER samples if full FBO is supported, otherwise false.

See also
GLContext::getMaxRenderbufferSamples()

Implements com.jogamp.opengl.GLBase.

Definition at line 178 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getPlatformGLExtensions()

java.lang.Object com.jogamp.opengl.DebugGL4bc.getPlatformGLExtensions ( )

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.

Implements com.jogamp.opengl.GLBase.

Definition at line 183 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getRootGL()

com.jogamp.opengl.GL com.jogamp.opengl.DebugGL4bc.getRootGL ( )

Returns the implementing root instance, considering a wrapped pipelined hierarchy, see getDownstreamGL().

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

Exceptions
GLExceptionif the root instance is not a GL implementation

Implements com.jogamp.opengl.GLBase.

Definition at line 188 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ getSwapInterval()

int com.jogamp.opengl.DebugGL4bc.getSwapInterval ( )

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 <o>onscreen GLDrawable the default value is 1, otherwise the default value is 0.

See also
GLContext::getSwapInterval()
setSwapInterval(int)

Implements com.jogamp.opengl.GLBase.

Definition at line 193 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glAccum()

void com.jogamp.opengl.DebugGL4bc.glAccum ( int  op,
float  value 
)

Entry point to C language function: void {@native glAccum}(GLenum op, GLfloat value)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 198 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glAcquireKeyedMutexWin32EXT()

boolean com.jogamp.opengl.DebugGL4bc.glAcquireKeyedMutexWin32EXT ( int  memory,
long  key,
int  timeout 
)

Entry point to C language function: GLboolean {@native glAcquireKeyedMutexWin32EXT}(GLuint memory, GLuint64 key, GLuint timeout)
Part of GL_EXT_win32_keyed_mutex

Implements com.jogamp.opengl.GL2.

Definition at line 209 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glActiveShaderProgram()

void com.jogamp.opengl.DebugGL4bc.glActiveShaderProgram ( int  pipeline,
int  program 
)

Entry point to C language function: void {@native glActiveShaderProgram}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 221 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glActiveStencilFaceEXT()

void com.jogamp.opengl.DebugGL4bc.glActiveStencilFaceEXT ( int  face)

Entry point to C language function: void {@native glActiveStencilFaceEXT}(GLenum face)
Part of GL_EXT_stencil_two_side

Implements com.jogamp.opengl.GL2.

Definition at line 232 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glActiveTexture()

void com.jogamp.opengl.DebugGL4bc.glActiveTexture ( int  texture)

Entry point to C language function: void {@native glActiveTexture}(GLenum texture)
Part of GL_ES_VERSION_2_0, GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitexture
Alias for: glActiveTextureARB

Implements com.jogamp.opengl.GL.

Definition at line 243 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glAlphaFunc()

void com.jogamp.opengl.DebugGL4bc.glAlphaFunc ( int  func,
float  ref 
)

Entry point to C language function: void {@native glAlphaFunc}(GLenum func, GLclampf ref)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0, GL_QCOM_alpha_test
Alias for: glAlphaFuncQCOM

Implements com.jogamp.opengl.GL2ES1.

Definition at line 254 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glAlphaToCoverageDitherControlNV()

void com.jogamp.opengl.DebugGL4bc.glAlphaToCoverageDitherControlNV ( int  mode)

Entry point to C language function: void {@native glAlphaToCoverageDitherControlNV}(GLenum mode)
Part of GL_NV_alpha_to_coverage_dither_control

Implements com.jogamp.opengl.GL2.

Definition at line 265 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glApplyFramebufferAttachmentCMAAINTEL()

void com.jogamp.opengl.DebugGL4bc.glApplyFramebufferAttachmentCMAAINTEL ( )

Entry point to C language function: void {@native glApplyFramebufferAttachmentCMAAINTEL}()
Part of GL_INTEL_framebuffer_CMAA

Implements com.jogamp.opengl.GL2ES2.

Definition at line 276 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glApplyTextureEXT()

void com.jogamp.opengl.DebugGL4bc.glApplyTextureEXT ( int  mode)

Entry point to C language function: void {@native glApplyTextureEXT}(GLenum mode)
Part of GL_EXT_light_texture

Implements com.jogamp.opengl.GL2.

Definition at line 287 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glAreTexturesResident() [1/2]

boolean com.jogamp.opengl.DebugGL4bc.glAreTexturesResident ( int  n,
int[]  textures,
int  textures_offset,
byte[]  residences,
int  residences_offset 
)

Entry point to C language function: GLboolean {@native glAreTexturesResident}(GLsizei n, const GLuint * textures, GLboolean * residences)
Part of GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glAreTexturesResidentEXT

Implements com.jogamp.opengl.GL2.

Definition at line 298 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glAreTexturesResident() [2/2]

boolean com.jogamp.opengl.DebugGL4bc.glAreTexturesResident ( int  arg0,
java.nio.IntBuffer  arg1,
java.nio.ByteBuffer  arg2 
)

Definition at line 310 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glArrayElement()

void com.jogamp.opengl.DebugGL4bc.glArrayElement ( int  i)

Entry point to C language function: void {@native glArrayElement}(GLint i)
Part of GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: glArrayElementEXT

Implements com.jogamp.opengl.GL2.

Definition at line 322 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glAsyncCopyBufferSubDataNVX() [1/2]

int com.jogamp.opengl.DebugGL4bc.glAsyncCopyBufferSubDataNVX ( int  waitSemaphoreCount,
int[]  waitSemaphoreArray,
int  waitSemaphoreArray_offset,
long[]  fenceValueArray,
int  fenceValueArray_offset,
int  readGpu,
int  writeGpuMask,
int  readBuffer,
int  writeBuffer,
long  readOffset,
long  writeOffset,
long  size,
int  signalSemaphoreCount,
int[]  signalSemaphoreArray,
int  signalSemaphoreArray_offset,
long[]  signalValueArray,
int  signalValueArray_offset 
)

Entry point to C language function: GLuint {@native glAsyncCopyBufferSubDataNVX}(GLsizei waitSemaphoreCount, const GLuint * waitSemaphoreArray, const GLuint64 * fenceValueArray, GLuint readGpu, GLbitfield writeGpuMask, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size, GLsizei signalSemaphoreCount, const GLuint * signalSemaphoreArray, const GLuint64 * signalValueArray)
Part of GL_NVX_gpu_multicast2

Implements com.jogamp.opengl.GL2.

Definition at line 333 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glAsyncCopyBufferSubDataNVX() [2/2]

int com.jogamp.opengl.DebugGL4bc.glAsyncCopyBufferSubDataNVX ( int  arg0,
java.nio.IntBuffer  arg1,
java.nio.LongBuffer  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
long  arg7,
long  arg8,
long  arg9,
int  arg10,
java.nio.IntBuffer  arg11,
java.nio.LongBuffer  arg12 
)

Definition at line 345 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glAsyncCopyImageSubDataNVX() [1/2]

int com.jogamp.opengl.DebugGL4bc.glAsyncCopyImageSubDataNVX ( int  waitSemaphoreCount,
int[]  waitSemaphoreArray,
int  waitSemaphoreArray_offset,
long[]  waitValueArray,
int  waitValueArray_offset,
int  srcGpu,
int  dstGpuMask,
int  srcName,
int  srcTarget,
int  srcLevel,
int  srcX,
int  srcY,
int  srcZ,
int  dstName,
int  dstTarget,
int  dstLevel,
int  dstX,
int  dstY,
int  dstZ,
int  srcWidth,
int  srcHeight,
int  srcDepth,
int  signalSemaphoreCount,
int[]  signalSemaphoreArray,
int  signalSemaphoreArray_offset,
long[]  signalValueArray,
int  signalValueArray_offset 
)

Entry point to C language function: GLuint {@native glAsyncCopyImageSubDataNVX}(GLsizei waitSemaphoreCount, const GLuint * waitSemaphoreArray, const GLuint64 * waitValueArray, GLuint srcGpu, GLbitfield dstGpuMask, 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, GLsizei signalSemaphoreCount, const GLuint * signalSemaphoreArray, const GLuint64 * signalValueArray)
Part of GL_NVX_gpu_multicast2

Implements com.jogamp.opengl.GL2.

Definition at line 357 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glAsyncCopyImageSubDataNVX() [2/2]

int com.jogamp.opengl.DebugGL4bc.glAsyncCopyImageSubDataNVX ( int  arg0,
java.nio.IntBuffer  arg1,
java.nio.LongBuffer  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,
int  arg15,
int  arg16,
int  arg17,
int  arg18,
int  arg19,
int  arg20,
java.nio.IntBuffer  arg21,
java.nio.LongBuffer  arg22 
)

Definition at line 369 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glAttachObjectARB()

void com.jogamp.opengl.DebugGL4bc.glAttachObjectARB ( long  containerObj,
long  obj 
)

Entry point to C language function: void {@native glAttachObjectARB}(GLhandleARB containerObj, GLhandleARB obj)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 381 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glAttachShader()

void com.jogamp.opengl.DebugGL4bc.glAttachShader ( int  program,
int  shader 
)

Entry point to C language function: void {@native glAttachShader}(GLuint program, GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

Implements com.jogamp.opengl.GL2ES2.

Definition at line 392 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBegin()

void com.jogamp.opengl.DebugGL4bc.glBegin ( int  mode)

Entry point to C language function: void {@native glBegin}(GLenum mode)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 403 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBeginConditionalRender()

void com.jogamp.opengl.DebugGL4bc.glBeginConditionalRender ( int  id,
int  mode 
)

Entry point to C language function: void {@native glBeginConditionalRender}(GLuint id, GLenum mode)
Part of GL_VERSION_3_0, GL_NV_conditional_render
Alias for: glBeginConditionalRenderNV

Implements com.jogamp.opengl.GL2ES3.

Definition at line 411 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBeginConditionalRenderNVX()

void com.jogamp.opengl.DebugGL4bc.glBeginConditionalRenderNVX ( int  id)

Entry point to C language function: void {@native glBeginConditionalRenderNVX}(GLuint id)
Part of GL_NVX_conditional_render

Implements com.jogamp.opengl.GL2.

Definition at line 422 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBeginOcclusionQueryNV()

void com.jogamp.opengl.DebugGL4bc.glBeginOcclusionQueryNV ( int  id)

Entry point to C language function: void {@native glBeginOcclusionQueryNV}(GLuint id)
Part of GL_NV_occlusion_query

Implements com.jogamp.opengl.GL2.

Definition at line 433 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBeginPerfQueryINTEL()

void com.jogamp.opengl.DebugGL4bc.glBeginPerfQueryINTEL ( int  queryHandle)

Entry point to C language function: void {@native glBeginPerfQueryINTEL}(GLuint queryHandle)
Part of GL_INTEL_performance_query

Implements com.jogamp.opengl.GL2.

Definition at line 444 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBeginQuery()

void com.jogamp.opengl.DebugGL4bc.glBeginQuery ( int  target,
int  id 
)

Entry point to C language function: void {@native glBeginQuery}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 455 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBeginQueryIndexed()

void com.jogamp.opengl.DebugGL4bc.glBeginQueryIndexed ( int  target,
int  index,
int  id 
)

Entry point to C language function: void {@native glBeginQueryIndexed}(GLenum target, GLuint index, GLuint id)
Part of GL_ARB_transform_feedback3, GL_VERSION_4_0

Implements com.jogamp.opengl.GL2GL3.

Definition at line 466 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBeginTransformFeedback()

void com.jogamp.opengl.DebugGL4bc.glBeginTransformFeedback ( int  primitiveMode)

Entry point to C language function: void {@native glBeginTransformFeedback}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 477 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBeginVertexShaderEXT()

void com.jogamp.opengl.DebugGL4bc.glBeginVertexShaderEXT ( )

Entry point to C language function: void {@native glBeginVertexShaderEXT}()
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 488 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBeginVideoCaptureNV()

void com.jogamp.opengl.DebugGL4bc.glBeginVideoCaptureNV ( int  video_capture_slot)

Entry point to C language function: void {@native glBeginVideoCaptureNV}(GLuint video_capture_slot)
Part of GL_NV_video_capture

Implements com.jogamp.opengl.GL2.

Definition at line 499 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindAttribLocation()

void com.jogamp.opengl.DebugGL4bc.glBindAttribLocation ( int  arg0,
int  arg1,
java.lang.String  arg2 
)

Definition at line 510 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindBuffer()

void com.jogamp.opengl.DebugGL4bc.glBindBuffer ( int  target,
int  buffer 
)

Entry point to C language function: void {@native glBindBuffer}(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

Implements com.jogamp.opengl.GL.

Definition at line 521 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindBufferBase()

void com.jogamp.opengl.DebugGL4bc.glBindBufferBase ( int  target,
int  index,
int  buffer 
)

Entry point to C language function: void {@native glBindBufferBase}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 532 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindBufferRange()

void com.jogamp.opengl.DebugGL4bc.glBindBufferRange ( int  target,
int  index,
int  buffer,
long  offset,
long  size 
)

Entry point to C language function: void {@native glBindBufferRange}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 543 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindBuffersBase() [1/2]

void com.jogamp.opengl.DebugGL4bc.glBindBuffersBase ( int  target,
int  first,
int  count,
int[]  buffers,
int  buffers_offset 
)

Entry point to C language function: void {@native glBindBuffersBase}(GLenum target, GLuint first, GLsizei count, const GLuint * buffers)
Part of GL_VERSION_4_4

Implements com.jogamp.opengl.GL4.

Definition at line 554 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindBuffersBase() [2/2]

void com.jogamp.opengl.DebugGL4bc.glBindBuffersBase ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 565 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindBuffersRange() [1/2]

void com.jogamp.opengl.DebugGL4bc.glBindBuffersRange ( int  arg0,
int  arg1,
int  arg2,
int[]  arg3,
int  arg4,
com.jogamp.common.nio.PointerBuffer  arg5,
com.jogamp.common.nio.PointerBuffer  arg6 
)

Definition at line 576 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindBuffersRange() [2/2]

void com.jogamp.opengl.DebugGL4bc.glBindBuffersRange ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3,
com.jogamp.common.nio.PointerBuffer  arg4,
com.jogamp.common.nio.PointerBuffer  arg5 
)

Definition at line 587 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindFragDataLocation()

void com.jogamp.opengl.DebugGL4bc.glBindFragDataLocation ( int  arg0,
int  arg1,
java.lang.String  arg2 
)

Definition at line 598 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindFragDataLocationIndexed()

void com.jogamp.opengl.DebugGL4bc.glBindFragDataLocationIndexed ( int  arg0,
int  arg1,
int  arg2,
java.lang.String  arg3 
)

Definition at line 609 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindFramebuffer()

void com.jogamp.opengl.DebugGL4bc.glBindFramebuffer ( int  target,
int  framebuffer 
)

Entry point to C language function: void {@native glBindFramebuffer}(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

Implements com.jogamp.opengl.GL.

Definition at line 620 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindImageTexture()

void com.jogamp.opengl.DebugGL4bc.glBindImageTexture ( int  unit,
int  texture,
int  level,
boolean  layered,
int  layer,
int  access,
int  format 
)

Entry point to C language function: void {@native glBindImageTexture}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 631 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindImageTextures() [1/2]

void com.jogamp.opengl.DebugGL4bc.glBindImageTextures ( int  first,
int  count,
int[]  textures,
int  textures_offset 
)

Entry point to C language function: void {@native glBindImageTextures}(GLuint first, GLsizei count, const GLuint * textures)
Part of GL_VERSION_4_4

Implements com.jogamp.opengl.GL4.

Definition at line 642 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindImageTextures() [2/2]

void com.jogamp.opengl.DebugGL4bc.glBindImageTextures ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 653 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindLightParameterEXT()

int com.jogamp.opengl.DebugGL4bc.glBindLightParameterEXT ( int  light,
int  value 
)

Entry point to C language function: GLuint {@native glBindLightParameterEXT}(GLenum light, GLenum value)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 664 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindMaterialParameterEXT()

int com.jogamp.opengl.DebugGL4bc.glBindMaterialParameterEXT ( int  face,
int  value 
)

Entry point to C language function: GLuint {@native glBindMaterialParameterEXT}(GLenum face, GLenum value)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 676 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindMultiTextureEXT()

void com.jogamp.opengl.DebugGL4bc.glBindMultiTextureEXT ( int  texunit,
int  target,
int  texture 
)

Entry point to C language function: void {@native glBindMultiTextureEXT}(GLenum texunit, GLenum target, GLuint texture)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 688 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindParameterEXT()

int com.jogamp.opengl.DebugGL4bc.glBindParameterEXT ( int  value)

Entry point to C language function: GLuint {@native glBindParameterEXT}(GLenum value)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 699 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindProgramARB()

void com.jogamp.opengl.DebugGL4bc.glBindProgramARB ( int  target,
int  program 
)

Entry point to C language function: void {@native glBindProgramARB}(GLenum target, GLuint program)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

Implements com.jogamp.opengl.GL2.

Definition at line 711 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindProgramPipeline()

void com.jogamp.opengl.DebugGL4bc.glBindProgramPipeline ( int  pipeline)

Entry point to C language function: void {@native glBindProgramPipeline}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 722 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindRenderbuffer()

void com.jogamp.opengl.DebugGL4bc.glBindRenderbuffer ( int  target,
int  renderbuffer 
)

Entry point to C language function: void {@native glBindRenderbuffer}(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

Implements com.jogamp.opengl.GL.

Definition at line 733 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindSampler()

void com.jogamp.opengl.DebugGL4bc.glBindSampler ( int  unit,
int  sampler 
)

Entry point to C language function: void {@native glBindSampler}(GLuint unit, GLuint sampler)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

Implements com.jogamp.opengl.GL3ES3.

Definition at line 744 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindSamplers() [1/2]

void com.jogamp.opengl.DebugGL4bc.glBindSamplers ( int  first,
int  count,
int[]  samplers,
int  samplers_offset 
)

Entry point to C language function: void {@native glBindSamplers}(GLuint first, GLsizei count, const GLuint * samplers)
Part of GL_VERSION_4_4

Implements com.jogamp.opengl.GL4.

Definition at line 766 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindSamplers() [2/2]

void com.jogamp.opengl.DebugGL4bc.glBindSamplers ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 755 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindShadingRateImageNV()

void com.jogamp.opengl.DebugGL4bc.glBindShadingRateImageNV ( int  texture)

Entry point to C language function: void {@native glBindShadingRateImageNV}(GLuint texture)
Part of GL_NV_shading_rate_image

Implements com.jogamp.opengl.GL4ES3.

Definition at line 777 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindTexGenParameterEXT()

int com.jogamp.opengl.DebugGL4bc.glBindTexGenParameterEXT ( int  unit,
int  coord,
int  value 
)

Entry point to C language function: GLuint {@native glBindTexGenParameterEXT}(GLenum unit, GLenum coord, GLenum value)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 788 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindTexture()

void com.jogamp.opengl.DebugGL4bc.glBindTexture ( int  target,
int  texture 
)

Entry point to C language function: void {@native glBindTexture}(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

Implements com.jogamp.opengl.GL.

Definition at line 800 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindTextures() [1/2]

void com.jogamp.opengl.DebugGL4bc.glBindTextures ( int  first,
int  count,
int[]  textures,
int  textures_offset 
)

Entry point to C language function: void {@native glBindTextures}(GLuint first, GLsizei count, const GLuint * textures)
Part of GL_VERSION_4_4

Implements com.jogamp.opengl.GL4.

Definition at line 845 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindTextures() [2/2]

void com.jogamp.opengl.DebugGL4bc.glBindTextures ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 834 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindTextureUnit()

void com.jogamp.opengl.DebugGL4bc.glBindTextureUnit ( int  unit,
int  texture 
)

Entry point to C language function: void {@native glBindTextureUnit}(GLuint unit, GLuint texture)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 811 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindTextureUnitParameterEXT()

int com.jogamp.opengl.DebugGL4bc.glBindTextureUnitParameterEXT ( int  unit,
int  value 
)

Entry point to C language function: GLuint {@native glBindTextureUnitParameterEXT}(GLenum unit, GLenum value)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 822 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindTransformFeedback()

void com.jogamp.opengl.DebugGL4bc.glBindTransformFeedback ( int  target,
int  id 
)

Entry point to C language function: void {@native glBindTransformFeedback}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 856 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindTransformFeedbackNV()

void com.jogamp.opengl.DebugGL4bc.glBindTransformFeedbackNV ( int  target,
int  id 
)

Entry point to C language function: void {@native glBindTransformFeedbackNV}(GLenum target, GLuint id)
Part of GL_NV_transform_feedback2

Implements com.jogamp.opengl.GL2.

Definition at line 867 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindVertexArray()

void com.jogamp.opengl.DebugGL4bc.glBindVertexArray ( int  array)

Entry point to C language function: void {@native glBindVertexArray}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 878 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindVertexBuffer()

void com.jogamp.opengl.DebugGL4bc.glBindVertexBuffer ( int  bindingindex,
int  buffer,
long  offset,
int  stride 
)

Entry point to C language function: void {@native glBindVertexBuffer}(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding

Implements com.jogamp.opengl.GL3ES3.

Definition at line 889 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindVertexBuffers() [1/2]

void com.jogamp.opengl.DebugGL4bc.glBindVertexBuffers ( int  arg0,
int  arg1,
int[]  arg2,
int  arg3,
com.jogamp.common.nio.PointerBuffer  arg4,
int[]  arg5,
int  arg6 
)

Definition at line 900 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindVertexBuffers() [2/2]

void com.jogamp.opengl.DebugGL4bc.glBindVertexBuffers ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
com.jogamp.common.nio.PointerBuffer  arg3,
java.nio.IntBuffer  arg4 
)

Definition at line 911 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindVertexShaderEXT()

void com.jogamp.opengl.DebugGL4bc.glBindVertexShaderEXT ( int  id)

Entry point to C language function: void {@native glBindVertexShaderEXT}(GLuint id)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 922 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindVideoCaptureStreamBufferNV()

void com.jogamp.opengl.DebugGL4bc.glBindVideoCaptureStreamBufferNV ( int  video_capture_slot,
int  stream,
int  frame_region,
long  offset 
)

Entry point to C language function: void {@native glBindVideoCaptureStreamBufferNV}(GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLintptrARB offset)
Part of GL_NV_video_capture

Implements com.jogamp.opengl.GL2.

Definition at line 933 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBindVideoCaptureStreamTextureNV()

void com.jogamp.opengl.DebugGL4bc.glBindVideoCaptureStreamTextureNV ( int  video_capture_slot,
int  stream,
int  frame_region,
int  target,
int  texture 
)

Entry point to C language function: void {@native glBindVideoCaptureStreamTextureNV}(GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLenum target, GLuint texture)
Part of GL_NV_video_capture

Implements com.jogamp.opengl.GL2.

Definition at line 944 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBitmap() [1/3]

void com.jogamp.opengl.DebugGL4bc.glBitmap ( int  width,
int  height,
float  xorig,
float  yorig,
float  xmove,
float  ymove,
byte[]  bitmap,
int  bitmap_offset 
)

Entry point to C language function: void {@native glBitmap}(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 955 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBitmap() [2/3]

void com.jogamp.opengl.DebugGL4bc.glBitmap ( int  arg0,
int  arg1,
float  arg2,
float  arg3,
float  arg4,
float  arg5,
java.nio.ByteBuffer  arg6 
)

Definition at line 966 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBitmap() [3/3]

void com.jogamp.opengl.DebugGL4bc.glBitmap ( int  width,
int  height,
float  xorig,
float  yorig,
float  xmove,
float  ymove,
long  bitmap_buffer_offset 
)

Entry point to C language function: void {@native glBitmap}(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 977 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBlendBarrier()

void com.jogamp.opengl.DebugGL4bc.glBlendBarrier ( )

Entry point to C language function: void {@native glBlendBarrier}()
Part of GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced
Alias for: glBlendBarrierKHR, glBlendBarrierNV

Implements com.jogamp.opengl.GL2ES2.

Definition at line 988 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBlendColor()

void com.jogamp.opengl.DebugGL4bc.glBlendColor ( float  red,
float  green,
float  blue,
float  alpha 
)

Entry point to C language function: void {@native glBlendColor}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 999 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBlendEquation()

void com.jogamp.opengl.DebugGL4bc.glBlendEquation ( int  mode)

Entry point to C language function: void {@native glBlendEquation}(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

Implements com.jogamp.opengl.GL.

Definition at line 1010 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBlendEquationi()

void com.jogamp.opengl.DebugGL4bc.glBlendEquationi ( int  buf,
int  mode 
)

Entry point to C language function: void {@native glBlendEquationi}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 1065 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBlendEquationIndexedAMD()

void com.jogamp.opengl.DebugGL4bc.glBlendEquationIndexedAMD ( int  buf,
int  mode 
)

Entry point to C language function: void {@native glBlendEquationIndexedAMD}(GLuint buf, GLenum mode)
Part of GL_AMD_draw_buffers_blend

Implements com.jogamp.opengl.GL2.

Definition at line 1021 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBlendEquationSeparate()

void com.jogamp.opengl.DebugGL4bc.glBlendEquationSeparate ( int  modeRGB,
int  modeAlpha 
)

Entry point to C language function: void {@native glBlendEquationSeparate}(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

Implements com.jogamp.opengl.GL.

Definition at line 1032 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBlendEquationSeparatei()

void com.jogamp.opengl.DebugGL4bc.glBlendEquationSeparatei ( int  buf,
int  modeRGB,
int  modeAlpha 
)

Entry point to C language function: void {@native glBlendEquationSeparatei}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 1054 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBlendEquationSeparateIndexedAMD()

void com.jogamp.opengl.DebugGL4bc.glBlendEquationSeparateIndexedAMD ( int  buf,
int  modeRGB,
int  modeAlpha 
)

Entry point to C language function: void {@native glBlendEquationSeparateIndexedAMD}(GLuint buf, GLenum modeRGB, GLenum modeAlpha)
Part of GL_AMD_draw_buffers_blend

Implements com.jogamp.opengl.GL2.

Definition at line 1043 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBlendFunc()

void com.jogamp.opengl.DebugGL4bc.glBlendFunc ( int  sfactor,
int  dfactor 
)

Entry point to C language function: void {@native glBlendFunc}(GLenum sfactor, GLenum dfactor)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 1076 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBlendFunci()

void com.jogamp.opengl.DebugGL4bc.glBlendFunci ( int  buf,
int  src,
int  dst 
)

Entry point to C language function: void {@native glBlendFunci}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 1131 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBlendFuncIndexedAMD()

void com.jogamp.opengl.DebugGL4bc.glBlendFuncIndexedAMD ( int  buf,
int  src,
int  dst 
)

Entry point to C language function: void {@native glBlendFuncIndexedAMD}(GLuint buf, GLenum src, GLenum dst)
Part of GL_AMD_draw_buffers_blend

Implements com.jogamp.opengl.GL2.

Definition at line 1087 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBlendFuncSeparate()

void com.jogamp.opengl.DebugGL4bc.glBlendFuncSeparate ( int  sfactorRGB,
int  dfactorRGB,
int  sfactorAlpha,
int  dfactorAlpha 
)

Entry point to C language function: void {@native glBlendFuncSeparate}(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

Implements com.jogamp.opengl.GL.

Definition at line 1098 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBlendFuncSeparatei()

void com.jogamp.opengl.DebugGL4bc.glBlendFuncSeparatei ( int  buf,
int  srcRGB,
int  dstRGB,
int  srcAlpha,
int  dstAlpha 
)

Entry point to C language function: void {@native glBlendFuncSeparatei}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 1120 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBlendFuncSeparateIndexedAMD()

void com.jogamp.opengl.DebugGL4bc.glBlendFuncSeparateIndexedAMD ( int  buf,
int  srcRGB,
int  dstRGB,
int  srcAlpha,
int  dstAlpha 
)

Entry point to C language function: void {@native glBlendFuncSeparateIndexedAMD}(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
Part of GL_AMD_draw_buffers_blend

Implements com.jogamp.opengl.GL2.

Definition at line 1109 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBlitFramebuffer()

void com.jogamp.opengl.DebugGL4bc.glBlitFramebuffer ( int  srcX0,
int  srcY0,
int  srcX1,
int  srcY1,
int  dstX0,
int  dstY0,
int  dstX1,
int  dstY1,
int  mask,
int  filter 
)

Entry point to C language function: void {@native glBlitFramebuffer}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 1142 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBlitFramebufferLayerEXT()

void com.jogamp.opengl.DebugGL4bc.glBlitFramebufferLayerEXT ( int  srcX0,
int  srcY0,
int  srcX1,
int  srcY1,
int  srcLayer,
int  dstX0,
int  dstY0,
int  dstX1,
int  dstY1,
int  dstLayer,
int  mask,
int  filter 
)

Entry point to C language function: void {@native glBlitFramebufferLayerEXT}(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint srcLayer, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLint dstLayer, GLbitfield mask, GLenum filter)
Part of GL_EXT_framebuffer_blit_layers

Implements com.jogamp.opengl.GL2.

Definition at line 1153 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBlitFramebufferLayersEXT()

void com.jogamp.opengl.DebugGL4bc.glBlitFramebufferLayersEXT ( int  srcX0,
int  srcY0,
int  srcX1,
int  srcY1,
int  dstX0,
int  dstY0,
int  dstX1,
int  dstY1,
int  mask,
int  filter 
)

Entry point to C language function: void {@native glBlitFramebufferLayersEXT}(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Part of GL_EXT_framebuffer_blit_layers

Implements com.jogamp.opengl.GL2.

Definition at line 1164 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBlitNamedFramebuffer()

void com.jogamp.opengl.DebugGL4bc.glBlitNamedFramebuffer ( int  readFramebuffer,
int  drawFramebuffer,
int  srcX0,
int  srcY0,
int  srcX1,
int  srcY1,
int  dstX0,
int  dstY0,
int  dstX1,
int  dstY1,
int  mask,
int  filter 
)

Entry point to C language function: void {@native glBlitNamedFramebuffer}(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

Implements com.jogamp.opengl.GL4.

Definition at line 1175 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBufferAddressRangeNV()

void com.jogamp.opengl.DebugGL4bc.glBufferAddressRangeNV ( int  pname,
int  index,
long  address,
long  length 
)

Entry point to C language function: void {@native glBufferAddressRangeNV}(GLenum pname, GLuint index, GLuint64EXT address, GLsizeiptr length)
Part of GL_NV_vertex_buffer_unified_memory

Implements com.jogamp.opengl.GL2GL3.

Definition at line 1186 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBufferAttachMemoryNV()

void com.jogamp.opengl.DebugGL4bc.glBufferAttachMemoryNV ( int  target,
int  memory,
long  offset 
)

Entry point to C language function: void {@native glBufferAttachMemoryNV}(GLenum target, GLuint memory, GLuint64 offset)
Part of GL_NV_memory_attachment

Implements com.jogamp.opengl.GL4ES3.

Definition at line 1197 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBufferData()

void com.jogamp.opengl.DebugGL4bc.glBufferData ( int  arg0,
long  arg1,
java.nio.Buffer  arg2,
int  arg3 
)

Definition at line 1208 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBufferPageCommitmentARB()

void com.jogamp.opengl.DebugGL4bc.glBufferPageCommitmentARB ( int  target,
long  offset,
long  size,
boolean  commit 
)

Entry point to C language function: void {@native glBufferPageCommitmentARB}(GLenum target, GLintptr offset, GLsizeiptr size, GLboolean commit)
Part of GL_ARB_sparse_buffer

Implements com.jogamp.opengl.GL2GL3.

Definition at line 1219 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBufferPageCommitmentMemNV()

void com.jogamp.opengl.DebugGL4bc.glBufferPageCommitmentMemNV ( int  target,
long  offset,
long  size,
int  memory,
long  memOffset,
boolean  commit 
)

Entry point to C language function: void {@native glBufferPageCommitmentMemNV}(GLenum target, GLintptr offset, GLsizeiptr size, GLuint memory, GLuint64 memOffset, GLboolean commit)
Part of GL_NV_memory_object_sparse

Implements com.jogamp.opengl.GL4ES3.

Definition at line 1230 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBufferParameteri()

void com.jogamp.opengl.DebugGL4bc.glBufferParameteri ( int  target,
int  pname,
int  param 
)

Entry point to C language function: void {@native glBufferParameteri}(GLenum target, GLenum pname, GLint param)
Part of GL_APPLE_flush_buffer_range
Alias for: glBufferParameteriAPPLE

Implements com.jogamp.opengl.GL2.

Definition at line 1241 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBufferStorage()

void com.jogamp.opengl.DebugGL4bc.glBufferStorage ( int  arg0,
long  arg1,
java.nio.Buffer  arg2,
int  arg3 
)

Definition at line 1252 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBufferStorageExternalEXT()

void com.jogamp.opengl.DebugGL4bc.glBufferStorageExternalEXT ( int  arg0,
long  arg1,
long  arg2,
java.nio.Buffer  arg3,
int  arg4 
)

Definition at line 1263 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBufferStorageMemEXT()

void com.jogamp.opengl.DebugGL4bc.glBufferStorageMemEXT ( int  target,
long  size,
int  memory,
long  offset 
)

Entry point to C language function: void {@native glBufferStorageMemEXT}(GLenum target, GLsizeiptr size, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL2ES3.

Definition at line 1274 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glBufferSubData()

void com.jogamp.opengl.DebugGL4bc.glBufferSubData ( int  arg0,
long  arg1,
long  arg2,
java.nio.Buffer  arg3 
)

Definition at line 1285 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCallCommandListNV()

void com.jogamp.opengl.DebugGL4bc.glCallCommandListNV ( int  list)

Entry point to C language function: void {@native glCallCommandListNV}(GLuint list)
Part of GL_NV_command_list

Implements com.jogamp.opengl.GL2.

Definition at line 1296 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCallList()

void com.jogamp.opengl.DebugGL4bc.glCallList ( int  list)

Entry point to C language function: void {@native glCallList}(GLuint list)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 1307 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCallLists()

void com.jogamp.opengl.DebugGL4bc.glCallLists ( int  arg0,
int  arg1,
java.nio.Buffer  arg2 
)

Definition at line 1318 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCheckFramebufferStatus()

int com.jogamp.opengl.DebugGL4bc.glCheckFramebufferStatus ( int  target)

Entry point to C language function: GLenum {@native glCheckFramebufferStatus}(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

Implements com.jogamp.opengl.GL.

Definition at line 1329 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCheckNamedFramebufferStatus()

int com.jogamp.opengl.DebugGL4bc.glCheckNamedFramebufferStatus ( int  framebuffer,
int  target 
)

Entry point to C language function: GLenum {@native glCheckNamedFramebufferStatus}(GLuint framebuffer, GLenum target)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glCheckNamedFramebufferStatusEXT

Implements com.jogamp.opengl.GL4.

Definition at line 1341 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCheckNamedFramebufferStatusEXT()

int com.jogamp.opengl.DebugGL4bc.glCheckNamedFramebufferStatusEXT ( int  framebuffer,
int  target 
)

Entry point to C language function: GLenum {@native glCheckNamedFramebufferStatusEXT}(GLuint framebuffer, GLenum target)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 1353 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClampColor()

void com.jogamp.opengl.DebugGL4bc.glClampColor ( int  target,
int  clamp 
)

Entry point to C language function: void {@native glClampColor}(GLenum target, GLenum clamp)
Part of GL_VERSION_3_0, GL_ARB_color_buffer_float
Alias for: glClampColorARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 1365 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClear()

void com.jogamp.opengl.DebugGL4bc.glClear ( int  mask)

Entry point to C language function: void {@native glClear}(GLbitfield mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 1376 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearAccum()

void com.jogamp.opengl.DebugGL4bc.glClearAccum ( float  red,
float  green,
float  blue,
float  alpha 
)

Entry point to C language function: void {@native glClearAccum}(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 1387 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearBufferData()

void com.jogamp.opengl.DebugGL4bc.glClearBufferData ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.Buffer  arg4 
)

Definition at line 1398 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearBufferfi()

void com.jogamp.opengl.DebugGL4bc.glClearBufferfi ( int  buffer,
int  drawbuffer,
float  depth,
int  stencil 
)

Entry point to C language function: void {@native glClearBufferfi}(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0

Implements com.jogamp.opengl.GL2ES3.

Definition at line 1420 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearBufferfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glClearBufferfv ( int  buffer,
int  drawbuffer,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glClearBufferfv}(GLenum buffer, GLint drawbuffer, const GLfloat * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0

Implements com.jogamp.opengl.GL2ES3.

Definition at line 1431 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearBufferfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glClearBufferfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 1442 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearBufferiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glClearBufferiv ( int  buffer,
int  drawbuffer,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glClearBufferiv}(GLenum buffer, GLint drawbuffer, const GLint * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0

Implements com.jogamp.opengl.GL2ES3.

Definition at line 1464 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearBufferiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glClearBufferiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 1453 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearBufferSubData()

void com.jogamp.opengl.DebugGL4bc.glClearBufferSubData ( int  arg0,
int  arg1,
long  arg2,
long  arg3,
int  arg4,
int  arg5,
java.nio.Buffer  arg6 
)

Definition at line 1409 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearBufferuiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glClearBufferuiv ( int  buffer,
int  drawbuffer,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glClearBufferuiv}(GLenum buffer, GLint drawbuffer, const GLuint * value)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0

Implements com.jogamp.opengl.GL2ES3.

Definition at line 1475 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearBufferuiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glClearBufferuiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 1486 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearColor()

void com.jogamp.opengl.DebugGL4bc.glClearColor ( float  red,
float  green,
float  blue,
float  alpha 
)

Entry point to C language function: void {@native glClearColor}(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 1497 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearColorIi()

void com.jogamp.opengl.DebugGL4bc.glClearColorIi ( int  red,
int  green,
int  blue,
int  alpha 
)

Entry point to C language function: void {@native glClearColorIi}(GLint red, GLint green, GLint blue, GLint alpha)
Part of GL_EXT_texture_integer
Alias for: glClearColorIiEXT

Implements com.jogamp.opengl.GL2.

Definition at line 1508 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearColorIui()

void com.jogamp.opengl.DebugGL4bc.glClearColorIui ( int  red,
int  green,
int  blue,
int  alpha 
)

Entry point to C language function: void {@native glClearColorIui}(GLuint red, GLuint green, GLuint blue, GLuint alpha)
Part of GL_EXT_texture_integer
Alias for: glClearColorIuiEXT

Implements com.jogamp.opengl.GL2.

Definition at line 1519 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearDepth()

void com.jogamp.opengl.DebugGL4bc.glClearDepth ( double  depth)

Aliased entrypoint of void {@native glClearDepth}(GLclampd depth); and void {@native glClearDepthf}(GLclampf depth); .

Implements com.jogamp.opengl.GLBase.

Definition at line 1530 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearDepthf()

void com.jogamp.opengl.DebugGL4bc.glClearDepthf ( float  d)

Entry point to C language function: void {@native glClearDepthf}(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

Implements com.jogamp.opengl.GL.

Definition at line 1541 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearIndex()

void com.jogamp.opengl.DebugGL4bc.glClearIndex ( float  c)

Entry point to C language function: void {@native glClearIndex}(GLfloat c)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 1552 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearNamedBufferData()

void com.jogamp.opengl.DebugGL4bc.glClearNamedBufferData ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.Buffer  arg4 
)

Definition at line 1563 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearNamedBufferSubData()

void com.jogamp.opengl.DebugGL4bc.glClearNamedBufferSubData ( int  arg0,
int  arg1,
long  arg2,
long  arg3,
int  arg4,
int  arg5,
java.nio.Buffer  arg6 
)

Definition at line 1574 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearNamedFramebufferfi()

void com.jogamp.opengl.DebugGL4bc.glClearNamedFramebufferfi ( int  framebuffer,
int  buffer,
int  drawbuffer,
float  depth,
int  stencil 
)

Entry point to C language function: void {@native glClearNamedFramebufferfi}(GLuint framebuffer, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 1585 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearNamedFramebufferfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glClearNamedFramebufferfv ( int  framebuffer,
int  buffer,
int  drawbuffer,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glClearNamedFramebufferfv}(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLfloat * value)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 1596 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearNamedFramebufferfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glClearNamedFramebufferfv ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 1607 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearNamedFramebufferiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glClearNamedFramebufferiv ( int  framebuffer,
int  buffer,
int  drawbuffer,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glClearNamedFramebufferiv}(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLint * value)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 1618 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearNamedFramebufferiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glClearNamedFramebufferiv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 1629 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearNamedFramebufferuiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glClearNamedFramebufferuiv ( int  framebuffer,
int  buffer,
int  drawbuffer,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glClearNamedFramebufferuiv}(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLuint * value)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 1640 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearNamedFramebufferuiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glClearNamedFramebufferuiv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 1651 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearStencil()

void com.jogamp.opengl.DebugGL4bc.glClearStencil ( int  s)

Entry point to C language function: void {@native glClearStencil}(GLint s)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 1662 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearTexImage()

void com.jogamp.opengl.DebugGL4bc.glClearTexImage ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.Buffer  arg4 
)

Definition at line 1673 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClearTexSubImage()

void com.jogamp.opengl.DebugGL4bc.glClearTexSubImage ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
int  arg9,
java.nio.Buffer  arg10 
)

Definition at line 1684 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClientActiveTexture()

void com.jogamp.opengl.DebugGL4bc.glClientActiveTexture ( int  texture)

Entry point to C language function: void {@native glClientActiveTexture}(GLenum texture)
Part of GL_VERSION_1_3, GL_VERSION_ES_CL_CM, GL_ARB_multitexture
Alias for: glClientActiveTextureARB

Implements com.jogamp.opengl.GL2ES1.

Definition at line 1695 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClientAttribDefaultEXT()

void com.jogamp.opengl.DebugGL4bc.glClientAttribDefaultEXT ( int  mask)

Entry point to C language function: void {@native glClientAttribDefaultEXT}(GLbitfield mask)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 1706 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClientWaitSemaphoreui64NVX() [1/2]

void com.jogamp.opengl.DebugGL4bc.glClientWaitSemaphoreui64NVX ( int  fenceObjectCount,
int[]  semaphoreArray,
int  semaphoreArray_offset,
long[]  fenceValueArray,
int  fenceValueArray_offset 
)

Entry point to C language function: void {@native glClientWaitSemaphoreui64NVX}(GLsizei fenceObjectCount, const GLuint * semaphoreArray, const GLuint64 * fenceValueArray)
Part of GL_NVX_progress_fence

Implements com.jogamp.opengl.GL2.

Definition at line 1717 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClientWaitSemaphoreui64NVX() [2/2]

void com.jogamp.opengl.DebugGL4bc.glClientWaitSemaphoreui64NVX ( int  arg0,
java.nio.IntBuffer  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 1728 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClientWaitSync()

int com.jogamp.opengl.DebugGL4bc.glClientWaitSync ( long  sync,
int  flags,
long  timeout 
)

Entry point to C language function: GLenum {@native glClientWaitSync}(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

Implements com.jogamp.opengl.GL3ES3.

Definition at line 1739 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClipControl()

void com.jogamp.opengl.DebugGL4bc.glClipControl ( int  origin,
int  depth 
)

Entry point to C language function: void {@native glClipControl}(GLenum origin, GLenum depth)
Part of GL_VERSION_4_5, GL_EXT_clip_control
Alias for: glClipControlEXT

Implements com.jogamp.opengl.GL4.

Definition at line 1751 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClipPlane() [1/2]

void com.jogamp.opengl.DebugGL4bc.glClipPlane ( int  plane,
double[]  equation,
int  equation_offset 
)

Entry point to C language function: void {@native glClipPlane}(GLenum plane, const GLdouble * equation)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 1762 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClipPlane() [2/2]

void com.jogamp.opengl.DebugGL4bc.glClipPlane ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 1773 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClipPlanef() [1/2]

void com.jogamp.opengl.DebugGL4bc.glClipPlanef ( int  plane,
float[]  equation,
int  equation_offset 
)

Entry point to C language function: void {@native glClipPlanef}(GLenum plane, const GLfloat * equation)
Part of GL_VERSION_ES_CM, GL_IMG_user_clip_plane, GL_OES_single_precision
Alias for: glClipPlanefIMG, glClipPlanefOES

Implements com.jogamp.opengl.GL2.

Definition at line 1784 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glClipPlanef() [2/2]

void com.jogamp.opengl.DebugGL4bc.glClipPlanef ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 1795 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3b()

void com.jogamp.opengl.DebugGL4bc.glColor3b ( byte  red,
byte  green,
byte  blue 
)

Entry point to C language function: void {@native glColor3b}(GLbyte red, GLbyte green, GLbyte blue)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 1806 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3bv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColor3bv ( byte[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glColor3bv}(const GLbyte * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 1817 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3bv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColor3bv ( java.nio.ByteBuffer  arg0)

Definition at line 1828 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3d()

void com.jogamp.opengl.DebugGL4bc.glColor3d ( double  red,
double  green,
double  blue 
)

Entry point to C language function: void {@native glColor3d}(GLdouble red, GLdouble green, GLdouble blue)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 1839 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColor3dv ( double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glColor3dv}(const GLdouble * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 1861 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColor3dv ( java.nio.DoubleBuffer  arg0)

Definition at line 1850 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3f()

void com.jogamp.opengl.DebugGL4bc.glColor3f ( float  red,
float  green,
float  blue 
)

Entry point to C language function: void {@native glColor3f}(GLfloat red, GLfloat green, GLfloat blue)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 1872 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColor3fv ( float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glColor3fv}(const GLfloat * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 1883 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColor3fv ( java.nio.FloatBuffer  arg0)

Definition at line 1894 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3h()

void com.jogamp.opengl.DebugGL4bc.glColor3h ( short  red,
short  green,
short  blue 
)

Entry point to C language function: void {@native glColor3h}(GLhalfNV red, GLhalfNV green, GLhalfNV blue)
Part of GL_NV_half_float
Alias for: glColor3hNV

Implements com.jogamp.opengl.GL2.

Definition at line 1905 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColor3hv ( java.nio.ShortBuffer  arg0)

Definition at line 1927 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColor3hv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glColor3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glColor3hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 1916 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3i()

void com.jogamp.opengl.DebugGL4bc.glColor3i ( int  red,
int  green,
int  blue 
)

Entry point to C language function: void {@native glColor3i}(GLint red, GLint green, GLint blue)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 1938 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColor3iv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glColor3iv}(const GLint * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 1960 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColor3iv ( java.nio.IntBuffer  arg0)

Definition at line 1949 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3s()

void com.jogamp.opengl.DebugGL4bc.glColor3s ( short  red,
short  green,
short  blue 
)

Entry point to C language function: void {@native glColor3s}(GLshort red, GLshort green, GLshort blue)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 1971 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColor3sv ( java.nio.ShortBuffer  arg0)

Definition at line 1993 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColor3sv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glColor3sv}(const GLshort * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 1982 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3ub()

void com.jogamp.opengl.DebugGL4bc.glColor3ub ( byte  red,
byte  green,
byte  blue 
)

Entry point to C language function: void {@native glColor3ub}(GLubyte red, GLubyte green, GLubyte blue)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2004 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3ubv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColor3ubv ( byte[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glColor3ubv}(const GLubyte * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2026 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3ubv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColor3ubv ( java.nio.ByteBuffer  arg0)

Definition at line 2015 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3ui()

void com.jogamp.opengl.DebugGL4bc.glColor3ui ( int  red,
int  green,
int  blue 
)

Entry point to C language function: void {@native glColor3ui}(GLuint red, GLuint green, GLuint blue)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2037 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColor3uiv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glColor3uiv}(const GLuint * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2048 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColor3uiv ( java.nio.IntBuffer  arg0)

Definition at line 2059 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3us()

void com.jogamp.opengl.DebugGL4bc.glColor3us ( short  red,
short  green,
short  blue 
)

Entry point to C language function: void {@native glColor3us}(GLushort red, GLushort green, GLushort blue)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2070 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3usv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColor3usv ( java.nio.ShortBuffer  arg0)

Definition at line 2092 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor3usv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColor3usv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glColor3usv}(const GLushort * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2081 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4b()

void com.jogamp.opengl.DebugGL4bc.glColor4b ( byte  red,
byte  green,
byte  blue,
byte  alpha 
)

Entry point to C language function: void {@native glColor4b}(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2103 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4bv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColor4bv ( byte[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glColor4bv}(const GLbyte * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2114 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4bv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColor4bv ( java.nio.ByteBuffer  arg0)

Definition at line 2125 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4d()

void com.jogamp.opengl.DebugGL4bc.glColor4d ( double  red,
double  green,
double  blue,
double  alpha 
)

Entry point to C language function: void {@native glColor4d}(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2136 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColor4dv ( double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glColor4dv}(const GLdouble * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2158 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColor4dv ( java.nio.DoubleBuffer  arg0)

Definition at line 2147 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4f()

void com.jogamp.opengl.DebugGL4bc.glColor4f ( float  arg0,
float  arg1,
float  arg2,
float  arg3 
)

Implements com.jogamp.opengl.fixedfunc.GLLightingFunc.

Definition at line 2169 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColor4fv ( float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glColor4fv}(const GLfloat * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2191 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColor4fv ( java.nio.FloatBuffer  arg0)

Definition at line 2180 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4h()

void com.jogamp.opengl.DebugGL4bc.glColor4h ( short  red,
short  green,
short  blue,
short  alpha 
)

Entry point to C language function: void {@native glColor4h}(GLhalfNV red, GLhalfNV green, GLhalfNV blue, GLhalfNV alpha)
Part of GL_NV_half_float
Alias for: glColor4hNV

Implements com.jogamp.opengl.GL2.

Definition at line 2202 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColor4hv ( java.nio.ShortBuffer  arg0)

Definition at line 2224 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColor4hv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glColor4hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glColor4hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 2213 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4i()

void com.jogamp.opengl.DebugGL4bc.glColor4i ( int  red,
int  green,
int  blue,
int  alpha 
)

Entry point to C language function: void {@native glColor4i}(GLint red, GLint green, GLint blue, GLint alpha)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2235 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColor4iv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glColor4iv}(const GLint * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2246 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColor4iv ( java.nio.IntBuffer  arg0)

Definition at line 2257 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4s()

void com.jogamp.opengl.DebugGL4bc.glColor4s ( short  red,
short  green,
short  blue,
short  alpha 
)

Entry point to C language function: void {@native glColor4s}(GLshort red, GLshort green, GLshort blue, GLshort alpha)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2268 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColor4sv ( java.nio.ShortBuffer  arg0)

Definition at line 2290 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColor4sv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glColor4sv}(const GLshort * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2279 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4ub()

void com.jogamp.opengl.DebugGL4bc.glColor4ub ( byte  red,
byte  green,
byte  blue,
byte  alpha 
)

Entry point to C language function: void {@native glColor4ub}(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 2301 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4ubv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColor4ubv ( byte[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glColor4ubv}(const GLubyte * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2312 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4ubv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColor4ubv ( java.nio.ByteBuffer  arg0)

Definition at line 2323 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4ui()

void com.jogamp.opengl.DebugGL4bc.glColor4ui ( int  red,
int  green,
int  blue,
int  alpha 
)

Entry point to C language function: void {@native glColor4ui}(GLuint red, GLuint green, GLuint blue, GLuint alpha)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2334 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColor4uiv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glColor4uiv}(const GLuint * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2356 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColor4uiv ( java.nio.IntBuffer  arg0)

Definition at line 2345 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4us()

void com.jogamp.opengl.DebugGL4bc.glColor4us ( short  red,
short  green,
short  blue,
short  alpha 
)

Entry point to C language function: void {@native glColor4us}(GLushort red, GLushort green, GLushort blue, GLushort alpha)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2367 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4usv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColor4usv ( java.nio.ShortBuffer  arg0)

Definition at line 2378 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColor4usv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColor4usv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glColor4usv}(const GLushort * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2389 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorFormatNV()

void com.jogamp.opengl.DebugGL4bc.glColorFormatNV ( int  size,
int  type,
int  stride 
)

Entry point to C language function: void {@native glColorFormatNV}(GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

Implements com.jogamp.opengl.GL2GL3.

Definition at line 2400 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorMask()

void com.jogamp.opengl.DebugGL4bc.glColorMask ( boolean  red,
boolean  green,
boolean  blue,
boolean  alpha 
)

Entry point to C language function: void {@native glColorMask}(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 2411 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorMaski()

void com.jogamp.opengl.DebugGL4bc.glColorMaski ( int  index,
boolean  r,
boolean  g,
boolean  b,
boolean  a 
)

Entry point to C language function: void {@native glColorMaski}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 2433 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorMaskIndexed()

void com.jogamp.opengl.DebugGL4bc.glColorMaskIndexed ( int  index,
boolean  r,
boolean  g,
boolean  b,
boolean  a 
)

Entry point to C language function: void {@native glColorMaskIndexed}(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
Part of GL_EXT_draw_buffers2
Alias for: glColorMaskIndexedEXT

Implements com.jogamp.opengl.GL2.

Definition at line 2422 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorMaterial()

void com.jogamp.opengl.DebugGL4bc.glColorMaterial ( int  face,
int  mode 
)

Entry point to C language function: void {@native glColorMaterial}(GLenum face, GLenum mode)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 2444 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorP3ui()

void com.jogamp.opengl.DebugGL4bc.glColorP3ui ( int  type,
int  color 
)

Entry point to C language function: void {@native glColorP3ui}(GLenum type, GLuint color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 2455 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorP3uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColorP3uiv ( int  type,
int[]  color,
int  color_offset 
)

Entry point to C language function: void {@native glColorP3uiv}(GLenum type, const GLuint * color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 2477 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorP3uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColorP3uiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 2466 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorP4ui()

void com.jogamp.opengl.DebugGL4bc.glColorP4ui ( int  type,
int  color 
)

Entry point to C language function: void {@native glColorP4ui}(GLenum type, GLuint color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 2488 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorP4uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColorP4uiv ( int  type,
int[]  color,
int  color_offset 
)

Entry point to C language function: void {@native glColorP4uiv}(GLenum type, const GLuint * color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 2499 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorP4uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColorP4uiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 2510 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorPointer() [1/3]

void com.jogamp.opengl.DebugGL4bc.glColorPointer ( com.jogamp.opengl.GLArrayData  arg0)

Definition at line 2532 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorPointer() [2/3]

void com.jogamp.opengl.DebugGL4bc.glColorPointer ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 2521 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorPointer() [3/3]

void com.jogamp.opengl.DebugGL4bc.glColorPointer ( int  arg0,
int  arg1,
int  arg2,
long  arg3 
)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 2543 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorSubTable() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColorSubTable ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
java.nio.Buffer  arg5 
)

Definition at line 2554 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorSubTable() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColorSubTable ( int  target,
int  start,
int  count,
int  format,
int  type,
long  data_buffer_offset 
)

Entry point to C language function: void {@native glColorSubTable}(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

Implements com.jogamp.opengl.GL2.

Definition at line 2565 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorTable() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColorTable ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
java.nio.Buffer  arg5 
)

Definition at line 2587 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorTable() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColorTable ( int  target,
int  internalformat,
int  width,
int  format,
int  type,
long  table_buffer_offset 
)

Entry point to C language function: void {@native glColorTable}(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

Implements com.jogamp.opengl.GL2.

Definition at line 2576 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorTableParameterfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColorTableParameterfv ( int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glColorTableParameterfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table
Alias for: glColorTableParameterfvSGI

Implements com.jogamp.opengl.GL2.

Definition at line 2609 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorTableParameterfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColorTableParameterfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 2598 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorTableParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glColorTableParameteriv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glColorTableParameteriv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_SGI_color_table
Alias for: glColorTableParameterivSGI

Implements com.jogamp.opengl.GL2.

Definition at line 2620 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glColorTableParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glColorTableParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 2631 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCommandListSegmentsNV()

void com.jogamp.opengl.DebugGL4bc.glCommandListSegmentsNV ( int  list,
int  segments 
)

Entry point to C language function: void {@native glCommandListSegmentsNV}(GLuint list, GLuint segments)
Part of GL_NV_command_list

Implements com.jogamp.opengl.GL2.

Definition at line 2642 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompileCommandListNV()

void com.jogamp.opengl.DebugGL4bc.glCompileCommandListNV ( int  list)

Entry point to C language function: void {@native glCompileCommandListNV}(GLuint list)
Part of GL_NV_command_list

Implements com.jogamp.opengl.GL2.

Definition at line 2653 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompileShader()

void com.jogamp.opengl.DebugGL4bc.glCompileShader ( int  shader)

Entry point to C language function: void {@native glCompileShader}(GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glCompileShaderARB

Implements com.jogamp.opengl.GL2ES2.

Definition at line 2664 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompileShaderARB()

void com.jogamp.opengl.DebugGL4bc.glCompileShaderARB ( long  shaderObj)

Entry point to C language function: void {@native glCompileShaderARB}(GLhandleARB shaderObj)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 2675 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompileShaderIncludeARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCompileShaderIncludeARB ( int  arg0,
int  arg1,
java.lang.String[]  arg2,
int[]  arg3,
int  arg4 
)

Definition at line 2686 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompileShaderIncludeARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCompileShaderIncludeARB ( int  arg0,
int  arg1,
java.lang.String[]  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 2697 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedMultiTexImage1DEXT()

void com.jogamp.opengl.DebugGL4bc.glCompressedMultiTexImage1DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
java.nio.Buffer  arg7 
)

Definition at line 2708 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedMultiTexImage2DEXT()

void com.jogamp.opengl.DebugGL4bc.glCompressedMultiTexImage2DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
java.nio.Buffer  arg8 
)

Definition at line 2719 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedMultiTexImage3DEXT()

void com.jogamp.opengl.DebugGL4bc.glCompressedMultiTexImage3DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
java.nio.Buffer  arg9 
)

Definition at line 2730 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedMultiTexSubImage1DEXT()

void com.jogamp.opengl.DebugGL4bc.glCompressedMultiTexSubImage1DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
java.nio.Buffer  arg7 
)

Definition at line 2741 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedMultiTexSubImage2DEXT()

void com.jogamp.opengl.DebugGL4bc.glCompressedMultiTexSubImage2DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
java.nio.Buffer  arg9 
)

Definition at line 2752 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedMultiTexSubImage3DEXT()

void com.jogamp.opengl.DebugGL4bc.glCompressedMultiTexSubImage3DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
int  arg9,
int  arg10,
java.nio.Buffer  arg11 
)

Definition at line 2763 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTexImage1D() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCompressedTexImage1D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
java.nio.Buffer  arg6 
)

Definition at line 2774 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTexImage1D() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCompressedTexImage1D ( int  target,
int  level,
int  internalformat,
int  width,
int  border,
int  imageSize,
long  data_buffer_offset 
)

Entry point to C language function: void {@native glCompressedTexImage1D}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 2785 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTexImage2D() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCompressedTexImage2D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
java.nio.Buffer  arg7 
)

Definition at line 2807 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTexImage2D() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCompressedTexImage2D ( int  target,
int  level,
int  internalformat,
int  width,
int  height,
int  border,
int  imageSize,
long  data_buffer_offset 
)

Entry point to C language function: void {@native glCompressedTexImage2D}(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

Implements com.jogamp.opengl.GL.

Definition at line 2796 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTexImage3D() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCompressedTexImage3D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
java.nio.Buffer  arg8 
)

Definition at line 2818 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTexImage3D() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCompressedTexImage3D ( int  target,
int  level,
int  internalformat,
int  width,
int  height,
int  depth,
int  border,
int  imageSize,
long  data_buffer_offset 
)

Entry point to C language function: void {@native glCompressedTexImage3D}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 2829 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTexSubImage1D() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCompressedTexSubImage1D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
java.nio.Buffer  arg6 
)

Definition at line 2840 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTexSubImage1D() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCompressedTexSubImage1D ( int  target,
int  level,
int  xoffset,
int  width,
int  format,
int  imageSize,
long  data_buffer_offset 
)

Entry point to C language function: void {@native glCompressedTexSubImage1D}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 2851 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTexSubImage2D() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCompressedTexSubImage2D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
java.nio.Buffer  arg8 
)

Definition at line 2862 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTexSubImage2D() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCompressedTexSubImage2D ( int  target,
int  level,
int  xoffset,
int  yoffset,
int  width,
int  height,
int  format,
int  imageSize,
long  data_buffer_offset 
)

Entry point to C language function: void {@native glCompressedTexSubImage2D}(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

Implements com.jogamp.opengl.GL.

Definition at line 2873 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTexSubImage3D() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCompressedTexSubImage3D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
int  arg9,
java.nio.Buffer  arg10 
)

Definition at line 2884 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTexSubImage3D() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCompressedTexSubImage3D ( int  target,
int  level,
int  xoffset,
int  yoffset,
int  zoffset,
int  width,
int  height,
int  depth,
int  format,
int  imageSize,
long  data_buffer_offset 
)

Entry point to C language function: void {@native glCompressedTexSubImage3D}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 2895 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTextureImage1DEXT()

void com.jogamp.opengl.DebugGL4bc.glCompressedTextureImage1DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
java.nio.Buffer  arg7 
)

Definition at line 2906 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTextureImage2DEXT()

void com.jogamp.opengl.DebugGL4bc.glCompressedTextureImage2DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
java.nio.Buffer  arg8 
)

Definition at line 2917 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTextureImage3DEXT()

void com.jogamp.opengl.DebugGL4bc.glCompressedTextureImage3DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
java.nio.Buffer  arg9 
)

Definition at line 2928 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTextureSubImage1D()

void com.jogamp.opengl.DebugGL4bc.glCompressedTextureSubImage1D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
java.nio.Buffer  arg6 
)

Definition at line 2939 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTextureSubImage1DEXT()

void com.jogamp.opengl.DebugGL4bc.glCompressedTextureSubImage1DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
java.nio.Buffer  arg7 
)

Definition at line 2950 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTextureSubImage2D()

void com.jogamp.opengl.DebugGL4bc.glCompressedTextureSubImage2D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
java.nio.Buffer  arg8 
)

Definition at line 2961 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTextureSubImage2DEXT()

void com.jogamp.opengl.DebugGL4bc.glCompressedTextureSubImage2DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
java.nio.Buffer  arg9 
)

Definition at line 2972 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTextureSubImage3D()

void com.jogamp.opengl.DebugGL4bc.glCompressedTextureSubImage3D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
int  arg9,
java.nio.Buffer  arg10 
)

Definition at line 2983 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCompressedTextureSubImage3DEXT()

void com.jogamp.opengl.DebugGL4bc.glCompressedTextureSubImage3DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
int  arg9,
int  arg10,
java.nio.Buffer  arg11 
)

Definition at line 2994 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glConservativeRasterParameterfNV()

void com.jogamp.opengl.DebugGL4bc.glConservativeRasterParameterfNV ( int  pname,
float  value 
)

Entry point to C language function: void {@native glConservativeRasterParameterfNV}(GLenum pname, GLfloat value)
Part of GL_NV_conservative_raster_dilate

Implements com.jogamp.opengl.GL2.

Definition at line 3005 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glConservativeRasterParameteriNV()

void com.jogamp.opengl.DebugGL4bc.glConservativeRasterParameteriNV ( int  pname,
int  param 
)

Entry point to C language function: void {@native glConservativeRasterParameteriNV}(GLenum pname, GLint param)
Part of GL_NV_conservative_raster_pre_snap_triangles

Implements com.jogamp.opengl.GL2ES2.

Definition at line 3016 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glConvolutionFilter1D() [1/2]

void com.jogamp.opengl.DebugGL4bc.glConvolutionFilter1D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
java.nio.Buffer  arg5 
)

Definition at line 3038 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glConvolutionFilter1D() [2/2]

void com.jogamp.opengl.DebugGL4bc.glConvolutionFilter1D ( int  target,
int  internalformat,
int  width,
int  format,
int  type,
long  image_buffer_offset 
)

Entry point to C language function: void {@native glConvolutionFilter1D}(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

Implements com.jogamp.opengl.GL2.

Definition at line 3027 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glConvolutionFilter2D() [1/2]

void com.jogamp.opengl.DebugGL4bc.glConvolutionFilter2D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
java.nio.Buffer  arg6 
)

Definition at line 3049 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glConvolutionFilter2D() [2/2]

void com.jogamp.opengl.DebugGL4bc.glConvolutionFilter2D ( int  target,
int  internalformat,
int  width,
int  height,
int  format,
int  type,
long  image_buffer_offset 
)

Entry point to C language function: void {@native glConvolutionFilter2D}(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

Implements com.jogamp.opengl.GL2.

Definition at line 3060 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glConvolutionParameterf()

void com.jogamp.opengl.DebugGL4bc.glConvolutionParameterf ( int  target,
int  pname,
float  params 
)

Entry point to C language function: void {@native glConvolutionParameterf}(GLenum target, GLenum pname, GLfloat params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glConvolutionParameterfEXT

Implements com.jogamp.opengl.GL2.

Definition at line 3071 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glConvolutionParameterfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glConvolutionParameterfv ( int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glConvolutionParameterfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glConvolutionParameterfvEXT

Implements com.jogamp.opengl.GL2.

Definition at line 3093 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glConvolutionParameterfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glConvolutionParameterfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 3082 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glConvolutionParameteri()

void com.jogamp.opengl.DebugGL4bc.glConvolutionParameteri ( int  target,
int  pname,
int  params 
)

Entry point to C language function: void {@native glConvolutionParameteri}(GLenum target, GLenum pname, GLint params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glConvolutionParameteriEXT

Implements com.jogamp.opengl.GL2.

Definition at line 3104 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glConvolutionParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glConvolutionParameteriv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glConvolutionParameteriv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glConvolutionParameterivEXT

Implements com.jogamp.opengl.GL2.

Definition at line 3126 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glConvolutionParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glConvolutionParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 3115 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyBufferSubData()

void com.jogamp.opengl.DebugGL4bc.glCopyBufferSubData ( int  readTarget,
int  writeTarget,
long  readOffset,
long  writeOffset,
long  size 
)

Entry point to C language function: void {@native glCopyBufferSubData}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 3137 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyColorSubTable()

void com.jogamp.opengl.DebugGL4bc.glCopyColorSubTable ( int  target,
int  start,
int  x,
int  y,
int  width 
)

Entry point to C language function: void {@native glCopyColorSubTable}(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

Implements com.jogamp.opengl.GL2.

Definition at line 3148 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyColorTable()

void com.jogamp.opengl.DebugGL4bc.glCopyColorTable ( int  target,
int  internalformat,
int  x,
int  y,
int  width 
)

Entry point to C language function: void {@native glCopyColorTable}(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

Implements com.jogamp.opengl.GL2.

Definition at line 3159 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyConvolutionFilter1D()

void com.jogamp.opengl.DebugGL4bc.glCopyConvolutionFilter1D ( int  target,
int  internalformat,
int  x,
int  y,
int  width 
)

Entry point to C language function: void {@native glCopyConvolutionFilter1D}(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

Implements com.jogamp.opengl.GL2.

Definition at line 3170 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyConvolutionFilter2D()

void com.jogamp.opengl.DebugGL4bc.glCopyConvolutionFilter2D ( int  target,
int  internalformat,
int  x,
int  y,
int  width,
int  height 
)

Entry point to C language function: void {@native glCopyConvolutionFilter2D}(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

Implements com.jogamp.opengl.GL2.

Definition at line 3181 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyImageSubData()

void com.jogamp.opengl.DebugGL4bc.glCopyImageSubData ( int  srcName,
int  srcTarget,
int  srcLevel,
int  srcX,
int  srcY,
int  srcZ,
int  dstName,
int  dstTarget,
int  dstLevel,
int  dstX,
int  dstY,
int  dstZ,
int  srcWidth,
int  srcHeight,
int  srcDepth 
)

Entry point to C language function: void {@native glCopyImageSubData}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 3192 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyImageSubDataNV()

void com.jogamp.opengl.DebugGL4bc.glCopyImageSubDataNV ( int  srcName,
int  srcTarget,
int  srcLevel,
int  srcX,
int  srcY,
int  srcZ,
int  dstName,
int  dstTarget,
int  dstLevel,
int  dstX,
int  dstY,
int  dstZ,
int  width,
int  height,
int  depth 
)

Entry point to C language function: void {@native glCopyImageSubDataNV}(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

Implements com.jogamp.opengl.GL2.

Definition at line 3203 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyMultiTexImage1DEXT()

void com.jogamp.opengl.DebugGL4bc.glCopyMultiTexImage1DEXT ( int  texunit,
int  target,
int  level,
int  internalformat,
int  x,
int  y,
int  width,
int  border 
)

Entry point to C language function: void {@native glCopyMultiTexImage1DEXT}(GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 3214 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyMultiTexImage2DEXT()

void com.jogamp.opengl.DebugGL4bc.glCopyMultiTexImage2DEXT ( int  texunit,
int  target,
int  level,
int  internalformat,
int  x,
int  y,
int  width,
int  height,
int  border 
)

Entry point to C language function: void {@native glCopyMultiTexImage2DEXT}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 3225 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyMultiTexSubImage1DEXT()

void com.jogamp.opengl.DebugGL4bc.glCopyMultiTexSubImage1DEXT ( int  texunit,
int  target,
int  level,
int  xoffset,
int  x,
int  y,
int  width 
)

Entry point to C language function: void {@native glCopyMultiTexSubImage1DEXT}(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 3236 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyMultiTexSubImage2DEXT()

void com.jogamp.opengl.DebugGL4bc.glCopyMultiTexSubImage2DEXT ( int  texunit,
int  target,
int  level,
int  xoffset,
int  yoffset,
int  x,
int  y,
int  width,
int  height 
)

Entry point to C language function: void {@native glCopyMultiTexSubImage2DEXT}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 3247 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyMultiTexSubImage3DEXT()

void com.jogamp.opengl.DebugGL4bc.glCopyMultiTexSubImage3DEXT ( int  texunit,
int  target,
int  level,
int  xoffset,
int  yoffset,
int  zoffset,
int  x,
int  y,
int  width,
int  height 
)

Entry point to C language function: void {@native glCopyMultiTexSubImage3DEXT}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 3258 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyNamedBufferSubData()

void com.jogamp.opengl.DebugGL4bc.glCopyNamedBufferSubData ( int  readBuffer,
int  writeBuffer,
long  readOffset,
long  writeOffset,
long  size 
)

Entry point to C language function: void {@native glCopyNamedBufferSubData}(GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 3269 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyPixels()

void com.jogamp.opengl.DebugGL4bc.glCopyPixels ( int  x,
int  y,
int  width,
int  height,
int  type 
)

Entry point to C language function: void {@native glCopyPixels}(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 3280 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyTexImage1D()

void com.jogamp.opengl.DebugGL4bc.glCopyTexImage1D ( int  target,
int  level,
int  internalformat,
int  x,
int  y,
int  width,
int  border 
)

Entry point to C language function: void {@native glCopyTexImage1D}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 3291 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyTexImage2D()

void com.jogamp.opengl.DebugGL4bc.glCopyTexImage2D ( int  target,
int  level,
int  internalformat,
int  x,
int  y,
int  width,
int  height,
int  border 
)

Entry point to C language function: void {@native glCopyTexImage2D}(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

Implements com.jogamp.opengl.GL.

Definition at line 3302 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyTexSubImage1D()

void com.jogamp.opengl.DebugGL4bc.glCopyTexSubImage1D ( int  target,
int  level,
int  xoffset,
int  x,
int  y,
int  width 
)

Entry point to C language function: void {@native glCopyTexSubImage1D}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 3313 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyTexSubImage2D()

void com.jogamp.opengl.DebugGL4bc.glCopyTexSubImage2D ( int  target,
int  level,
int  xoffset,
int  yoffset,
int  x,
int  y,
int  width,
int  height 
)

Entry point to C language function: void {@native glCopyTexSubImage2D}(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

Implements com.jogamp.opengl.GL.

Definition at line 3324 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyTexSubImage3D()

void com.jogamp.opengl.DebugGL4bc.glCopyTexSubImage3D ( int  target,
int  level,
int  xoffset,
int  yoffset,
int  zoffset,
int  x,
int  y,
int  width,
int  height 
)

Entry point to C language function: void {@native glCopyTexSubImage3D}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 3335 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyTextureImage1DEXT()

void com.jogamp.opengl.DebugGL4bc.glCopyTextureImage1DEXT ( int  texture,
int  target,
int  level,
int  internalformat,
int  x,
int  y,
int  width,
int  border 
)

Entry point to C language function: void {@native glCopyTextureImage1DEXT}(GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 3346 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyTextureImage2DEXT()

void com.jogamp.opengl.DebugGL4bc.glCopyTextureImage2DEXT ( int  texture,
int  target,
int  level,
int  internalformat,
int  x,
int  y,
int  width,
int  height,
int  border 
)

Entry point to C language function: void {@native glCopyTextureImage2DEXT}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 3357 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyTextureSubImage1D()

void com.jogamp.opengl.DebugGL4bc.glCopyTextureSubImage1D ( int  texture,
int  level,
int  xoffset,
int  x,
int  y,
int  width 
)

Entry point to C language function: void {@native glCopyTextureSubImage1D}(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

Implements com.jogamp.opengl.GL4.

Definition at line 3368 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyTextureSubImage1DEXT()

void com.jogamp.opengl.DebugGL4bc.glCopyTextureSubImage1DEXT ( int  texture,
int  target,
int  level,
int  xoffset,
int  x,
int  y,
int  width 
)

Entry point to C language function: void {@native glCopyTextureSubImage1DEXT}(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 3379 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyTextureSubImage2D()

void com.jogamp.opengl.DebugGL4bc.glCopyTextureSubImage2D ( int  texture,
int  level,
int  xoffset,
int  yoffset,
int  x,
int  y,
int  width,
int  height 
)

Entry point to C language function: void {@native glCopyTextureSubImage2D}(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

Implements com.jogamp.opengl.GL4.

Definition at line 3390 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyTextureSubImage2DEXT()

void com.jogamp.opengl.DebugGL4bc.glCopyTextureSubImage2DEXT ( int  texture,
int  target,
int  level,
int  xoffset,
int  yoffset,
int  x,
int  y,
int  width,
int  height 
)

Entry point to C language function: void {@native glCopyTextureSubImage2DEXT}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 3401 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyTextureSubImage3D()

void com.jogamp.opengl.DebugGL4bc.glCopyTextureSubImage3D ( int  texture,
int  level,
int  xoffset,
int  yoffset,
int  zoffset,
int  x,
int  y,
int  width,
int  height 
)

Entry point to C language function: void {@native glCopyTextureSubImage3D}(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

Implements com.jogamp.opengl.GL4.

Definition at line 3412 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCopyTextureSubImage3DEXT()

void com.jogamp.opengl.DebugGL4bc.glCopyTextureSubImage3DEXT ( int  texture,
int  target,
int  level,
int  xoffset,
int  yoffset,
int  zoffset,
int  x,
int  y,
int  width,
int  height 
)

Entry point to C language function: void {@native glCopyTextureSubImage3DEXT}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 3423 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCoverageModulationNV()

void com.jogamp.opengl.DebugGL4bc.glCoverageModulationNV ( int  components)

Entry point to C language function: void {@native glCoverageModulationNV}(GLenum components)
Part of GL_NV_framebuffer_mixed_samples

Implements com.jogamp.opengl.GL2GL3.

Definition at line 3434 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCoverageModulationTableNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCoverageModulationTableNV ( int  n,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glCoverageModulationTableNV}(GLsizei n, const GLfloat * v)
Part of GL_NV_framebuffer_mixed_samples

Implements com.jogamp.opengl.GL2GL3.

Definition at line 3456 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCoverageModulationTableNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCoverageModulationTableNV ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 3445 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateBuffers() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCreateBuffers ( int  n,
int[]  buffers,
int  buffers_offset 
)

Entry point to C language function: void {@native glCreateBuffers}(GLsizei n, GLuint * buffers)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 3467 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateBuffers() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCreateBuffers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 3478 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateCommandListsNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCreateCommandListsNV ( int  n,
int[]  lists,
int  lists_offset 
)

Entry point to C language function: void {@native glCreateCommandListsNV}(GLsizei n, GLuint * lists)
Part of GL_NV_command_list

Implements com.jogamp.opengl.GL2.

Definition at line 3500 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateCommandListsNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCreateCommandListsNV ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 3489 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateFramebuffers() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCreateFramebuffers ( int  n,
int[]  framebuffers,
int  framebuffers_offset 
)

Entry point to C language function: void {@native glCreateFramebuffers}(GLsizei n, GLuint * framebuffers)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 3522 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateFramebuffers() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCreateFramebuffers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 3511 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateMemoryObjectsEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCreateMemoryObjectsEXT ( int  n,
int[]  memoryObjects,
int  memoryObjects_offset 
)

Entry point to C language function: void {@native glCreateMemoryObjectsEXT}(GLsizei n, GLuint * memoryObjects)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL2ES3.

Definition at line 3533 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateMemoryObjectsEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCreateMemoryObjectsEXT ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 3544 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreatePerfQueryINTEL() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCreatePerfQueryINTEL ( int  queryId,
int[]  queryHandle,
int  queryHandle_offset 
)

Entry point to C language function: void {@native glCreatePerfQueryINTEL}(GLuint queryId, GLuint * queryHandle)
Part of GL_INTEL_performance_query

Implements com.jogamp.opengl.GL2.

Definition at line 3555 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreatePerfQueryINTEL() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCreatePerfQueryINTEL ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 3566 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateProgram()

int com.jogamp.opengl.DebugGL4bc.glCreateProgram ( )

Entry point to C language function: GLuint {@native glCreateProgram}()
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

Implements com.jogamp.opengl.GL2ES2.

Definition at line 3577 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateProgramObjectARB()

long com.jogamp.opengl.DebugGL4bc.glCreateProgramObjectARB ( )

Entry point to C language function: GLhandleARB {@native glCreateProgramObjectARB}()
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 3589 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateProgramPipelines() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCreateProgramPipelines ( int  n,
int[]  pipelines,
int  pipelines_offset 
)

Entry point to C language function: void {@native glCreateProgramPipelines}(GLsizei n, GLuint * pipelines)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 3601 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateProgramPipelines() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCreateProgramPipelines ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 3612 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateProgressFenceNVX()

int com.jogamp.opengl.DebugGL4bc.glCreateProgressFenceNVX ( )

Entry point to C language function: GLuint {@native glCreateProgressFenceNVX}()
Part of GL_NVX_progress_fence

Implements com.jogamp.opengl.GL2.

Definition at line 3623 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateQueries() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCreateQueries ( int  target,
int  n,
int[]  ids,
int  ids_offset 
)

Entry point to C language function: void {@native glCreateQueries}(GLenum target, GLsizei n, GLuint * ids)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 3646 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateQueries() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCreateQueries ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 3635 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateRenderbuffers() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCreateRenderbuffers ( int  n,
int[]  renderbuffers,
int  renderbuffers_offset 
)

Entry point to C language function: void {@native glCreateRenderbuffers}(GLsizei n, GLuint * renderbuffers)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 3657 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateRenderbuffers() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCreateRenderbuffers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 3668 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateSamplers() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCreateSamplers ( int  n,
int[]  samplers,
int  samplers_offset 
)

Entry point to C language function: void {@native glCreateSamplers}(GLsizei n, GLuint * samplers)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 3679 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateSamplers() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCreateSamplers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 3690 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateSemaphoresNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCreateSemaphoresNV ( int  n,
int[]  semaphores,
int  semaphores_offset 
)

Entry point to C language function: void {@native glCreateSemaphoresNV}(GLsizei n, GLuint * semaphores)
Part of GL_NV_timeline_semaphore

Implements com.jogamp.opengl.GL4ES3.

Definition at line 3712 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateSemaphoresNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCreateSemaphoresNV ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 3701 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateShader()

int com.jogamp.opengl.DebugGL4bc.glCreateShader ( int  type)

Entry point to C language function: GLuint {@native glCreateShader}(GLenum type)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

Implements com.jogamp.opengl.GL2ES2.

Definition at line 3723 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateShaderObjectARB()

long com.jogamp.opengl.DebugGL4bc.glCreateShaderObjectARB ( int  shaderType)

Entry point to C language function: GLhandleARB {@native glCreateShaderObjectARB}(GLenum shaderType)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 3735 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateShaderProgramv()

int com.jogamp.opengl.DebugGL4bc.glCreateShaderProgramv ( int  arg0,
int  arg1,
java.lang.String[]  arg2 
)

Definition at line 3747 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateStatesNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCreateStatesNV ( int  n,
int[]  states,
int  states_offset 
)

Entry point to C language function: void {@native glCreateStatesNV}(GLsizei n, GLuint * states)
Part of GL_NV_command_list

Implements com.jogamp.opengl.GL2.

Definition at line 3770 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateStatesNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCreateStatesNV ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 3759 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateSyncFromCLeventARB()

long com.jogamp.opengl.DebugGL4bc.glCreateSyncFromCLeventARB ( long  context,
long  event,
int  flags 
)

Entry point to C language function: GLsync {@native glCreateSyncFromCLeventARB}(struct _cl_context * context, struct _cl_event * event, GLbitfield flags)
Part of GL_ARB_cl_event

Implements com.jogamp.opengl.GL3.

Definition at line 3781 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateTextures() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCreateTextures ( int  target,
int  n,
int[]  textures,
int  textures_offset 
)

Entry point to C language function: void {@native glCreateTextures}(GLenum target, GLsizei n, GLuint * textures)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 3804 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateTextures() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCreateTextures ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 3793 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateTransformFeedbacks() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCreateTransformFeedbacks ( int  n,
int[]  ids,
int  ids_offset 
)

Entry point to C language function: void {@native glCreateTransformFeedbacks}(GLsizei n, GLuint * ids)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 3815 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateTransformFeedbacks() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCreateTransformFeedbacks ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 3826 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateVertexArrays() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCreateVertexArrays ( int  n,
int[]  arrays,
int  arrays_offset 
)

Entry point to C language function: void {@native glCreateVertexArrays}(GLsizei n, GLuint * arrays)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 3848 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCreateVertexArrays() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCreateVertexArrays ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 3837 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCullFace()

void com.jogamp.opengl.DebugGL4bc.glCullFace ( int  mode)

Entry point to C language function: void {@native glCullFace}(GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 3859 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCullParameterdvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCullParameterdvEXT ( int  pname,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glCullParameterdvEXT}(GLenum pname, GLdouble * params)
Part of GL_EXT_cull_vertex

Implements com.jogamp.opengl.GL2.

Definition at line 3881 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCullParameterdvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCullParameterdvEXT ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 3870 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCullParameterfvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glCullParameterfvEXT ( int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glCullParameterfvEXT}(GLenum pname, GLfloat * params)
Part of GL_EXT_cull_vertex

Implements com.jogamp.opengl.GL2.

Definition at line 3892 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCullParameterfvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glCullParameterfvEXT ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 3903 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glCurrentPaletteMatrixARB()

void com.jogamp.opengl.DebugGL4bc.glCurrentPaletteMatrixARB ( int  index)

Entry point to C language function: void {@native glCurrentPaletteMatrixARB}(GLint index)
Part of GL_ARB_matrix_palette

Implements com.jogamp.opengl.GL2.

Definition at line 3914 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDebugMessageControl() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDebugMessageControl ( int  source,
int  type,
int  severity,
int  count,
int[]  ids,
int  ids_offset,
boolean  enabled 
)

Entry point to C language function: void {@native glDebugMessageControl}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 3936 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDebugMessageControl() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDebugMessageControl ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.IntBuffer  arg4,
boolean  arg5 
)

Definition at line 3925 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDebugMessageEnableAMD() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDebugMessageEnableAMD ( int  category,
int  severity,
int  count,
int[]  ids,
int  ids_offset,
boolean  enabled 
)

Entry point to C language function: void {@native glDebugMessageEnableAMD}(GLenum category, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled)
Part of GL_AMD_debug_output

Implements com.jogamp.opengl.GL2GL3.

Definition at line 3958 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDebugMessageEnableAMD() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDebugMessageEnableAMD ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3,
boolean  arg4 
)

Definition at line 3947 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDebugMessageInsert()

void com.jogamp.opengl.DebugGL4bc.glDebugMessageInsert ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
java.lang.String  arg5 
)

Definition at line 3969 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDebugMessageInsertAMD()

void com.jogamp.opengl.DebugGL4bc.glDebugMessageInsertAMD ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.lang.String  arg4 
)

Definition at line 3980 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteBuffers() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteBuffers ( int  n,
int[]  buffers,
int  buffers_offset 
)

Entry point to C language function: void {@native glDeleteBuffers}(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

Implements com.jogamp.opengl.GL.

Definition at line 3991 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteBuffers() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteBuffers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4002 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteCommandListsNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteCommandListsNV ( int  n,
int[]  lists,
int  lists_offset 
)

Entry point to C language function: void {@native glDeleteCommandListsNV}(GLsizei n, const GLuint * lists)
Part of GL_NV_command_list

Implements com.jogamp.opengl.GL2.

Definition at line 4024 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteCommandListsNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteCommandListsNV ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4013 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteFramebuffers() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteFramebuffers ( int  n,
int[]  framebuffers,
int  framebuffers_offset 
)

Entry point to C language function: void {@native glDeleteFramebuffers}(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

Implements com.jogamp.opengl.GL.

Definition at line 4046 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteFramebuffers() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteFramebuffers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4035 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteLists()

void com.jogamp.opengl.DebugGL4bc.glDeleteLists ( int  list,
int  range 
)

Entry point to C language function: void {@native glDeleteLists}(GLuint list, GLsizei range)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 4057 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteMemoryObjectsEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteMemoryObjectsEXT ( int  n,
int[]  memoryObjects,
int  memoryObjects_offset 
)

Entry point to C language function: void {@native glDeleteMemoryObjectsEXT}(GLsizei n, const GLuint * memoryObjects)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL2ES3.

Definition at line 4079 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteMemoryObjectsEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteMemoryObjectsEXT ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4068 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteNamedStringARB()

void com.jogamp.opengl.DebugGL4bc.glDeleteNamedStringARB ( int  arg0,
java.lang.String  arg1 
)

Definition at line 4090 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteNamesAMD() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteNamesAMD ( int  identifier,
int  num,
int[]  names,
int  names_offset 
)

Entry point to C language function: void {@native glDeleteNamesAMD}(GLenum identifier, GLuint num, const GLuint * names)
Part of GL_AMD_name_gen_delete

Implements com.jogamp.opengl.GL2.

Definition at line 4112 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteNamesAMD() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteNamesAMD ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 4101 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteObjectARB()

void com.jogamp.opengl.DebugGL4bc.glDeleteObjectARB ( long  obj)

Entry point to C language function: void {@native glDeleteObjectARB}(GLhandleARB obj)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 4123 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteOcclusionQueriesNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteOcclusionQueriesNV ( int  n,
int[]  ids,
int  ids_offset 
)

Entry point to C language function: void {@native glDeleteOcclusionQueriesNV}(GLsizei n, const GLuint * ids)
Part of GL_NV_occlusion_query

Implements com.jogamp.opengl.GL2.

Definition at line 4134 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteOcclusionQueriesNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteOcclusionQueriesNV ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4145 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeletePerfQueryINTEL()

void com.jogamp.opengl.DebugGL4bc.glDeletePerfQueryINTEL ( int  queryHandle)

Entry point to C language function: void {@native glDeletePerfQueryINTEL}(GLuint queryHandle)
Part of GL_INTEL_performance_query

Implements com.jogamp.opengl.GL2.

Definition at line 4156 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteProgram()

void com.jogamp.opengl.DebugGL4bc.glDeleteProgram ( int  program)

Entry point to C language function: void {@native glDeleteProgram}(GLuint program)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

Implements com.jogamp.opengl.GL2ES2.

Definition at line 4167 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteProgramPipelines() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteProgramPipelines ( int  n,
int[]  pipelines,
int  pipelines_offset 
)

Entry point to C language function: void {@native glDeleteProgramPipelines}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 4189 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteProgramPipelines() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteProgramPipelines ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4178 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteProgramsARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteProgramsARB ( int  n,
int[]  programs,
int  programs_offset 
)

Entry point to C language function: void {@native glDeleteProgramsARB}(GLsizei n, const GLuint * programs)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

Implements com.jogamp.opengl.GL2.

Definition at line 4200 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteProgramsARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteProgramsARB ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4211 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteQueries() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteQueries ( int  n,
int[]  ids,
int  ids_offset 
)

Entry point to C language function: void {@native glDeleteQueries}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 4233 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteQueries() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteQueries ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4222 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteQueryResourceTagNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteQueryResourceTagNV ( int  n,
int[]  tagIds,
int  tagIds_offset 
)

Entry point to C language function: void {@native glDeleteQueryResourceTagNV}(GLsizei n, const GLint * tagIds)
Part of GL_NV_query_resource_tag

Implements com.jogamp.opengl.GL2.

Definition at line 4255 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteQueryResourceTagNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteQueryResourceTagNV ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4244 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteRenderbuffers() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteRenderbuffers ( int  n,
int[]  renderbuffers,
int  renderbuffers_offset 
)

Entry point to C language function: void {@native glDeleteRenderbuffers}(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

Implements com.jogamp.opengl.GL.

Definition at line 4277 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteRenderbuffers() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteRenderbuffers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4266 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteSamplers() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteSamplers ( int  count,
int[]  samplers,
int  samplers_offset 
)

Entry point to C language function: void {@native glDeleteSamplers}(GLsizei count, const GLuint * samplers)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

Implements com.jogamp.opengl.GL3ES3.

Definition at line 4288 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteSamplers() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteSamplers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4299 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteSemaphoresEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteSemaphoresEXT ( int  n,
int[]  semaphores,
int  semaphores_offset 
)

Entry point to C language function: void {@native glDeleteSemaphoresEXT}(GLsizei n, const GLuint * semaphores)
Part of GL_EXT_semaphore

Implements com.jogamp.opengl.GL2ES3.

Definition at line 4321 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteSemaphoresEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteSemaphoresEXT ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4310 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteShader()

void com.jogamp.opengl.DebugGL4bc.glDeleteShader ( int  shader)

Entry point to C language function: void {@native glDeleteShader}(GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

Implements com.jogamp.opengl.GL2ES2.

Definition at line 4332 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteStatesNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteStatesNV ( int  n,
int[]  states,
int  states_offset 
)

Entry point to C language function: void {@native glDeleteStatesNV}(GLsizei n, const GLuint * states)
Part of GL_NV_command_list

Implements com.jogamp.opengl.GL2.

Definition at line 4354 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteStatesNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteStatesNV ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4343 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteSync()

void com.jogamp.opengl.DebugGL4bc.glDeleteSync ( long  sync)

Entry point to C language function: void {@native glDeleteSync}(GLsync sync)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: glDeleteSyncAPPLE

Implements com.jogamp.opengl.GL3ES3.

Definition at line 4365 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteTextures() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteTextures ( int  n,
int[]  textures,
int  textures_offset 
)

Entry point to C language function: void {@native glDeleteTextures}(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

Implements com.jogamp.opengl.GL.

Definition at line 4387 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteTextures() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteTextures ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4376 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteTransformFeedbacks() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteTransformFeedbacks ( int  n,
int[]  ids,
int  ids_offset 
)

Entry point to C language function: void {@native glDeleteTransformFeedbacks}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 4398 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteTransformFeedbacks() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteTransformFeedbacks ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4409 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteTransformFeedbacksNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteTransformFeedbacksNV ( int  n,
int[]  ids,
int  ids_offset 
)

Entry point to C language function: void {@native glDeleteTransformFeedbacksNV}(GLsizei n, const GLuint * ids)
Part of GL_NV_transform_feedback2

Implements com.jogamp.opengl.GL2.

Definition at line 4420 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteTransformFeedbacksNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteTransformFeedbacksNV ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4431 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteVertexArrays() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteVertexArrays ( int  n,
int[]  arrays,
int  arrays_offset 
)

Entry point to C language function: void {@native glDeleteVertexArrays}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 4453 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteVertexArrays() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDeleteVertexArrays ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4442 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDeleteVertexShaderEXT()

void com.jogamp.opengl.DebugGL4bc.glDeleteVertexShaderEXT ( int  id)

Entry point to C language function: void {@native glDeleteVertexShaderEXT}(GLuint id)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 4464 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDepthBoundsEXT()

void com.jogamp.opengl.DebugGL4bc.glDepthBoundsEXT ( double  zmin,
double  zmax 
)

Entry point to C language function: void {@native glDepthBoundsEXT}(GLclampd zmin, GLclampd zmax)
Part of GL_EXT_depth_bounds_test

Implements com.jogamp.opengl.GL2.

Definition at line 4475 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDepthFunc()

void com.jogamp.opengl.DebugGL4bc.glDepthFunc ( int  func)

Entry point to C language function: void {@native glDepthFunc}(GLenum func)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 4486 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDepthMask()

void com.jogamp.opengl.DebugGL4bc.glDepthMask ( boolean  flag)

Entry point to C language function: void {@native glDepthMask}(GLboolean flag)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 4497 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDepthRange()

void com.jogamp.opengl.DebugGL4bc.glDepthRange ( double  zNear,
double  zFar 
)

Aliased entrypoint of void {@native glDepthRange}(GLclampd depth); and void {@native glDepthRangef}(GLclampf depth); .

Implements com.jogamp.opengl.GLBase.

Definition at line 4508 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDepthRangeArraydv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDepthRangeArraydv ( int  first,
int  count,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glDepthRangeArraydv}(GLuint first, GLsizei count, const GLdouble * v)
Part of GL_ARB_viewport_array
Alias for: glDepthRangeArraydvNV

Implements com.jogamp.opengl.GL3.

Definition at line 4519 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDepthRangeArraydv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDepthRangeArraydv ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 4530 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDepthRangeArrayv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDepthRangeArrayv ( int  first,
int  count,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glDepthRangeArrayv}(GLuint first, GLsizei count, const GLdouble * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1

Implements com.jogamp.opengl.GL3.

Definition at line 4552 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDepthRangeArrayv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDepthRangeArrayv ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 4541 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDepthRangef()

void com.jogamp.opengl.DebugGL4bc.glDepthRangef ( float  n,
float  f 
)

Entry point to C language function: void {@native glDepthRangef}(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

Implements com.jogamp.opengl.GL.

Definition at line 4585 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDepthRangeIndexed()

void com.jogamp.opengl.DebugGL4bc.glDepthRangeIndexed ( int  index,
double  n,
double  f 
)

Entry point to C language function: void {@native glDepthRangeIndexed}(GLuint index, GLdouble n, GLdouble f)
Part of GL_ARB_viewport_array, GL_VERSION_4_1

Implements com.jogamp.opengl.GL3.

Definition at line 4563 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDepthRangeIndexedd()

void com.jogamp.opengl.DebugGL4bc.glDepthRangeIndexedd ( int  index,
double  n,
double  f 
)

Entry point to C language function: void {@native glDepthRangeIndexedd}(GLuint index, GLdouble n, GLdouble f)
Part of GL_ARB_viewport_array
Alias for: glDepthRangeIndexeddNV

Implements com.jogamp.opengl.GL3.

Definition at line 4574 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDetachObjectARB()

void com.jogamp.opengl.DebugGL4bc.glDetachObjectARB ( long  containerObj,
long  attachedObj 
)

Entry point to C language function: void {@native glDetachObjectARB}(GLhandleARB containerObj, GLhandleARB attachedObj)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 4596 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDetachShader()

void com.jogamp.opengl.DebugGL4bc.glDetachShader ( int  program,
int  shader 
)

Entry point to C language function: void {@native glDetachShader}(GLuint program, GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

Implements com.jogamp.opengl.GL2ES2.

Definition at line 4607 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDisable()

void com.jogamp.opengl.DebugGL4bc.glDisable ( int  cap)

Entry point to C language function: void {@native glDisable}(GLenum cap)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 4618 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDisableClientState()

void com.jogamp.opengl.DebugGL4bc.glDisableClientState ( int  arg0)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 4629 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDisableClientStateiEXT()

void com.jogamp.opengl.DebugGL4bc.glDisableClientStateiEXT ( int  array,
int  index 
)

Entry point to C language function: void {@native glDisableClientStateiEXT}(GLenum array, GLuint index)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 4651 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDisableClientStateIndexedEXT()

void com.jogamp.opengl.DebugGL4bc.glDisableClientStateIndexedEXT ( int  array,
int  index 
)

Entry point to C language function: void {@native glDisableClientStateIndexedEXT}(GLenum array, GLuint index)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 4640 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDisablei()

void com.jogamp.opengl.DebugGL4bc.glDisablei ( int  target,
int  index 
)

Entry point to C language function: void {@native glDisablei}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 4750 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDisableIndexed()

void com.jogamp.opengl.DebugGL4bc.glDisableIndexed ( int  target,
int  index 
)

Entry point to C language function: void {@native glDisableIndexed}(GLenum target, GLuint index)
Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
Alias for: glDisableIndexedEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 4662 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDisableVariantClientStateEXT()

void com.jogamp.opengl.DebugGL4bc.glDisableVariantClientStateEXT ( int  id)

Entry point to C language function: void {@native glDisableVariantClientStateEXT}(GLuint id)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 4673 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDisableVertexArrayAttrib()

void com.jogamp.opengl.DebugGL4bc.glDisableVertexArrayAttrib ( int  vaobj,
int  index 
)

Entry point to C language function: void {@native glDisableVertexArrayAttrib}(GLuint vaobj, GLuint index)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glDisableVertexArrayAttribEXT

Implements com.jogamp.opengl.GL4.

Definition at line 4684 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDisableVertexArrayAttribEXT()

void com.jogamp.opengl.DebugGL4bc.glDisableVertexArrayAttribEXT ( int  vaobj,
int  index 
)

Entry point to C language function: void {@native glDisableVertexArrayAttribEXT}(GLuint vaobj, GLuint index)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 4695 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDisableVertexArrayEXT()

void com.jogamp.opengl.DebugGL4bc.glDisableVertexArrayEXT ( int  vaobj,
int  array 
)

Entry point to C language function: void {@native glDisableVertexArrayEXT}(GLuint vaobj, GLenum array)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 4706 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDisableVertexAttribAPPLE()

void com.jogamp.opengl.DebugGL4bc.glDisableVertexAttribAPPLE ( int  index,
int  pname 
)

Entry point to C language function: void {@native glDisableVertexAttribAPPLE}(GLuint index, GLenum pname)
Part of GL_APPLE_vertex_program_evaluators

Implements com.jogamp.opengl.GL2.

Definition at line 4717 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDisableVertexAttribArray()

void com.jogamp.opengl.DebugGL4bc.glDisableVertexAttribArray ( int  index)

Entry point to C language function: void {@native glDisableVertexAttribArray}(GLuint index)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glDisableVertexAttribArrayARB

Implements com.jogamp.opengl.GL2ES2.

Definition at line 4728 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDisableVertexAttribArrayARB()

void com.jogamp.opengl.DebugGL4bc.glDisableVertexAttribArrayARB ( int  index)

Entry point to C language function: void {@native glDisableVertexAttribArrayARB}(GLuint index)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 4739 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDispatchCompute()

void com.jogamp.opengl.DebugGL4bc.glDispatchCompute ( int  num_groups_x,
int  num_groups_y,
int  num_groups_z 
)

Entry point to C language function: void {@native glDispatchCompute}(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

Implements com.jogamp.opengl.GL3ES3.

Definition at line 4761 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDispatchComputeGroupSizeARB()

void com.jogamp.opengl.DebugGL4bc.glDispatchComputeGroupSizeARB ( int  num_groups_x,
int  num_groups_y,
int  num_groups_z,
int  group_size_x,
int  group_size_y,
int  group_size_z 
)

Entry point to C language function: void {@native glDispatchComputeGroupSizeARB}(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

Implements com.jogamp.opengl.GL4.

Definition at line 4772 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDispatchComputeIndirect()

void com.jogamp.opengl.DebugGL4bc.glDispatchComputeIndirect ( long  indirect)

Entry point to C language function: void {@native glDispatchComputeIndirect}(GLintptr indirect)
Part of GL_ARB_compute_shader, GL_ES_VERSION_3_1, GL_VERSION_4_3

Implements com.jogamp.opengl.GL3ES3.

Definition at line 4783 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawArrays()

void com.jogamp.opengl.DebugGL4bc.glDrawArrays ( int  mode,
int  first,
int  count 
)

Entry point to C language function: void {@native glDrawArrays}(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

Implements com.jogamp.opengl.GL.

Definition at line 4794 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawArraysIndirect() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDrawArraysIndirect ( int  arg0,
java.nio.Buffer  arg1 
)

Definition at line 4805 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawArraysIndirect() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDrawArraysIndirect ( int  mode,
long  indirect_buffer_offset 
)

Entry point to C language function: void {@native glDrawArraysIndirect}(GLenum mode, const void * indirect)
Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3ES3.

Definition at line 4816 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawArraysInstanced()

void com.jogamp.opengl.DebugGL4bc.glDrawArraysInstanced ( int  mode,
int  first,
int  count,
int  instancecount 
)

Entry point to C language function: void {@native glDrawArraysInstanced}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 4827 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawArraysInstancedBaseInstance()

void com.jogamp.opengl.DebugGL4bc.glDrawArraysInstancedBaseInstance ( int  mode,
int  first,
int  count,
int  instancecount,
int  baseinstance 
)

Entry point to C language function: void {@native glDrawArraysInstancedBaseInstance}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 4838 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawBuffer()

void com.jogamp.opengl.DebugGL4bc.glDrawBuffer ( int  mode)

Entry point to C language function: void {@native glDrawBuffer}(GLenum mode)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2GL3.

Definition at line 4849 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawBuffers() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDrawBuffers ( int  n,
int[]  bufs,
int  bufs_offset 
)

Entry point to C language function: void {@native glDrawBuffers}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 4860 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawBuffers() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDrawBuffers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4871 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawBuffersATI() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDrawBuffersATI ( int  n,
int[]  bufs,
int  bufs_offset 
)

Entry point to C language function: void {@native glDrawBuffersATI}(GLsizei n, const GLenum * bufs)
Part of GL_ATI_draw_buffers

Implements com.jogamp.opengl.GL2.

Definition at line 4893 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawBuffersATI() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDrawBuffersATI ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 4882 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawCommandsAddressNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDrawCommandsAddressNV ( int  arg0,
java.nio.LongBuffer  arg1,
java.nio.IntBuffer  arg2,
int  arg3 
)

Definition at line 4915 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawCommandsAddressNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDrawCommandsAddressNV ( int  primitiveMode,
long[]  indirects,
int  indirects_offset,
int[]  sizes,
int  sizes_offset,
int  count 
)

Entry point to C language function: void {@native glDrawCommandsAddressNV}(GLenum primitiveMode, const GLuint64 * indirects, const GLsizei * sizes, GLuint count)
Part of GL_NV_command_list

Implements com.jogamp.opengl.GL2.

Definition at line 4904 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawCommandsNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDrawCommandsNV ( int  arg0,
int  arg1,
com.jogamp.common.nio.PointerBuffer  arg2,
int[]  arg3,
int  arg4,
int  arg5 
)

Definition at line 4937 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawCommandsNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDrawCommandsNV ( int  arg0,
int  arg1,
com.jogamp.common.nio.PointerBuffer  arg2,
java.nio.IntBuffer  arg3,
int  arg4 
)

Definition at line 4926 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawCommandsStatesAddressNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDrawCommandsStatesAddressNV ( java.nio.LongBuffer  arg0,
java.nio.IntBuffer  arg1,
java.nio.IntBuffer  arg2,
java.nio.IntBuffer  arg3,
int  arg4 
)

Definition at line 4948 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawCommandsStatesAddressNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDrawCommandsStatesAddressNV ( long[]  indirects,
int  indirects_offset,
int[]  sizes,
int  sizes_offset,
int[]  states,
int  states_offset,
int[]  fbos,
int  fbos_offset,
int  count 
)

Entry point to C language function: void {@native glDrawCommandsStatesAddressNV}(const GLuint64 * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
Part of GL_NV_command_list

Implements com.jogamp.opengl.GL2.

Definition at line 4959 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawCommandsStatesNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDrawCommandsStatesNV ( int  arg0,
com.jogamp.common.nio.PointerBuffer  arg1,
int[]  arg2,
int  arg3,
int[]  arg4,
int  arg5,
int[]  arg6,
int  arg7,
int  arg8 
)

Definition at line 4970 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawCommandsStatesNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDrawCommandsStatesNV ( int  arg0,
com.jogamp.common.nio.PointerBuffer  arg1,
java.nio.IntBuffer  arg2,
java.nio.IntBuffer  arg3,
java.nio.IntBuffer  arg4,
int  arg5 
)

Definition at line 4981 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawElements() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDrawElements ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Definition at line 4992 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawElements() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDrawElements ( int  mode,
int  count,
int  type,
long  indices_buffer_offset 
)

Entry point to C language function: void {@native glDrawElements}(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

Implements com.jogamp.opengl.GL.

Definition at line 5003 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawElementsBaseVertex() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDrawElementsBaseVertex ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3,
int  arg4 
)

Definition at line 5025 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawElementsBaseVertex() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDrawElementsBaseVertex ( int  mode,
int  count,
int  type,
long  indices_buffer_offset,
int  basevertex 
)

Entry point to C language function: void {@native glDrawElementsBaseVertex}(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

Implements com.jogamp.opengl.GL3ES3.

Definition at line 5014 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawElementsIndirect() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDrawElementsIndirect ( int  arg0,
int  arg1,
java.nio.Buffer  arg2 
)

Definition at line 5036 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawElementsIndirect() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDrawElementsIndirect ( int  mode,
int  type,
long  indirect_buffer_offset 
)

Entry point to C language function: void {@native glDrawElementsIndirect}(GLenum mode, GLenum type, const void * indirect)
Part of GL_ES_VERSION_3_1, GL_ARB_draw_indirect, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3ES3.

Definition at line 5047 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawElementsInstanced() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDrawElementsInstanced ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3,
int  arg4 
)

Definition at line 5069 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawElementsInstanced() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDrawElementsInstanced ( int  mode,
int  count,
int  type,
long  indices_buffer_offset,
int  instancecount 
)

Entry point to C language function: void {@native glDrawElementsInstanced}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 5058 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawElementsInstancedBaseInstance() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDrawElementsInstancedBaseInstance ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3,
int  arg4,
int  arg5 
)

Definition at line 5091 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawElementsInstancedBaseInstance() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDrawElementsInstancedBaseInstance ( int  mode,
int  count,
int  type,
long  indices_buffer_offset,
int  instancecount,
int  baseinstance 
)

Entry point to C language function: void {@native glDrawElementsInstancedBaseInstance}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 5080 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawElementsInstancedBaseVertex() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDrawElementsInstancedBaseVertex ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3,
int  arg4,
int  arg5 
)

Definition at line 5113 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawElementsInstancedBaseVertex() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDrawElementsInstancedBaseVertex ( int  mode,
int  count,
int  type,
long  indices_buffer_offset,
int  instancecount,
int  basevertex 
)

Entry point to C language function: void {@native glDrawElementsInstancedBaseVertex}(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

Implements com.jogamp.opengl.GL3ES3.

Definition at line 5102 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawElementsInstancedBaseVertexBaseInstance() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDrawElementsInstancedBaseVertexBaseInstance ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3,
int  arg4,
int  arg5,
int  arg6 
)

Definition at line 5124 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawElementsInstancedBaseVertexBaseInstance() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDrawElementsInstancedBaseVertexBaseInstance ( int  mode,
int  count,
int  type,
long  indices_buffer_offset,
int  instancecount,
int  basevertex,
int  baseinstance 
)

Entry point to C language function: void {@native glDrawElementsInstancedBaseVertexBaseInstance}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 5135 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawMeshTasksIndirectNV()

void com.jogamp.opengl.DebugGL4bc.glDrawMeshTasksIndirectNV ( long  indirect)

Entry point to C language function: void {@native glDrawMeshTasksIndirectNV}(GLintptr indirect)
Part of GL_NV_mesh_shader

Implements com.jogamp.opengl.GL4ES3.

Definition at line 5146 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawMeshTasksNV()

void com.jogamp.opengl.DebugGL4bc.glDrawMeshTasksNV ( int  first,
int  count 
)

Entry point to C language function: void {@native glDrawMeshTasksNV}(GLuint first, GLuint count)
Part of GL_NV_mesh_shader

Implements com.jogamp.opengl.GL4ES3.

Definition at line 5157 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawPixels() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDrawPixels ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.Buffer  arg4 
)

Definition at line 5168 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawPixels() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDrawPixels ( int  width,
int  height,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glDrawPixels}(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 5179 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawRangeElements() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDrawRangeElements ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
java.nio.Buffer  arg5 
)

Definition at line 5190 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawRangeElements() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDrawRangeElements ( int  mode,
int  start,
int  end,
int  count,
int  type,
long  indices_buffer_offset 
)

Entry point to C language function: void {@native glDrawRangeElements}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 5201 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawRangeElementsBaseVertex() [1/2]

void com.jogamp.opengl.DebugGL4bc.glDrawRangeElementsBaseVertex ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
java.nio.Buffer  arg5,
int  arg6 
)

Definition at line 5223 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawRangeElementsBaseVertex() [2/2]

void com.jogamp.opengl.DebugGL4bc.glDrawRangeElementsBaseVertex ( int  mode,
int  start,
int  end,
int  count,
int  type,
long  indices_buffer_offset,
int  basevertex 
)

Entry point to C language function: void {@native glDrawRangeElementsBaseVertex}(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

Implements com.jogamp.opengl.GL3ES3.

Definition at line 5212 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawTextureNV()

void com.jogamp.opengl.DebugGL4bc.glDrawTextureNV ( int  texture,
int  sampler,
float  x0,
float  y0,
float  x1,
float  y1,
float  z,
float  s0,
float  t0,
float  s1,
float  t1 
)

Entry point to C language function: void {@native glDrawTextureNV}(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

Implements com.jogamp.opengl.GL2.

Definition at line 5234 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawTransformFeedback()

void com.jogamp.opengl.DebugGL4bc.glDrawTransformFeedback ( int  mode,
int  id 
)

Entry point to C language function: void {@native glDrawTransformFeedback}(GLenum mode, GLuint id)
Part of GL_ARB_transform_feedback2, GL_VERSION_4_0, GL_EXT_draw_transform_feedback, GL_NV_transform_feedback2
Alias for: glDrawTransformFeedbackEXT, glDrawTransformFeedbackNV

Implements com.jogamp.opengl.GL2GL3.

Definition at line 5245 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawTransformFeedbackInstanced()

void com.jogamp.opengl.DebugGL4bc.glDrawTransformFeedbackInstanced ( int  mode,
int  id,
int  instancecount 
)

Entry point to C language function: void {@native glDrawTransformFeedbackInstanced}(GLenum mode, GLuint id, GLsizei instancecount)
Part of GL_VERSION_4_2, GL_ARB_transform_feedback_instanced, GL_EXT_draw_transform_feedback
Alias for: glDrawTransformFeedbackInstancedEXT

Implements com.jogamp.opengl.GL3.

Definition at line 5256 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawTransformFeedbackNV()

void com.jogamp.opengl.DebugGL4bc.glDrawTransformFeedbackNV ( int  mode,
int  id 
)

Entry point to C language function: void {@native glDrawTransformFeedbackNV}(GLenum mode, GLuint id)
Part of GL_NV_transform_feedback2

Implements com.jogamp.opengl.GL2.

Definition at line 5267 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawTransformFeedbackStream()

void com.jogamp.opengl.DebugGL4bc.glDrawTransformFeedbackStream ( int  mode,
int  id,
int  stream 
)

Entry point to C language function: void {@native glDrawTransformFeedbackStream}(GLenum mode, GLuint id, GLuint stream)
Part of GL_ARB_transform_feedback3, GL_VERSION_4_0

Implements com.jogamp.opengl.GL2GL3.

Definition at line 5278 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawTransformFeedbackStreamInstanced()

void com.jogamp.opengl.DebugGL4bc.glDrawTransformFeedbackStreamInstanced ( int  mode,
int  id,
int  stream,
int  instancecount 
)

Entry point to C language function: void {@native glDrawTransformFeedbackStreamInstanced}(GLenum mode, GLuint id, GLuint stream, GLsizei instancecount)
Part of GL_VERSION_4_2, GL_ARB_transform_feedback_instanced

Implements com.jogamp.opengl.GL3.

Definition at line 5289 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glDrawVkImageNV()

void com.jogamp.opengl.DebugGL4bc.glDrawVkImageNV ( long  vkImage,
int  sampler,
float  x0,
float  y0,
float  x1,
float  y1,
float  z,
float  s0,
float  t0,
float  s1,
float  t1 
)

Entry point to C language function: void {@native glDrawVkImageNV}(GLuint64 vkImage, 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_vulkan_image

Implements com.jogamp.opengl.GL4ES3.

Definition at line 5300 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEdgeFlag()

void com.jogamp.opengl.DebugGL4bc.glEdgeFlag ( boolean  flag)

Entry point to C language function: void {@native glEdgeFlag}(GLboolean flag)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 5311 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEdgeFlagFormatNV()

void com.jogamp.opengl.DebugGL4bc.glEdgeFlagFormatNV ( int  stride)

Entry point to C language function: void {@native glEdgeFlagFormatNV}(GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

Implements com.jogamp.opengl.GL2GL3.

Definition at line 5322 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEdgeFlagPointer() [1/2]

void com.jogamp.opengl.DebugGL4bc.glEdgeFlagPointer ( int  arg0,
java.nio.Buffer  arg1 
)

Definition at line 5333 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEdgeFlagPointer() [2/2]

void com.jogamp.opengl.DebugGL4bc.glEdgeFlagPointer ( int  stride,
long  ptr_buffer_offset 
)

Entry point to C language function: void {@native glEdgeFlagPointer}(GLsizei stride, const GLvoid * ptr)
Part of GL_VERSION_1_1, GL_EXT_vertex_array
Alias for: glEdgeFlagPointerEXT

Implements com.jogamp.opengl.GL2.

Definition at line 5344 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEdgeFlagv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glEdgeFlagv ( byte[]  flag,
int  flag_offset 
)

Entry point to C language function: void {@native glEdgeFlagv}(const GLboolean * flag)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 5355 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEdgeFlagv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glEdgeFlagv ( java.nio.ByteBuffer  arg0)

Definition at line 5366 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEnable()

void com.jogamp.opengl.DebugGL4bc.glEnable ( int  cap)

Entry point to C language function: void {@native glEnable}(GLenum cap)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 5377 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEnableClientState()

void com.jogamp.opengl.DebugGL4bc.glEnableClientState ( int  arg0)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 5388 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEnableClientStateiEXT()

void com.jogamp.opengl.DebugGL4bc.glEnableClientStateiEXT ( int  array,
int  index 
)

Entry point to C language function: void {@native glEnableClientStateiEXT}(GLenum array, GLuint index)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 5410 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEnableClientStateIndexedEXT()

void com.jogamp.opengl.DebugGL4bc.glEnableClientStateIndexedEXT ( int  array,
int  index 
)

Entry point to C language function: void {@native glEnableClientStateIndexedEXT}(GLenum array, GLuint index)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 5399 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEnablei()

void com.jogamp.opengl.DebugGL4bc.glEnablei ( int  target,
int  index 
)

Entry point to C language function: void {@native glEnablei}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 5509 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEnableIndexed()

void com.jogamp.opengl.DebugGL4bc.glEnableIndexed ( int  target,
int  index 
)

Entry point to C language function: void {@native glEnableIndexed}(GLenum target, GLuint index)
Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
Alias for: glEnableIndexedEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 5421 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEnableVariantClientStateEXT()

void com.jogamp.opengl.DebugGL4bc.glEnableVariantClientStateEXT ( int  id)

Entry point to C language function: void {@native glEnableVariantClientStateEXT}(GLuint id)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 5432 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEnableVertexArrayAttrib()

void com.jogamp.opengl.DebugGL4bc.glEnableVertexArrayAttrib ( int  vaobj,
int  index 
)

Entry point to C language function: void {@native glEnableVertexArrayAttrib}(GLuint vaobj, GLuint index)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glEnableVertexArrayAttribEXT

Implements com.jogamp.opengl.GL4.

Definition at line 5443 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEnableVertexArrayAttribEXT()

void com.jogamp.opengl.DebugGL4bc.glEnableVertexArrayAttribEXT ( int  vaobj,
int  index 
)

Entry point to C language function: void {@native glEnableVertexArrayAttribEXT}(GLuint vaobj, GLuint index)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 5454 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEnableVertexArrayEXT()

void com.jogamp.opengl.DebugGL4bc.glEnableVertexArrayEXT ( int  vaobj,
int  array 
)

Entry point to C language function: void {@native glEnableVertexArrayEXT}(GLuint vaobj, GLenum array)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 5465 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEnableVertexAttribAPPLE()

void com.jogamp.opengl.DebugGL4bc.glEnableVertexAttribAPPLE ( int  index,
int  pname 
)

Entry point to C language function: void {@native glEnableVertexAttribAPPLE}(GLuint index, GLenum pname)
Part of GL_APPLE_vertex_program_evaluators

Implements com.jogamp.opengl.GL2.

Definition at line 5476 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEnableVertexAttribArray()

void com.jogamp.opengl.DebugGL4bc.glEnableVertexAttribArray ( int  index)

Entry point to C language function: void {@native glEnableVertexAttribArray}(GLuint index)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glEnableVertexAttribArrayARB

Implements com.jogamp.opengl.GL2ES2.

Definition at line 5487 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEnableVertexAttribArrayARB()

void com.jogamp.opengl.DebugGL4bc.glEnableVertexAttribArrayARB ( int  index)

Entry point to C language function: void {@native glEnableVertexAttribArrayARB}(GLuint index)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 5498 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEnd()

void com.jogamp.opengl.DebugGL4bc.glEnd ( )

Entry point to C language function: void {@native glEnd}()
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 5520 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEndConditionalRender()

void com.jogamp.opengl.DebugGL4bc.glEndConditionalRender ( )

Entry point to C language function: void {@native glEndConditionalRender}()
Part of GL_VERSION_3_0, GL_NV_conditional_render
Alias for: glEndConditionalRenderNV

Implements com.jogamp.opengl.GL2ES3.

Definition at line 5532 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEndConditionalRenderNVX()

void com.jogamp.opengl.DebugGL4bc.glEndConditionalRenderNVX ( )

Entry point to C language function: void {@native glEndConditionalRenderNVX}()
Part of GL_NVX_conditional_render

Implements com.jogamp.opengl.GL2.

Definition at line 5543 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEndList()

void com.jogamp.opengl.DebugGL4bc.glEndList ( )

Entry point to C language function: void {@native glEndList}()
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 5554 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEndOcclusionQueryNV()

void com.jogamp.opengl.DebugGL4bc.glEndOcclusionQueryNV ( )

Entry point to C language function: void {@native glEndOcclusionQueryNV}()
Part of GL_NV_occlusion_query

Implements com.jogamp.opengl.GL2.

Definition at line 5565 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEndPerfQueryINTEL()

void com.jogamp.opengl.DebugGL4bc.glEndPerfQueryINTEL ( int  queryHandle)

Entry point to C language function: void {@native glEndPerfQueryINTEL}(GLuint queryHandle)
Part of GL_INTEL_performance_query

Implements com.jogamp.opengl.GL2.

Definition at line 5576 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEndQuery()

void com.jogamp.opengl.DebugGL4bc.glEndQuery ( int  target)

Entry point to C language function: void {@native glEndQuery}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 5587 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEndQueryIndexed()

void com.jogamp.opengl.DebugGL4bc.glEndQueryIndexed ( int  target,
int  index 
)

Entry point to C language function: void {@native glEndQueryIndexed}(GLenum target, GLuint index)
Part of GL_ARB_transform_feedback3, GL_VERSION_4_0

Implements com.jogamp.opengl.GL2GL3.

Definition at line 5598 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEndTransformFeedback()

void com.jogamp.opengl.DebugGL4bc.glEndTransformFeedback ( )

Entry point to C language function: void {@native glEndTransformFeedback}()
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_NV_transform_feedback, GL_EXT_transform_feedback
Alias for: glEndTransformFeedbackNV, glEndTransformFeedbackEXT

Implements com.jogamp.opengl.GL2ES3.

Definition at line 5609 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEndVertexShaderEXT()

void com.jogamp.opengl.DebugGL4bc.glEndVertexShaderEXT ( )

Entry point to C language function: void {@native glEndVertexShaderEXT}()
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 5620 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEndVideoCaptureNV()

void com.jogamp.opengl.DebugGL4bc.glEndVideoCaptureNV ( int  video_capture_slot)

Entry point to C language function: void {@native glEndVideoCaptureNV}(GLuint video_capture_slot)
Part of GL_NV_video_capture

Implements com.jogamp.opengl.GL2.

Definition at line 5631 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEvalCoord1d()

void com.jogamp.opengl.DebugGL4bc.glEvalCoord1d ( double  u)

Entry point to C language function: void {@native glEvalCoord1d}(GLdouble u)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 5642 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEvalCoord1dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glEvalCoord1dv ( double[]  u,
int  u_offset 
)

Entry point to C language function: void {@native glEvalCoord1dv}(const GLdouble * u)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 5653 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEvalCoord1dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glEvalCoord1dv ( java.nio.DoubleBuffer  arg0)

Definition at line 5664 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEvalCoord1f()

void com.jogamp.opengl.DebugGL4bc.glEvalCoord1f ( float  u)

Entry point to C language function: void {@native glEvalCoord1f}(GLfloat u)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 5675 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEvalCoord1fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glEvalCoord1fv ( float[]  u,
int  u_offset 
)

Entry point to C language function: void {@native glEvalCoord1fv}(const GLfloat * u)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 5697 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEvalCoord1fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glEvalCoord1fv ( java.nio.FloatBuffer  arg0)

Definition at line 5686 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEvalCoord2d()

void com.jogamp.opengl.DebugGL4bc.glEvalCoord2d ( double  u,
double  v 
)

Entry point to C language function: void {@native glEvalCoord2d}(GLdouble u, GLdouble v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 5708 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEvalCoord2dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glEvalCoord2dv ( double[]  u,
int  u_offset 
)

Entry point to C language function: void {@native glEvalCoord2dv}(const GLdouble * u)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 5719 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEvalCoord2dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glEvalCoord2dv ( java.nio.DoubleBuffer  arg0)

Definition at line 5730 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEvalCoord2f()

void com.jogamp.opengl.DebugGL4bc.glEvalCoord2f ( float  u,
float  v 
)

Entry point to C language function: void {@native glEvalCoord2f}(GLfloat u, GLfloat v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 5741 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEvalCoord2fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glEvalCoord2fv ( float[]  u,
int  u_offset 
)

Entry point to C language function: void {@native glEvalCoord2fv}(const GLfloat * u)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 5763 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEvalCoord2fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glEvalCoord2fv ( java.nio.FloatBuffer  arg0)

Definition at line 5752 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEvalMapsNV()

void com.jogamp.opengl.DebugGL4bc.glEvalMapsNV ( int  target,
int  mode 
)

Entry point to C language function: void {@native glEvalMapsNV}(GLenum target, GLenum mode)
Part of GL_NV_evaluators

Implements com.jogamp.opengl.GL2.

Definition at line 5774 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEvalMesh1()

void com.jogamp.opengl.DebugGL4bc.glEvalMesh1 ( int  mode,
int  i1,
int  i2 
)

Entry point to C language function: void {@native glEvalMesh1}(GLenum mode, GLint i1, GLint i2)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 5785 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEvalMesh2()

void com.jogamp.opengl.DebugGL4bc.glEvalMesh2 ( int  mode,
int  i1,
int  i2,
int  j1,
int  j2 
)

Entry point to C language function: void {@native glEvalMesh2}(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 5796 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEvalPoint1()

void com.jogamp.opengl.DebugGL4bc.glEvalPoint1 ( int  i)

Entry point to C language function: void {@native glEvalPoint1}(GLint i)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 5807 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEvalPoint2()

void com.jogamp.opengl.DebugGL4bc.glEvalPoint2 ( int  i,
int  j 
)

Entry point to C language function: void {@native glEvalPoint2}(GLint i, GLint j)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 5818 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glEvaluateDepthValuesARB()

void com.jogamp.opengl.DebugGL4bc.glEvaluateDepthValuesARB ( )

Entry point to C language function: void {@native glEvaluateDepthValuesARB}()
Part of GL_ARB_sample_locations

Implements com.jogamp.opengl.GL4.

Definition at line 5829 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glExtractComponentEXT()

void com.jogamp.opengl.DebugGL4bc.glExtractComponentEXT ( int  res,
int  src,
int  num 
)

Entry point to C language function: void {@native glExtractComponentEXT}(GLuint res, GLuint src, GLuint num)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 5840 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFeedbackBuffer()

void com.jogamp.opengl.DebugGL4bc.glFeedbackBuffer ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 5851 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFenceSync()

long com.jogamp.opengl.DebugGL4bc.glFenceSync ( int  condition,
int  flags 
)

Entry point to C language function: GLsync {@native glFenceSync}(GLenum condition, GLbitfield flags)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: glFenceSyncAPPLE

Implements com.jogamp.opengl.GL3ES3.

Definition at line 5862 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFinish()

void com.jogamp.opengl.DebugGL4bc.glFinish ( )

Entry point to C language function: void {@native glFinish}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 5874 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFinishTextureSUNX()

void com.jogamp.opengl.DebugGL4bc.glFinishTextureSUNX ( )

Entry point to C language function: void {@native glFinishTextureSUNX}()
Part of GL_SUNX_constant_data

Implements com.jogamp.opengl.GL2.

Definition at line 5885 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFlush()

void com.jogamp.opengl.DebugGL4bc.glFlush ( )

Entry point to C language function: void {@native glFlush}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 5896 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFlushMappedBufferRange()

void com.jogamp.opengl.DebugGL4bc.glFlushMappedBufferRange ( int  target,
long  offset,
long  length 
)

Entry point to C language function: void {@native glFlushMappedBufferRange}(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

Implements com.jogamp.opengl.GL.

Definition at line 5907 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFlushMappedNamedBufferRange()

void com.jogamp.opengl.DebugGL4bc.glFlushMappedNamedBufferRange ( int  buffer,
long  offset,
long  length 
)

Entry point to C language function: void {@native glFlushMappedNamedBufferRange}(GLuint buffer, GLintptr offset, GLsizeiptr length)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glFlushMappedNamedBufferRangeEXT

Implements com.jogamp.opengl.GL4.

Definition at line 5918 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFlushMappedNamedBufferRangeEXT()

void com.jogamp.opengl.DebugGL4bc.glFlushMappedNamedBufferRangeEXT ( int  buffer,
long  offset,
long  length 
)

Entry point to C language function: void {@native glFlushMappedNamedBufferRangeEXT}(GLuint buffer, GLintptr offset, GLsizeiptr length)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 5929 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFlushPixelDataRangeNV()

void com.jogamp.opengl.DebugGL4bc.glFlushPixelDataRangeNV ( int  target)

Entry point to C language function: void {@native glFlushPixelDataRangeNV}(GLenum target)
Part of GL_NV_pixel_data_range

Implements com.jogamp.opengl.GL2.

Definition at line 5940 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFlushVertexArrayRangeAPPLE()

void com.jogamp.opengl.DebugGL4bc.glFlushVertexArrayRangeAPPLE ( int  arg0,
java.nio.Buffer  arg1 
)

Definition at line 5951 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFogCoordd()

void com.jogamp.opengl.DebugGL4bc.glFogCoordd ( double  coord)

Entry point to C language function: void {@native glFogCoordd}(GLdouble coord)
Part of GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: glFogCoorddEXT

Implements com.jogamp.opengl.GL2.

Definition at line 5995 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFogCoorddv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glFogCoorddv ( double[]  coord,
int  coord_offset 
)

Entry point to C language function: void {@native glFogCoorddv}(const GLdouble * coord)
Part of GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: glFogCoorddvEXT

Implements com.jogamp.opengl.GL2.

Definition at line 6006 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFogCoorddv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glFogCoorddv ( java.nio.DoubleBuffer  arg0)

Definition at line 6017 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFogCoordf()

void com.jogamp.opengl.DebugGL4bc.glFogCoordf ( float  coord)

Entry point to C language function: void {@native glFogCoordf}(GLfloat coord)
Part of GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: glFogCoordfEXT

Implements com.jogamp.opengl.GL2.

Definition at line 6028 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFogCoordFormatNV()

void com.jogamp.opengl.DebugGL4bc.glFogCoordFormatNV ( int  type,
int  stride 
)

Entry point to C language function: void {@native glFogCoordFormatNV}(GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

Implements com.jogamp.opengl.GL2GL3.

Definition at line 5962 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFogCoordfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glFogCoordfv ( float[]  coord,
int  coord_offset 
)

Entry point to C language function: void {@native glFogCoordfv}(const GLfloat * coord)
Part of GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: glFogCoordfvEXT

Implements com.jogamp.opengl.GL2.

Definition at line 6039 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFogCoordfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glFogCoordfv ( java.nio.FloatBuffer  arg0)

Definition at line 6050 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFogCoordh()

void com.jogamp.opengl.DebugGL4bc.glFogCoordh ( short  fog)

Entry point to C language function: void {@native glFogCoordh}(GLhalfNV fog)
Part of GL_NV_half_float
Alias for: glFogCoordhNV

Implements com.jogamp.opengl.GL2.

Definition at line 6061 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFogCoordhv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glFogCoordhv ( java.nio.ShortBuffer  arg0)

Definition at line 6072 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFogCoordhv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glFogCoordhv ( short[]  fog,
int  fog_offset 
)

Entry point to C language function: void {@native glFogCoordhv}(const GLhalfNV * fog)
Part of GL_NV_half_float
Alias for: glFogCoordhvNV

Implements com.jogamp.opengl.GL2.

Definition at line 6083 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFogCoordPointer() [1/2]

void com.jogamp.opengl.DebugGL4bc.glFogCoordPointer ( int  arg0,
int  arg1,
java.nio.Buffer  arg2 
)

Definition at line 5973 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFogCoordPointer() [2/2]

void com.jogamp.opengl.DebugGL4bc.glFogCoordPointer ( int  type,
int  stride,
long  pointer_buffer_offset 
)

Entry point to C language function: void {@native glFogCoordPointer}(GLenum type, GLsizei stride, const void * pointer)
Part of GL_VERSION_1_4, GL_EXT_fog_coord
Alias for: glFogCoordPointerEXT

Implements com.jogamp.opengl.GL2.

Definition at line 5984 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFogf()

void com.jogamp.opengl.DebugGL4bc.glFogf ( int  pname,
float  param 
)

Entry point to C language function: void {@native glFogf}(GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 6094 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFogfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glFogfv ( int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glFogfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 6105 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFogfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glFogfv ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 6116 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFogi()

void com.jogamp.opengl.DebugGL4bc.glFogi ( int  pname,
int  param 
)

Entry point to C language function: void {@native glFogi}(GLenum pname, GLint param)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 6127 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFogiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glFogiv ( int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glFogiv}(GLenum pname, const GLint * params)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 6149 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFogiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glFogiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 6138 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFragmentCoverageColorNV()

void com.jogamp.opengl.DebugGL4bc.glFragmentCoverageColorNV ( int  color)

Entry point to C language function: void {@native glFragmentCoverageColorNV}(GLuint color)
Part of GL_NV_fragment_coverage_to_color

Implements com.jogamp.opengl.GL4ES3.

Definition at line 6160 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferDrawBufferEXT()

void com.jogamp.opengl.DebugGL4bc.glFramebufferDrawBufferEXT ( int  framebuffer,
int  mode 
)

Entry point to C language function: void {@native glFramebufferDrawBufferEXT}(GLuint framebuffer, GLenum mode)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 6182 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferDrawBuffersEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glFramebufferDrawBuffersEXT ( int  framebuffer,
int  n,
int[]  bufs,
int  bufs_offset 
)

Entry point to C language function: void {@native glFramebufferDrawBuffersEXT}(GLuint framebuffer, GLsizei n, const GLenum * bufs)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 6204 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferDrawBuffersEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glFramebufferDrawBuffersEXT ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 6193 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferFetchBarrierEXT()

void com.jogamp.opengl.DebugGL4bc.glFramebufferFetchBarrierEXT ( )

Entry point to C language function: void {@native glFramebufferFetchBarrierEXT}()
Part of GL_EXT_shader_framebuffer_fetch_non_coherent

Implements com.jogamp.opengl.GL2GL3.

Definition at line 6215 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferParameteri()

void com.jogamp.opengl.DebugGL4bc.glFramebufferParameteri ( int  target,
int  pname,
int  param 
)

Entry point to C language function: void {@native glFramebufferParameteri}(GLenum target, GLenum pname, GLint param)
Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_MESA_framebuffer_flip_y
Alias for: glFramebufferParameteriMESA

Implements com.jogamp.opengl.GL2ES3.

Definition at line 6226 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferReadBufferEXT()

void com.jogamp.opengl.DebugGL4bc.glFramebufferReadBufferEXT ( int  framebuffer,
int  mode 
)

Entry point to C language function: void {@native glFramebufferReadBufferEXT}(GLuint framebuffer, GLenum mode)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 6237 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferRenderbuffer()

void com.jogamp.opengl.DebugGL4bc.glFramebufferRenderbuffer ( int  target,
int  attachment,
int  renderbuffertarget,
int  renderbuffer 
)

Entry point to C language function: void {@native glFramebufferRenderbuffer}(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

Implements com.jogamp.opengl.GL.

Definition at line 6248 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferSampleLocationsfvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glFramebufferSampleLocationsfvARB ( int  target,
int  start,
int  count,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glFramebufferSampleLocationsfvARB}(GLenum target, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_ARB_sample_locations

Implements com.jogamp.opengl.GL4.

Definition at line 6270 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferSampleLocationsfvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glFramebufferSampleLocationsfvARB ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 6259 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferSampleLocationsfvNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glFramebufferSampleLocationsfvNV ( int  target,
int  start,
int  count,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glFramebufferSampleLocationsfvNV}(GLenum target, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_NV_sample_locations

Implements com.jogamp.opengl.GL4ES3.

Definition at line 6281 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferSampleLocationsfvNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glFramebufferSampleLocationsfvNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 6292 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferSamplePositionsfvAMD() [1/2]

void com.jogamp.opengl.DebugGL4bc.glFramebufferSamplePositionsfvAMD ( int  target,
int  numsamples,
int  pixelindex,
float[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glFramebufferSamplePositionsfvAMD}(GLenum target, GLuint numsamples, GLuint pixelindex, const GLfloat * values)
Part of GL_AMD_framebuffer_sample_positions

Implements com.jogamp.opengl.GL2.

Definition at line 6303 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferSamplePositionsfvAMD() [2/2]

void com.jogamp.opengl.DebugGL4bc.glFramebufferSamplePositionsfvAMD ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 6314 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferTexture()

void com.jogamp.opengl.DebugGL4bc.glFramebufferTexture ( int  target,
int  attachment,
int  texture,
int  level 
)

Entry point to C language function: void {@native glFramebufferTexture}(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

Implements com.jogamp.opengl.GL3ES3.

Definition at line 6325 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferTexture1D()

void com.jogamp.opengl.DebugGL4bc.glFramebufferTexture1D ( int  target,
int  attachment,
int  textarget,
int  texture,
int  level 
)

Entry point to C language function: void {@native glFramebufferTexture1D}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 6336 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferTexture2D()

void com.jogamp.opengl.DebugGL4bc.glFramebufferTexture2D ( int  target,
int  attachment,
int  textarget,
int  texture,
int  level 
)

Entry point to C language function: void {@native glFramebufferTexture2D}(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

Implements com.jogamp.opengl.GL.

Definition at line 6347 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferTexture3D()

void com.jogamp.opengl.DebugGL4bc.glFramebufferTexture3D ( int  target,
int  attachment,
int  textarget,
int  texture,
int  level,
int  zoffset 
)

Entry point to C language function: void {@native glFramebufferTexture3D}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 6358 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferTextureARB()

void com.jogamp.opengl.DebugGL4bc.glFramebufferTextureARB ( int  target,
int  attachment,
int  texture,
int  level 
)

Entry point to C language function: void {@native glFramebufferTextureARB}(GLenum target, GLenum attachment, GLuint texture, GLint level)
Part of GL_ARB_geometry_shader4

Implements com.jogamp.opengl.GL3.

Definition at line 6369 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferTextureEXT()

void com.jogamp.opengl.DebugGL4bc.glFramebufferTextureEXT ( int  target,
int  attachment,
int  texture,
int  level 
)

Entry point to C language function: void {@native glFramebufferTextureEXT}(GLenum target, GLenum attachment, GLuint texture, GLint level)
Part of GL_NV_geometry_program4, GL_EXT_geometry_shader

Implements com.jogamp.opengl.GL2ES3.

Definition at line 6380 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferTextureFaceARB()

void com.jogamp.opengl.DebugGL4bc.glFramebufferTextureFaceARB ( int  target,
int  attachment,
int  texture,
int  level,
int  face 
)

Entry point to C language function: void {@native glFramebufferTextureFaceARB}(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
Part of GL_ARB_geometry_shader4

Implements com.jogamp.opengl.GL3.

Definition at line 6391 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferTextureFaceEXT()

void com.jogamp.opengl.DebugGL4bc.glFramebufferTextureFaceEXT ( int  target,
int  attachment,
int  texture,
int  level,
int  face 
)

Entry point to C language function: void {@native glFramebufferTextureFaceEXT}(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
Part of GL_NV_geometry_program4

Implements com.jogamp.opengl.GL2.

Definition at line 6402 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferTextureLayer()

void com.jogamp.opengl.DebugGL4bc.glFramebufferTextureLayer ( int  target,
int  attachment,
int  texture,
int  level,
int  layer 
)

Entry point to C language function: void {@native glFramebufferTextureLayer}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 6413 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferTextureLayerARB()

void com.jogamp.opengl.DebugGL4bc.glFramebufferTextureLayerARB ( int  target,
int  attachment,
int  texture,
int  level,
int  layer 
)

Entry point to C language function: void {@native glFramebufferTextureLayerARB}(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
Part of GL_ARB_geometry_shader4

Implements com.jogamp.opengl.GL3.

Definition at line 6424 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFramebufferTextureMultiviewOVR()

void com.jogamp.opengl.DebugGL4bc.glFramebufferTextureMultiviewOVR ( int  target,
int  attachment,
int  texture,
int  level,
int  baseViewIndex,
int  numViews 
)

Entry point to C language function: void {@native glFramebufferTextureMultiviewOVR}(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews)
Part of GL_OVR_multiview

Implements com.jogamp.opengl.GL2GL3.

Definition at line 6435 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFrameTerminatorGREMEDY()

void com.jogamp.opengl.DebugGL4bc.glFrameTerminatorGREMEDY ( )

Entry point to C language function: void {@native glFrameTerminatorGREMEDY}()
Part of GL_GREMEDY_frame_terminator

Implements com.jogamp.opengl.GL2.

Definition at line 6171 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFrontFace()

void com.jogamp.opengl.DebugGL4bc.glFrontFace ( int  mode)

Entry point to C language function: void {@native glFrontFace}(GLenum mode)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 6446 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFrustum()

void com.jogamp.opengl.DebugGL4bc.glFrustum ( double  arg0,
double  arg1,
double  arg2,
double  arg3,
double  arg4,
double  arg5 
)

Implements com.jogamp.opengl.GL2ES1.

Definition at line 6457 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glFrustumf()

void com.jogamp.opengl.DebugGL4bc.glFrustumf ( float  left,
float  right,
float  bottom,
float  top,
float  zNear,
float  zFar 
)

Multiply the current matrix with the frustum matrix.

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 6468 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenBuffers() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGenBuffers ( int  n,
int[]  buffers,
int  buffers_offset 
)

Entry point to C language function: void {@native glGenBuffers}(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

Implements com.jogamp.opengl.GL.

Definition at line 6490 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenBuffers() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGenBuffers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 6479 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenerateMipmap()

void com.jogamp.opengl.DebugGL4bc.glGenerateMipmap ( int  target)

Entry point to C language function: void {@native glGenerateMipmap}(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

Implements com.jogamp.opengl.GL.

Definition at line 6845 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenerateMultiTexMipmapEXT()

void com.jogamp.opengl.DebugGL4bc.glGenerateMultiTexMipmapEXT ( int  texunit,
int  target 
)

Entry point to C language function: void {@native glGenerateMultiTexMipmapEXT}(GLenum texunit, GLenum target)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 6856 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenerateTextureMipmap()

void com.jogamp.opengl.DebugGL4bc.glGenerateTextureMipmap ( int  texture)

Entry point to C language function: void {@native glGenerateTextureMipmap}(GLuint texture)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGenerateTextureMipmapEXT

Implements com.jogamp.opengl.GL4.

Definition at line 6867 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenerateTextureMipmapEXT()

void com.jogamp.opengl.DebugGL4bc.glGenerateTextureMipmapEXT ( int  texture,
int  target 
)

Entry point to C language function: void {@native glGenerateTextureMipmapEXT}(GLuint texture, GLenum target)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 6878 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenFramebuffers() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGenFramebuffers ( int  n,
int[]  framebuffers,
int  framebuffers_offset 
)

Entry point to C language function: void {@native glGenFramebuffers}(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

Implements com.jogamp.opengl.GL.

Definition at line 6512 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenFramebuffers() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGenFramebuffers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 6501 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenLists()

int com.jogamp.opengl.DebugGL4bc.glGenLists ( int  range)

Entry point to C language function: GLuint {@native glGenLists}(GLsizei range)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 6523 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenNamesAMD() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGenNamesAMD ( int  identifier,
int  num,
int[]  names,
int  names_offset 
)

Entry point to C language function: void {@native glGenNamesAMD}(GLenum identifier, GLuint num, GLuint * names)
Part of GL_AMD_name_gen_delete

Implements com.jogamp.opengl.GL2.

Definition at line 6546 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenNamesAMD() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGenNamesAMD ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 6535 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenOcclusionQueriesNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGenOcclusionQueriesNV ( int  n,
int[]  ids,
int  ids_offset 
)

Entry point to C language function: void {@native glGenOcclusionQueriesNV}(GLsizei n, GLuint * ids)
Part of GL_NV_occlusion_query

Implements com.jogamp.opengl.GL2.

Definition at line 6557 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenOcclusionQueriesNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGenOcclusionQueriesNV ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 6568 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenProgramPipelines() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGenProgramPipelines ( int  n,
int[]  pipelines,
int  pipelines_offset 
)

Entry point to C language function: void {@native glGenProgramPipelines}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 6579 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenProgramPipelines() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGenProgramPipelines ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 6590 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenProgramsARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGenProgramsARB ( int  n,
int[]  programs,
int  programs_offset 
)

Entry point to C language function: void {@native glGenProgramsARB}(GLsizei n, GLuint * programs)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

Implements com.jogamp.opengl.GL2.

Definition at line 6612 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenProgramsARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGenProgramsARB ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 6601 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenQueries() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGenQueries ( int  n,
int[]  ids,
int  ids_offset 
)

Entry point to C language function: void {@native glGenQueries}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 6634 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenQueries() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGenQueries ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 6623 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenQueryResourceTagNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGenQueryResourceTagNV ( int  n,
int[]  tagIds,
int  tagIds_offset 
)

Entry point to C language function: void {@native glGenQueryResourceTagNV}(GLsizei n, GLint * tagIds)
Part of GL_NV_query_resource_tag

Implements com.jogamp.opengl.GL2.

Definition at line 6645 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenQueryResourceTagNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGenQueryResourceTagNV ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 6656 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenRenderbuffers() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGenRenderbuffers ( int  n,
int[]  renderbuffers,
int  renderbuffers_offset 
)

Entry point to C language function: void {@native glGenRenderbuffers}(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

Implements com.jogamp.opengl.GL.

Definition at line 6667 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenRenderbuffers() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGenRenderbuffers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 6678 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenSamplers() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGenSamplers ( int  count,
int[]  samplers,
int  samplers_offset 
)

Entry point to C language function: void {@native glGenSamplers}(GLsizei count, GLuint * samplers)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

Implements com.jogamp.opengl.GL3ES3.

Definition at line 6689 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenSamplers() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGenSamplers ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 6700 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenSemaphoresEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGenSemaphoresEXT ( int  n,
int[]  semaphores,
int  semaphores_offset 
)

Entry point to C language function: void {@native glGenSemaphoresEXT}(GLsizei n, GLuint * semaphores)
Part of GL_EXT_semaphore

Implements com.jogamp.opengl.GL2ES3.

Definition at line 6722 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenSemaphoresEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGenSemaphoresEXT ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 6711 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenSymbolsEXT()

int com.jogamp.opengl.DebugGL4bc.glGenSymbolsEXT ( int  datatype,
int  storagetype,
int  range,
int  components 
)

Entry point to C language function: GLuint {@native glGenSymbolsEXT}(GLenum datatype, GLenum storagetype, GLenum range, GLuint components)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 6733 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenTextures() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGenTextures ( int  n,
int[]  textures,
int  textures_offset 
)

Entry point to C language function: void {@native glGenTextures}(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

Implements com.jogamp.opengl.GL.

Definition at line 6756 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenTextures() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGenTextures ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 6745 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenTransformFeedbacks() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGenTransformFeedbacks ( int  n,
int[]  ids,
int  ids_offset 
)

Entry point to C language function: void {@native glGenTransformFeedbacks}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 6778 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenTransformFeedbacks() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGenTransformFeedbacks ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 6767 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenTransformFeedbacksNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGenTransformFeedbacksNV ( int  n,
int[]  ids,
int  ids_offset 
)

Entry point to C language function: void {@native glGenTransformFeedbacksNV}(GLsizei n, GLuint * ids)
Part of GL_NV_transform_feedback2

Implements com.jogamp.opengl.GL2.

Definition at line 6789 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenTransformFeedbacksNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGenTransformFeedbacksNV ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 6800 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenVertexArrays() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGenVertexArrays ( int  n,
int[]  arrays,
int  arrays_offset 
)

Entry point to C language function: void {@native glGenVertexArrays}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 6822 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenVertexArrays() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGenVertexArrays ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 6811 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGenVertexShadersEXT()

int com.jogamp.opengl.DebugGL4bc.glGenVertexShadersEXT ( int  range)

Entry point to C language function: GLuint {@native glGenVertexShadersEXT}(GLuint range)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 6833 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveAtomicCounterBufferiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveAtomicCounterBufferiv ( int  program,
int  bufferIndex,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetActiveAtomicCounterBufferiv}(GLuint program, GLuint bufferIndex, GLenum pname, GLint * params)
Part of GL_ARB_shader_atomic_counters, GL_VERSION_4_2

Implements com.jogamp.opengl.GL2GL3.

Definition at line 6900 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveAtomicCounterBufferiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveAtomicCounterBufferiv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 6889 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveAttrib() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveAttrib ( int  program,
int  index,
int  bufSize,
int[]  length,
int  length_offset,
int[]  size,
int  size_offset,
int[]  type,
int  type_offset,
byte[]  name,
int  name_offset 
)

Entry point to C language function: void {@native glGetActiveAttrib}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 6911 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveAttrib() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveAttrib ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3,
java.nio.IntBuffer  arg4,
java.nio.IntBuffer  arg5,
java.nio.ByteBuffer  arg6 
)

Definition at line 6922 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveSubroutineName() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveSubroutineName ( int  program,
int  shadertype,
int  index,
int  bufSize,
int[]  length,
int  length_offset,
byte[]  name,
int  name_offset 
)

Entry point to C language function: void {@native glGetActiveSubroutineName}(GLuint program, GLenum shadertype, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 6944 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveSubroutineName() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveSubroutineName ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.IntBuffer  arg4,
java.nio.ByteBuffer  arg5 
)

Definition at line 6933 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveSubroutineUniformiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveSubroutineUniformiv ( int  program,
int  shadertype,
int  index,
int  pname,
int[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glGetActiveSubroutineUniformiv}(GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint * values)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 6977 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveSubroutineUniformiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveSubroutineUniformiv ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.IntBuffer  arg4 
)

Definition at line 6988 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveSubroutineUniformName() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveSubroutineUniformName ( int  program,
int  shadertype,
int  index,
int  bufSize,
int[]  length,
int  length_offset,
byte[]  name,
int  name_offset 
)

Entry point to C language function: void {@native glGetActiveSubroutineUniformName}(GLuint program, GLenum shadertype, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 6966 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveSubroutineUniformName() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveSubroutineUniformName ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.IntBuffer  arg4,
java.nio.ByteBuffer  arg5 
)

Definition at line 6955 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveUniform() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveUniform ( int  program,
int  index,
int  bufSize,
int[]  length,
int  length_offset,
int[]  size,
int  size_offset,
int[]  type,
int  type_offset,
byte[]  name,
int  name_offset 
)

Entry point to C language function: void {@native glGetActiveUniform}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 7010 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveUniform() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveUniform ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3,
java.nio.IntBuffer  arg4,
java.nio.IntBuffer  arg5,
java.nio.ByteBuffer  arg6 
)

Definition at line 6999 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveUniformARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveUniformARB ( long  programObj,
int  index,
int  maxLength,
int[]  length,
int  length_offset,
int[]  size,
int  size_offset,
int[]  type,
int  type_offset,
byte[]  name,
int  name_offset 
)

Entry point to C language function: void {@native glGetActiveUniformARB}(GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 7021 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveUniformARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveUniformARB ( long  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3,
java.nio.IntBuffer  arg4,
java.nio.IntBuffer  arg5,
java.nio.ByteBuffer  arg6 
)

Definition at line 7032 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveUniformBlockiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveUniformBlockiv ( int  program,
int  uniformBlockIndex,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetActiveUniformBlockiv}(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint * params)
Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1

Implements com.jogamp.opengl.GL2ES3.

Definition at line 7076 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveUniformBlockiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveUniformBlockiv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 7065 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveUniformBlockName() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveUniformBlockName ( int  program,
int  uniformBlockIndex,
int  bufSize,
int[]  length,
int  length_offset,
byte[]  uniformBlockName,
int  uniformBlockName_offset 
)

Entry point to C language function: void {@native glGetActiveUniformBlockName}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 7054 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveUniformBlockName() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveUniformBlockName ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3,
java.nio.ByteBuffer  arg4 
)

Definition at line 7043 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveUniformName() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveUniformName ( int  program,
int  uniformIndex,
int  bufSize,
int[]  length,
int  length_offset,
byte[]  uniformName,
int  uniformName_offset 
)

Entry point to C language function: void {@native glGetActiveUniformName}(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformName)
Part of GL_ARB_uniform_buffer_object, GL_VERSION_3_1

Implements com.jogamp.opengl.GL2GL3.

Definition at line 7098 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveUniformName() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveUniformName ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3,
java.nio.ByteBuffer  arg4 
)

Definition at line 7087 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveUniformsiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveUniformsiv ( int  program,
int  uniformCount,
int[]  uniformIndices,
int  uniformIndices_offset,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetActiveUniformsiv}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 7109 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetActiveUniformsiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetActiveUniformsiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
int  arg3,
java.nio.IntBuffer  arg4 
)

Definition at line 7120 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetAttachedObjectsARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetAttachedObjectsARB ( long  containerObj,
int  maxCount,
int[]  count,
int  count_offset,
long[]  obj,
int  obj_offset 
)

Entry point to C language function: void {@native glGetAttachedObjectsARB}(GLhandleARB containerObj, GLsizei maxCount, GLsizei * count, GLhandleARB * obj)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 7142 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetAttachedObjectsARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetAttachedObjectsARB ( long  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 7131 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetAttachedShaders() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetAttachedShaders ( int  program,
int  maxCount,
int[]  count,
int  count_offset,
int[]  shaders,
int  shaders_offset 
)

Entry point to C language function: void {@native glGetAttachedShaders}(GLuint program, GLsizei maxCount, GLsizei * count, GLuint * shaders)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

Implements com.jogamp.opengl.GL2ES2.

Definition at line 7153 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetAttachedShaders() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetAttachedShaders ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 7164 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetAttribLocation()

int com.jogamp.opengl.DebugGL4bc.glGetAttribLocation ( int  arg0,
java.lang.String  arg1 
)

Definition at line 7175 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetBooleani_v() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetBooleani_v ( int  target,
int  index,
byte[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetBooleani_v}(GLenum target, GLuint index, GLboolean * data)
Part of GL_ES_VERSION_3_1, GL_VERSION_3_0

Implements com.jogamp.opengl.GL2ES3.

Definition at line 7220 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetBooleani_v() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetBooleani_v ( int  arg0,
int  arg1,
java.nio.ByteBuffer  arg2 
)

Definition at line 7209 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetBooleanIndexedv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetBooleanIndexedv ( int  target,
int  index,
byte[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetBooleanIndexedv}(GLenum target, GLuint index, GLboolean * data)
Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
Alias for: glGetBooleanIndexedvEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 7198 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetBooleanIndexedv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetBooleanIndexedv ( int  arg0,
int  arg1,
java.nio.ByteBuffer  arg2 
)

Definition at line 7187 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetBooleanv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetBooleanv ( int  pname,
byte[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetBooleanv}(GLenum pname, GLboolean * data)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 7242 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetBooleanv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetBooleanv ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 7231 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetBufferParameteri64v() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetBufferParameteri64v ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 7264 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetBufferParameteri64v() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetBufferParameteri64v ( int  target,
int  pname,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetBufferParameteri64v}(GLenum target, GLenum pname, GLint64 * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2

Implements com.jogamp.opengl.GL3ES3.

Definition at line 7253 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetBufferParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetBufferParameteriv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetBufferParameteriv}(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

Implements com.jogamp.opengl.GL.

Definition at line 7286 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetBufferParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetBufferParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 7275 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetBufferParameterui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetBufferParameterui64vNV ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 7297 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetBufferParameterui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetBufferParameterui64vNV ( int  target,
int  pname,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetBufferParameterui64vNV}(GLenum target, GLenum pname, GLuint64EXT * params)
Part of GL_NV_shader_buffer_load

Implements com.jogamp.opengl.GL2GL3.

Definition at line 7308 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetBufferSubData()

void com.jogamp.opengl.DebugGL4bc.glGetBufferSubData ( int  arg0,
long  arg1,
long  arg2,
java.nio.Buffer  arg3 
)

Definition at line 7319 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetClipPlane() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetClipPlane ( int  plane,
double[]  equation,
int  equation_offset 
)

Entry point to C language function: void {@native glGetClipPlane}(GLenum plane, GLdouble * equation)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 7330 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetClipPlane() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetClipPlane ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 7341 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetClipPlanef() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetClipPlanef ( int  plane,
float[]  equation,
int  equation_offset 
)

Entry point to C language function: void {@native glGetClipPlanef}(GLenum plane, GLfloat * equation)
Part of GL_VERSION_ES_CM, GL_OES_single_precision
Alias for: glGetClipPlanefOES

Implements com.jogamp.opengl.GL2.

Definition at line 7352 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetClipPlanef() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetClipPlanef ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 7363 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetColorTable() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetColorTable ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Definition at line 7374 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetColorTable() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetColorTable ( int  target,
int  format,
int  type,
long  table_buffer_offset 
)

Entry point to C language function: void {@native glGetColorTable}(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

Implements com.jogamp.opengl.GL2.

Definition at line 7385 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetColorTableParameterfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetColorTableParameterfv ( int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetColorTableParameterfv}(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

Implements com.jogamp.opengl.GL2.

Definition at line 7396 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetColorTableParameterfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetColorTableParameterfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 7407 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetColorTableParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetColorTableParameteriv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetColorTableParameteriv}(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

Implements com.jogamp.opengl.GL2.

Definition at line 7418 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetColorTableParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetColorTableParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 7429 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetCommandHeaderNV()

int com.jogamp.opengl.DebugGL4bc.glGetCommandHeaderNV ( int  tokenID,
int  size 
)

Entry point to C language function: GLuint {@native glGetCommandHeaderNV}(GLenum tokenID, GLuint size)
Part of GL_NV_command_list

Implements com.jogamp.opengl.GL2.

Definition at line 7440 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetCompressedMultiTexImageEXT()

void com.jogamp.opengl.DebugGL4bc.glGetCompressedMultiTexImageEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Definition at line 7452 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetCompressedTexImage() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetCompressedTexImage ( int  arg0,
int  arg1,
java.nio.Buffer  arg2 
)

Definition at line 7474 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetCompressedTexImage() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetCompressedTexImage ( int  target,
int  level,
long  img_buffer_offset 
)

Entry point to C language function: void {@native glGetCompressedTexImage}(GLenum target, GLint level, void * img)
Part of GL_VERSION_1_3, GL_ARB_texture_compression
Alias for: glGetCompressedTexImageARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 7463 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetCompressedTextureImage()

void com.jogamp.opengl.DebugGL4bc.glGetCompressedTextureImage ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Definition at line 7485 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetCompressedTextureImageEXT()

void com.jogamp.opengl.DebugGL4bc.glGetCompressedTextureImageEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Definition at line 7496 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetCompressedTextureSubImage()

void com.jogamp.opengl.DebugGL4bc.glGetCompressedTextureSubImage ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
java.nio.Buffer  arg9 
)

Definition at line 7507 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetConvolutionFilter() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetConvolutionFilter ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Definition at line 7529 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetConvolutionFilter() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetConvolutionFilter ( int  target,
int  format,
int  type,
long  image_buffer_offset 
)

Entry point to C language function: void {@native glGetConvolutionFilter}(GLenum target, GLenum format, GLenum type, void * image)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glGetConvolutionFilterEXT

Implements com.jogamp.opengl.GL2.

Definition at line 7518 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetConvolutionParameterfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetConvolutionParameterfv ( int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetConvolutionParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glGetConvolutionParameterfvEXT

Implements com.jogamp.opengl.GL2.

Definition at line 7540 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetConvolutionParameterfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetConvolutionParameterfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 7551 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetConvolutionParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetConvolutionParameteriv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetConvolutionParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_convolution
Alias for: glGetConvolutionParameterivEXT

Implements com.jogamp.opengl.GL2.

Definition at line 7562 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetConvolutionParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetConvolutionParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 7573 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetCoverageModulationTableNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetCoverageModulationTableNV ( int  bufSize,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glGetCoverageModulationTableNV}(GLsizei bufSize, GLfloat * v)
Part of GL_NV_framebuffer_mixed_samples

Implements com.jogamp.opengl.GL2GL3.

Definition at line 7584 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetCoverageModulationTableNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetCoverageModulationTableNV ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 7595 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetDebugMessageLog() [1/2]

int com.jogamp.opengl.DebugGL4bc.glGetDebugMessageLog ( int  count,
int  bufSize,
int[]  sources,
int  sources_offset,
int[]  types,
int  types_offset,
int[]  ids,
int  ids_offset,
int[]  severities,
int  severities_offset,
int[]  lengths,
int  lengths_offset,
byte[]  messageLog,
int  messageLog_offset 
)

Entry point to C language function: GLuint {@native glGetDebugMessageLog}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 7618 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetDebugMessageLog() [2/2]

int com.jogamp.opengl.DebugGL4bc.glGetDebugMessageLog ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
java.nio.IntBuffer  arg3,
java.nio.IntBuffer  arg4,
java.nio.IntBuffer  arg5,
java.nio.IntBuffer  arg6,
java.nio.ByteBuffer  arg7 
)

Definition at line 7606 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetDebugMessageLogAMD() [1/2]

int com.jogamp.opengl.DebugGL4bc.glGetDebugMessageLogAMD ( int  count,
int  bufSize,
int[]  categories,
int  categories_offset,
int[]  severities,
int  severities_offset,
int[]  ids,
int  ids_offset,
int[]  lengths,
int  lengths_offset,
byte[]  message,
int  message_offset 
)

Entry point to C language function: GLuint {@native glGetDebugMessageLogAMD}(GLuint count, GLsizei bufSize, GLenum * categories, GLenum * severities, GLuint * ids, GLsizei * lengths, GLchar * message)
Part of GL_AMD_debug_output

Implements com.jogamp.opengl.GL2GL3.

Definition at line 7630 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetDebugMessageLogAMD() [2/2]

int com.jogamp.opengl.DebugGL4bc.glGetDebugMessageLogAMD ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
java.nio.IntBuffer  arg3,
java.nio.IntBuffer  arg4,
java.nio.IntBuffer  arg5,
java.nio.ByteBuffer  arg6 
)

Definition at line 7642 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetDoublei_v() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetDoublei_v ( int  target,
int  index,
double[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetDoublei_v}(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

Implements com.jogamp.opengl.GL3.

Definition at line 7676 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetDoublei_v() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetDoublei_v ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 7687 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetDoublei_vEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetDoublei_vEXT ( int  pname,
int  index,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetDoublei_vEXT}(GLenum pname, GLuint index, GLdouble * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 7698 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetDoublei_vEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetDoublei_vEXT ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 7709 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetDoubleIndexedvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetDoubleIndexedvEXT ( int  target,
int  index,
double[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetDoubleIndexedvEXT}(GLenum target, GLuint index, GLdouble * data)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 7665 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetDoubleIndexedvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetDoubleIndexedvEXT ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 7654 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetDoublev() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetDoublev ( int  pname,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetDoublev}(GLenum pname, GLdouble * params)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2GL3.

Definition at line 7720 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetDoublev() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetDoublev ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 7731 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetError()

int com.jogamp.opengl.DebugGL4bc.glGetError ( )

Entry point to C language function: GLenum {@native glGetError}()
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 7742 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFirstPerfQueryIdINTEL() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetFirstPerfQueryIdINTEL ( int[]  queryId,
int  queryId_offset 
)

Entry point to C language function: void {@native glGetFirstPerfQueryIdINTEL}(GLuint * queryId)
Part of GL_INTEL_performance_query

Implements com.jogamp.opengl.GL2.

Definition at line 7765 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFirstPerfQueryIdINTEL() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetFirstPerfQueryIdINTEL ( java.nio.IntBuffer  arg0)

Definition at line 7754 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFloati_v() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetFloati_v ( int  target,
int  index,
float[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetFloati_v}(GLenum target, GLuint index, GLfloat * data)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_OES_viewport_array, GL_EXT_direct_state_access, GL_NV_viewport_array
Alias for: glGetFloati_vOES, glGetFloati_vEXT, glGetFloati_vNV

Implements com.jogamp.opengl.GL3.

Definition at line 7809 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFloati_v() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetFloati_v ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 7798 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFloati_vEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetFloati_vEXT ( int  pname,
int  index,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetFloati_vEXT}(GLenum pname, GLuint index, GLfloat * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 7831 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFloati_vEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetFloati_vEXT ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 7820 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFloatIndexedvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetFloatIndexedvEXT ( int  target,
int  index,
float[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetFloatIndexedvEXT}(GLenum target, GLuint index, GLfloat * data)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 7787 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFloatIndexedvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetFloatIndexedvEXT ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 7776 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFloatv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetFloatv ( int  pname,
float[]  params,
int  params_offset 
)

Copy the named matrix to the given storage at offset.

Parameters
pnameGL_MODELVIEW_MATRIX, GL_PROJECTION_MATRIX or GL_TEXTURE_MATRIX
paramsstorage
params_offsetstorage offset

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 7842 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFloatv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetFloatv ( int  pname,
java.nio.FloatBuffer  params 
)

Copy the named matrix into the given storage.

Parameters
pnameGL_MODELVIEW_MATRIX, GL_PROJECTION_MATRIX or GL_TEXTURE_MATRIX
paramsthe FloatBuffer's position remains unchanged, which is the same behavior than the native JOGL GL impl

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 7853 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFragDataIndex()

int com.jogamp.opengl.DebugGL4bc.glGetFragDataIndex ( int  arg0,
java.lang.String  arg1 
)

Definition at line 7864 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFragDataLocation()

int com.jogamp.opengl.DebugGL4bc.glGetFragDataLocation ( int  arg0,
java.lang.String  arg1 
)

Definition at line 7876 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFramebufferAttachmentParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetFramebufferAttachmentParameteriv ( int  target,
int  attachment,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetFramebufferAttachmentParameteriv}(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

Implements com.jogamp.opengl.GL.

Definition at line 7888 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFramebufferAttachmentParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetFramebufferAttachmentParameteriv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 7899 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFramebufferParameterfvAMD() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetFramebufferParameterfvAMD ( int  target,
int  pname,
int  numsamples,
int  pixelindex,
int  size,
float[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glGetFramebufferParameterfvAMD}(GLenum target, GLenum pname, GLuint numsamples, GLuint pixelindex, GLsizei size, GLfloat * values)
Part of GL_AMD_framebuffer_sample_positions

Implements com.jogamp.opengl.GL2.

Definition at line 7921 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFramebufferParameterfvAMD() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetFramebufferParameterfvAMD ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
java.nio.FloatBuffer  arg5 
)

Definition at line 7910 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFramebufferParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetFramebufferParameteriv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetFramebufferParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_framebuffer_no_attachments, GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_MESA_framebuffer_flip_y, GL_EXT_direct_state_access
Alias for: glGetFramebufferParameterivMESA, glGetFramebufferParameterivEXT

Implements com.jogamp.opengl.GL2ES3.

Definition at line 7932 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFramebufferParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetFramebufferParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 7943 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFramebufferParameterivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetFramebufferParameterivEXT ( int  framebuffer,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetFramebufferParameterivEXT}(GLuint framebuffer, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 7965 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetFramebufferParameterivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetFramebufferParameterivEXT ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 7954 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetGraphicsResetStatus()

int com.jogamp.opengl.DebugGL4bc.glGetGraphicsResetStatus ( )

Entry point to C language function: GLenum {@native glGetGraphicsResetStatus}()
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

Implements com.jogamp.opengl.GL.

Definition at line 7976 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetHandleARB()

long com.jogamp.opengl.DebugGL4bc.glGetHandleARB ( int  pname)

Entry point to C language function: GLhandleARB {@native glGetHandleARB}(GLenum pname)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 7988 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetHistogram() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetHistogram ( int  arg0,
boolean  arg1,
int  arg2,
int  arg3,
java.nio.Buffer  arg4 
)

Definition at line 8011 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetHistogram() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetHistogram ( int  target,
boolean  reset,
int  format,
int  type,
long  values_buffer_offset 
)

Entry point to C language function: void {@native glGetHistogram}(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

Implements com.jogamp.opengl.GL2.

Definition at line 8000 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetHistogramParameterfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetHistogramParameterfv ( int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetHistogramParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glGetHistogramParameterfvEXT

Implements com.jogamp.opengl.GL2.

Definition at line 8022 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetHistogramParameterfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetHistogramParameterfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 8033 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetHistogramParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetHistogramParameteriv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetHistogramParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glGetHistogramParameterivEXT

Implements com.jogamp.opengl.GL2.

Definition at line 8044 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetHistogramParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetHistogramParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 8055 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetImageHandleARB()

long com.jogamp.opengl.DebugGL4bc.glGetImageHandleARB ( int  texture,
int  level,
boolean  layered,
int  layer,
int  format 
)

Entry point to C language function: GLuint64 {@native glGetImageHandleARB}(GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum format)
Part of GL_ARB_bindless_texture

Implements com.jogamp.opengl.GL4.

Definition at line 8066 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetInfoLogARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetInfoLogARB ( long  obj,
int  maxLength,
int[]  length,
int  length_offset,
byte[]  infoLog,
int  infoLog_offset 
)

Entry point to C language function: void {@native glGetInfoLogARB}(GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * infoLog)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 8078 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetInfoLogARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetInfoLogARB ( long  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
java.nio.ByteBuffer  arg3 
)

Definition at line 8089 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetInteger64i_v() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetInteger64i_v ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 8100 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetInteger64i_v() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetInteger64i_v ( int  target,
int  index,
long[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetInteger64i_v}(GLenum target, GLuint index, GLint64 * data)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2

Implements com.jogamp.opengl.GL3ES3.

Definition at line 8111 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetInteger64v() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetInteger64v ( int  arg0,
java.nio.LongBuffer  arg1 
)

Definition at line 8122 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetInteger64v() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetInteger64v ( int  pname,
long[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetInteger64v}(GLenum pname, GLint64 * data)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync, GL_EXT_disjoint_timer_query
Alias for: glGetInteger64vAPPLE, glGetInteger64vEXT

Implements com.jogamp.opengl.GL2ES2.

Definition at line 8133 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetIntegeri_v() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetIntegeri_v ( int  target,
int  index,
int[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetIntegeri_v}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 8177 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetIntegeri_v() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetIntegeri_v ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 8166 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetIntegerIndexedv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetIntegerIndexedv ( int  target,
int  index,
int[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetIntegerIndexedv}(GLenum target, GLuint index, GLint * data)
Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
Alias for: glGetIntegerIndexedvEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 8155 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetIntegerIndexedv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetIntegerIndexedv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 8144 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetIntegerui64i_vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetIntegerui64i_vNV ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 8199 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetIntegerui64i_vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetIntegerui64i_vNV ( int  value,
int  index,
long[]  result,
int  result_offset 
)

Entry point to C language function: void {@native glGetIntegerui64i_vNV}(GLenum value, GLuint index, GLuint64EXT * result)
Part of GL_NV_vertex_buffer_unified_memory

Implements com.jogamp.opengl.GL2GL3.

Definition at line 8188 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetIntegerui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetIntegerui64vNV ( int  arg0,
java.nio.LongBuffer  arg1 
)

Definition at line 8221 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetIntegerui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetIntegerui64vNV ( int  value,
long[]  result,
int  result_offset 
)

Entry point to C language function: void {@native glGetIntegerui64vNV}(GLenum value, GLuint64EXT * result)
Part of GL_NV_shader_buffer_load

Implements com.jogamp.opengl.GL2GL3.

Definition at line 8210 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetIntegerv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetIntegerv ( int  arg0,
int[]  arg1,
int  arg2 
)

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 8243 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetIntegerv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetIntegerv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 8232 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetInternalformati64v() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetInternalformati64v ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.LongBuffer  arg4 
)

Definition at line 8254 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetInternalformati64v() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetInternalformati64v ( int  target,
int  internalformat,
int  pname,
int  count,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetInternalformati64v}(GLenum target, GLenum internalformat, GLenum pname, GLsizei count, GLint64 * params)
Part of GL_ARB_internalformat_query2, GL_VERSION_4_3

Implements com.jogamp.opengl.GL2GL3.

Definition at line 8265 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetInternalformativ() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetInternalformativ ( int  target,
int  internalformat,
int  pname,
int  count,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetInternalformativ}(GLenum target, GLenum internalformat, GLenum pname, GLsizei count, GLint * params)
Part of GL_VERSION_4_2, GL_ES_VERSION_3_0, GL_ARB_internalformat_query

Implements com.jogamp.opengl.GL2ES3.

Definition at line 8287 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetInternalformativ() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetInternalformativ ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.IntBuffer  arg4 
)

Definition at line 8276 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetInvariantBooleanvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetInvariantBooleanvEXT ( int  id,
int  value,
byte[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetInvariantBooleanvEXT}(GLuint id, GLenum value, GLboolean * data)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 8309 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetInvariantBooleanvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetInvariantBooleanvEXT ( int  arg0,
int  arg1,
java.nio.ByteBuffer  arg2 
)

Definition at line 8298 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetInvariantFloatvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetInvariantFloatvEXT ( int  id,
int  value,
float[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetInvariantFloatvEXT}(GLuint id, GLenum value, GLfloat * data)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 8320 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetInvariantFloatvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetInvariantFloatvEXT ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 8331 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetInvariantIntegervEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetInvariantIntegervEXT ( int  id,
int  value,
int[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetInvariantIntegervEXT}(GLuint id, GLenum value, GLint * data)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 8342 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetInvariantIntegervEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetInvariantIntegervEXT ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 8353 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetLightfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetLightfv ( int  light,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetLightfv}(GLenum light, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 8375 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetLightfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetLightfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 8364 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetLightiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetLightiv ( int  light,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetLightiv}(GLenum light, GLenum pname, GLint * params)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 8386 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetLightiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetLightiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 8397 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetLocalConstantBooleanvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetLocalConstantBooleanvEXT ( int  id,
int  value,
byte[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetLocalConstantBooleanvEXT}(GLuint id, GLenum value, GLboolean * data)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 8419 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetLocalConstantBooleanvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetLocalConstantBooleanvEXT ( int  arg0,
int  arg1,
java.nio.ByteBuffer  arg2 
)

Definition at line 8408 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetLocalConstantFloatvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetLocalConstantFloatvEXT ( int  id,
int  value,
float[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetLocalConstantFloatvEXT}(GLuint id, GLenum value, GLfloat * data)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 8430 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetLocalConstantFloatvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetLocalConstantFloatvEXT ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 8441 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetLocalConstantIntegervEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetLocalConstantIntegervEXT ( int  id,
int  value,
int[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetLocalConstantIntegervEXT}(GLuint id, GLenum value, GLint * data)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 8452 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetLocalConstantIntegervEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetLocalConstantIntegervEXT ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 8463 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMapAttribParameterfvNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMapAttribParameterfvNV ( int  target,
int  index,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMapAttribParameterfvNV}(GLenum target, GLuint index, GLenum pname, GLfloat * params)
Part of GL_NV_evaluators

Implements com.jogamp.opengl.GL2.

Definition at line 8474 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMapAttribParameterfvNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMapAttribParameterfvNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 8485 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMapAttribParameterivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMapAttribParameterivNV ( int  target,
int  index,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMapAttribParameterivNV}(GLenum target, GLuint index, GLenum pname, GLint * params)
Part of GL_NV_evaluators

Implements com.jogamp.opengl.GL2.

Definition at line 8496 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMapAttribParameterivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMapAttribParameterivNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 8507 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMapControlPointsNV()

void com.jogamp.opengl.DebugGL4bc.glGetMapControlPointsNV ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
boolean  arg5,
java.nio.Buffer  arg6 
)

Definition at line 8518 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMapdv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMapdv ( int  target,
int  query,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glGetMapdv}(GLenum target, GLenum query, GLdouble * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 8573 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMapdv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMapdv ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 8584 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMapfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMapfv ( int  target,
int  query,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glGetMapfv}(GLenum target, GLenum query, GLfloat * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 8595 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMapfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMapfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 8606 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMapiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMapiv ( int  target,
int  query,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glGetMapiv}(GLenum target, GLenum query, GLint * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 8617 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMapiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMapiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 8628 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMapParameterfvNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMapParameterfvNV ( int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMapParameterfvNV}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_NV_evaluators

Implements com.jogamp.opengl.GL2.

Definition at line 8540 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMapParameterfvNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMapParameterfvNV ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 8529 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMapParameterivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMapParameterivNV ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMapParameterivNV}(GLenum target, GLenum pname, GLint * params)
Part of GL_NV_evaluators

Implements com.jogamp.opengl.GL2.

Definition at line 8551 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMapParameterivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMapParameterivNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 8562 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMaterialfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMaterialfv ( int  face,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMaterialfv}(GLenum face, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 8639 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMaterialfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMaterialfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 8650 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMaterialiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMaterialiv ( int  face,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMaterialiv}(GLenum face, GLenum pname, GLint * params)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 8661 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMaterialiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMaterialiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 8672 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMemoryObjectDetachedResourcesuivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMemoryObjectDetachedResourcesuivNV ( int  memory,
int  pname,
int  first,
int  count,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMemoryObjectDetachedResourcesuivNV}(GLuint memory, GLenum pname, GLint first, GLsizei count, GLuint * params)
Part of GL_NV_memory_attachment

Implements com.jogamp.opengl.GL4ES3.

Definition at line 8694 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMemoryObjectDetachedResourcesuivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMemoryObjectDetachedResourcesuivNV ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.IntBuffer  arg4 
)

Definition at line 8683 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMemoryObjectParameterivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMemoryObjectParameterivEXT ( int  memoryObject,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMemoryObjectParameterivEXT}(GLuint memoryObject, GLenum pname, GLint * params)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL2ES3.

Definition at line 8705 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMemoryObjectParameterivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMemoryObjectParameterivEXT ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 8716 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMinmax() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMinmax ( int  arg0,
boolean  arg1,
int  arg2,
int  arg3,
java.nio.Buffer  arg4 
)

Definition at line 8727 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMinmax() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMinmax ( int  target,
boolean  reset,
int  format,
int  type,
long  values_buffer_offset 
)

Entry point to C language function: void {@native glGetMinmax}(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

Implements com.jogamp.opengl.GL2.

Definition at line 8738 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMinmaxParameterfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMinmaxParameterfv ( int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMinmaxParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glGetMinmaxParameterfvEXT

Implements com.jogamp.opengl.GL2.

Definition at line 8749 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMinmaxParameterfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMinmaxParameterfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 8760 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMinmaxParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMinmaxParameteriv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMinmaxParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glGetMinmaxParameterivEXT

Implements com.jogamp.opengl.GL2.

Definition at line 8771 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMinmaxParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMinmaxParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 8782 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultisamplefv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultisamplefv ( int  pname,
int  index,
float[]  val,
int  val_offset 
)

Entry point to C language function: void {@native glGetMultisamplefv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 9046 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultisamplefv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultisamplefv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 9057 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultisamplefvNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultisamplefvNV ( int  pname,
int  index,
float[]  val,
int  val_offset 
)

Entry point to C language function: void {@native glGetMultisamplefvNV}(GLenum pname, GLuint index, GLfloat * val)
Part of GL_NV_explicit_multisample

Implements com.jogamp.opengl.GL2.

Definition at line 9079 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultisamplefvNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultisamplefvNV ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 9068 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexEnvfvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexEnvfvEXT ( int  texunit,
int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMultiTexEnvfvEXT}(GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 8793 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexEnvfvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexEnvfvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 8804 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexEnvivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexEnvivEXT ( int  texunit,
int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMultiTexEnvivEXT}(GLenum texunit, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 8826 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexEnvivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexEnvivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 8815 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexGendvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexGendvEXT ( int  texunit,
int  coord,
int  pname,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMultiTexGendvEXT}(GLenum texunit, GLenum coord, GLenum pname, GLdouble * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 8837 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexGendvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexGendvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 8848 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexGenfvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexGenfvEXT ( int  texunit,
int  coord,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMultiTexGenfvEXT}(GLenum texunit, GLenum coord, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 8870 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexGenfvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexGenfvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 8859 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexGenivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexGenivEXT ( int  texunit,
int  coord,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMultiTexGenivEXT}(GLenum texunit, GLenum coord, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 8892 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexGenivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexGenivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 8881 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexImageEXT()

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexImageEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
java.nio.Buffer  arg5 
)

Definition at line 8903 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexLevelParameterfvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexLevelParameterfvEXT ( int  texunit,
int  target,
int  level,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMultiTexLevelParameterfvEXT}(GLenum texunit, GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 8914 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexLevelParameterfvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexLevelParameterfvEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.FloatBuffer  arg4 
)

Definition at line 8925 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexLevelParameterivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexLevelParameterivEXT ( int  texunit,
int  target,
int  level,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMultiTexLevelParameterivEXT}(GLenum texunit, GLenum target, GLint level, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 8936 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexLevelParameterivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexLevelParameterivEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.IntBuffer  arg4 
)

Definition at line 8947 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexParameterfvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexParameterfvEXT ( int  texunit,
int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMultiTexParameterfvEXT}(GLenum texunit, GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 9002 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexParameterfvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexParameterfvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 9013 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexParameterIivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexParameterIivEXT ( int  texunit,
int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMultiTexParameterIivEXT}(GLenum texunit, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 8958 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexParameterIivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexParameterIivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 8969 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexParameterIuivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexParameterIuivEXT ( int  texunit,
int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMultiTexParameterIuivEXT}(GLenum texunit, GLenum target, GLenum pname, GLuint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 8991 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexParameterIuivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexParameterIuivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 8980 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexParameterivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexParameterivEXT ( int  texunit,
int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetMultiTexParameterivEXT}(GLenum texunit, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 9035 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetMultiTexParameterivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetMultiTexParameterivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 9024 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedBufferParameteri64v() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedBufferParameteri64v ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 9101 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedBufferParameteri64v() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedBufferParameteri64v ( int  buffer,
int  pname,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetNamedBufferParameteri64v}(GLuint buffer, GLenum pname, GLint64 * params)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 9090 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedBufferParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedBufferParameteriv ( int  buffer,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetNamedBufferParameteriv}(GLuint buffer, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetNamedBufferParameterivEXT

Implements com.jogamp.opengl.GL4.

Definition at line 9112 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedBufferParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedBufferParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 9123 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedBufferParameterivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedBufferParameterivEXT ( int  buffer,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetNamedBufferParameterivEXT}(GLuint buffer, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 9145 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedBufferParameterivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedBufferParameterivEXT ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 9134 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedBufferParameterui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedBufferParameterui64vNV ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 9156 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedBufferParameterui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedBufferParameterui64vNV ( int  buffer,
int  pname,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetNamedBufferParameterui64vNV}(GLuint buffer, GLenum pname, GLuint64EXT * params)
Part of GL_NV_shader_buffer_load

Implements com.jogamp.opengl.GL2GL3.

Definition at line 9167 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedBufferPointerv()

void com.jogamp.opengl.DebugGL4bc.glGetNamedBufferPointerv ( int  arg0,
int  arg1,
com.jogamp.common.nio.PointerBuffer  arg2 
)

Definition at line 9178 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedBufferSubData()

void com.jogamp.opengl.DebugGL4bc.glGetNamedBufferSubData ( int  arg0,
long  arg1,
long  arg2,
java.nio.Buffer  arg3 
)

Definition at line 9189 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedBufferSubDataEXT()

void com.jogamp.opengl.DebugGL4bc.glGetNamedBufferSubDataEXT ( int  arg0,
long  arg1,
long  arg2,
java.nio.Buffer  arg3 
)

Definition at line 9200 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedFramebufferAttachmentParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedFramebufferAttachmentParameteriv ( int  framebuffer,
int  attachment,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameteriv}(GLuint framebuffer, GLenum attachment, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetNamedFramebufferAttachmentParameterivEXT

Implements com.jogamp.opengl.GL4.

Definition at line 9211 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedFramebufferAttachmentParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedFramebufferAttachmentParameteriv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 9222 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedFramebufferAttachmentParameterivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedFramebufferAttachmentParameterivEXT ( int  framebuffer,
int  attachment,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameterivEXT}(GLuint framebuffer, GLenum attachment, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 9233 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedFramebufferAttachmentParameterivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedFramebufferAttachmentParameterivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 9244 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedFramebufferParameterfvAMD() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedFramebufferParameterfvAMD ( int  framebuffer,
int  pname,
int  numsamples,
int  pixelindex,
int  size,
float[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glGetNamedFramebufferParameterfvAMD}(GLuint framebuffer, GLenum pname, GLuint numsamples, GLuint pixelindex, GLsizei size, GLfloat * values)
Part of GL_AMD_framebuffer_sample_positions

Implements com.jogamp.opengl.GL2.

Definition at line 9255 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedFramebufferParameterfvAMD() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedFramebufferParameterfvAMD ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
java.nio.FloatBuffer  arg5 
)

Definition at line 9266 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedFramebufferParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedFramebufferParameteriv ( int  framebuffer,
int  pname,
int[]  param,
int  param_offset 
)

Entry point to C language function: void {@native glGetNamedFramebufferParameteriv}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 9288 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedFramebufferParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedFramebufferParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 9277 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedProgramivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedProgramivEXT ( int  program,
int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetNamedProgramivEXT}(GLuint program, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 9409 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedProgramivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedProgramivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 9398 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedProgramLocalParameterdvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedProgramLocalParameterdvEXT ( int  program,
int  target,
int  index,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetNamedProgramLocalParameterdvEXT}(GLuint program, GLenum target, GLuint index, GLdouble * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 9354 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedProgramLocalParameterdvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedProgramLocalParameterdvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 9343 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedProgramLocalParameterfvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedProgramLocalParameterfvEXT ( int  program,
int  target,
int  index,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetNamedProgramLocalParameterfvEXT}(GLuint program, GLenum target, GLuint index, GLfloat * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 9376 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedProgramLocalParameterfvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedProgramLocalParameterfvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 9365 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedProgramLocalParameterIivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedProgramLocalParameterIivEXT ( int  program,
int  target,
int  index,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetNamedProgramLocalParameterIivEXT}(GLuint program, GLenum target, GLuint index, GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 9299 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedProgramLocalParameterIivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedProgramLocalParameterIivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 9310 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedProgramLocalParameterIuivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedProgramLocalParameterIuivEXT ( int  program,
int  target,
int  index,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetNamedProgramLocalParameterIuivEXT}(GLuint program, GLenum target, GLuint index, GLuint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 9332 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedProgramLocalParameterIuivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedProgramLocalParameterIuivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 9321 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedProgramStringEXT()

void com.jogamp.opengl.DebugGL4bc.glGetNamedProgramStringEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Definition at line 9387 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedRenderbufferParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedRenderbufferParameteriv ( int  renderbuffer,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetNamedRenderbufferParameteriv}(GLuint renderbuffer, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetNamedRenderbufferParameterivEXT

Implements com.jogamp.opengl.GL4.

Definition at line 9431 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedRenderbufferParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedRenderbufferParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 9420 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedRenderbufferParameterivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedRenderbufferParameterivEXT ( int  renderbuffer,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetNamedRenderbufferParameterivEXT}(GLuint renderbuffer, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 9442 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedRenderbufferParameterivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedRenderbufferParameterivEXT ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 9453 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedStringARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedStringARB ( int  arg0,
java.lang.String  arg1,
int  arg2,
int[]  arg3,
int  arg4,
byte[]  arg5,
int  arg6 
)

Definition at line 9475 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedStringARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedStringARB ( int  arg0,
java.lang.String  arg1,
int  arg2,
java.nio.IntBuffer  arg3,
java.nio.ByteBuffer  arg4 
)

Definition at line 9464 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedStringivARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedStringivARB ( int  arg0,
java.lang.String  arg1,
int  arg2,
int[]  arg3,
int  arg4 
)

Definition at line 9497 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNamedStringivARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetNamedStringivARB ( int  arg0,
java.lang.String  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 9486 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnColorTable()

void com.jogamp.opengl.DebugGL4bc.glGetnColorTable ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.Buffer  arg4 
)

Definition at line 12707 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnCompressedTexImage()

void com.jogamp.opengl.DebugGL4bc.glGetnCompressedTexImage ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Definition at line 12718 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnConvolutionFilter()

void com.jogamp.opengl.DebugGL4bc.glGetnConvolutionFilter ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.Buffer  arg4 
)

Definition at line 12729 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNextPerfQueryIdINTEL() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetNextPerfQueryIdINTEL ( int  queryId,
int[]  nextQueryId,
int  nextQueryId_offset 
)

Entry point to C language function: void {@native glGetNextPerfQueryIdINTEL}(GLuint queryId, GLuint * nextQueryId)
Part of GL_INTEL_performance_query

Implements com.jogamp.opengl.GL2.

Definition at line 9508 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetNextPerfQueryIdINTEL() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetNextPerfQueryIdINTEL ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 9519 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnHistogram()

void com.jogamp.opengl.DebugGL4bc.glGetnHistogram ( int  arg0,
boolean  arg1,
int  arg2,
int  arg3,
int  arg4,
java.nio.Buffer  arg5 
)

Definition at line 12740 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnMapdv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetnMapdv ( int  target,
int  query,
int  bufSize,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glGetnMapdv}(GLenum target, GLenum query, GLsizei bufSize, GLdouble * v)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnMapdvARB

Implements com.jogamp.opengl.GL2.

Definition at line 12751 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnMapdv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetnMapdv ( int  arg0,
int  arg1,
int  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 12762 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnMapfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetnMapfv ( int  target,
int  query,
int  bufSize,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glGetnMapfv}(GLenum target, GLenum query, GLsizei bufSize, GLfloat * v)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnMapfvARB

Implements com.jogamp.opengl.GL2.

Definition at line 12773 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnMapfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetnMapfv ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 12784 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnMapiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetnMapiv ( int  target,
int  query,
int  bufSize,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glGetnMapiv}(GLenum target, GLenum query, GLsizei bufSize, GLint * v)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnMapivARB

Implements com.jogamp.opengl.GL2.

Definition at line 12806 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnMapiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetnMapiv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 12795 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnMinmax()

void com.jogamp.opengl.DebugGL4bc.glGetnMinmax ( int  arg0,
boolean  arg1,
int  arg2,
int  arg3,
int  arg4,
java.nio.Buffer  arg5 
)

Definition at line 12817 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnPixelMapfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetnPixelMapfv ( int  map,
int  bufSize,
float[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glGetnPixelMapfv}(GLenum map, GLsizei bufSize, GLfloat * values)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnPixelMapfvARB

Implements com.jogamp.opengl.GL2.

Definition at line 12839 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnPixelMapfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetnPixelMapfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 12828 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnPixelMapuiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetnPixelMapuiv ( int  map,
int  bufSize,
int[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glGetnPixelMapuiv}(GLenum map, GLsizei bufSize, GLuint * values)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnPixelMapuivARB

Implements com.jogamp.opengl.GL2.

Definition at line 12850 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnPixelMapuiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetnPixelMapuiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 12861 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnPixelMapusv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetnPixelMapusv ( int  arg0,
int  arg1,
java.nio.ShortBuffer  arg2 
)

Definition at line 12883 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnPixelMapusv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetnPixelMapusv ( int  map,
int  bufSize,
short[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glGetnPixelMapusv}(GLenum map, GLsizei bufSize, GLushort * values)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnPixelMapusvARB

Implements com.jogamp.opengl.GL2.

Definition at line 12872 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnPolygonStipple() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetnPolygonStipple ( int  bufSize,
byte[]  pattern,
int  pattern_offset 
)

Entry point to C language function: void {@native glGetnPolygonStipple}(GLsizei bufSize, GLubyte * pattern)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnPolygonStippleARB

Implements com.jogamp.opengl.GL2.

Definition at line 12894 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnPolygonStipple() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetnPolygonStipple ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 12905 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnSeparableFilter()

void com.jogamp.opengl.DebugGL4bc.glGetnSeparableFilter ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.Buffer  arg4,
int  arg5,
java.nio.Buffer  arg6,
java.nio.Buffer  arg7 
)

Definition at line 12916 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnTexImage()

void com.jogamp.opengl.DebugGL4bc.glGetnTexImage ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
java.nio.Buffer  arg5 
)

Definition at line 12927 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnUniformdv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetnUniformdv ( int  program,
int  location,
int  bufSize,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetnUniformdv}(GLuint program, GLint location, GLsizei bufSize, GLdouble * params)
Part of GL_VERSION_4_5, GL_ARB_robustness
Alias for: glGetnUniformdvARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 12949 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnUniformdv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetnUniformdv ( int  arg0,
int  arg1,
int  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 12938 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnUniformfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetnUniformfv ( int  program,
int  location,
int  bufSize,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetnUniformfv}(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

Implements com.jogamp.opengl.GL.

Definition at line 12960 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnUniformfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetnUniformfv ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 12971 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnUniformi64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetnUniformi64vARB ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 12993 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnUniformi64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetnUniformi64vARB ( int  program,
int  location,
int  bufSize,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetnUniformi64vARB}(GLuint program, GLint location, GLsizei bufSize, GLint64 * params)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 12982 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnUniformiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetnUniformiv ( int  program,
int  location,
int  bufSize,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetnUniformiv}(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

Implements com.jogamp.opengl.GL.

Definition at line 13015 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnUniformiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetnUniformiv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 13004 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnUniformui64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetnUniformui64vARB ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 13026 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnUniformui64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetnUniformui64vARB ( int  program,
int  location,
int  bufSize,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetnUniformui64vARB}(GLuint program, GLint location, GLsizei bufSize, GLuint64 * params)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 13037 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnUniformuiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetnUniformuiv ( int  program,
int  location,
int  bufSize,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetnUniformuiv}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 13048 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetnUniformuiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetnUniformuiv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 13059 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetObjectLabel() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetObjectLabel ( int  identifier,
int  name,
int  bufSize,
int[]  length,
int  length_offset,
byte[]  label,
int  label_offset 
)

Entry point to C language function: void {@native glGetObjectLabel}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 9530 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetObjectLabel() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetObjectLabel ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3,
java.nio.ByteBuffer  arg4 
)

Definition at line 9541 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetObjectParameterfvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetObjectParameterfvARB ( long  obj,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetObjectParameterfvARB}(GLhandleARB obj, GLenum pname, GLfloat * params)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 9552 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetObjectParameterfvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetObjectParameterfvARB ( long  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 9563 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetObjectParameterivAPPLE() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetObjectParameterivAPPLE ( int  objectType,
int  name,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetObjectParameterivAPPLE}(GLenum objectType, GLuint name, GLenum pname, GLint * params)
Part of GL_APPLE_object_purgeable

Implements com.jogamp.opengl.GL2.

Definition at line 9585 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetObjectParameterivAPPLE() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetObjectParameterivAPPLE ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 9574 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetObjectParameterivARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetObjectParameterivARB ( long  obj,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetObjectParameterivARB}(GLhandleARB obj, GLenum pname, GLint * params)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 9596 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetObjectParameterivARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetObjectParameterivARB ( long  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 9607 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetObjectPtrLabel() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetObjectPtrLabel ( java.nio.Buffer  arg0,
int  arg1,
int[]  arg2,
int  arg3,
byte[]  arg4,
int  arg5 
)

Definition at line 9629 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetObjectPtrLabel() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetObjectPtrLabel ( java.nio.Buffer  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
java.nio.ByteBuffer  arg3 
)

Definition at line 9618 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetOcclusionQueryivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetOcclusionQueryivNV ( int  id,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetOcclusionQueryivNV}(GLuint id, GLenum pname, GLint * params)
Part of GL_NV_occlusion_query

Implements com.jogamp.opengl.GL2.

Definition at line 9651 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetOcclusionQueryivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetOcclusionQueryivNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 9640 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetOcclusionQueryuivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetOcclusionQueryuivNV ( int  id,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetOcclusionQueryuivNV}(GLuint id, GLenum pname, GLuint * params)
Part of GL_NV_occlusion_query

Implements com.jogamp.opengl.GL2.

Definition at line 9673 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetOcclusionQueryuivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetOcclusionQueryuivNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 9662 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPerfCounterInfoINTEL() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetPerfCounterInfoINTEL ( int  queryId,
int  counterId,
int  counterNameLength,
byte[]  counterName,
int  counterName_offset,
int  counterDescLength,
byte[]  counterDesc,
int  counterDesc_offset,
int[]  counterOffset,
int  counterOffset_offset,
int[]  counterDataSize,
int  counterDataSize_offset,
int[]  counterTypeEnum,
int  counterTypeEnum_offset,
int[]  counterDataTypeEnum,
int  counterDataTypeEnum_offset,
long[]  rawCounterMaxValue,
int  rawCounterMaxValue_offset 
)

Entry point to C language function: void {@native glGetPerfCounterInfoINTEL}(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

Implements com.jogamp.opengl.GL2.

Definition at line 9695 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPerfCounterInfoINTEL() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetPerfCounterInfoINTEL ( int  arg0,
int  arg1,
int  arg2,
java.nio.ByteBuffer  arg3,
int  arg4,
java.nio.ByteBuffer  arg5,
java.nio.IntBuffer  arg6,
java.nio.IntBuffer  arg7,
java.nio.IntBuffer  arg8,
java.nio.IntBuffer  arg9,
java.nio.LongBuffer  arg10 
)

Definition at line 9684 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPerfQueryDataINTEL() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetPerfQueryDataINTEL ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3,
int[]  arg4,
int  arg5 
)

Definition at line 9706 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPerfQueryDataINTEL() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetPerfQueryDataINTEL ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3,
java.nio.IntBuffer  arg4 
)

Definition at line 9717 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPerfQueryIdByNameINTEL() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetPerfQueryIdByNameINTEL ( byte[]  queryName,
int  queryName_offset,
int[]  queryId,
int  queryId_offset 
)

Entry point to C language function: void {@native glGetPerfQueryIdByNameINTEL}(GLchar * queryName, GLuint * queryId)
Part of GL_INTEL_performance_query

Implements com.jogamp.opengl.GL2.

Definition at line 9739 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPerfQueryIdByNameINTEL() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetPerfQueryIdByNameINTEL ( java.nio.ByteBuffer  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 9728 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPerfQueryInfoINTEL() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetPerfQueryInfoINTEL ( int  queryId,
int  queryNameLength,
byte[]  queryName,
int  queryName_offset,
int[]  dataSize,
int  dataSize_offset,
int[]  noCounters,
int  noCounters_offset,
int[]  noInstances,
int  noInstances_offset,
int[]  capsMask,
int  capsMask_offset 
)

Entry point to C language function: void {@native glGetPerfQueryInfoINTEL}(GLuint queryId, GLuint queryNameLength, GLchar * queryName, GLuint * dataSize, GLuint * noCounters, GLuint * noInstances, GLuint * capsMask)
Part of GL_INTEL_performance_query

Implements com.jogamp.opengl.GL2.

Definition at line 9761 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPerfQueryInfoINTEL() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetPerfQueryInfoINTEL ( int  arg0,
int  arg1,
java.nio.ByteBuffer  arg2,
java.nio.IntBuffer  arg3,
java.nio.IntBuffer  arg4,
java.nio.IntBuffer  arg5,
java.nio.IntBuffer  arg6 
)

Definition at line 9750 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPixelMapfv() [1/3]

void com.jogamp.opengl.DebugGL4bc.glGetPixelMapfv ( int  map,
float[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glGetPixelMapfv}(GLenum map, GLfloat * values)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 9783 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPixelMapfv() [2/3]

void com.jogamp.opengl.DebugGL4bc.glGetPixelMapfv ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 9772 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPixelMapfv() [3/3]

void com.jogamp.opengl.DebugGL4bc.glGetPixelMapfv ( int  map,
long  values_buffer_offset 
)

Entry point to C language function: void {@native glGetPixelMapfv}(GLenum map, GLfloat * values)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 9794 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPixelMapuiv() [1/3]

void com.jogamp.opengl.DebugGL4bc.glGetPixelMapuiv ( int  map,
int[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glGetPixelMapuiv}(GLenum map, GLuint * values)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 9816 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPixelMapuiv() [2/3]

void com.jogamp.opengl.DebugGL4bc.glGetPixelMapuiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 9805 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPixelMapuiv() [3/3]

void com.jogamp.opengl.DebugGL4bc.glGetPixelMapuiv ( int  map,
long  values_buffer_offset 
)

Entry point to C language function: void {@native glGetPixelMapuiv}(GLenum map, GLuint * values)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 9827 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPixelMapusv() [1/3]

void com.jogamp.opengl.DebugGL4bc.glGetPixelMapusv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 9849 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPixelMapusv() [2/3]

void com.jogamp.opengl.DebugGL4bc.glGetPixelMapusv ( int  map,
long  values_buffer_offset 
)

Entry point to C language function: void {@native glGetPixelMapusv}(GLenum map, GLushort * values)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 9860 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPixelMapusv() [3/3]

void com.jogamp.opengl.DebugGL4bc.glGetPixelMapusv ( int  map,
short[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glGetPixelMapusv}(GLenum map, GLushort * values)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 9838 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPixelTransformParameterfvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetPixelTransformParameterfvEXT ( int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetPixelTransformParameterfvEXT}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_pixel_transform

Implements com.jogamp.opengl.GL2.

Definition at line 9882 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPixelTransformParameterfvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetPixelTransformParameterfvEXT ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 9871 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPixelTransformParameterivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetPixelTransformParameterivEXT ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetPixelTransformParameterivEXT}(GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_pixel_transform

Implements com.jogamp.opengl.GL2.

Definition at line 9893 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPixelTransformParameterivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetPixelTransformParameterivEXT ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 9904 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPointeri_vEXT()

void com.jogamp.opengl.DebugGL4bc.glGetPointeri_vEXT ( int  arg0,
int  arg1,
com.jogamp.common.nio.PointerBuffer  arg2 
)

Definition at line 9915 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPolygonStipple() [1/3]

void com.jogamp.opengl.DebugGL4bc.glGetPolygonStipple ( byte[]  mask,
int  mask_offset 
)

Entry point to C language function: void {@native glGetPolygonStipple}(GLubyte * mask)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 9948 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPolygonStipple() [2/3]

void com.jogamp.opengl.DebugGL4bc.glGetPolygonStipple ( java.nio.ByteBuffer  arg0)

Definition at line 9937 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetPolygonStipple() [3/3]

void com.jogamp.opengl.DebugGL4bc.glGetPolygonStipple ( long  mask_buffer_offset)

Entry point to C language function: void {@native glGetPolygonStipple}(GLubyte * mask)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 9926 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramBinary() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramBinary ( int  arg0,
int  arg1,
int[]  arg2,
int  arg3,
int[]  arg4,
int  arg5,
java.nio.Buffer  arg6 
)

Definition at line 9970 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramBinary() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramBinary ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
java.nio.IntBuffer  arg3,
java.nio.Buffer  arg4 
)

Definition at line 9959 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramEnvParameterdvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramEnvParameterdvARB ( int  target,
int  index,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetProgramEnvParameterdvARB}(GLenum target, GLuint index, GLdouble * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

Implements com.jogamp.opengl.GL2.

Definition at line 10036 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramEnvParameterdvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramEnvParameterdvARB ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 10025 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramEnvParameterfvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramEnvParameterfvARB ( int  target,
int  index,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetProgramEnvParameterfvARB}(GLenum target, GLuint index, GLfloat * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

Implements com.jogamp.opengl.GL2.

Definition at line 10058 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramEnvParameterfvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramEnvParameterfvARB ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 10047 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramEnvParameterIivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramEnvParameterIivNV ( int  target,
int  index,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetProgramEnvParameterIivNV}(GLenum target, GLuint index, GLint * params)
Part of GL_NV_gpu_program4

Implements com.jogamp.opengl.GL2.

Definition at line 9992 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramEnvParameterIivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramEnvParameterIivNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 9981 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramEnvParameterIuivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramEnvParameterIuivNV ( int  target,
int  index,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetProgramEnvParameterIuivNV}(GLenum target, GLuint index, GLuint * params)
Part of GL_NV_gpu_program4

Implements com.jogamp.opengl.GL2.

Definition at line 10003 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramEnvParameterIuivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramEnvParameterIuivNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 10014 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramInfoLog() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramInfoLog ( int  program,
int  bufSize,
int[]  length,
int  length_offset,
byte[]  infoLog,
int  infoLog_offset 
)

Entry point to C language function: void {@native glGetProgramInfoLog}(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

Implements com.jogamp.opengl.GL2ES2.

Definition at line 10080 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramInfoLog() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramInfoLog ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
java.nio.ByteBuffer  arg3 
)

Definition at line 10069 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramInterfaceiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramInterfaceiv ( int  program,
int  programInterface,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetProgramInterfaceiv}(GLuint program, GLenum programInterface, GLenum pname, GLint * params)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query

Implements com.jogamp.opengl.GL3ES3.

Definition at line 10091 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramInterfaceiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramInterfaceiv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 10102 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramiv ( int  program,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetProgramiv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 10416 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 10427 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramivARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramivARB ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetProgramivARB}(GLenum target, GLenum pname, GLint * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

Implements com.jogamp.opengl.GL2.

Definition at line 10449 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramivARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramivARB ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 10438 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramLocalParameterdvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramLocalParameterdvARB ( int  target,
int  index,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetProgramLocalParameterdvARB}(GLenum target, GLuint index, GLdouble * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

Implements com.jogamp.opengl.GL2.

Definition at line 10168 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramLocalParameterdvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramLocalParameterdvARB ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 10157 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramLocalParameterfvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramLocalParameterfvARB ( int  target,
int  index,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetProgramLocalParameterfvARB}(GLenum target, GLuint index, GLfloat * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

Implements com.jogamp.opengl.GL2.

Definition at line 10190 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramLocalParameterfvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramLocalParameterfvARB ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 10179 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramLocalParameterIivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramLocalParameterIivNV ( int  target,
int  index,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetProgramLocalParameterIivNV}(GLenum target, GLuint index, GLint * params)
Part of GL_NV_gpu_program4

Implements com.jogamp.opengl.GL2.

Definition at line 10124 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramLocalParameterIivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramLocalParameterIivNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 10113 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramLocalParameterIuivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramLocalParameterIuivNV ( int  target,
int  index,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetProgramLocalParameterIuivNV}(GLenum target, GLuint index, GLuint * params)
Part of GL_NV_gpu_program4

Implements com.jogamp.opengl.GL2.

Definition at line 10135 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramLocalParameterIuivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramLocalParameterIuivNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 10146 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramPipelineInfoLog() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramPipelineInfoLog ( int  pipeline,
int  bufSize,
int[]  length,
int  length_offset,
byte[]  infoLog,
int  infoLog_offset 
)

Entry point to C language function: void {@native glGetProgramPipelineInfoLog}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 10201 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramPipelineInfoLog() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramPipelineInfoLog ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
java.nio.ByteBuffer  arg3 
)

Definition at line 10212 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramPipelineiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramPipelineiv ( int  pipeline,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetProgramPipelineiv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 10234 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramPipelineiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramPipelineiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 10223 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramResourceIndex() [1/2]

int com.jogamp.opengl.DebugGL4bc.glGetProgramResourceIndex ( int  program,
int  programInterface,
byte[]  name,
int  name_offset 
)

Entry point to C language function: GLuint {@native glGetProgramResourceIndex}(GLuint program, GLenum programInterface, const GLchar * name)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query

Implements com.jogamp.opengl.GL3ES3.

Definition at line 10257 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramResourceIndex() [2/2]

int com.jogamp.opengl.DebugGL4bc.glGetProgramResourceIndex ( int  arg0,
int  arg1,
java.nio.ByteBuffer  arg2 
)

Definition at line 10245 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramResourceiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramResourceiv ( int  program,
int  programInterface,
int  index,
int  propCount,
int[]  props,
int  props_offset,
int  bufSize,
int[]  length,
int  length_offset,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetProgramResourceiv}(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

Implements com.jogamp.opengl.GL3ES3.

Definition at line 10350 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramResourceiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramResourceiv ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.IntBuffer  arg4,
int  arg5,
java.nio.IntBuffer  arg6,
java.nio.IntBuffer  arg7 
)

Definition at line 10339 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramResourceLocation() [1/2]

int com.jogamp.opengl.DebugGL4bc.glGetProgramResourceLocation ( int  program,
int  programInterface,
byte[]  name,
int  name_offset 
)

Entry point to C language function: GLint {@native glGetProgramResourceLocation}(GLuint program, GLenum programInterface, const GLchar * name)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_program_interface_query

Implements com.jogamp.opengl.GL3ES3.

Definition at line 10269 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramResourceLocation() [2/2]

int com.jogamp.opengl.DebugGL4bc.glGetProgramResourceLocation ( int  arg0,
int  arg1,
java.nio.ByteBuffer  arg2 
)

Definition at line 10281 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramResourceLocationIndex() [1/2]

int com.jogamp.opengl.DebugGL4bc.glGetProgramResourceLocationIndex ( int  program,
int  programInterface,
byte[]  name,
int  name_offset 
)

Entry point to C language function: GLint {@native glGetProgramResourceLocationIndex}(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

Implements com.jogamp.opengl.GL4.

Definition at line 10293 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramResourceLocationIndex() [2/2]

int com.jogamp.opengl.DebugGL4bc.glGetProgramResourceLocationIndex ( int  arg0,
int  arg1,
java.nio.ByteBuffer  arg2 
)

Definition at line 10305 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramResourceName() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramResourceName ( int  program,
int  programInterface,
int  index,
int  bufSize,
int[]  length,
int  length_offset,
byte[]  name,
int  name_offset 
)

Entry point to C language function: void {@native glGetProgramResourceName}(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

Implements com.jogamp.opengl.GL3ES3.

Definition at line 10328 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramResourceName() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramResourceName ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.IntBuffer  arg4,
java.nio.ByteBuffer  arg5 
)

Definition at line 10317 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramStageiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramStageiv ( int  program,
int  shadertype,
int  pname,
int[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glGetProgramStageiv}(GLuint program, GLenum shadertype, GLenum pname, GLint * values)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 10372 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramStageiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramStageiv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 10361 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramStringARB()

void com.jogamp.opengl.DebugGL4bc.glGetProgramStringARB ( int  arg0,
int  arg1,
java.nio.Buffer  arg2 
)

Definition at line 10383 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramSubroutineParameteruivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramSubroutineParameteruivNV ( int  target,
int  index,
int[]  param,
int  param_offset 
)

Entry point to C language function: void {@native glGetProgramSubroutineParameteruivNV}(GLenum target, GLuint index, GLuint * param)
Part of GL_NV_gpu_program5

Implements com.jogamp.opengl.GL2.

Definition at line 10394 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetProgramSubroutineParameteruivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetProgramSubroutineParameteruivNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 10405 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryBufferObjecti64v()

void com.jogamp.opengl.DebugGL4bc.glGetQueryBufferObjecti64v ( int  id,
int  buffer,
int  pname,
long  offset 
)

Entry point to C language function: void {@native glGetQueryBufferObjecti64v}(GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 10460 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryBufferObjectiv()

void com.jogamp.opengl.DebugGL4bc.glGetQueryBufferObjectiv ( int  id,
int  buffer,
int  pname,
long  offset 
)

Entry point to C language function: void {@native glGetQueryBufferObjectiv}(GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 10471 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryBufferObjectui64v()

void com.jogamp.opengl.DebugGL4bc.glGetQueryBufferObjectui64v ( int  id,
int  buffer,
int  pname,
long  offset 
)

Entry point to C language function: void {@native glGetQueryBufferObjectui64v}(GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 10482 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryBufferObjectuiv()

void com.jogamp.opengl.DebugGL4bc.glGetQueryBufferObjectuiv ( int  id,
int  buffer,
int  pname,
long  offset 
)

Entry point to C language function: void {@native glGetQueryBufferObjectuiv}(GLuint id, GLuint buffer, GLenum pname, GLintptr offset)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 10493 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryIndexediv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetQueryIndexediv ( int  target,
int  index,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetQueryIndexediv}(GLenum target, GLuint index, GLenum pname, GLint * params)
Part of GL_ARB_transform_feedback3, GL_VERSION_4_0

Implements com.jogamp.opengl.GL2GL3.

Definition at line 10504 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryIndexediv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetQueryIndexediv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 10515 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetQueryiv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetQueryiv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 10658 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetQueryiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 10669 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryObjecti64v() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetQueryObjecti64v ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 10537 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryObjecti64v() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetQueryObjecti64v ( int  id,
int  pname,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetQueryObjecti64v}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 10526 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryObjecti64vEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetQueryObjecti64vEXT ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 10548 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryObjecti64vEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetQueryObjecti64vEXT ( int  id,
int  pname,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetQueryObjecti64vEXT}(GLuint id, GLenum pname, GLint64 * params)
Part of GL_EXT_disjoint_timer_query, GL_EXT_timer_query

Implements com.jogamp.opengl.GL2.

Definition at line 10559 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryObjectiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetQueryObjectiv ( int  id,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetQueryObjectiv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 10581 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryObjectiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetQueryObjectiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 10570 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryObjectui64v() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetQueryObjectui64v ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 10603 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryObjectui64v() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetQueryObjectui64v ( int  id,
int  pname,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetQueryObjectui64v}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 10592 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryObjectui64vEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetQueryObjectui64vEXT ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 10614 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryObjectui64vEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetQueryObjectui64vEXT ( int  id,
int  pname,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetQueryObjectui64vEXT}(GLuint id, GLenum pname, GLuint64 * params)
Part of GL_EXT_disjoint_timer_query, GL_EXT_timer_query

Implements com.jogamp.opengl.GL2.

Definition at line 10625 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryObjectuiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetQueryObjectuiv ( int  id,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetQueryObjectuiv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 10647 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetQueryObjectuiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetQueryObjectuiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 10636 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetRenderbufferParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetRenderbufferParameteriv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetRenderbufferParameteriv}(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

Implements com.jogamp.opengl.GL.

Definition at line 10680 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetRenderbufferParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetRenderbufferParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 10691 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetSamplerParameterfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetSamplerParameterfv ( int  sampler,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetSamplerParameterfv}(GLuint sampler, GLenum pname, GLfloat * params)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

Implements com.jogamp.opengl.GL3ES3.

Definition at line 10746 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetSamplerParameterfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetSamplerParameterfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 10757 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetSamplerParameterIiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetSamplerParameterIiv ( int  sampler,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetSamplerParameterIiv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 10702 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetSamplerParameterIiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetSamplerParameterIiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 10713 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetSamplerParameterIuiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetSamplerParameterIuiv ( int  sampler,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetSamplerParameterIuiv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 10735 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetSamplerParameterIuiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetSamplerParameterIuiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 10724 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetSamplerParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetSamplerParameteriv ( int  sampler,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetSamplerParameteriv}(GLuint sampler, GLenum pname, GLint * params)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

Implements com.jogamp.opengl.GL3ES3.

Definition at line 10779 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetSamplerParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetSamplerParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 10768 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetSemaphoreParameterivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetSemaphoreParameterivNV ( int  semaphore,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetSemaphoreParameterivNV}(GLuint semaphore, GLenum pname, GLint * params)
Part of GL_NV_timeline_semaphore

Implements com.jogamp.opengl.GL4ES3.

Definition at line 10801 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetSemaphoreParameterivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetSemaphoreParameterivNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 10790 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetSemaphoreParameterui64vEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetSemaphoreParameterui64vEXT ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 10823 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetSemaphoreParameterui64vEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetSemaphoreParameterui64vEXT ( int  semaphore,
int  pname,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetSemaphoreParameterui64vEXT}(GLuint semaphore, GLenum pname, GLuint64 * params)
Part of GL_EXT_semaphore

Implements com.jogamp.opengl.GL2ES3.

Definition at line 10812 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetSeparableFilter() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetSeparableFilter ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3,
java.nio.Buffer  arg4,
java.nio.Buffer  arg5 
)

Definition at line 10834 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetSeparableFilter() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetSeparableFilter ( int  target,
int  format,
int  type,
long  row_buffer_offset,
long  column_buffer_offset,
long  span_buffer_offset 
)

Entry point to C language function: void {@native glGetSeparableFilter}(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

Implements com.jogamp.opengl.GL2.

Definition at line 10845 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetShaderInfoLog() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetShaderInfoLog ( int  shader,
int  bufSize,
int[]  length,
int  length_offset,
byte[]  infoLog,
int  infoLog_offset 
)

Entry point to C language function: void {@native glGetShaderInfoLog}(GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * infoLog)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

Implements com.jogamp.opengl.GL2ES2.

Definition at line 10856 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetShaderInfoLog() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetShaderInfoLog ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
java.nio.ByteBuffer  arg3 
)

Definition at line 10867 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetShaderiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetShaderiv ( int  shader,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetShaderiv}(GLuint shader, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

Implements com.jogamp.opengl.GL2ES2.

Definition at line 10944 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetShaderiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetShaderiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 10955 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetShaderPrecisionFormat() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetShaderPrecisionFormat ( int  shadertype,
int  precisiontype,
int[]  range,
int  range_offset,
int[]  precision,
int  precision_offset 
)

Entry point to C language function: void {@native glGetShaderPrecisionFormat}(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.

Implements com.jogamp.opengl.GL2ES2.

Definition at line 10889 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetShaderPrecisionFormat() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetShaderPrecisionFormat ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 10878 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetShaderSource() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetShaderSource ( int  shader,
int  bufSize,
int[]  length,
int  length_offset,
byte[]  source,
int  source_offset 
)

Entry point to C language function: void {@native glGetShaderSource}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 10911 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetShaderSource() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetShaderSource ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
java.nio.ByteBuffer  arg3 
)

Definition at line 10900 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetShaderSourceARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetShaderSourceARB ( long  obj,
int  maxLength,
int[]  length,
int  length_offset,
byte[]  source,
int  source_offset 
)

Entry point to C language function: void {@native glGetShaderSourceARB}(GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * source)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 10922 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetShaderSourceARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetShaderSourceARB ( long  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
java.nio.ByteBuffer  arg3 
)

Definition at line 10933 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetShadingRateImagePaletteNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetShadingRateImagePaletteNV ( int  viewport,
int  entry,
int[]  rate,
int  rate_offset 
)

Entry point to C language function: void {@native glGetShadingRateImagePaletteNV}(GLuint viewport, GLuint entry, GLenum * rate)
Part of GL_NV_shading_rate_image

Implements com.jogamp.opengl.GL4ES3.

Definition at line 10977 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetShadingRateImagePaletteNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetShadingRateImagePaletteNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 10966 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetShadingRateSampleLocationivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetShadingRateSampleLocationivNV ( int  rate,
int  samples,
int  index,
int[]  location,
int  location_offset 
)

Entry point to C language function: void {@native glGetShadingRateSampleLocationivNV}(GLenum rate, GLuint samples, GLuint index, GLint * location)
Part of GL_NV_shading_rate_image

Implements com.jogamp.opengl.GL4ES3.

Definition at line 10988 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetShadingRateSampleLocationivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetShadingRateSampleLocationivNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 10999 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetStageIndexNV()

short com.jogamp.opengl.DebugGL4bc.glGetStageIndexNV ( int  shadertype)

Entry point to C language function: GLushort {@native glGetStageIndexNV}(GLenum shadertype)
Part of GL_NV_command_list

Implements com.jogamp.opengl.GL2.

Definition at line 11010 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetString()

java.lang.String com.jogamp.opengl.DebugGL4bc.glGetString ( int  name)

Entry point to C language function: const GLubyte * {@native glGetString}(GLenum name)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 11022 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetStringi()

java.lang.String com.jogamp.opengl.DebugGL4bc.glGetStringi ( int  name,
int  index 
)

Entry point to C language function: const GLubyte * {@native glGetStringi}(GLenum name, GLuint index)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0

Implements com.jogamp.opengl.GL2ES3.

Definition at line 11034 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetSubroutineIndex()

int com.jogamp.opengl.DebugGL4bc.glGetSubroutineIndex ( int  arg0,
int  arg1,
java.lang.String  arg2 
)

Definition at line 11046 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetSubroutineUniformLocation()

int com.jogamp.opengl.DebugGL4bc.glGetSubroutineUniformLocation ( int  arg0,
int  arg1,
java.lang.String  arg2 
)

Definition at line 11058 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetSynciv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetSynciv ( long  sync,
int  pname,
int  bufSize,
int[]  length,
int  length_offset,
int[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glGetSynciv}(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

Implements com.jogamp.opengl.GL3ES3.

Definition at line 11070 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetSynciv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetSynciv ( long  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3,
java.nio.IntBuffer  arg4 
)

Definition at line 11081 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexEnvfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexEnvfv ( int  tenv,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexEnvfv}(GLenum tenv, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 11103 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexEnvfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexEnvfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 11092 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexEnviv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexEnviv ( int  tenv,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexEnviv}(GLenum tenv, GLenum pname, GLint * params)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 11114 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexEnviv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexEnviv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 11125 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexGendv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexGendv ( int  coord,
int  pname,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexGendv}(GLenum coord, GLenum pname, GLdouble * params)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 11147 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexGendv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexGendv ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 11136 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexGenfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexGenfv ( int  coord,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexGenfv}(GLenum coord, GLenum pname, GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenfvOES

Implements com.jogamp.opengl.GL2.

Definition at line 11169 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexGenfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexGenfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 11158 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexGeniv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexGeniv ( int  coord,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexGeniv}(GLenum coord, GLenum pname, GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glGetTexGenivOES

Implements com.jogamp.opengl.GL2.

Definition at line 11180 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexGeniv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexGeniv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 11191 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexImage() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexImage ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.Buffer  arg4 
)

Definition at line 11202 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexImage() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexImage ( int  target,
int  level,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glGetTexImage}(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2GL3.

Definition at line 11213 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexLevelParameterfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexLevelParameterfv ( int  target,
int  level,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexLevelParameterfv}(GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of GL_ES_VERSION_3_1, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES3.

Definition at line 11224 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexLevelParameterfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexLevelParameterfv ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 11235 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexLevelParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexLevelParameteriv ( int  target,
int  level,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexLevelParameteriv}(GLenum target, GLint level, GLenum pname, GLint * params)
Part of GL_ES_VERSION_3_1, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES3.

Definition at line 11246 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexLevelParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexLevelParameteriv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 11257 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexParameterfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexParameterfv ( int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexParameterfv}(GLenum target, GLenum pname, GLfloat * params)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 11312 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexParameterfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexParameterfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 11323 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexParameterIiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexParameterIiv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexParameterIiv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 11268 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexParameterIiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexParameterIiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 11279 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexParameterIuiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexParameterIuiv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexParameterIuiv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 11301 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexParameterIuiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexParameterIuiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 11290 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexParameteriv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTexParameteriv}(GLenum target, GLenum pname, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 11345 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTexParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTexParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 11334 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureHandleARB()

long com.jogamp.opengl.DebugGL4bc.glGetTextureHandleARB ( int  texture)

Entry point to C language function: GLuint64 {@native glGetTextureHandleARB}(GLuint texture)
Part of GL_ARB_bindless_texture

Implements com.jogamp.opengl.GL4.

Definition at line 11356 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureImage()

void com.jogamp.opengl.DebugGL4bc.glGetTextureImage ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
java.nio.Buffer  arg5 
)

Definition at line 11368 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureImageEXT()

void com.jogamp.opengl.DebugGL4bc.glGetTextureImageEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
java.nio.Buffer  arg5 
)

Definition at line 11379 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureLevelParameterfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureLevelParameterfv ( int  texture,
int  level,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTextureLevelParameterfv}(GLuint texture, GLint level, GLenum pname, GLfloat * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureLevelParameterfvEXT

Implements com.jogamp.opengl.GL4.

Definition at line 11390 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureLevelParameterfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureLevelParameterfv ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 11401 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureLevelParameterfvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureLevelParameterfvEXT ( int  texture,
int  target,
int  level,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTextureLevelParameterfvEXT}(GLuint texture, GLenum target, GLint level, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 11423 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureLevelParameterfvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureLevelParameterfvEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.FloatBuffer  arg4 
)

Definition at line 11412 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureLevelParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureLevelParameteriv ( int  texture,
int  level,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTextureLevelParameteriv}(GLuint texture, GLint level, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureLevelParameterivEXT

Implements com.jogamp.opengl.GL4.

Definition at line 11434 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureLevelParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureLevelParameteriv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 11445 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureLevelParameterivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureLevelParameterivEXT ( int  texture,
int  target,
int  level,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTextureLevelParameterivEXT}(GLuint texture, GLenum target, GLint level, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 11456 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureLevelParameterivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureLevelParameterivEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.IntBuffer  arg4 
)

Definition at line 11467 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureParameterfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureParameterfv ( int  texture,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTextureParameterfv}(GLuint texture, GLenum pname, GLfloat * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureParameterfvEXT

Implements com.jogamp.opengl.GL4.

Definition at line 11566 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureParameterfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureParameterfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 11577 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureParameterfvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureParameterfvEXT ( int  texture,
int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTextureParameterfvEXT}(GLuint texture, GLenum target, GLenum pname, GLfloat * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 11599 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureParameterfvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureParameterfvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 11588 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureParameterIiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureParameterIiv ( int  texture,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTextureParameterIiv}(GLuint texture, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureParameterIivEXT

Implements com.jogamp.opengl.GL4.

Definition at line 11478 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureParameterIiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureParameterIiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 11489 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureParameterIivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureParameterIivEXT ( int  texture,
int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTextureParameterIivEXT}(GLuint texture, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 11511 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureParameterIivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureParameterIivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 11500 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureParameterIuiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureParameterIuiv ( int  texture,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTextureParameterIuiv}(GLuint texture, GLenum pname, GLuint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureParameterIuivEXT

Implements com.jogamp.opengl.GL4.

Definition at line 11533 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureParameterIuiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureParameterIuiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 11522 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureParameterIuivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureParameterIuivEXT ( int  texture,
int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTextureParameterIuivEXT}(GLuint texture, GLenum target, GLenum pname, GLuint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 11544 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureParameterIuivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureParameterIuivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 11555 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureParameteriv ( int  texture,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTextureParameteriv}(GLuint texture, GLenum pname, GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glGetTextureParameterivEXT

Implements com.jogamp.opengl.GL4.

Definition at line 11621 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 11610 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureParameterivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureParameterivEXT ( int  texture,
int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetTextureParameterivEXT}(GLuint texture, GLenum target, GLenum pname, GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 11643 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureParameterivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTextureParameterivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 11632 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureSamplerHandleARB()

long com.jogamp.opengl.DebugGL4bc.glGetTextureSamplerHandleARB ( int  texture,
int  sampler 
)

Entry point to C language function: GLuint64 {@native glGetTextureSamplerHandleARB}(GLuint texture, GLuint sampler)
Part of GL_ARB_bindless_texture

Implements com.jogamp.opengl.GL4.

Definition at line 11654 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTextureSubImage()

void com.jogamp.opengl.DebugGL4bc.glGetTextureSubImage ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
int  arg9,
int  arg10,
java.nio.Buffer  arg11 
)

Definition at line 11666 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTransformFeedbacki64_v() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTransformFeedbacki64_v ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 11710 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTransformFeedbacki64_v() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTransformFeedbacki64_v ( int  xfb,
int  pname,
int  index,
long[]  param,
int  param_offset 
)

Entry point to C language function: void {@native glGetTransformFeedbacki64_v}(GLuint xfb, GLenum pname, GLuint index, GLint64 * param)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 11699 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTransformFeedbacki_v() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTransformFeedbacki_v ( int  xfb,
int  pname,
int  index,
int[]  param,
int  param_offset 
)

Entry point to C language function: void {@native glGetTransformFeedbacki_v}(GLuint xfb, GLenum pname, GLuint index, GLint * param)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 11721 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTransformFeedbacki_v() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTransformFeedbacki_v ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 11732 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTransformFeedbackiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTransformFeedbackiv ( int  xfb,
int  pname,
int[]  param,
int  param_offset 
)

Entry point to C language function: void {@native glGetTransformFeedbackiv}(GLuint xfb, GLenum pname, GLint * param)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 11754 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTransformFeedbackiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTransformFeedbackiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 11743 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTransformFeedbackVarying() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetTransformFeedbackVarying ( int  program,
int  index,
int  bufSize,
int[]  length,
int  length_offset,
int[]  size,
int  size_offset,
int[]  type,
int  type_offset,
byte[]  name,
int  name_offset 
)

Entry point to C language function: void {@native glGetTransformFeedbackVarying}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 11688 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetTransformFeedbackVarying() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetTransformFeedbackVarying ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3,
java.nio.IntBuffer  arg4,
java.nio.IntBuffer  arg5,
java.nio.ByteBuffer  arg6 
)

Definition at line 11677 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformBlockIndex()

int com.jogamp.opengl.DebugGL4bc.glGetUniformBlockIndex ( int  arg0,
java.lang.String  arg1 
)

Definition at line 11765 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformBufferSizeEXT()

int com.jogamp.opengl.DebugGL4bc.glGetUniformBufferSizeEXT ( int  program,
int  location 
)

Entry point to C language function: GLint {@native glGetUniformBufferSizeEXT}(GLuint program, GLint location)
Part of GL_EXT_bindable_uniform

Implements com.jogamp.opengl.GL2.

Definition at line 11777 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformdv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformdv ( int  program,
int  location,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetUniformdv}(GLuint program, GLint location, GLdouble * params)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 11880 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformdv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformdv ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 11869 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformfv ( int  program,
int  location,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetUniformfv}(GLuint program, GLint location, GLfloat * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glGetUniformfvARB

Implements com.jogamp.opengl.GL2ES2.

Definition at line 11902 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 11891 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformfvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformfvARB ( long  programObj,
int  location,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetUniformfvARB}(GLhandleARB programObj, GLint location, GLfloat * params)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 11913 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformfvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformfvARB ( long  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 11924 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformi64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformi64vARB ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 11946 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformi64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformi64vARB ( int  program,
int  location,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetUniformi64vARB}(GLuint program, GLint location, GLint64 * params)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 11935 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformi64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformi64vNV ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 11968 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformi64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformi64vNV ( int  program,
int  location,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetUniformi64vNV}(GLuint program, GLint location, GLint64EXT * params)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 11957 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformIndices() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformIndices ( int  arg0,
int  arg1,
java.lang.String[]  arg2,
int[]  arg3,
int  arg4 
)

Definition at line 11789 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformIndices() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformIndices ( int  arg0,
int  arg1,
java.lang.String[]  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 11800 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformiv ( int  program,
int  location,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetUniformiv}(GLuint program, GLint location, GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glGetUniformivARB

Implements com.jogamp.opengl.GL2ES2.

Definition at line 11979 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 11990 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformivARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformivARB ( long  programObj,
int  location,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetUniformivARB}(GLhandleARB programObj, GLint location, GLint * params)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 12001 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformivARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformivARB ( long  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 12012 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformLocation()

int com.jogamp.opengl.DebugGL4bc.glGetUniformLocation ( int  arg0,
java.lang.String  arg1 
)

Definition at line 11811 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformLocationARB()

int com.jogamp.opengl.DebugGL4bc.glGetUniformLocationARB ( long  arg0,
java.lang.String  arg1 
)

Definition at line 11823 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformOffsetEXT()

long com.jogamp.opengl.DebugGL4bc.glGetUniformOffsetEXT ( int  program,
int  location 
)

Entry point to C language function: GLintptr {@native glGetUniformOffsetEXT}(GLuint program, GLint location)
Part of GL_EXT_bindable_uniform

Implements com.jogamp.opengl.GL2.

Definition at line 11835 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformSubroutineuiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformSubroutineuiv ( int  shadertype,
int  location,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetUniformSubroutineuiv}(GLenum shadertype, GLint location, GLuint * params)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 11847 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformSubroutineuiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformSubroutineuiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 11858 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformui64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformui64vARB ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 12034 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformui64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformui64vARB ( int  program,
int  location,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetUniformui64vARB}(GLuint program, GLint location, GLuint64 * params)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 12023 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformui64vNV ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 12045 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformui64vNV ( int  program,
int  location,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetUniformui64vNV}(GLuint program, GLint location, GLuint64EXT * params)
Part of GL_NV_shader_buffer_load, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL2GL3.

Definition at line 12056 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformuiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformuiv ( int  program,
int  location,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetUniformuiv}(GLuint program, GLint location, GLuint * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glGetUniformuivEXT

Implements com.jogamp.opengl.GL2ES3.

Definition at line 12067 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUniformuiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetUniformuiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 12078 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUnsignedBytei_vEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetUnsignedBytei_vEXT ( int  target,
int  index,
byte[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetUnsignedBytei_vEXT}(GLenum target, GLuint index, GLubyte * data)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL2ES3.

Definition at line 12100 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUnsignedBytei_vEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetUnsignedBytei_vEXT ( int  arg0,
int  arg1,
java.nio.ByteBuffer  arg2 
)

Definition at line 12089 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUnsignedBytevEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetUnsignedBytevEXT ( int  pname,
byte[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetUnsignedBytevEXT}(GLenum pname, GLubyte * data)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL2ES3.

Definition at line 12122 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetUnsignedBytevEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetUnsignedBytevEXT ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 12111 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVariantBooleanvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVariantBooleanvEXT ( int  id,
int  value,
byte[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetVariantBooleanvEXT}(GLuint id, GLenum value, GLboolean * data)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 12144 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVariantBooleanvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVariantBooleanvEXT ( int  arg0,
int  arg1,
java.nio.ByteBuffer  arg2 
)

Definition at line 12133 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVariantFloatvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVariantFloatvEXT ( int  id,
int  value,
float[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetVariantFloatvEXT}(GLuint id, GLenum value, GLfloat * data)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 12155 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVariantFloatvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVariantFloatvEXT ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 12166 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVariantIntegervEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVariantIntegervEXT ( int  id,
int  value,
int[]  data,
int  data_offset 
)

Entry point to C language function: void {@native glGetVariantIntegervEXT}(GLuint id, GLenum value, GLint * data)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 12177 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVariantIntegervEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVariantIntegervEXT ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 12188 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexArrayIndexed64iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexArrayIndexed64iv ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 12210 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexArrayIndexed64iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexArrayIndexed64iv ( int  vaobj,
int  index,
int  pname,
long[]  param,
int  param_offset 
)

Entry point to C language function: void {@native glGetVertexArrayIndexed64iv}(GLuint vaobj, GLuint index, GLenum pname, GLint64 * param)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 12199 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexArrayIndexediv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexArrayIndexediv ( int  vaobj,
int  index,
int  pname,
int[]  param,
int  param_offset 
)

Entry point to C language function: void {@native glGetVertexArrayIndexediv}(GLuint vaobj, GLuint index, GLenum pname, GLint * param)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 12221 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexArrayIndexediv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexArrayIndexediv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 12232 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexArrayIntegeri_vEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexArrayIntegeri_vEXT ( int  vaobj,
int  index,
int  pname,
int[]  param,
int  param_offset 
)

Entry point to C language function: void {@native glGetVertexArrayIntegeri_vEXT}(GLuint vaobj, GLuint index, GLenum pname, GLint * param)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 12254 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexArrayIntegeri_vEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexArrayIntegeri_vEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 12243 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexArrayIntegervEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexArrayIntegervEXT ( int  vaobj,
int  pname,
int[]  param,
int  param_offset 
)

Entry point to C language function: void {@native glGetVertexArrayIntegervEXT}(GLuint vaobj, GLenum pname, GLint * param)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 12276 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexArrayIntegervEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexArrayIntegervEXT ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 12265 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexArrayiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexArrayiv ( int  vaobj,
int  pname,
int[]  param,
int  param_offset 
)

Entry point to C language function: void {@native glGetVertexArrayiv}(GLuint vaobj, GLenum pname, GLint * param)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 12320 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexArrayiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexArrayiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 12309 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexArrayPointeri_vEXT()

void com.jogamp.opengl.DebugGL4bc.glGetVertexArrayPointeri_vEXT ( int  arg0,
int  arg1,
int  arg2,
com.jogamp.common.nio.PointerBuffer  arg3 
)

Definition at line 12287 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexArrayPointervEXT()

void com.jogamp.opengl.DebugGL4bc.glGetVertexArrayPointervEXT ( int  arg0,
int  arg1,
com.jogamp.common.nio.PointerBuffer  arg2 
)

Definition at line 12298 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribdv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribdv ( int  index,
int  pname,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetVertexAttribdv}(GLuint index, GLenum pname, GLdouble * params)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glGetVertexAttribdvARB, glGetVertexAttribdvNV

Implements com.jogamp.opengl.GL2GL3.

Definition at line 12474 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribdv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribdv ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 12463 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribdvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribdvARB ( int  index,
int  pname,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetVertexAttribdvARB}(GLuint index, GLenum pname, GLdouble * params)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 12485 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribdvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribdvARB ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 12496 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribfv ( int  index,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetVertexAttribfv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 12507 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 12518 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribfvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribfvARB ( int  index,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetVertexAttribfvARB}(GLuint index, GLenum pname, GLfloat * params)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 12540 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribfvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribfvARB ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 12529 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribIiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribIiv ( int  index,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetVertexAttribIiv}(GLuint index, GLenum pname, GLint * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glGetVertexAttribIivEXT

Implements com.jogamp.opengl.GL2ES3.

Definition at line 12342 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribIiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribIiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 12331 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribIuiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribIuiv ( int  index,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetVertexAttribIuiv}(GLuint index, GLenum pname, GLuint * params)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glGetVertexAttribIuivEXT

Implements com.jogamp.opengl.GL2ES3.

Definition at line 12353 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribIuiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribIuiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 12364 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribiv ( int  index,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetVertexAttribiv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 12562 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 12551 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribivARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribivARB ( int  index,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetVertexAttribivARB}(GLuint index, GLenum pname, GLint * params)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 12584 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribivARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribivARB ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 12573 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribLdv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribLdv ( int  index,
int  pname,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetVertexAttribLdv}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 12386 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribLdv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribLdv ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 12375 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribLi64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribLi64vNV ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 12397 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribLi64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribLi64vNV ( int  index,
int  pname,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetVertexAttribLi64vNV}(GLuint index, GLenum pname, GLint64EXT * params)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 12408 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribLui64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribLui64vARB ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 12430 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribLui64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribLui64vARB ( int  index,
int  pname,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetVertexAttribLui64vARB}(GLuint index, GLenum pname, GLuint64EXT * params)
Part of GL_ARB_bindless_texture

Implements com.jogamp.opengl.GL4.

Definition at line 12419 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribLui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribLui64vNV ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 12441 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVertexAttribLui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVertexAttribLui64vNV ( int  index,
int  pname,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetVertexAttribLui64vNV}(GLuint index, GLenum pname, GLuint64EXT * params)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 12452 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVideoCaptureivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVideoCaptureivNV ( int  video_capture_slot,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetVideoCaptureivNV}(GLuint video_capture_slot, GLenum pname, GLint * params)
Part of GL_NV_video_capture

Implements com.jogamp.opengl.GL2.

Definition at line 12661 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVideoCaptureivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVideoCaptureivNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 12672 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVideoCaptureStreamdvNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVideoCaptureStreamdvNV ( int  video_capture_slot,
int  stream,
int  pname,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetVideoCaptureStreamdvNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, GLdouble * params)
Part of GL_NV_video_capture

Implements com.jogamp.opengl.GL2.

Definition at line 12606 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVideoCaptureStreamdvNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVideoCaptureStreamdvNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 12595 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVideoCaptureStreamfvNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVideoCaptureStreamfvNV ( int  video_capture_slot,
int  stream,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetVideoCaptureStreamfvNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, GLfloat * params)
Part of GL_NV_video_capture

Implements com.jogamp.opengl.GL2.

Definition at line 12617 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVideoCaptureStreamfvNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVideoCaptureStreamfvNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 12628 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVideoCaptureStreamivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glGetVideoCaptureStreamivNV ( int  video_capture_slot,
int  stream,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glGetVideoCaptureStreamivNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, GLint * params)
Part of GL_NV_video_capture

Implements com.jogamp.opengl.GL2.

Definition at line 12639 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVideoCaptureStreamivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glGetVideoCaptureStreamivNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 12650 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVkProcAddrNV() [1/2]

long com.jogamp.opengl.DebugGL4bc.glGetVkProcAddrNV ( byte[]  name,
int  name_offset 
)

Entry point to C language function: GLVULKANPROCNV {@native glGetVkProcAddrNV}(const GLchar * name)
Part of GL_NV_draw_vulkan_image

Implements com.jogamp.opengl.GL4ES3.

Definition at line 12683 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glGetVkProcAddrNV() [2/2]

long com.jogamp.opengl.DebugGL4bc.glGetVkProcAddrNV ( java.nio.ByteBuffer  arg0)

Definition at line 12695 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glHint()

void com.jogamp.opengl.DebugGL4bc.glHint ( int  target,
int  mode 
)

Entry point to C language function: void {@native glHint}(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

Implements com.jogamp.opengl.GL.

Definition at line 13070 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glHistogram()

void com.jogamp.opengl.DebugGL4bc.glHistogram ( int  target,
int  width,
int  internalformat,
boolean  sink 
)

Entry point to C language function: void {@native glHistogram}(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glHistogramEXT

Implements com.jogamp.opengl.GL2.

Definition at line 13081 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glImportMemoryFdEXT()

void com.jogamp.opengl.DebugGL4bc.glImportMemoryFdEXT ( int  memory,
long  size,
int  handleType,
int  fd 
)

Entry point to C language function: void {@native glImportMemoryFdEXT}(GLuint memory, GLuint64 size, GLenum handleType, GLint fd)
Part of GL_EXT_memory_object_fd

Implements com.jogamp.opengl.GL2ES3.

Definition at line 13092 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glImportMemoryWin32HandleEXT()

void com.jogamp.opengl.DebugGL4bc.glImportMemoryWin32HandleEXT ( int  arg0,
long  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Definition at line 13103 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glImportMemoryWin32NameEXT()

void com.jogamp.opengl.DebugGL4bc.glImportMemoryWin32NameEXT ( int  arg0,
long  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Definition at line 13114 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glImportSemaphoreFdEXT()

void com.jogamp.opengl.DebugGL4bc.glImportSemaphoreFdEXT ( int  semaphore,
int  handleType,
int  fd 
)

Entry point to C language function: void {@native glImportSemaphoreFdEXT}(GLuint semaphore, GLenum handleType, GLint fd)
Part of GL_EXT_semaphore_fd

Implements com.jogamp.opengl.GL2ES3.

Definition at line 13125 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glImportSemaphoreWin32HandleEXT()

void com.jogamp.opengl.DebugGL4bc.glImportSemaphoreWin32HandleEXT ( int  arg0,
int  arg1,
java.nio.Buffer  arg2 
)

Definition at line 13136 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glImportSemaphoreWin32NameEXT()

void com.jogamp.opengl.DebugGL4bc.glImportSemaphoreWin32NameEXT ( int  arg0,
int  arg1,
java.nio.Buffer  arg2 
)

Definition at line 13147 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glImportSyncEXT()

long com.jogamp.opengl.DebugGL4bc.glImportSyncEXT ( int  external_sync_type,
long  external_sync,
int  flags 
)

Entry point to C language function: GLsync {@native glImportSyncEXT}(GLenum external_sync_type, GLintptr external_sync, GLbitfield flags)
Part of GL_EXT_x11_sync_object

Implements com.jogamp.opengl.GL2GL3.

Definition at line 13158 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexd()

void com.jogamp.opengl.DebugGL4bc.glIndexd ( double  c)

Entry point to C language function: void {@native glIndexd}(GLdouble c)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 13225 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexdv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glIndexdv ( double[]  c,
int  c_offset 
)

Entry point to C language function: void {@native glIndexdv}(const GLdouble * c)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 13247 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexdv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glIndexdv ( java.nio.DoubleBuffer  arg0)

Definition at line 13236 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexf()

void com.jogamp.opengl.DebugGL4bc.glIndexf ( float  c)

Entry point to C language function: void {@native glIndexf}(GLfloat c)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 13258 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexFormatNV()

void com.jogamp.opengl.DebugGL4bc.glIndexFormatNV ( int  type,
int  stride 
)

Entry point to C language function: void {@native glIndexFormatNV}(GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

Implements com.jogamp.opengl.GL2GL3.

Definition at line 13170 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexFuncEXT()

void com.jogamp.opengl.DebugGL4bc.glIndexFuncEXT ( int  func,
float  ref 
)

Entry point to C language function: void {@native glIndexFuncEXT}(GLenum func, GLclampf ref)
Part of GL_EXT_index_func

Implements com.jogamp.opengl.GL2.

Definition at line 13181 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glIndexfv ( float[]  c,
int  c_offset 
)

Entry point to C language function: void {@native glIndexfv}(const GLfloat * c)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 13280 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glIndexfv ( java.nio.FloatBuffer  arg0)

Definition at line 13269 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexi()

void com.jogamp.opengl.DebugGL4bc.glIndexi ( int  c)

Entry point to C language function: void {@native glIndexi}(GLint c)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 13291 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glIndexiv ( int[]  c,
int  c_offset 
)

Entry point to C language function: void {@native glIndexiv}(const GLint * c)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 13302 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glIndexiv ( java.nio.IntBuffer  arg0)

Definition at line 13313 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexMask()

void com.jogamp.opengl.DebugGL4bc.glIndexMask ( int  mask)

Entry point to C language function: void {@native glIndexMask}(GLuint mask)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 13192 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexMaterialEXT()

void com.jogamp.opengl.DebugGL4bc.glIndexMaterialEXT ( int  face,
int  mode 
)

Entry point to C language function: void {@native glIndexMaterialEXT}(GLenum face, GLenum mode)
Part of GL_EXT_index_material

Implements com.jogamp.opengl.GL2.

Definition at line 13203 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexPointer()

void com.jogamp.opengl.DebugGL4bc.glIndexPointer ( int  arg0,
int  arg1,
java.nio.Buffer  arg2 
)

Definition at line 13214 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexs()

void com.jogamp.opengl.DebugGL4bc.glIndexs ( short  c)

Entry point to C language function: void {@native glIndexs}(GLshort c)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 13324 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexsv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glIndexsv ( java.nio.ShortBuffer  arg0)

Definition at line 13346 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexsv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glIndexsv ( short[]  c,
int  c_offset 
)

Entry point to C language function: void {@native glIndexsv}(const GLshort * c)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 13335 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexub()

void com.jogamp.opengl.DebugGL4bc.glIndexub ( byte  c)

Entry point to C language function: void {@native glIndexub}(GLubyte c)
Part of GL_VERSION_1_1

Implements com.jogamp.opengl.GL2.

Definition at line 13357 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexubv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glIndexubv ( byte[]  c,
int  c_offset 
)

Entry point to C language function: void {@native glIndexubv}(const GLubyte * c)
Part of GL_VERSION_1_1

Implements com.jogamp.opengl.GL2.

Definition at line 13368 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIndexubv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glIndexubv ( java.nio.ByteBuffer  arg0)

Definition at line 13379 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glInitNames()

void com.jogamp.opengl.DebugGL4bc.glInitNames ( )

Entry point to C language function: void {@native glInitNames}()
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 13390 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glInsertComponentEXT()

void com.jogamp.opengl.DebugGL4bc.glInsertComponentEXT ( int  res,
int  src,
int  num 
)

Entry point to C language function: void {@native glInsertComponentEXT}(GLuint res, GLuint src, GLuint num)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 13401 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glInterleavedArrays() [1/2]

void com.jogamp.opengl.DebugGL4bc.glInterleavedArrays ( int  arg0,
int  arg1,
java.nio.Buffer  arg2 
)

Definition at line 13423 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glInterleavedArrays() [2/2]

void com.jogamp.opengl.DebugGL4bc.glInterleavedArrays ( int  format,
int  stride,
long  pointer_buffer_offset 
)

Entry point to C language function: void {@native glInterleavedArrays}(GLenum format, GLsizei stride, const GLvoid * pointer)
Part of GL_VERSION_1_1

Implements com.jogamp.opengl.GL2.

Definition at line 13412 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glInvalidateBufferData()

void com.jogamp.opengl.DebugGL4bc.glInvalidateBufferData ( int  buffer)

Entry point to C language function: void {@native glInvalidateBufferData}(GLuint buffer)
Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3

Implements com.jogamp.opengl.GL2GL3.

Definition at line 13434 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glInvalidateBufferSubData()

void com.jogamp.opengl.DebugGL4bc.glInvalidateBufferSubData ( int  buffer,
long  offset,
long  length 
)

Entry point to C language function: void {@native glInvalidateBufferSubData}(GLuint buffer, GLintptr offset, GLsizeiptr length)
Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3

Implements com.jogamp.opengl.GL2GL3.

Definition at line 13445 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glInvalidateFramebuffer() [1/2]

void com.jogamp.opengl.DebugGL4bc.glInvalidateFramebuffer ( int  target,
int  numAttachments,
int[]  attachments,
int  attachments_offset 
)

Entry point to C language function: void {@native glInvalidateFramebuffer}(GLenum target, GLsizei numAttachments, const GLenum * attachments)
Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3, GL_ES_VERSION_3_0

Implements com.jogamp.opengl.GL2ES3.

Definition at line 13456 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glInvalidateFramebuffer() [2/2]

void com.jogamp.opengl.DebugGL4bc.glInvalidateFramebuffer ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 13467 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glInvalidateNamedFramebufferData() [1/2]

void com.jogamp.opengl.DebugGL4bc.glInvalidateNamedFramebufferData ( int  framebuffer,
int  numAttachments,
int[]  attachments,
int  attachments_offset 
)

Entry point to C language function: void {@native glInvalidateNamedFramebufferData}(GLuint framebuffer, GLsizei numAttachments, const GLenum * attachments)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 13478 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glInvalidateNamedFramebufferData() [2/2]

void com.jogamp.opengl.DebugGL4bc.glInvalidateNamedFramebufferData ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 13489 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glInvalidateNamedFramebufferSubData() [1/2]

void com.jogamp.opengl.DebugGL4bc.glInvalidateNamedFramebufferSubData ( int  framebuffer,
int  numAttachments,
int[]  attachments,
int  attachments_offset,
int  x,
int  y,
int  width,
int  height 
)

Entry point to C language function: void {@native glInvalidateNamedFramebufferSubData}(GLuint framebuffer, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 13511 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glInvalidateNamedFramebufferSubData() [2/2]

void com.jogamp.opengl.DebugGL4bc.glInvalidateNamedFramebufferSubData ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6 
)

Definition at line 13500 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glInvalidateSubFramebuffer() [1/2]

void com.jogamp.opengl.DebugGL4bc.glInvalidateSubFramebuffer ( int  target,
int  numAttachments,
int[]  attachments,
int  attachments_offset,
int  x,
int  y,
int  width,
int  height 
)

Entry point to C language function: void {@native glInvalidateSubFramebuffer}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 13533 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glInvalidateSubFramebuffer() [2/2]

void com.jogamp.opengl.DebugGL4bc.glInvalidateSubFramebuffer ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6 
)

Definition at line 13522 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glInvalidateTexImage()

void com.jogamp.opengl.DebugGL4bc.glInvalidateTexImage ( int  texture,
int  level 
)

Entry point to C language function: void {@native glInvalidateTexImage}(GLuint texture, GLint level)
Part of GL_ARB_invalidate_subdata, GL_VERSION_4_3

Implements com.jogamp.opengl.GL2GL3.

Definition at line 13544 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glInvalidateTexSubImage()

void com.jogamp.opengl.DebugGL4bc.glInvalidateTexSubImage ( int  texture,
int  level,
int  xoffset,
int  yoffset,
int  zoffset,
int  width,
int  height,
int  depth 
)

Entry point to C language function: void {@native glInvalidateTexSubImage}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 13555 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsBuffer()

boolean com.jogamp.opengl.DebugGL4bc.glIsBuffer ( int  buffer)

Entry point to C language function: GLboolean {@native glIsBuffer}(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

Implements com.jogamp.opengl.GL.

Definition at line 13566 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsBufferResidentNV()

boolean com.jogamp.opengl.DebugGL4bc.glIsBufferResidentNV ( int  target)

Entry point to C language function: GLboolean {@native glIsBufferResidentNV}(GLenum target)
Part of GL_NV_shader_buffer_load

Implements com.jogamp.opengl.GL2GL3.

Definition at line 13578 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsCommandListNV()

boolean com.jogamp.opengl.DebugGL4bc.glIsCommandListNV ( int  list)

Entry point to C language function: GLboolean {@native glIsCommandListNV}(GLuint list)
Part of GL_NV_command_list

Implements com.jogamp.opengl.GL2.

Definition at line 13590 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsEnabled()

boolean com.jogamp.opengl.DebugGL4bc.glIsEnabled ( int  cap)

Entry point to C language function: GLboolean {@native glIsEnabled}(GLenum cap)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 13602 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsEnabledi()

boolean com.jogamp.opengl.DebugGL4bc.glIsEnabledi ( int  target,
int  index 
)

Entry point to C language function: GLboolean {@native glIsEnabledi}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 13626 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsEnabledIndexed()

boolean com.jogamp.opengl.DebugGL4bc.glIsEnabledIndexed ( int  target,
int  index 
)

Entry point to C language function: GLboolean {@native glIsEnabledIndexed}(GLenum target, GLuint index)
Part of GL_EXT_draw_buffers2, GL_EXT_direct_state_access
Alias for: glIsEnabledIndexedEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 13614 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsFramebuffer()

boolean com.jogamp.opengl.DebugGL4bc.glIsFramebuffer ( int  framebuffer)

Entry point to C language function: GLboolean {@native glIsFramebuffer}(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

Implements com.jogamp.opengl.GL.

Definition at line 13638 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsImageHandleResidentARB()

boolean com.jogamp.opengl.DebugGL4bc.glIsImageHandleResidentARB ( long  handle)

Entry point to C language function: GLboolean {@native glIsImageHandleResidentARB}(GLuint64 handle)
Part of GL_ARB_bindless_texture

Implements com.jogamp.opengl.GL4.

Definition at line 13650 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsList()

boolean com.jogamp.opengl.DebugGL4bc.glIsList ( int  list)

Entry point to C language function: GLboolean {@native glIsList}(GLuint list)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 13662 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsMemoryObjectEXT()

boolean com.jogamp.opengl.DebugGL4bc.glIsMemoryObjectEXT ( int  memoryObject)

Entry point to C language function: GLboolean {@native glIsMemoryObjectEXT}(GLuint memoryObject)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL2ES3.

Definition at line 13674 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsNameAMD()

boolean com.jogamp.opengl.DebugGL4bc.glIsNameAMD ( int  identifier,
int  name 
)

Entry point to C language function: GLboolean {@native glIsNameAMD}(GLenum identifier, GLuint name)
Part of GL_AMD_name_gen_delete

Implements com.jogamp.opengl.GL2.

Definition at line 13686 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsNamedBufferResidentNV()

boolean com.jogamp.opengl.DebugGL4bc.glIsNamedBufferResidentNV ( int  buffer)

Entry point to C language function: GLboolean {@native glIsNamedBufferResidentNV}(GLuint buffer)
Part of GL_NV_shader_buffer_load

Implements com.jogamp.opengl.GL2GL3.

Definition at line 13698 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsNamedStringARB()

boolean com.jogamp.opengl.DebugGL4bc.glIsNamedStringARB ( int  arg0,
java.lang.String  arg1 
)

Definition at line 13710 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsOcclusionQueryNV()

boolean com.jogamp.opengl.DebugGL4bc.glIsOcclusionQueryNV ( int  id)

Entry point to C language function: GLboolean {@native glIsOcclusionQueryNV}(GLuint id)
Part of GL_NV_occlusion_query

Implements com.jogamp.opengl.GL2.

Definition at line 13722 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsProgram()

boolean com.jogamp.opengl.DebugGL4bc.glIsProgram ( int  program)

Entry point to C language function: GLboolean {@native glIsProgram}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 13734 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsProgramARB()

boolean com.jogamp.opengl.DebugGL4bc.glIsProgramARB ( int  program)

Entry point to C language function: GLboolean {@native glIsProgramARB}(GLuint program)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

Implements com.jogamp.opengl.GL2.

Definition at line 13746 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsProgramPipeline()

boolean com.jogamp.opengl.DebugGL4bc.glIsProgramPipeline ( int  pipeline)

Entry point to C language function: GLboolean {@native glIsProgramPipeline}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 13758 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsQuery()

boolean com.jogamp.opengl.DebugGL4bc.glIsQuery ( int  id)

Entry point to C language function: GLboolean {@native glIsQuery}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 13770 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsRenderbuffer()

boolean com.jogamp.opengl.DebugGL4bc.glIsRenderbuffer ( int  renderbuffer)

Entry point to C language function: GLboolean {@native glIsRenderbuffer}(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

Implements com.jogamp.opengl.GL.

Definition at line 13782 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsSampler()

boolean com.jogamp.opengl.DebugGL4bc.glIsSampler ( int  sampler)

Entry point to C language function: GLboolean {@native glIsSampler}(GLuint sampler)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

Implements com.jogamp.opengl.GL3ES3.

Definition at line 13794 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsSemaphoreEXT()

boolean com.jogamp.opengl.DebugGL4bc.glIsSemaphoreEXT ( int  semaphore)

Entry point to C language function: GLboolean {@native glIsSemaphoreEXT}(GLuint semaphore)
Part of GL_EXT_semaphore

Implements com.jogamp.opengl.GL2ES3.

Definition at line 13806 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsShader()

boolean com.jogamp.opengl.DebugGL4bc.glIsShader ( int  shader)

Entry point to C language function: GLboolean {@native glIsShader}(GLuint shader)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

Implements com.jogamp.opengl.GL2ES2.

Definition at line 13818 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsStateNV()

boolean com.jogamp.opengl.DebugGL4bc.glIsStateNV ( int  state)

Entry point to C language function: GLboolean {@native glIsStateNV}(GLuint state)
Part of GL_NV_command_list

Implements com.jogamp.opengl.GL2.

Definition at line 13830 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsSync()

boolean com.jogamp.opengl.DebugGL4bc.glIsSync ( long  sync)

Entry point to C language function: GLboolean {@native glIsSync}(GLsync sync)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_2, GL_ARB_sync, GL_APPLE_sync
Alias for: glIsSyncAPPLE

Implements com.jogamp.opengl.GL3ES3.

Definition at line 13842 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsTexture()

boolean com.jogamp.opengl.DebugGL4bc.glIsTexture ( int  texture)

Entry point to C language function: GLboolean {@native glIsTexture}(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

Implements com.jogamp.opengl.GL.

Definition at line 13854 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsTextureHandleResidentARB()

boolean com.jogamp.opengl.DebugGL4bc.glIsTextureHandleResidentARB ( long  handle)

Entry point to C language function: GLboolean {@native glIsTextureHandleResidentARB}(GLuint64 handle)
Part of GL_ARB_bindless_texture

Implements com.jogamp.opengl.GL4.

Definition at line 13866 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsTransformFeedback()

boolean com.jogamp.opengl.DebugGL4bc.glIsTransformFeedback ( int  id)

Entry point to C language function: GLboolean {@native glIsTransformFeedback}(GLuint id)
Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: glIsTransformFeedbackNV

Implements com.jogamp.opengl.GL2ES3.

Definition at line 13878 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsTransformFeedbackNV()

boolean com.jogamp.opengl.DebugGL4bc.glIsTransformFeedbackNV ( int  id)

Entry point to C language function: GLboolean {@native glIsTransformFeedbackNV}(GLuint id)
Part of GL_NV_transform_feedback2

Implements com.jogamp.opengl.GL2.

Definition at line 13890 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsVariantEnabledEXT()

boolean com.jogamp.opengl.DebugGL4bc.glIsVariantEnabledEXT ( int  id,
int  cap 
)

Entry point to C language function: GLboolean {@native glIsVariantEnabledEXT}(GLuint id, GLenum cap)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 13902 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsVertexArray()

boolean com.jogamp.opengl.DebugGL4bc.glIsVertexArray ( int  array)

Entry point to C language function: GLboolean {@native glIsVertexArray}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 13914 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glIsVertexAttribEnabledAPPLE()

boolean com.jogamp.opengl.DebugGL4bc.glIsVertexAttribEnabledAPPLE ( int  index,
int  pname 
)

Entry point to C language function: GLboolean {@native glIsVertexAttribEnabledAPPLE}(GLuint index, GLenum pname)
Part of GL_APPLE_vertex_program_evaluators

Implements com.jogamp.opengl.GL2.

Definition at line 13926 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLGPUCopyImageSubDataNVX()

void com.jogamp.opengl.DebugGL4bc.glLGPUCopyImageSubDataNVX ( int  sourceGpu,
int  destinationGpuMask,
int  srcName,
int  srcTarget,
int  srcLevel,
int  srcX,
int  srxY,
int  srcZ,
int  dstName,
int  dstTarget,
int  dstLevel,
int  dstX,
int  dstY,
int  dstZ,
int  width,
int  height,
int  depth 
)

Entry point to C language function: void {@native glLGPUCopyImageSubDataNVX}(GLuint sourceGpu, GLbitfield destinationGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srxY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)
Part of GL_NVX_linked_gpu_multicast

Implements com.jogamp.opengl.GL2.

Definition at line 13938 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLGPUInterlockNVX()

void com.jogamp.opengl.DebugGL4bc.glLGPUInterlockNVX ( )

Entry point to C language function: void {@native glLGPUInterlockNVX}()
Part of GL_NVX_linked_gpu_multicast

Implements com.jogamp.opengl.GL2.

Definition at line 13949 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLGPUNamedBufferSubDataNVX()

void com.jogamp.opengl.DebugGL4bc.glLGPUNamedBufferSubDataNVX ( int  arg0,
int  arg1,
long  arg2,
long  arg3,
java.nio.Buffer  arg4 
)

Definition at line 13960 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLightf()

void com.jogamp.opengl.DebugGL4bc.glLightf ( int  light,
int  pname,
float  param 
)

Entry point to C language function: void {@native glLightf}(GLenum light, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 14037 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLightfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glLightfv ( int  arg0,
int  arg1,
float[]  arg2,
int  arg3 
)

Implements com.jogamp.opengl.fixedfunc.GLLightingFunc.

Definition at line 14048 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLightfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glLightfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Implements com.jogamp.opengl.fixedfunc.GLLightingFunc.

Definition at line 14059 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLighti()

void com.jogamp.opengl.DebugGL4bc.glLighti ( int  light,
int  pname,
int  param 
)

Entry point to C language function: void {@native glLighti}(GLenum light, GLenum pname, GLint param)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 14070 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLightiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glLightiv ( int  light,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glLightiv}(GLenum light, GLenum pname, const GLint * params)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 14081 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLightiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glLightiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 14092 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLightModelf()

void com.jogamp.opengl.DebugGL4bc.glLightModelf ( int  pname,
float  param 
)

Entry point to C language function: void {@native glLightModelf}(GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 13971 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLightModelfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glLightModelfv ( int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glLightModelfv}(GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 13982 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLightModelfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glLightModelfv ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 13993 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLightModeli()

void com.jogamp.opengl.DebugGL4bc.glLightModeli ( int  pname,
int  param 
)

Entry point to C language function: void {@native glLightModeli}(GLenum pname, GLint param)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 14004 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLightModeliv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glLightModeliv ( int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glLightModeliv}(GLenum pname, const GLint * params)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 14015 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLightModeliv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glLightModeliv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 14026 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLineStipple()

void com.jogamp.opengl.DebugGL4bc.glLineStipple ( int  factor,
short  pattern 
)

Entry point to C language function: void {@native glLineStipple}(GLint factor, GLushort pattern)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 14103 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLineWidth()

void com.jogamp.opengl.DebugGL4bc.glLineWidth ( float  width)

Entry point to C language function: void {@native glLineWidth}(GLfloat width)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 14114 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLinkProgram()

void com.jogamp.opengl.DebugGL4bc.glLinkProgram ( int  program)

Entry point to C language function: void {@native glLinkProgram}(GLuint program)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glLinkProgramARB

Implements com.jogamp.opengl.GL2ES2.

Definition at line 14125 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLinkProgramARB()

void com.jogamp.opengl.DebugGL4bc.glLinkProgramARB ( long  programObj)

Entry point to C language function: void {@native glLinkProgramARB}(GLhandleARB programObj)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 14136 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glListBase()

void com.jogamp.opengl.DebugGL4bc.glListBase ( int  base)

Entry point to C language function: void {@native glListBase}(GLuint base)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 14147 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glListDrawCommandsStatesClientNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.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 
)

Definition at line 14169 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glListDrawCommandsStatesClientNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glListDrawCommandsStatesClientNV ( int  arg0,
int  arg1,
com.jogamp.common.nio.PointerBuffer  arg2,
java.nio.IntBuffer  arg3,
java.nio.IntBuffer  arg4,
java.nio.IntBuffer  arg5,
int  arg6 
)

Definition at line 14158 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLoadIdentity()

void com.jogamp.opengl.DebugGL4bc.glLoadIdentity ( )

Load the current matrix with the identity matrix.

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 14180 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLoadMatrixd() [1/2]

void com.jogamp.opengl.DebugGL4bc.glLoadMatrixd ( double[]  m,
int  m_offset 
)

Entry point to C language function: void {@native glLoadMatrixd}(const GLdouble * m)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 14191 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLoadMatrixd() [2/2]

void com.jogamp.opengl.DebugGL4bc.glLoadMatrixd ( java.nio.DoubleBuffer  arg0)

Definition at line 14202 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLoadMatrixf() [1/2]

void com.jogamp.opengl.DebugGL4bc.glLoadMatrixf ( float[]  m,
int  m_offset 
)

Load the current matrix w/ the provided one.

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 14213 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLoadMatrixf() [2/2]

void com.jogamp.opengl.DebugGL4bc.glLoadMatrixf ( java.nio.FloatBuffer  m)

Load the current matrix w/ the provided one.

Parameters
paramsthe FloatBuffer's position remains unchanged, which is the same behavior than the native JOGL GL impl

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 14224 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLoadName()

void com.jogamp.opengl.DebugGL4bc.glLoadName ( int  name)

Entry point to C language function: void {@native glLoadName}(GLuint name)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 14235 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLoadTransposeMatrixd() [1/2]

void com.jogamp.opengl.DebugGL4bc.glLoadTransposeMatrixd ( double[]  m,
int  m_offset 
)

Entry point to C language function: void {@native glLoadTransposeMatrixd}(const GLdouble * m)
Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: glLoadTransposeMatrixdARB

Implements com.jogamp.opengl.GL2.

Definition at line 14246 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLoadTransposeMatrixd() [2/2]

void com.jogamp.opengl.DebugGL4bc.glLoadTransposeMatrixd ( java.nio.DoubleBuffer  arg0)

Definition at line 14257 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLoadTransposeMatrixf() [1/2]

void com.jogamp.opengl.DebugGL4bc.glLoadTransposeMatrixf ( float[]  m,
int  m_offset 
)

Entry point to C language function: void {@native glLoadTransposeMatrixf}(const GLfloat * m)
Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: glLoadTransposeMatrixfARB

Implements com.jogamp.opengl.GL2.

Definition at line 14268 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLoadTransposeMatrixf() [2/2]

void com.jogamp.opengl.DebugGL4bc.glLoadTransposeMatrixf ( java.nio.FloatBuffer  arg0)

Definition at line 14279 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLockArraysEXT()

void com.jogamp.opengl.DebugGL4bc.glLockArraysEXT ( int  first,
int  count 
)

Entry point to C language function: void {@native glLockArraysEXT}(GLint first, GLsizei count)
Part of GL_EXT_compiled_vertex_array

Implements com.jogamp.opengl.GL2.

Definition at line 14290 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glLogicOp()

void com.jogamp.opengl.DebugGL4bc.glLogicOp ( int  opcode)

Entry point to C language function: void {@native glLogicOp}(GLenum opcode)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 14301 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMakeBufferNonResidentNV()

void com.jogamp.opengl.DebugGL4bc.glMakeBufferNonResidentNV ( int  target)

Entry point to C language function: void {@native glMakeBufferNonResidentNV}(GLenum target)
Part of GL_NV_shader_buffer_load

Implements com.jogamp.opengl.GL2GL3.

Definition at line 14312 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMakeBufferResidentNV()

void com.jogamp.opengl.DebugGL4bc.glMakeBufferResidentNV ( int  target,
int  access 
)

Entry point to C language function: void {@native glMakeBufferResidentNV}(GLenum target, GLenum access)
Part of GL_NV_shader_buffer_load

Implements com.jogamp.opengl.GL2GL3.

Definition at line 14323 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMakeImageHandleNonResidentARB()

void com.jogamp.opengl.DebugGL4bc.glMakeImageHandleNonResidentARB ( long  handle)

Entry point to C language function: void {@native glMakeImageHandleNonResidentARB}(GLuint64 handle)
Part of GL_ARB_bindless_texture

Implements com.jogamp.opengl.GL4.

Definition at line 14334 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMakeImageHandleResidentARB()

void com.jogamp.opengl.DebugGL4bc.glMakeImageHandleResidentARB ( long  handle,
int  access 
)

Entry point to C language function: void {@native glMakeImageHandleResidentARB}(GLuint64 handle, GLenum access)
Part of GL_ARB_bindless_texture

Implements com.jogamp.opengl.GL4.

Definition at line 14345 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMakeNamedBufferNonResidentNV()

void com.jogamp.opengl.DebugGL4bc.glMakeNamedBufferNonResidentNV ( int  buffer)

Entry point to C language function: void {@native glMakeNamedBufferNonResidentNV}(GLuint buffer)
Part of GL_NV_shader_buffer_load

Implements com.jogamp.opengl.GL2GL3.

Definition at line 14356 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMakeNamedBufferResidentNV()

void com.jogamp.opengl.DebugGL4bc.glMakeNamedBufferResidentNV ( int  buffer,
int  access 
)

Entry point to C language function: void {@native glMakeNamedBufferResidentNV}(GLuint buffer, GLenum access)
Part of GL_NV_shader_buffer_load

Implements com.jogamp.opengl.GL2GL3.

Definition at line 14367 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMakeTextureHandleNonResidentARB()

void com.jogamp.opengl.DebugGL4bc.glMakeTextureHandleNonResidentARB ( long  handle)

Entry point to C language function: void {@native glMakeTextureHandleNonResidentARB}(GLuint64 handle)
Part of GL_ARB_bindless_texture

Implements com.jogamp.opengl.GL4.

Definition at line 14378 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMakeTextureHandleResidentARB()

void com.jogamp.opengl.DebugGL4bc.glMakeTextureHandleResidentARB ( long  handle)

Entry point to C language function: void {@native glMakeTextureHandleResidentARB}(GLuint64 handle)
Part of GL_ARB_bindless_texture

Implements com.jogamp.opengl.GL4.

Definition at line 14389 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMap1d() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMap1d ( int  target,
double  u1,
double  u2,
int  stride,
int  order,
double[]  points,
int  points_offset 
)

Entry point to C language function: void {@native glMap1d}(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 14411 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMap1d() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMap1d ( int  arg0,
double  arg1,
double  arg2,
int  arg3,
int  arg4,
java.nio.DoubleBuffer  arg5 
)

Definition at line 14400 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMap1f() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMap1f ( int  target,
float  u1,
float  u2,
int  stride,
int  order,
float[]  points,
int  points_offset 
)

Entry point to C language function: void {@native glMap1f}(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 14433 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMap1f() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMap1f ( int  arg0,
float  arg1,
float  arg2,
int  arg3,
int  arg4,
java.nio.FloatBuffer  arg5 
)

Definition at line 14422 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMap2d() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMap2d ( int  target,
double  u1,
double  u2,
int  ustride,
int  uorder,
double  v1,
double  v2,
int  vstride,
int  vorder,
double[]  points,
int  points_offset 
)

Entry point to C language function: void {@native glMap2d}(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

Implements com.jogamp.opengl.GL2.

Definition at line 14455 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMap2d() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMap2d ( int  arg0,
double  arg1,
double  arg2,
int  arg3,
int  arg4,
double  arg5,
double  arg6,
int  arg7,
int  arg8,
java.nio.DoubleBuffer  arg9 
)

Definition at line 14444 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMap2f() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMap2f ( int  target,
float  u1,
float  u2,
int  ustride,
int  uorder,
float  v1,
float  v2,
int  vstride,
int  vorder,
float[]  points,
int  points_offset 
)

Entry point to C language function: void {@native glMap2f}(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

Implements com.jogamp.opengl.GL2.

Definition at line 14477 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMap2f() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMap2f ( int  arg0,
float  arg1,
float  arg2,
int  arg3,
int  arg4,
float  arg5,
float  arg6,
int  arg7,
int  arg8,
java.nio.FloatBuffer  arg9 
)

Definition at line 14466 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapBuffer()

java.nio.ByteBuffer com.jogamp.opengl.DebugGL4bc.glMapBuffer ( int  target,
int  access 
)

Entry point to C language function: void * {@native glMapBuffer}(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 GL#mapBuffer(int, int)'s GLBufferStorage#getMappedBuffer().

Exceptions
GLExceptionif buffer is not bound to target
GLExceptionif buffer is not tracked
GLExceptionif buffer is already mapped
GLExceptionif buffer has invalid store size, i.e. less-than zero

Implements com.jogamp.opengl.GL.

Definition at line 14488 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapBufferRange()

java.nio.ByteBuffer com.jogamp.opengl.DebugGL4bc.glMapBufferRange ( int  target,
long  offset,
long  length,
int  access 
)

Entry point to C language function: void * {@native glMapBufferRange}(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 GL#mapBufferRange(int, long, long, int)'s GLBufferStorage#getMappedBuffer().

Exceptions
GLExceptionif buffer is not bound to target
GLExceptionif buffer is not tracked
GLExceptionif buffer is already mapped
GLExceptionif buffer has invalid store size, i.e. less-than zero
GLExceptionif buffer mapping range does not fit, incl. offset

Implements com.jogamp.opengl.GL.

Definition at line 14500 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapControlPointsNV()

void com.jogamp.opengl.DebugGL4bc.glMapControlPointsNV ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
boolean  arg7,
java.nio.Buffer  arg8 
)

Definition at line 14512 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapGrid1d()

void com.jogamp.opengl.DebugGL4bc.glMapGrid1d ( int  un,
double  u1,
double  u2 
)

Entry point to C language function: void {@native glMapGrid1d}(GLint un, GLdouble u1, GLdouble u2)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 14523 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapGrid1f()

void com.jogamp.opengl.DebugGL4bc.glMapGrid1f ( int  un,
float  u1,
float  u2 
)

Entry point to C language function: void {@native glMapGrid1f}(GLint un, GLfloat u1, GLfloat u2)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 14534 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapGrid2d()

void com.jogamp.opengl.DebugGL4bc.glMapGrid2d ( int  un,
double  u1,
double  u2,
int  vn,
double  v1,
double  v2 
)

Entry point to C language function: void {@native glMapGrid2d}(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 14545 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapGrid2f()

void com.jogamp.opengl.DebugGL4bc.glMapGrid2f ( int  un,
float  u1,
float  u2,
int  vn,
float  v1,
float  v2 
)

Entry point to C language function: void {@native glMapGrid2f}(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 14556 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapNamedBuffer()

java.nio.ByteBuffer com.jogamp.opengl.DebugGL4bc.glMapNamedBuffer ( int  buffer,
int  access 
)

Entry point to C language function: void * {@native glMapNamedBuffer}(GLuint buffer, GLenum access)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glMapNamedBufferEXT

Implements com.jogamp.opengl.GL4.

Definition at line 14567 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapNamedBufferEXT()

java.nio.ByteBuffer com.jogamp.opengl.DebugGL4bc.glMapNamedBufferEXT ( int  buffer,
int  access 
)

Entry point to C language function: void * {@native glMapNamedBufferEXT}(GLuint buffer, GLenum access)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 14579 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapNamedBufferRange()

java.nio.ByteBuffer com.jogamp.opengl.DebugGL4bc.glMapNamedBufferRange ( int  buffer,
long  offset,
long  length,
int  access 
)

Entry point to C language function: void * {@native glMapNamedBufferRange}(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glMapNamedBufferRangeEXT

Implements com.jogamp.opengl.GL4.

Definition at line 14591 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapNamedBufferRangeEXT()

java.nio.ByteBuffer com.jogamp.opengl.DebugGL4bc.glMapNamedBufferRangeEXT ( int  buffer,
long  offset,
long  length,
int  access 
)

Entry point to C language function: void * {@native glMapNamedBufferRangeEXT}(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 14603 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapParameterfvNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMapParameterfvNV ( int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glMapParameterfvNV}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_NV_evaluators

Implements com.jogamp.opengl.GL2.

Definition at line 14626 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapParameterfvNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMapParameterfvNV ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 14615 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapParameterivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMapParameterivNV ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glMapParameterivNV}(GLenum target, GLenum pname, const GLint * params)
Part of GL_NV_evaluators

Implements com.jogamp.opengl.GL2.

Definition at line 14637 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapParameterivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMapParameterivNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 14648 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapTexture2DINTEL() [1/2]

java.nio.ByteBuffer com.jogamp.opengl.DebugGL4bc.glMapTexture2DINTEL ( int  texture,
int  level,
int  access,
int[]  stride,
int  stride_offset,
int[]  layout,
int  layout_offset 
)

Entry point to C language function: void * {@native glMapTexture2DINTEL}(GLuint texture, GLint level, GLbitfield access, GLint * stride, GLenum * layout)
Part of GL_INTEL_map_texture

Implements com.jogamp.opengl.GL2.

Definition at line 14659 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapTexture2DINTEL() [2/2]

java.nio.ByteBuffer com.jogamp.opengl.DebugGL4bc.glMapTexture2DINTEL ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3,
java.nio.IntBuffer  arg4 
)

Definition at line 14671 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapVertexAttrib1dAPPLE() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMapVertexAttrib1dAPPLE ( int  index,
int  size,
double  u1,
double  u2,
int  stride,
int  order,
double[]  points,
int  points_offset 
)

Entry point to C language function: void {@native glMapVertexAttrib1dAPPLE}(GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points)
Part of GL_APPLE_vertex_program_evaluators

Implements com.jogamp.opengl.GL2.

Definition at line 14683 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapVertexAttrib1dAPPLE() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMapVertexAttrib1dAPPLE ( int  arg0,
int  arg1,
double  arg2,
double  arg3,
int  arg4,
int  arg5,
java.nio.DoubleBuffer  arg6 
)

Definition at line 14694 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapVertexAttrib1fAPPLE() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMapVertexAttrib1fAPPLE ( int  index,
int  size,
float  u1,
float  u2,
int  stride,
int  order,
float[]  points,
int  points_offset 
)

Entry point to C language function: void {@native glMapVertexAttrib1fAPPLE}(GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points)
Part of GL_APPLE_vertex_program_evaluators

Implements com.jogamp.opengl.GL2.

Definition at line 14716 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapVertexAttrib1fAPPLE() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMapVertexAttrib1fAPPLE ( int  arg0,
int  arg1,
float  arg2,
float  arg3,
int  arg4,
int  arg5,
java.nio.FloatBuffer  arg6 
)

Definition at line 14705 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapVertexAttrib2dAPPLE() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMapVertexAttrib2dAPPLE ( int  index,
int  size,
double  u1,
double  u2,
int  ustride,
int  uorder,
double  v1,
double  v2,
int  vstride,
int  vorder,
double[]  points,
int  points_offset 
)

Entry point to C language function: void {@native glMapVertexAttrib2dAPPLE}(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

Implements com.jogamp.opengl.GL2.

Definition at line 14738 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapVertexAttrib2dAPPLE() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMapVertexAttrib2dAPPLE ( int  arg0,
int  arg1,
double  arg2,
double  arg3,
int  arg4,
int  arg5,
double  arg6,
double  arg7,
int  arg8,
int  arg9,
java.nio.DoubleBuffer  arg10 
)

Definition at line 14727 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapVertexAttrib2fAPPLE() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMapVertexAttrib2fAPPLE ( int  index,
int  size,
float  u1,
float  u2,
int  ustride,
int  uorder,
float  v1,
float  v2,
int  vstride,
int  vorder,
float[]  points,
int  points_offset 
)

Entry point to C language function: void {@native glMapVertexAttrib2fAPPLE}(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

Implements com.jogamp.opengl.GL2.

Definition at line 14760 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMapVertexAttrib2fAPPLE() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMapVertexAttrib2fAPPLE ( int  arg0,
int  arg1,
float  arg2,
float  arg3,
int  arg4,
int  arg5,
float  arg6,
float  arg7,
int  arg8,
int  arg9,
java.nio.FloatBuffer  arg10 
)

Definition at line 14749 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMaterialf()

void com.jogamp.opengl.DebugGL4bc.glMaterialf ( int  arg0,
int  arg1,
float  arg2 
)

Implements com.jogamp.opengl.fixedfunc.GLLightingFunc.

Definition at line 14771 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMaterialfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMaterialfv ( int  arg0,
int  arg1,
float[]  arg2,
int  arg3 
)

Implements com.jogamp.opengl.fixedfunc.GLLightingFunc.

Definition at line 14782 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMaterialfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMaterialfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Implements com.jogamp.opengl.fixedfunc.GLLightingFunc.

Definition at line 14793 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMateriali()

void com.jogamp.opengl.DebugGL4bc.glMateriali ( int  face,
int  pname,
int  param 
)

Entry point to C language function: void {@native glMateriali}(GLenum face, GLenum pname, GLint param)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 14804 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMaterialiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMaterialiv ( int  face,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glMaterialiv}(GLenum face, GLenum pname, const GLint * params)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 14815 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMaterialiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMaterialiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 14826 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixFrustumEXT()

void com.jogamp.opengl.DebugGL4bc.glMatrixFrustumEXT ( int  mode,
double  left,
double  right,
double  bottom,
double  top,
double  zNear,
double  zFar 
)

Entry point to C language function: void {@native glMatrixFrustumEXT}(GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 14837 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixIndexPointerARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixIndexPointerARB ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Definition at line 14848 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixIndexPointerARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixIndexPointerARB ( int  size,
int  type,
int  stride,
long  pointer_buffer_offset 
)

Entry point to C language function: void {@native glMatrixIndexPointerARB}(GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_ARB_matrix_palette

Implements com.jogamp.opengl.GL2.

Definition at line 14859 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixIndexubvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixIndexubvARB ( int  size,
byte[]  indices,
int  indices_offset 
)

Entry point to C language function: void {@native glMatrixIndexubvARB}(GLint size, const GLubyte * indices)
Part of GL_ARB_matrix_palette

Implements com.jogamp.opengl.GL2.

Definition at line 14881 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixIndexubvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixIndexubvARB ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 14870 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixIndexuivARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixIndexuivARB ( int  size,
int[]  indices,
int  indices_offset 
)

Entry point to C language function: void {@native glMatrixIndexuivARB}(GLint size, const GLuint * indices)
Part of GL_ARB_matrix_palette

Implements com.jogamp.opengl.GL2.

Definition at line 14903 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixIndexuivARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixIndexuivARB ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 14892 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixIndexusvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixIndexusvARB ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 14925 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixIndexusvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixIndexusvARB ( int  size,
short[]  indices,
int  indices_offset 
)

Entry point to C language function: void {@native glMatrixIndexusvARB}(GLint size, const GLushort * indices)
Part of GL_ARB_matrix_palette

Implements com.jogamp.opengl.GL2.

Definition at line 14914 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixLoaddEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixLoaddEXT ( int  mode,
double[]  m,
int  m_offset 
)

Entry point to C language function: void {@native glMatrixLoaddEXT}(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 15002 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixLoaddEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixLoaddEXT ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 14991 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixLoadfEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixLoadfEXT ( int  mode,
float[]  m,
int  m_offset 
)

Entry point to C language function: void {@native glMatrixLoadfEXT}(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 15013 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixLoadfEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixLoadfEXT ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 15024 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixLoadIdentityEXT()

void com.jogamp.opengl.DebugGL4bc.glMatrixLoadIdentityEXT ( int  mode)

Entry point to C language function: void {@native glMatrixLoadIdentityEXT}(GLenum mode)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 14936 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixLoadTransposedEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixLoadTransposedEXT ( int  mode,
double[]  m,
int  m_offset 
)

Entry point to C language function: void {@native glMatrixLoadTransposedEXT}(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 14947 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixLoadTransposedEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixLoadTransposedEXT ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 14958 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixLoadTransposefEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixLoadTransposefEXT ( int  mode,
float[]  m,
int  m_offset 
)

Entry point to C language function: void {@native glMatrixLoadTransposefEXT}(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 14980 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixLoadTransposefEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixLoadTransposefEXT ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 14969 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixMode()

void com.jogamp.opengl.DebugGL4bc.glMatrixMode ( int  mode)

Sets the current matrix mode.

Parameters
modeGL_MODELVIEW, GL_PROJECTION or GL_TEXTURE.

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 15035 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixMultdEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixMultdEXT ( int  mode,
double[]  m,
int  m_offset 
)

Entry point to C language function: void {@native glMatrixMultdEXT}(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 15101 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixMultdEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixMultdEXT ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 15090 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixMultfEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixMultfEXT ( int  mode,
float[]  m,
int  m_offset 
)

Entry point to C language function: void {@native glMatrixMultfEXT}(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 15112 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixMultfEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixMultfEXT ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 15123 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixMultTransposedEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixMultTransposedEXT ( int  mode,
double[]  m,
int  m_offset 
)

Entry point to C language function: void {@native glMatrixMultTransposedEXT}(GLenum mode, const GLdouble * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 15046 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixMultTransposedEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixMultTransposedEXT ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 15057 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixMultTransposefEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixMultTransposefEXT ( int  mode,
float[]  m,
int  m_offset 
)

Entry point to C language function: void {@native glMatrixMultTransposefEXT}(GLenum mode, const GLfloat * m)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 15079 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixMultTransposefEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMatrixMultTransposefEXT ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 15068 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixOrthoEXT()

void com.jogamp.opengl.DebugGL4bc.glMatrixOrthoEXT ( int  mode,
double  left,
double  right,
double  bottom,
double  top,
double  zNear,
double  zFar 
)

Entry point to C language function: void {@native glMatrixOrthoEXT}(GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 15134 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixPopEXT()

void com.jogamp.opengl.DebugGL4bc.glMatrixPopEXT ( int  mode)

Entry point to C language function: void {@native glMatrixPopEXT}(GLenum mode)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 15145 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixPushEXT()

void com.jogamp.opengl.DebugGL4bc.glMatrixPushEXT ( int  mode)

Entry point to C language function: void {@native glMatrixPushEXT}(GLenum mode)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 15156 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixRotatedEXT()

void com.jogamp.opengl.DebugGL4bc.glMatrixRotatedEXT ( int  mode,
double  angle,
double  x,
double  y,
double  z 
)

Entry point to C language function: void {@native glMatrixRotatedEXT}(GLenum mode, GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 15167 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixRotatefEXT()

void com.jogamp.opengl.DebugGL4bc.glMatrixRotatefEXT ( int  mode,
float  angle,
float  x,
float  y,
float  z 
)

Entry point to C language function: void {@native glMatrixRotatefEXT}(GLenum mode, GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 15178 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixScaledEXT()

void com.jogamp.opengl.DebugGL4bc.glMatrixScaledEXT ( int  mode,
double  x,
double  y,
double  z 
)

Entry point to C language function: void {@native glMatrixScaledEXT}(GLenum mode, GLdouble x, GLdouble y, GLdouble z)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 15189 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixScalefEXT()

void com.jogamp.opengl.DebugGL4bc.glMatrixScalefEXT ( int  mode,
float  x,
float  y,
float  z 
)

Entry point to C language function: void {@native glMatrixScalefEXT}(GLenum mode, GLfloat x, GLfloat y, GLfloat z)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 15200 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixTranslatedEXT()

void com.jogamp.opengl.DebugGL4bc.glMatrixTranslatedEXT ( int  mode,
double  x,
double  y,
double  z 
)

Entry point to C language function: void {@native glMatrixTranslatedEXT}(GLenum mode, GLdouble x, GLdouble y, GLdouble z)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 15211 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMatrixTranslatefEXT()

void com.jogamp.opengl.DebugGL4bc.glMatrixTranslatefEXT ( int  mode,
float  x,
float  y,
float  z 
)

Entry point to C language function: void {@native glMatrixTranslatefEXT}(GLenum mode, GLfloat x, GLfloat y, GLfloat z)
Part of GL_EXT_direct_state_access, GL_NV_path_rendering

Implements com.jogamp.opengl.GL2GL3.

Definition at line 15222 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMaxShaderCompilerThreadsARB()

void com.jogamp.opengl.DebugGL4bc.glMaxShaderCompilerThreadsARB ( int  count)

Entry point to C language function: void {@native glMaxShaderCompilerThreadsARB}(GLuint count)
Part of GL_ARB_parallel_shader_compile

Implements com.jogamp.opengl.GL4.

Definition at line 15233 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMaxShaderCompilerThreadsKHR()

void com.jogamp.opengl.DebugGL4bc.glMaxShaderCompilerThreadsKHR ( int  count)

Entry point to C language function: void {@native glMaxShaderCompilerThreadsKHR}(GLuint count)
Part of GL_KHR_parallel_shader_compile

Implements com.jogamp.opengl.GL2GL3.

Definition at line 15244 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMemoryBarrier()

void com.jogamp.opengl.DebugGL4bc.glMemoryBarrier ( int  barriers)

Entry point to C language function: void {@native glMemoryBarrier}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 15255 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMemoryBarrierByRegion()

void com.jogamp.opengl.DebugGL4bc.glMemoryBarrierByRegion ( int  barriers)

Entry point to C language function: void {@native glMemoryBarrierByRegion}(GLbitfield barriers)
Part of GL_VERSION_4_5, GL_ES_VERSION_3_1

Implements com.jogamp.opengl.GL3ES3.

Definition at line 15266 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMemoryObjectParameterivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMemoryObjectParameterivEXT ( int  memoryObject,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glMemoryObjectParameterivEXT}(GLuint memoryObject, GLenum pname, const GLint * params)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL2ES3.

Definition at line 15277 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMemoryObjectParameterivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMemoryObjectParameterivEXT ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 15288 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMinmax()

void com.jogamp.opengl.DebugGL4bc.glMinmax ( int  target,
int  internalformat,
boolean  sink 
)

Entry point to C language function: void {@native glMinmax}(GLenum target, GLenum internalformat, GLboolean sink)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glMinmaxEXT

Implements com.jogamp.opengl.GL2.

Definition at line 15310 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMinSampleShading()

void com.jogamp.opengl.DebugGL4bc.glMinSampleShading ( float  value)

Entry point to C language function: void {@native glMinSampleShading}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 15299 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastBarrierNV()

void com.jogamp.opengl.DebugGL4bc.glMulticastBarrierNV ( )

Entry point to C language function: void {@native glMulticastBarrierNV}()
Part of GL_NV_gpu_multicast

Implements com.jogamp.opengl.GL2.

Definition at line 16894 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastBlitFramebufferNV()

void com.jogamp.opengl.DebugGL4bc.glMulticastBlitFramebufferNV ( int  srcGpu,
int  dstGpu,
int  srcX0,
int  srcY0,
int  srcX1,
int  srcY1,
int  dstX0,
int  dstY0,
int  dstX1,
int  dstY1,
int  mask,
int  filter 
)

Entry point to C language function: void {@native glMulticastBlitFramebufferNV}(GLuint srcGpu, GLuint dstGpu, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Part of GL_NV_gpu_multicast

Implements com.jogamp.opengl.GL2.

Definition at line 16905 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastBufferSubDataNV()

void com.jogamp.opengl.DebugGL4bc.glMulticastBufferSubDataNV ( int  arg0,
int  arg1,
long  arg2,
long  arg3,
java.nio.Buffer  arg4 
)

Definition at line 16916 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastCopyBufferSubDataNV()

void com.jogamp.opengl.DebugGL4bc.glMulticastCopyBufferSubDataNV ( int  readGpu,
int  writeGpuMask,
int  readBuffer,
int  writeBuffer,
long  readOffset,
long  writeOffset,
long  size 
)

Entry point to C language function: void {@native glMulticastCopyBufferSubDataNV}(GLuint readGpu, GLbitfield writeGpuMask, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Part of GL_NV_gpu_multicast

Implements com.jogamp.opengl.GL2.

Definition at line 16927 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastCopyImageSubDataNV()

void com.jogamp.opengl.DebugGL4bc.glMulticastCopyImageSubDataNV ( int  srcGpu,
int  dstGpuMask,
int  srcName,
int  srcTarget,
int  srcLevel,
int  srcX,
int  srcY,
int  srcZ,
int  dstName,
int  dstTarget,
int  dstLevel,
int  dstX,
int  dstY,
int  dstZ,
int  srcWidth,
int  srcHeight,
int  srcDepth 
)

Entry point to C language function: void {@native glMulticastCopyImageSubDataNV}(GLuint srcGpu, GLbitfield dstGpuMask, 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_NV_gpu_multicast

Implements com.jogamp.opengl.GL2.

Definition at line 16938 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastFramebufferSampleLocationsfvNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMulticastFramebufferSampleLocationsfvNV ( int  gpu,
int  framebuffer,
int  start,
int  count,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMulticastFramebufferSampleLocationsfvNV}(GLuint gpu, GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_NV_gpu_multicast

Implements com.jogamp.opengl.GL2.

Definition at line 16949 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastFramebufferSampleLocationsfvNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMulticastFramebufferSampleLocationsfvNV ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.FloatBuffer  arg4 
)

Definition at line 16960 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastGetQueryObjecti64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMulticastGetQueryObjecti64vNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 16982 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastGetQueryObjecti64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMulticastGetQueryObjecti64vNV ( int  gpu,
int  id,
int  pname,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glMulticastGetQueryObjecti64vNV}(GLuint gpu, GLuint id, GLenum pname, GLint64 * params)
Part of GL_NV_gpu_multicast

Implements com.jogamp.opengl.GL2.

Definition at line 16971 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastGetQueryObjectivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMulticastGetQueryObjectivNV ( int  gpu,
int  id,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glMulticastGetQueryObjectivNV}(GLuint gpu, GLuint id, GLenum pname, GLint * params)
Part of GL_NV_gpu_multicast

Implements com.jogamp.opengl.GL2.

Definition at line 17004 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastGetQueryObjectivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMulticastGetQueryObjectivNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 16993 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastGetQueryObjectui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMulticastGetQueryObjectui64vNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 17015 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastGetQueryObjectui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMulticastGetQueryObjectui64vNV ( int  gpu,
int  id,
int  pname,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glMulticastGetQueryObjectui64vNV}(GLuint gpu, GLuint id, GLenum pname, GLuint64 * params)
Part of GL_NV_gpu_multicast

Implements com.jogamp.opengl.GL2.

Definition at line 17026 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastGetQueryObjectuivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMulticastGetQueryObjectuivNV ( int  gpu,
int  id,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glMulticastGetQueryObjectuivNV}(GLuint gpu, GLuint id, GLenum pname, GLuint * params)
Part of GL_NV_gpu_multicast

Implements com.jogamp.opengl.GL2.

Definition at line 17048 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastGetQueryObjectuivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMulticastGetQueryObjectuivNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 17037 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastScissorArrayvNVX() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMulticastScissorArrayvNVX ( int  gpu,
int  first,
int  count,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMulticastScissorArrayvNVX}(GLuint gpu, GLuint first, GLsizei count, const GLint * v)
Part of GL_NVX_gpu_multicast2

Implements com.jogamp.opengl.GL2.

Definition at line 17070 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastScissorArrayvNVX() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMulticastScissorArrayvNVX ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 17059 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastViewportArrayvNVX() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMulticastViewportArrayvNVX ( int  gpu,
int  first,
int  count,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMulticastViewportArrayvNVX}(GLuint gpu, GLuint first, GLsizei count, const GLfloat * v)
Part of GL_NVX_gpu_multicast2

Implements com.jogamp.opengl.GL2.

Definition at line 17081 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastViewportArrayvNVX() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMulticastViewportArrayvNVX ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 17092 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastViewportPositionWScaleNVX()

void com.jogamp.opengl.DebugGL4bc.glMulticastViewportPositionWScaleNVX ( int  gpu,
int  index,
float  xcoeff,
float  ycoeff 
)

Entry point to C language function: void {@native glMulticastViewportPositionWScaleNVX}(GLuint gpu, GLuint index, GLfloat xcoeff, GLfloat ycoeff)
Part of GL_NVX_gpu_multicast2

Implements com.jogamp.opengl.GL2.

Definition at line 17103 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMulticastWaitSyncNV()

void com.jogamp.opengl.DebugGL4bc.glMulticastWaitSyncNV ( int  signalGpu,
int  waitGpuMask 
)

Entry point to C language function: void {@native glMulticastWaitSyncNV}(GLuint signalGpu, GLbitfield waitGpuMask)
Part of GL_NV_gpu_multicast

Implements com.jogamp.opengl.GL2.

Definition at line 17114 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiDrawArrays() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiDrawArrays ( int  mode,
int[]  first,
int  first_offset,
int[]  count,
int  count_offset,
int  drawcount 
)

Entry point to C language function: void {@native glMultiDrawArrays}(GLenum mode, const GLint * first, const GLsizei * count, GLsizei drawcount)
Part of GL_VERSION_1_4, GL_EXT_multi_draw_arrays
Alias for: glMultiDrawArraysEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 15420 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiDrawArrays() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiDrawArrays ( int  arg0,
java.nio.IntBuffer  arg1,
java.nio.IntBuffer  arg2,
int  arg3 
)

Definition at line 15409 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiDrawArraysIndirect() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiDrawArraysIndirect ( int  arg0,
java.nio.Buffer  arg1,
int  arg2,
int  arg3 
)

Definition at line 15442 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiDrawArraysIndirect() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiDrawArraysIndirect ( int  mode,
long  indirect_buffer_offset,
int  drawcount,
int  stride 
)

Entry point to C language function: void {@native glMultiDrawArraysIndirect}(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

Implements com.jogamp.opengl.GL4.

Definition at line 15431 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiDrawArraysIndirectAMD()

void com.jogamp.opengl.DebugGL4bc.glMultiDrawArraysIndirectAMD ( int  arg0,
java.nio.Buffer  arg1,
int  arg2,
int  arg3 
)

Definition at line 15453 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiDrawArraysIndirectBindlessCountNV()

void com.jogamp.opengl.DebugGL4bc.glMultiDrawArraysIndirectBindlessCountNV ( int  arg0,
java.nio.Buffer  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5 
)

Definition at line 15464 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiDrawArraysIndirectBindlessNV()

void com.jogamp.opengl.DebugGL4bc.glMultiDrawArraysIndirectBindlessNV ( int  arg0,
java.nio.Buffer  arg1,
int  arg2,
int  arg3,
int  arg4 
)

Definition at line 15475 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiDrawArraysIndirectCount()

void com.jogamp.opengl.DebugGL4bc.glMultiDrawArraysIndirectCount ( int  arg0,
java.nio.Buffer  arg1,
long  arg2,
int  arg3,
int  arg4 
)

Definition at line 15486 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiDrawElements()

void com.jogamp.opengl.DebugGL4bc.glMultiDrawElements ( int  arg0,
java.nio.IntBuffer  arg1,
int  arg2,
com.jogamp.common.nio.PointerBuffer  arg3,
int  arg4 
)

Definition at line 15497 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiDrawElementsBaseVertex()

void com.jogamp.opengl.DebugGL4bc.glMultiDrawElementsBaseVertex ( int  arg0,
java.nio.IntBuffer  arg1,
int  arg2,
com.jogamp.common.nio.PointerBuffer  arg3,
int  arg4,
java.nio.IntBuffer  arg5 
)

Definition at line 15508 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiDrawElementsIndirect()

void com.jogamp.opengl.DebugGL4bc.glMultiDrawElementsIndirect ( int  mode,
int  type,
long  indirect_buffer_offset,
int  drawcount,
int  stride 
)

Entry point to C language function: void {@native glMultiDrawElementsIndirect}(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

Implements com.jogamp.opengl.GL4.

Definition at line 15519 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiDrawElementsIndirectAMD()

void com.jogamp.opengl.DebugGL4bc.glMultiDrawElementsIndirectAMD ( int  arg0,
int  arg1,
java.nio.Buffer  arg2,
int  arg3,
int  arg4 
)

Definition at line 15530 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiDrawElementsIndirectBindlessCountNV()

void com.jogamp.opengl.DebugGL4bc.glMultiDrawElementsIndirectBindlessCountNV ( int  arg0,
int  arg1,
java.nio.Buffer  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6 
)

Definition at line 15541 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiDrawElementsIndirectBindlessNV()

void com.jogamp.opengl.DebugGL4bc.glMultiDrawElementsIndirectBindlessNV ( int  arg0,
int  arg1,
java.nio.Buffer  arg2,
int  arg3,
int  arg4,
int  arg5 
)

Definition at line 15552 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiDrawElementsIndirectCount()

void com.jogamp.opengl.DebugGL4bc.glMultiDrawElementsIndirectCount ( int  arg0,
int  arg1,
java.nio.Buffer  arg2,
long  arg3,
int  arg4,
int  arg5 
)

Definition at line 15563 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiDrawMeshTasksIndirectCountNV()

void com.jogamp.opengl.DebugGL4bc.glMultiDrawMeshTasksIndirectCountNV ( long  indirect,
long  drawcount,
int  maxdrawcount,
int  stride 
)

Entry point to C language function: void {@native glMultiDrawMeshTasksIndirectCountNV}(GLintptr indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride)
Part of GL_NV_mesh_shader

Implements com.jogamp.opengl.GL4ES3.

Definition at line 15574 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiDrawMeshTasksIndirectNV()

void com.jogamp.opengl.DebugGL4bc.glMultiDrawMeshTasksIndirectNV ( long  indirect,
int  drawcount,
int  stride 
)

Entry point to C language function: void {@native glMultiDrawMeshTasksIndirectNV}(GLintptr indirect, GLsizei drawcount, GLsizei stride)
Part of GL_NV_mesh_shader

Implements com.jogamp.opengl.GL4ES3.

Definition at line 15585 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexBufferEXT()

void com.jogamp.opengl.DebugGL4bc.glMultiTexBufferEXT ( int  texunit,
int  target,
int  internalformat,
int  buffer 
)

Entry point to C language function: void {@native glMultiTexBufferEXT}(GLenum texunit, GLenum target, GLenum internalformat, GLuint buffer)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 15596 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord1bOES()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord1bOES ( int  texture,
byte  s 
)

Entry point to C language function: void {@native glMultiTexCoord1bOES}(GLenum texture, GLbyte s)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 15607 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord1bvOES() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord1bvOES ( int  texture,
byte[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glMultiTexCoord1bvOES}(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 15618 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord1bvOES() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord1bvOES ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 15629 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord1d()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord1d ( int  target,
double  s 
)

Entry point to C language function: void {@native glMultiTexCoord1d}(GLenum target, GLdouble s)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1dARB

Implements com.jogamp.opengl.GL2.

Definition at line 15640 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord1dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord1dv ( int  target,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord1dv}(GLenum target, const GLdouble * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1dvARB

Implements com.jogamp.opengl.GL2.

Definition at line 15662 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord1dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord1dv ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 15651 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord1f()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord1f ( int  target,
float  s 
)

Entry point to C language function: void {@native glMultiTexCoord1f}(GLenum target, GLfloat s)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1fARB

Implements com.jogamp.opengl.GL2.

Definition at line 15673 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord1fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord1fv ( int  target,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord1fv}(GLenum target, const GLfloat * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1fvARB

Implements com.jogamp.opengl.GL2.

Definition at line 15695 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord1fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord1fv ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 15684 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord1h()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord1h ( int  target,
short  s 
)

Entry point to C language function: void {@native glMultiTexCoord1h}(GLenum target, GLhalfNV s)
Part of GL_NV_half_float
Alias for: glMultiTexCoord1hNV

Implements com.jogamp.opengl.GL2.

Definition at line 15706 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord1hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord1hv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 15728 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord1hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord1hv ( int  target,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord1hv}(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glMultiTexCoord1hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 15717 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord1i()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord1i ( int  target,
int  s 
)

Entry point to C language function: void {@native glMultiTexCoord1i}(GLenum target, GLint s)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1iARB

Implements com.jogamp.opengl.GL2.

Definition at line 15739 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord1iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord1iv ( int  target,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord1iv}(GLenum target, const GLint * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1ivARB

Implements com.jogamp.opengl.GL2.

Definition at line 15750 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord1iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord1iv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 15761 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord1s()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord1s ( int  target,
short  s 
)

Entry point to C language function: void {@native glMultiTexCoord1s}(GLenum target, GLshort s)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1sARB

Implements com.jogamp.opengl.GL2.

Definition at line 15772 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord1sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord1sv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 15794 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord1sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord1sv ( int  target,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord1sv}(GLenum target, const GLshort * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord1svARB

Implements com.jogamp.opengl.GL2.

Definition at line 15783 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord2bOES()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord2bOES ( int  texture,
byte  s,
byte  t 
)

Entry point to C language function: void {@native glMultiTexCoord2bOES}(GLenum texture, GLbyte s, GLbyte t)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 15805 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord2bvOES() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord2bvOES ( int  texture,
byte[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glMultiTexCoord2bvOES}(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 15816 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord2bvOES() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord2bvOES ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 15827 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord2d()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord2d ( int  target,
double  s,
double  t 
)

Entry point to C language function: void {@native glMultiTexCoord2d}(GLenum target, GLdouble s, GLdouble t)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2dARB

Implements com.jogamp.opengl.GL2.

Definition at line 15838 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord2dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord2dv ( int  target,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord2dv}(GLenum target, const GLdouble * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2dvARB

Implements com.jogamp.opengl.GL2.

Definition at line 15860 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord2dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord2dv ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 15849 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord2f()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord2f ( int  target,
float  s,
float  t 
)

Entry point to C language function: void {@native glMultiTexCoord2f}(GLenum target, GLfloat s, GLfloat t)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2fARB

Implements com.jogamp.opengl.GL2.

Definition at line 15871 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord2fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord2fv ( int  target,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord2fv}(GLenum target, const GLfloat * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2fvARB

Implements com.jogamp.opengl.GL2.

Definition at line 15893 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord2fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord2fv ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 15882 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord2h()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord2h ( int  target,
short  s,
short  t 
)

Entry point to C language function: void {@native glMultiTexCoord2h}(GLenum target, GLhalfNV s, GLhalfNV t)
Part of GL_NV_half_float
Alias for: glMultiTexCoord2hNV

Implements com.jogamp.opengl.GL2.

Definition at line 15904 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord2hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord2hv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 15926 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord2hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord2hv ( int  target,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord2hv}(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glMultiTexCoord2hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 15915 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord2i()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord2i ( int  target,
int  s,
int  t 
)

Entry point to C language function: void {@native glMultiTexCoord2i}(GLenum target, GLint s, GLint t)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2iARB

Implements com.jogamp.opengl.GL2.

Definition at line 15937 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord2iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord2iv ( int  target,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord2iv}(GLenum target, const GLint * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2ivARB

Implements com.jogamp.opengl.GL2.

Definition at line 15959 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord2iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord2iv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 15948 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord2s()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord2s ( int  target,
short  s,
short  t 
)

Entry point to C language function: void {@native glMultiTexCoord2s}(GLenum target, GLshort s, GLshort t)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2sARB

Implements com.jogamp.opengl.GL2.

Definition at line 15970 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord2sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord2sv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 15981 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord2sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord2sv ( int  target,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord2sv}(GLenum target, const GLshort * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord2svARB

Implements com.jogamp.opengl.GL2.

Definition at line 15992 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord3bOES()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord3bOES ( int  texture,
byte  s,
byte  t,
byte  r 
)

Entry point to C language function: void {@native glMultiTexCoord3bOES}(GLenum texture, GLbyte s, GLbyte t, GLbyte r)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 16003 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord3bvOES() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord3bvOES ( int  texture,
byte[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glMultiTexCoord3bvOES}(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 16025 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord3bvOES() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord3bvOES ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 16014 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord3d()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord3d ( int  target,
double  s,
double  t,
double  r 
)

Entry point to C language function: void {@native glMultiTexCoord3d}(GLenum target, GLdouble s, GLdouble t, GLdouble r)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3dARB

Implements com.jogamp.opengl.GL2.

Definition at line 16036 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord3dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord3dv ( int  target,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord3dv}(GLenum target, const GLdouble * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3dvARB

Implements com.jogamp.opengl.GL2.

Definition at line 16047 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord3dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord3dv ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 16058 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord3f()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord3f ( int  target,
float  s,
float  t,
float  r 
)

Entry point to C language function: void {@native glMultiTexCoord3f}(GLenum target, GLfloat s, GLfloat t, GLfloat r)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3fARB

Implements com.jogamp.opengl.GL2.

Definition at line 16069 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord3fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord3fv ( int  target,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord3fv}(GLenum target, const GLfloat * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3fvARB

Implements com.jogamp.opengl.GL2.

Definition at line 16091 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord3fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord3fv ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 16080 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord3h()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord3h ( int  target,
short  s,
short  t,
short  r 
)

Entry point to C language function: void {@native glMultiTexCoord3h}(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r)
Part of GL_NV_half_float
Alias for: glMultiTexCoord3hNV

Implements com.jogamp.opengl.GL2.

Definition at line 16102 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord3hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord3hv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 16113 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord3hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord3hv ( int  target,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord3hv}(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glMultiTexCoord3hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 16124 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord3i()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord3i ( int  target,
int  s,
int  t,
int  r 
)

Entry point to C language function: void {@native glMultiTexCoord3i}(GLenum target, GLint s, GLint t, GLint r)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3iARB

Implements com.jogamp.opengl.GL2.

Definition at line 16135 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord3iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord3iv ( int  target,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord3iv}(GLenum target, const GLint * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3ivARB

Implements com.jogamp.opengl.GL2.

Definition at line 16146 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord3iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord3iv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 16157 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord3s()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord3s ( int  target,
short  s,
short  t,
short  r 
)

Entry point to C language function: void {@native glMultiTexCoord3s}(GLenum target, GLshort s, GLshort t, GLshort r)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3sARB

Implements com.jogamp.opengl.GL2.

Definition at line 16168 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord3sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord3sv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 16179 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord3sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord3sv ( int  target,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord3sv}(GLenum target, const GLshort * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord3svARB

Implements com.jogamp.opengl.GL2.

Definition at line 16190 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord4bOES()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord4bOES ( int  texture,
byte  s,
byte  t,
byte  r,
byte  q 
)

Entry point to C language function: void {@native glMultiTexCoord4bOES}(GLenum texture, GLbyte s, GLbyte t, GLbyte r, GLbyte q)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 16201 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord4bvOES() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord4bvOES ( int  texture,
byte[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glMultiTexCoord4bvOES}(GLenum texture, const GLbyte * coords)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 16223 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord4bvOES() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord4bvOES ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 16212 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord4d()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord4d ( int  target,
double  s,
double  t,
double  r,
double  q 
)

Entry point to C language function: void {@native glMultiTexCoord4d}(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4dARB

Implements com.jogamp.opengl.GL2.

Definition at line 16234 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord4dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord4dv ( int  target,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord4dv}(GLenum target, const GLdouble * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4dvARB

Implements com.jogamp.opengl.GL2.

Definition at line 16245 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord4dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord4dv ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 16256 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord4f()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord4f ( int  target,
float  s,
float  t,
float  r,
float  q 
)

Entry point to C language function: void {@native glMultiTexCoord4f}(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

Implements com.jogamp.opengl.GL2ES1.

Definition at line 16267 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord4fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord4fv ( int  target,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord4fv}(GLenum target, const GLfloat * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4fvARB

Implements com.jogamp.opengl.GL2.

Definition at line 16289 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord4fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord4fv ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 16278 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord4h()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord4h ( int  target,
short  s,
short  t,
short  r,
short  q 
)

Entry point to C language function: void {@native glMultiTexCoord4h}(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q)
Part of GL_NV_half_float
Alias for: glMultiTexCoord4hNV

Implements com.jogamp.opengl.GL2.

Definition at line 16300 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord4hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord4hv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 16311 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord4hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord4hv ( int  target,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord4hv}(GLenum target, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glMultiTexCoord4hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 16322 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord4i()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord4i ( int  target,
int  s,
int  t,
int  r,
int  q 
)

Entry point to C language function: void {@native glMultiTexCoord4i}(GLenum target, GLint s, GLint t, GLint r, GLint q)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4iARB

Implements com.jogamp.opengl.GL2.

Definition at line 16333 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord4iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord4iv ( int  target,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord4iv}(GLenum target, const GLint * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4ivARB

Implements com.jogamp.opengl.GL2.

Definition at line 16355 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord4iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord4iv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 16344 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord4s()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord4s ( int  target,
short  s,
short  t,
short  r,
short  q 
)

Entry point to C language function: void {@native glMultiTexCoord4s}(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4sARB

Implements com.jogamp.opengl.GL2.

Definition at line 16366 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord4sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord4sv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 16377 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoord4sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoord4sv ( int  target,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glMultiTexCoord4sv}(GLenum target, const GLshort * v)
Part of GL_VERSION_1_3, GL_ARB_multitexture
Alias for: glMultiTexCoord4svARB

Implements com.jogamp.opengl.GL2.

Definition at line 16388 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoordP1ui()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoordP1ui ( int  texture,
int  type,
int  coords 
)

Entry point to C language function: void {@native glMultiTexCoordP1ui}(GLenum texture, GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 16399 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoordP1uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoordP1uiv ( int  texture,
int  type,
int[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glMultiTexCoordP1uiv}(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 16410 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoordP1uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoordP1uiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 16421 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoordP2ui()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoordP2ui ( int  texture,
int  type,
int  coords 
)

Entry point to C language function: void {@native glMultiTexCoordP2ui}(GLenum texture, GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 16432 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoordP2uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoordP2uiv ( int  texture,
int  type,
int[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glMultiTexCoordP2uiv}(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 16454 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoordP2uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoordP2uiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 16443 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoordP3ui()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoordP3ui ( int  texture,
int  type,
int  coords 
)

Entry point to C language function: void {@native glMultiTexCoordP3ui}(GLenum texture, GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 16465 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoordP3uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoordP3uiv ( int  texture,
int  type,
int[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glMultiTexCoordP3uiv}(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 16476 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoordP3uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoordP3uiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 16487 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoordP4ui()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoordP4ui ( int  texture,
int  type,
int  coords 
)

Entry point to C language function: void {@native glMultiTexCoordP4ui}(GLenum texture, GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 16498 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoordP4uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoordP4uiv ( int  texture,
int  type,
int[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glMultiTexCoordP4uiv}(GLenum texture, GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 16520 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoordP4uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoordP4uiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 16509 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexCoordPointerEXT()

void com.jogamp.opengl.DebugGL4bc.glMultiTexCoordPointerEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.Buffer  arg4 
)

Definition at line 16531 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexEnvfEXT()

void com.jogamp.opengl.DebugGL4bc.glMultiTexEnvfEXT ( int  texunit,
int  target,
int  pname,
float  param 
)

Entry point to C language function: void {@native glMultiTexEnvfEXT}(GLenum texunit, GLenum target, GLenum pname, GLfloat param)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 16542 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexEnvfvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexEnvfvEXT ( int  texunit,
int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glMultiTexEnvfvEXT}(GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 16553 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexEnvfvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexEnvfvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 16564 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexEnviEXT()

void com.jogamp.opengl.DebugGL4bc.glMultiTexEnviEXT ( int  texunit,
int  target,
int  pname,
int  param 
)

Entry point to C language function: void {@native glMultiTexEnviEXT}(GLenum texunit, GLenum target, GLenum pname, GLint param)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 16575 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexEnvivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexEnvivEXT ( int  texunit,
int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glMultiTexEnvivEXT}(GLenum texunit, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 16597 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexEnvivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexEnvivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 16586 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexGendEXT()

void com.jogamp.opengl.DebugGL4bc.glMultiTexGendEXT ( int  texunit,
int  coord,
int  pname,
double  param 
)

Entry point to C language function: void {@native glMultiTexGendEXT}(GLenum texunit, GLenum coord, GLenum pname, GLdouble param)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 16608 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexGendvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexGendvEXT ( int  texunit,
int  coord,
int  pname,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glMultiTexGendvEXT}(GLenum texunit, GLenum coord, GLenum pname, const GLdouble * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 16619 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexGendvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexGendvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 16630 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexGenfEXT()

void com.jogamp.opengl.DebugGL4bc.glMultiTexGenfEXT ( int  texunit,
int  coord,
int  pname,
float  param 
)

Entry point to C language function: void {@native glMultiTexGenfEXT}(GLenum texunit, GLenum coord, GLenum pname, GLfloat param)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 16641 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexGenfvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexGenfvEXT ( int  texunit,
int  coord,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glMultiTexGenfvEXT}(GLenum texunit, GLenum coord, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 16652 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexGenfvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexGenfvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 16663 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexGeniEXT()

void com.jogamp.opengl.DebugGL4bc.glMultiTexGeniEXT ( int  texunit,
int  coord,
int  pname,
int  param 
)

Entry point to C language function: void {@native glMultiTexGeniEXT}(GLenum texunit, GLenum coord, GLenum pname, GLint param)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 16674 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexGenivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexGenivEXT ( int  texunit,
int  coord,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glMultiTexGenivEXT}(GLenum texunit, GLenum coord, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 16696 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexGenivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexGenivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 16685 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexImage1DEXT()

void com.jogamp.opengl.DebugGL4bc.glMultiTexImage1DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
java.nio.Buffer  arg8 
)

Definition at line 16707 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexImage2DEXT()

void com.jogamp.opengl.DebugGL4bc.glMultiTexImage2DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
java.nio.Buffer  arg9 
)

Definition at line 16718 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexImage3DEXT()

void com.jogamp.opengl.DebugGL4bc.glMultiTexImage3DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
int  arg9,
java.nio.Buffer  arg10 
)

Definition at line 16729 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexParameterfEXT()

void com.jogamp.opengl.DebugGL4bc.glMultiTexParameterfEXT ( int  texunit,
int  target,
int  pname,
float  param 
)

Entry point to C language function: void {@native glMultiTexParameterfEXT}(GLenum texunit, GLenum target, GLenum pname, GLfloat param)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 16784 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexParameterfvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexParameterfvEXT ( int  texunit,
int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glMultiTexParameterfvEXT}(GLenum texunit, GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 16795 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexParameterfvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexParameterfvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 16806 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexParameteriEXT()

void com.jogamp.opengl.DebugGL4bc.glMultiTexParameteriEXT ( int  texunit,
int  target,
int  pname,
int  param 
)

Entry point to C language function: void {@native glMultiTexParameteriEXT}(GLenum texunit, GLenum target, GLenum pname, GLint param)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 16817 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexParameterIivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexParameterIivEXT ( int  texunit,
int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glMultiTexParameterIivEXT}(GLenum texunit, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 16740 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexParameterIivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexParameterIivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 16751 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexParameterIuivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexParameterIuivEXT ( int  texunit,
int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glMultiTexParameterIuivEXT}(GLenum texunit, GLenum target, GLenum pname, const GLuint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 16762 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexParameterIuivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexParameterIuivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 16773 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexParameterivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexParameterivEXT ( int  texunit,
int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glMultiTexParameterivEXT}(GLenum texunit, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 16839 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexParameterivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultiTexParameterivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 16828 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexRenderbufferEXT()

void com.jogamp.opengl.DebugGL4bc.glMultiTexRenderbufferEXT ( int  texunit,
int  target,
int  renderbuffer 
)

Entry point to C language function: void {@native glMultiTexRenderbufferEXT}(GLenum texunit, GLenum target, GLuint renderbuffer)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 16850 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexSubImage1DEXT()

void com.jogamp.opengl.DebugGL4bc.glMultiTexSubImage1DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
java.nio.Buffer  arg7 
)

Definition at line 16861 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexSubImage2DEXT()

void com.jogamp.opengl.DebugGL4bc.glMultiTexSubImage2DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
java.nio.Buffer  arg9 
)

Definition at line 16872 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultiTexSubImage3DEXT()

void com.jogamp.opengl.DebugGL4bc.glMultiTexSubImage3DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
int  arg9,
int  arg10,
java.nio.Buffer  arg11 
)

Definition at line 16883 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultMatrixd() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultMatrixd ( double[]  m,
int  m_offset 
)

Entry point to C language function: void {@native glMultMatrixd}(const GLdouble * m)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 15321 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultMatrixd() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultMatrixd ( java.nio.DoubleBuffer  arg0)

Definition at line 15332 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultMatrixf() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultMatrixf ( float[]  m,
int  m_offset 
)

Multiply the current matrix: [c] = [c] x [m].

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 15354 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultMatrixf() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultMatrixf ( java.nio.FloatBuffer  m)

Multiply the current matrix: [c] = [c] x [m].

Parameters
mthe FloatBuffer's position remains unchanged, which is the same behavior than the native JOGL GL impl

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 15343 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultTransposeMatrixd() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultTransposeMatrixd ( double[]  m,
int  m_offset 
)

Entry point to C language function: void {@native glMultTransposeMatrixd}(const GLdouble * m)
Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: glMultTransposeMatrixdARB

Implements com.jogamp.opengl.GL2.

Definition at line 15376 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultTransposeMatrixd() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultTransposeMatrixd ( java.nio.DoubleBuffer  arg0)

Definition at line 15365 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultTransposeMatrixf() [1/2]

void com.jogamp.opengl.DebugGL4bc.glMultTransposeMatrixf ( float[]  m,
int  m_offset 
)

Entry point to C language function: void {@native glMultTransposeMatrixf}(const GLfloat * m)
Part of GL_VERSION_1_3, GL_ARB_transpose_matrix
Alias for: glMultTransposeMatrixfARB

Implements com.jogamp.opengl.GL2.

Definition at line 15398 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glMultTransposeMatrixf() [2/2]

void com.jogamp.opengl.DebugGL4bc.glMultTransposeMatrixf ( java.nio.FloatBuffer  arg0)

Definition at line 15387 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedBufferAttachMemoryNV()

void com.jogamp.opengl.DebugGL4bc.glNamedBufferAttachMemoryNV ( int  buffer,
int  memory,
long  offset 
)

Entry point to C language function: void {@native glNamedBufferAttachMemoryNV}(GLuint buffer, GLuint memory, GLuint64 offset)
Part of GL_NV_memory_attachment

Implements com.jogamp.opengl.GL4ES3.

Definition at line 17125 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedBufferData()

void com.jogamp.opengl.DebugGL4bc.glNamedBufferData ( int  arg0,
long  arg1,
java.nio.Buffer  arg2,
int  arg3 
)

Definition at line 17136 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedBufferDataEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedBufferDataEXT ( int  arg0,
long  arg1,
java.nio.Buffer  arg2,
int  arg3 
)

Definition at line 17147 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedBufferPageCommitmentARB()

void com.jogamp.opengl.DebugGL4bc.glNamedBufferPageCommitmentARB ( int  buffer,
long  offset,
long  size,
boolean  commit 
)

Entry point to C language function: void {@native glNamedBufferPageCommitmentARB}(GLuint buffer, GLintptr offset, GLsizeiptr size, GLboolean commit)
Part of GL_ARB_sparse_buffer

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17158 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedBufferPageCommitmentEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedBufferPageCommitmentEXT ( int  buffer,
long  offset,
long  size,
boolean  commit 
)

Entry point to C language function: void {@native glNamedBufferPageCommitmentEXT}(GLuint buffer, GLintptr offset, GLsizeiptr size, GLboolean commit)
Part of GL_ARB_sparse_buffer

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17169 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedBufferPageCommitmentMemNV()

void com.jogamp.opengl.DebugGL4bc.glNamedBufferPageCommitmentMemNV ( int  buffer,
long  offset,
long  size,
int  memory,
long  memOffset,
boolean  commit 
)

Entry point to C language function: void {@native glNamedBufferPageCommitmentMemNV}(GLuint buffer, GLintptr offset, GLsizeiptr size, GLuint memory, GLuint64 memOffset, GLboolean commit)
Part of GL_NV_memory_object_sparse

Implements com.jogamp.opengl.GL4ES3.

Definition at line 17180 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedBufferStorage()

void com.jogamp.opengl.DebugGL4bc.glNamedBufferStorage ( int  arg0,
long  arg1,
java.nio.Buffer  arg2,
int  arg3 
)

Definition at line 17191 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedBufferStorageEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedBufferStorageEXT ( int  arg0,
long  arg1,
java.nio.Buffer  arg2,
int  arg3 
)

Definition at line 17202 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedBufferStorageExternalEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedBufferStorageExternalEXT ( int  arg0,
long  arg1,
long  arg2,
java.nio.Buffer  arg3,
int  arg4 
)

Definition at line 17213 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedBufferStorageMemEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedBufferStorageMemEXT ( int  buffer,
long  size,
int  memory,
long  offset 
)

Entry point to C language function: void {@native glNamedBufferStorageMemEXT}(GLuint buffer, GLsizeiptr size, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL2ES3.

Definition at line 17224 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedBufferSubData()

void com.jogamp.opengl.DebugGL4bc.glNamedBufferSubData ( int  arg0,
long  arg1,
long  arg2,
java.nio.Buffer  arg3 
)

Definition at line 17235 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedBufferSubDataEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedBufferSubDataEXT ( int  arg0,
long  arg1,
long  arg2,
java.nio.Buffer  arg3 
)

Definition at line 17246 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedCopyBufferSubDataEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedCopyBufferSubDataEXT ( int  readBuffer,
int  writeBuffer,
long  readOffset,
long  writeOffset,
long  size 
)

Entry point to C language function: void {@native glNamedCopyBufferSubDataEXT}(GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17257 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferDrawBuffer()

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferDrawBuffer ( int  framebuffer,
int  buf 
)

Entry point to C language function: void {@native glNamedFramebufferDrawBuffer}(GLuint framebuffer, GLenum buf)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 17268 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferDrawBuffers() [1/2]

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferDrawBuffers ( int  framebuffer,
int  n,
int[]  bufs,
int  bufs_offset 
)

Entry point to C language function: void {@native glNamedFramebufferDrawBuffers}(GLuint framebuffer, GLsizei n, const GLenum * bufs)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 17279 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferDrawBuffers() [2/2]

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferDrawBuffers ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 17290 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferParameteri()

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferParameteri ( int  framebuffer,
int  pname,
int  param 
)

Entry point to C language function: void {@native glNamedFramebufferParameteri}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17301 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferReadBuffer()

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferReadBuffer ( int  framebuffer,
int  src 
)

Entry point to C language function: void {@native glNamedFramebufferReadBuffer}(GLuint framebuffer, GLenum src)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 17312 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferRenderbuffer()

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferRenderbuffer ( int  framebuffer,
int  attachment,
int  renderbuffertarget,
int  renderbuffer 
)

Entry point to C language function: void {@native glNamedFramebufferRenderbuffer}(GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glNamedFramebufferRenderbufferEXT

Implements com.jogamp.opengl.GL4.

Definition at line 17323 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferRenderbufferEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferRenderbufferEXT ( int  framebuffer,
int  attachment,
int  renderbuffertarget,
int  renderbuffer 
)

Entry point to C language function: void {@native glNamedFramebufferRenderbufferEXT}(GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17334 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferSampleLocationsfvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferSampleLocationsfvARB ( int  framebuffer,
int  start,
int  count,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvARB}(GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_ARB_sample_locations

Implements com.jogamp.opengl.GL4.

Definition at line 17345 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferSampleLocationsfvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferSampleLocationsfvARB ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 17356 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferSampleLocationsfvNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferSampleLocationsfvNV ( int  framebuffer,
int  start,
int  count,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvNV}(GLuint framebuffer, GLuint start, GLsizei count, const GLfloat * v)
Part of GL_NV_sample_locations

Implements com.jogamp.opengl.GL4ES3.

Definition at line 17367 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferSampleLocationsfvNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferSampleLocationsfvNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 17378 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferSamplePositionsfvAMD() [1/2]

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferSamplePositionsfvAMD ( int  framebuffer,
int  numsamples,
int  pixelindex,
float[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glNamedFramebufferSamplePositionsfvAMD}(GLuint framebuffer, GLuint numsamples, GLuint pixelindex, const GLfloat * values)
Part of GL_AMD_framebuffer_sample_positions

Implements com.jogamp.opengl.GL2.

Definition at line 17389 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferSamplePositionsfvAMD() [2/2]

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferSamplePositionsfvAMD ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 17400 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferTexture()

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferTexture ( int  framebuffer,
int  attachment,
int  texture,
int  level 
)

Entry point to C language function: void {@native glNamedFramebufferTexture}(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glNamedFramebufferTextureEXT

Implements com.jogamp.opengl.GL4.

Definition at line 17411 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferTexture1DEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferTexture1DEXT ( int  framebuffer,
int  attachment,
int  textarget,
int  texture,
int  level 
)

Entry point to C language function: void {@native glNamedFramebufferTexture1DEXT}(GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17422 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferTexture2DEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferTexture2DEXT ( int  framebuffer,
int  attachment,
int  textarget,
int  texture,
int  level 
)

Entry point to C language function: void {@native glNamedFramebufferTexture2DEXT}(GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17433 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferTexture3DEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferTexture3DEXT ( int  framebuffer,
int  attachment,
int  textarget,
int  texture,
int  level,
int  zoffset 
)

Entry point to C language function: void {@native glNamedFramebufferTexture3DEXT}(GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17444 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferTextureEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferTextureEXT ( int  framebuffer,
int  attachment,
int  texture,
int  level 
)

Entry point to C language function: void {@native glNamedFramebufferTextureEXT}(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17455 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferTextureFaceEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferTextureFaceEXT ( int  framebuffer,
int  attachment,
int  texture,
int  level,
int  face 
)

Entry point to C language function: void {@native glNamedFramebufferTextureFaceEXT}(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLenum face)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17466 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferTextureLayer()

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferTextureLayer ( int  framebuffer,
int  attachment,
int  texture,
int  level,
int  layer 
)

Entry point to C language function: void {@native glNamedFramebufferTextureLayer}(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glNamedFramebufferTextureLayerEXT

Implements com.jogamp.opengl.GL4.

Definition at line 17477 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferTextureLayerEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferTextureLayerEXT ( int  framebuffer,
int  attachment,
int  texture,
int  level,
int  layer 
)

Entry point to C language function: void {@native glNamedFramebufferTextureLayerEXT}(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17488 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedFramebufferTextureMultiviewOVR()

void com.jogamp.opengl.DebugGL4bc.glNamedFramebufferTextureMultiviewOVR ( int  framebuffer,
int  attachment,
int  texture,
int  level,
int  baseViewIndex,
int  numViews 
)

Entry point to C language function: void {@native glNamedFramebufferTextureMultiviewOVR}(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews)
Part of GL_OVR_multiview

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17499 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramLocalParameter4dEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedProgramLocalParameter4dEXT ( int  program,
int  target,
int  index,
double  x,
double  y,
double  z,
double  w 
)

Entry point to C language function: void {@native glNamedProgramLocalParameter4dEXT}(GLuint program, GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17510 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramLocalParameter4dvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glNamedProgramLocalParameter4dvEXT ( int  program,
int  target,
int  index,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glNamedProgramLocalParameter4dvEXT}(GLuint program, GLenum target, GLuint index, const GLdouble * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17532 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramLocalParameter4dvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glNamedProgramLocalParameter4dvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 17521 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramLocalParameter4fEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedProgramLocalParameter4fEXT ( int  program,
int  target,
int  index,
float  x,
float  y,
float  z,
float  w 
)

Entry point to C language function: void {@native glNamedProgramLocalParameter4fEXT}(GLuint program, GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17543 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramLocalParameter4fvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glNamedProgramLocalParameter4fvEXT ( int  program,
int  target,
int  index,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glNamedProgramLocalParameter4fvEXT}(GLuint program, GLenum target, GLuint index, const GLfloat * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17554 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramLocalParameter4fvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glNamedProgramLocalParameter4fvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 17565 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramLocalParameterI4iEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedProgramLocalParameterI4iEXT ( int  program,
int  target,
int  index,
int  x,
int  y,
int  z,
int  w 
)

Entry point to C language function: void {@native glNamedProgramLocalParameterI4iEXT}(GLuint program, GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17576 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramLocalParameterI4ivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glNamedProgramLocalParameterI4ivEXT ( int  program,
int  target,
int  index,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glNamedProgramLocalParameterI4ivEXT}(GLuint program, GLenum target, GLuint index, const GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17587 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramLocalParameterI4ivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glNamedProgramLocalParameterI4ivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 17598 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramLocalParameterI4uiEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedProgramLocalParameterI4uiEXT ( int  program,
int  target,
int  index,
int  x,
int  y,
int  z,
int  w 
)

Entry point to C language function: void {@native glNamedProgramLocalParameterI4uiEXT}(GLuint program, GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17609 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramLocalParameterI4uivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glNamedProgramLocalParameterI4uivEXT ( int  program,
int  target,
int  index,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glNamedProgramLocalParameterI4uivEXT}(GLuint program, GLenum target, GLuint index, const GLuint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17631 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramLocalParameterI4uivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glNamedProgramLocalParameterI4uivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 17620 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramLocalParameters4fvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glNamedProgramLocalParameters4fvEXT ( int  program,
int  target,
int  index,
int  count,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glNamedProgramLocalParameters4fvEXT}(GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17653 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramLocalParameters4fvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glNamedProgramLocalParameters4fvEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.FloatBuffer  arg4 
)

Definition at line 17642 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramLocalParametersI4ivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glNamedProgramLocalParametersI4ivEXT ( int  program,
int  target,
int  index,
int  count,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glNamedProgramLocalParametersI4ivEXT}(GLuint program, GLenum target, GLuint index, GLsizei count, const GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17675 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramLocalParametersI4ivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glNamedProgramLocalParametersI4ivEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.IntBuffer  arg4 
)

Definition at line 17664 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramLocalParametersI4uivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glNamedProgramLocalParametersI4uivEXT ( int  program,
int  target,
int  index,
int  count,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glNamedProgramLocalParametersI4uivEXT}(GLuint program, GLenum target, GLuint index, GLsizei count, const GLuint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17697 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramLocalParametersI4uivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glNamedProgramLocalParametersI4uivEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.IntBuffer  arg4 
)

Definition at line 17686 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedProgramStringEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedProgramStringEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.Buffer  arg4 
)

Definition at line 17708 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedRenderbufferStorage()

void com.jogamp.opengl.DebugGL4bc.glNamedRenderbufferStorage ( int  renderbuffer,
int  internalformat,
int  width,
int  height 
)

Entry point to C language function: void {@native glNamedRenderbufferStorage}(GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glNamedRenderbufferStorageEXT

Implements com.jogamp.opengl.GL4.

Definition at line 17719 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedRenderbufferStorageEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedRenderbufferStorageEXT ( int  renderbuffer,
int  internalformat,
int  width,
int  height 
)

Entry point to C language function: void {@native glNamedRenderbufferStorageEXT}(GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17730 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedRenderbufferStorageMultisample()

void com.jogamp.opengl.DebugGL4bc.glNamedRenderbufferStorageMultisample ( int  renderbuffer,
int  samples,
int  internalformat,
int  width,
int  height 
)

Entry point to C language function: void {@native glNamedRenderbufferStorageMultisample}(GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glNamedRenderbufferStorageMultisampleEXT

Implements com.jogamp.opengl.GL4.

Definition at line 17741 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedRenderbufferStorageMultisampleAdvancedAMD()

void com.jogamp.opengl.DebugGL4bc.glNamedRenderbufferStorageMultisampleAdvancedAMD ( int  renderbuffer,
int  samples,
int  storageSamples,
int  internalformat,
int  width,
int  height 
)

Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleAdvancedAMD}(GLuint renderbuffer, GLsizei samples, GLsizei storageSamples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_AMD_framebuffer_multisample_advanced

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17752 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedRenderbufferStorageMultisampleCoverageEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedRenderbufferStorageMultisampleCoverageEXT ( int  renderbuffer,
int  coverageSamples,
int  colorSamples,
int  internalformat,
int  width,
int  height 
)

Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleCoverageEXT}(GLuint renderbuffer, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17763 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedRenderbufferStorageMultisampleEXT()

void com.jogamp.opengl.DebugGL4bc.glNamedRenderbufferStorageMultisampleEXT ( int  renderbuffer,
int  samples,
int  internalformat,
int  width,
int  height 
)

Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleEXT}(GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 17774 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNamedStringARB()

void com.jogamp.opengl.DebugGL4bc.glNamedStringARB ( int  arg0,
int  arg1,
java.lang.String  arg2,
int  arg3,
java.lang.String  arg4 
)

Definition at line 17785 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNewList()

void com.jogamp.opengl.DebugGL4bc.glNewList ( int  list,
int  mode 
)

Entry point to C language function: void {@native glNewList}(GLuint list, GLenum mode)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 17796 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormal3b()

void com.jogamp.opengl.DebugGL4bc.glNormal3b ( byte  nx,
byte  ny,
byte  nz 
)

Entry point to C language function: void {@native glNormal3b}(GLbyte nx, GLbyte ny, GLbyte nz)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 17807 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormal3bv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glNormal3bv ( byte[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glNormal3bv}(const GLbyte * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 17829 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormal3bv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glNormal3bv ( java.nio.ByteBuffer  arg0)

Definition at line 17818 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormal3d()

void com.jogamp.opengl.DebugGL4bc.glNormal3d ( double  nx,
double  ny,
double  nz 
)

Entry point to C language function: void {@native glNormal3d}(GLdouble nx, GLdouble ny, GLdouble nz)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 17840 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormal3dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glNormal3dv ( double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glNormal3dv}(const GLdouble * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 17862 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormal3dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glNormal3dv ( java.nio.DoubleBuffer  arg0)

Definition at line 17851 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormal3f()

void com.jogamp.opengl.DebugGL4bc.glNormal3f ( float  nx,
float  ny,
float  nz 
)

Entry point to C language function: void {@native glNormal3f}(GLfloat nx, GLfloat ny, GLfloat nz)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 17873 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormal3fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glNormal3fv ( float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glNormal3fv}(const GLfloat * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 17884 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormal3fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glNormal3fv ( java.nio.FloatBuffer  arg0)

Definition at line 17895 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormal3h()

void com.jogamp.opengl.DebugGL4bc.glNormal3h ( short  nx,
short  ny,
short  nz 
)

Entry point to C language function: void {@native glNormal3h}(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz)
Part of GL_NV_half_float
Alias for: glNormal3hNV

Implements com.jogamp.opengl.GL2.

Definition at line 17906 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormal3hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glNormal3hv ( java.nio.ShortBuffer  arg0)

Definition at line 17928 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormal3hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glNormal3hv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glNormal3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glNormal3hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 17917 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormal3i()

void com.jogamp.opengl.DebugGL4bc.glNormal3i ( int  nx,
int  ny,
int  nz 
)

Entry point to C language function: void {@native glNormal3i}(GLint nx, GLint ny, GLint nz)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 17939 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormal3iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glNormal3iv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glNormal3iv}(const GLint * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 17950 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormal3iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glNormal3iv ( java.nio.IntBuffer  arg0)

Definition at line 17961 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormal3s()

void com.jogamp.opengl.DebugGL4bc.glNormal3s ( short  nx,
short  ny,
short  nz 
)

Entry point to C language function: void {@native glNormal3s}(GLshort nx, GLshort ny, GLshort nz)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 17972 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormal3sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glNormal3sv ( java.nio.ShortBuffer  arg0)

Definition at line 17983 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormal3sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glNormal3sv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glNormal3sv}(const GLshort * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 17994 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormalFormatNV()

void com.jogamp.opengl.DebugGL4bc.glNormalFormatNV ( int  type,
int  stride 
)

Entry point to C language function: void {@native glNormalFormatNV}(GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

Implements com.jogamp.opengl.GL2GL3.

Definition at line 18005 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormalP3ui()

void com.jogamp.opengl.DebugGL4bc.glNormalP3ui ( int  type,
int  coords 
)

Entry point to C language function: void {@native glNormalP3ui}(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 18016 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormalP3uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glNormalP3uiv ( int  type,
int[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glNormalP3uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 18038 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormalP3uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glNormalP3uiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 18027 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormalPointer() [1/3]

void com.jogamp.opengl.DebugGL4bc.glNormalPointer ( com.jogamp.opengl.GLArrayData  arg0)

Definition at line 18060 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormalPointer() [2/3]

void com.jogamp.opengl.DebugGL4bc.glNormalPointer ( int  arg0,
int  arg1,
java.nio.Buffer  arg2 
)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 18049 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glNormalPointer() [3/3]

void com.jogamp.opengl.DebugGL4bc.glNormalPointer ( int  arg0,
int  arg1,
long  arg2 
)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 18071 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glObjectLabel() [1/2]

void com.jogamp.opengl.DebugGL4bc.glObjectLabel ( int  identifier,
int  name,
int  length,
byte[]  label,
int  label_offset 
)

Entry point to C language function: void {@native glObjectLabel}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 18082 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glObjectLabel() [2/2]

void com.jogamp.opengl.DebugGL4bc.glObjectLabel ( int  arg0,
int  arg1,
int  arg2,
java.nio.ByteBuffer  arg3 
)

Definition at line 18093 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glObjectPtrLabel() [1/2]

void com.jogamp.opengl.DebugGL4bc.glObjectPtrLabel ( java.nio.Buffer  arg0,
int  arg1,
byte[]  arg2,
int  arg3 
)

Definition at line 18104 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glObjectPtrLabel() [2/2]

void com.jogamp.opengl.DebugGL4bc.glObjectPtrLabel ( java.nio.Buffer  arg0,
int  arg1,
java.nio.ByteBuffer  arg2 
)

Definition at line 18115 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glObjectPurgeableAPPLE()

int com.jogamp.opengl.DebugGL4bc.glObjectPurgeableAPPLE ( int  objectType,
int  name,
int  option 
)

Entry point to C language function: GLenum {@native glObjectPurgeableAPPLE}(GLenum objectType, GLuint name, GLenum option)
Part of GL_APPLE_object_purgeable

Implements com.jogamp.opengl.GL2.

Definition at line 18126 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glObjectUnpurgeableAPPLE()

int com.jogamp.opengl.DebugGL4bc.glObjectUnpurgeableAPPLE ( int  objectType,
int  name,
int  option 
)

Entry point to C language function: GLenum {@native glObjectUnpurgeableAPPLE}(GLenum objectType, GLuint name, GLenum option)
Part of GL_APPLE_object_purgeable

Implements com.jogamp.opengl.GL2.

Definition at line 18138 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glOrtho()

void com.jogamp.opengl.DebugGL4bc.glOrtho ( double  arg0,
double  arg1,
double  arg2,
double  arg3,
double  arg4,
double  arg5 
)

Implements com.jogamp.opengl.GL2ES1.

Definition at line 18150 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glOrthof()

void com.jogamp.opengl.DebugGL4bc.glOrthof ( float  left,
float  right,
float  bottom,
float  top,
float  zNear,
float  zFar 
)

Multiply the current matrix with the orthogonal matrix.

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 18161 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPassThrough()

void com.jogamp.opengl.DebugGL4bc.glPassThrough ( float  token)

Entry point to C language function: void {@native glPassThrough}(GLfloat token)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 18194 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPatchParameterfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glPatchParameterfv ( int  pname,
float[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glPatchParameterfv}(GLenum pname, const GLfloat * values)
Part of GL_ARB_tessellation_shader, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 18216 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPatchParameterfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glPatchParameterfv ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 18205 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPatchParameteri()

void com.jogamp.opengl.DebugGL4bc.glPatchParameteri ( int  pname,
int  value 
)

Entry point to C language function: void {@native glPatchParameteri}(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

Implements com.jogamp.opengl.GL3ES3.

Definition at line 18227 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPauseTransformFeedback()

void com.jogamp.opengl.DebugGL4bc.glPauseTransformFeedback ( )

Entry point to C language function: void {@native glPauseTransformFeedback}()
Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: glPauseTransformFeedbackNV

Implements com.jogamp.opengl.GL2ES3.

Definition at line 18238 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPauseTransformFeedbackNV()

void com.jogamp.opengl.DebugGL4bc.glPauseTransformFeedbackNV ( )

Entry point to C language function: void {@native glPauseTransformFeedbackNV}()
Part of GL_NV_transform_feedback2

Implements com.jogamp.opengl.GL2.

Definition at line 18249 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelDataRangeNV()

void com.jogamp.opengl.DebugGL4bc.glPixelDataRangeNV ( int  arg0,
int  arg1,
java.nio.Buffer  arg2 
)

Definition at line 18260 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelMapfv() [1/3]

void com.jogamp.opengl.DebugGL4bc.glPixelMapfv ( int  map,
int  mapsize,
float[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glPixelMapfv}(GLenum map, GLint mapsize, const GLfloat * values)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 18282 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelMapfv() [2/3]

void com.jogamp.opengl.DebugGL4bc.glPixelMapfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 18293 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelMapfv() [3/3]

void com.jogamp.opengl.DebugGL4bc.glPixelMapfv ( int  map,
int  mapsize,
long  values_buffer_offset 
)

Entry point to C language function: void {@native glPixelMapfv}(GLenum map, GLint mapsize, const GLfloat * values)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 18271 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelMapuiv() [1/3]

void com.jogamp.opengl.DebugGL4bc.glPixelMapuiv ( int  map,
int  mapsize,
int[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glPixelMapuiv}(GLenum map, GLint mapsize, const GLuint * values)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 18304 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelMapuiv() [2/3]

void com.jogamp.opengl.DebugGL4bc.glPixelMapuiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 18326 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelMapuiv() [3/3]

void com.jogamp.opengl.DebugGL4bc.glPixelMapuiv ( int  map,
int  mapsize,
long  values_buffer_offset 
)

Entry point to C language function: void {@native glPixelMapuiv}(GLenum map, GLint mapsize, const GLuint * values)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 18315 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelMapusv() [1/3]

void com.jogamp.opengl.DebugGL4bc.glPixelMapusv ( int  arg0,
int  arg1,
java.nio.ShortBuffer  arg2 
)

Definition at line 18359 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelMapusv() [2/3]

void com.jogamp.opengl.DebugGL4bc.glPixelMapusv ( int  map,
int  mapsize,
long  values_buffer_offset 
)

Entry point to C language function: void {@native glPixelMapusv}(GLenum map, GLint mapsize, const GLushort * values)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 18348 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelMapusv() [3/3]

void com.jogamp.opengl.DebugGL4bc.glPixelMapusv ( int  map,
int  mapsize,
short[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glPixelMapusv}(GLenum map, GLint mapsize, const GLushort * values)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 18337 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelStoref()

void com.jogamp.opengl.DebugGL4bc.glPixelStoref ( int  pname,
float  param 
)

Entry point to C language function: void {@native glPixelStoref}(GLenum pname, GLfloat param)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2GL3.

Definition at line 18370 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelStorei()

void com.jogamp.opengl.DebugGL4bc.glPixelStorei ( int  pname,
int  param 
)

Entry point to C language function: void {@native glPixelStorei}(GLenum pname, GLint param)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 18381 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelTransferf()

void com.jogamp.opengl.DebugGL4bc.glPixelTransferf ( int  pname,
float  param 
)

Entry point to C language function: void {@native glPixelTransferf}(GLenum pname, GLfloat param)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 18392 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelTransferi()

void com.jogamp.opengl.DebugGL4bc.glPixelTransferi ( int  pname,
int  param 
)

Entry point to C language function: void {@native glPixelTransferi}(GLenum pname, GLint param)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 18403 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelTransformParameterfEXT()

void com.jogamp.opengl.DebugGL4bc.glPixelTransformParameterfEXT ( int  target,
int  pname,
float  param 
)

Entry point to C language function: void {@native glPixelTransformParameterfEXT}(GLenum target, GLenum pname, GLfloat param)
Part of GL_EXT_pixel_transform

Implements com.jogamp.opengl.GL2.

Definition at line 18414 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelTransformParameterfvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glPixelTransformParameterfvEXT ( int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glPixelTransformParameterfvEXT}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_pixel_transform

Implements com.jogamp.opengl.GL2.

Definition at line 18436 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelTransformParameterfvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glPixelTransformParameterfvEXT ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 18425 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelTransformParameteriEXT()

void com.jogamp.opengl.DebugGL4bc.glPixelTransformParameteriEXT ( int  target,
int  pname,
int  param 
)

Entry point to C language function: void {@native glPixelTransformParameteriEXT}(GLenum target, GLenum pname, GLint param)
Part of GL_EXT_pixel_transform

Implements com.jogamp.opengl.GL2.

Definition at line 18447 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelTransformParameterivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glPixelTransformParameterivEXT ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glPixelTransformParameterivEXT}(GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_pixel_transform

Implements com.jogamp.opengl.GL2.

Definition at line 18458 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelTransformParameterivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glPixelTransformParameterivEXT ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 18469 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPixelZoom()

void com.jogamp.opengl.DebugGL4bc.glPixelZoom ( float  xfactor,
float  yfactor 
)

Entry point to C language function: void {@native glPixelZoom}(GLfloat xfactor, GLfloat yfactor)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 18480 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPNTrianglesfATI()

void com.jogamp.opengl.DebugGL4bc.glPNTrianglesfATI ( int  pname,
float  param 
)

Entry point to C language function: void {@native glPNTrianglesfATI}(GLenum pname, GLfloat param)
Part of GL_ATI_pn_triangles

Implements com.jogamp.opengl.GL2.

Definition at line 18172 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPNTrianglesiATI()

void com.jogamp.opengl.DebugGL4bc.glPNTrianglesiATI ( int  pname,
int  param 
)

Entry point to C language function: void {@native glPNTrianglesiATI}(GLenum pname, GLint param)
Part of GL_ATI_pn_triangles

Implements com.jogamp.opengl.GL2.

Definition at line 18183 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPointParameterf()

void com.jogamp.opengl.DebugGL4bc.glPointParameterf ( int  pname,
float  param 
)

Entry point to C language function: void {@native glPointParameterf}(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

Implements com.jogamp.opengl.GL2ES1.

Definition at line 18491 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPointParameterfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glPointParameterfv ( int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glPointParameterfv}(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

Implements com.jogamp.opengl.GL2ES1.

Definition at line 18502 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPointParameterfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glPointParameterfv ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 18513 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPointParameteri()

void com.jogamp.opengl.DebugGL4bc.glPointParameteri ( int  pname,
int  param 
)

Entry point to C language function: void {@native glPointParameteri}(GLenum pname, GLint param)
Part of GL_VERSION_1_4, GL_NV_point_sprite
Alias for: glPointParameteriNV

Implements com.jogamp.opengl.GL2GL3.

Definition at line 18524 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPointParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glPointParameteriv ( int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glPointParameteriv}(GLenum pname, const GLint * params)
Part of GL_VERSION_1_4, GL_NV_point_sprite
Alias for: glPointParameterivNV

Implements com.jogamp.opengl.GL2GL3.

Definition at line 18546 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPointParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glPointParameteriv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 18535 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPointSize()

void com.jogamp.opengl.DebugGL4bc.glPointSize ( float  size)

Entry point to C language function: void {@native glPointSize}(GLfloat size)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 18557 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPolygonMode()

void com.jogamp.opengl.DebugGL4bc.glPolygonMode ( int  face,
int  mode 
)

Entry point to C language function: void {@native glPolygonMode}(GLenum face, GLenum mode)
Part of GL_VERSION_1_0, GL_NV_polygon_mode
Alias for: glPolygonModeNV

Implements com.jogamp.opengl.GL2GL3.

Definition at line 18568 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPolygonOffset()

void com.jogamp.opengl.DebugGL4bc.glPolygonOffset ( float  factor,
float  units 
)

Entry point to C language function: void {@native glPolygonOffset}(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

Implements com.jogamp.opengl.GL.

Definition at line 18579 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPolygonOffsetClamp()

void com.jogamp.opengl.DebugGL4bc.glPolygonOffsetClamp ( float  factor,
float  units,
float  clamp 
)

Entry point to C language function: void {@native glPolygonOffsetClamp}(GLfloat factor, GLfloat units, GLfloat clamp)
Part of GL_VERSION_4_6, GL_EXT_polygon_offset_clamp
Alias for: glPolygonOffsetClampEXT

Implements com.jogamp.opengl.GL4.

Definition at line 18590 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPolygonOffsetClampEXT()

void com.jogamp.opengl.DebugGL4bc.glPolygonOffsetClampEXT ( float  factor,
float  units,
float  clamp 
)

Entry point to C language function: void {@native glPolygonOffsetClampEXT}(GLfloat factor, GLfloat units, GLfloat clamp)
Part of GL_EXT_polygon_offset_clamp

Implements com.jogamp.opengl.GL2GL3.

Definition at line 18601 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPolygonStipple() [1/3]

void com.jogamp.opengl.DebugGL4bc.glPolygonStipple ( byte[]  mask,
int  mask_offset 
)

Entry point to C language function: void {@native glPolygonStipple}(const GLubyte * mask)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 18634 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPolygonStipple() [2/3]

void com.jogamp.opengl.DebugGL4bc.glPolygonStipple ( java.nio.ByteBuffer  arg0)

Definition at line 18623 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPolygonStipple() [3/3]

void com.jogamp.opengl.DebugGL4bc.glPolygonStipple ( long  mask_buffer_offset)

Entry point to C language function: void {@native glPolygonStipple}(const GLubyte * mask)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 18612 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPopAttrib()

void com.jogamp.opengl.DebugGL4bc.glPopAttrib ( )

Entry point to C language function: void {@native glPopAttrib}()
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 18645 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPopClientAttrib()

void com.jogamp.opengl.DebugGL4bc.glPopClientAttrib ( )

Entry point to C language function: void {@native glPopClientAttrib}()
Part of GL_VERSION_1_1

Implements com.jogamp.opengl.GL2.

Definition at line 18656 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPopDebugGroup()

void com.jogamp.opengl.DebugGL4bc.glPopDebugGroup ( )

Entry point to C language function: void {@native glPopDebugGroup}()
Part of GL_KHR_debug, GL_ES_VERSION_3_2, GL_VERSION_4_3, GL_KHR_debug
Alias for: glPopDebugGroupKHR

Implements com.jogamp.opengl.GL2ES2.

Definition at line 18667 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPopMatrix()

void com.jogamp.opengl.DebugGL4bc.glPopMatrix ( )

Pop the current matrix from it's stack.

See also
glPushMatrix()

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 18678 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPopName()

void com.jogamp.opengl.DebugGL4bc.glPopName ( )

Entry point to C language function: void {@native glPopName}()
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 18689 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPrimitiveBoundingBox()

void com.jogamp.opengl.DebugGL4bc.glPrimitiveBoundingBox ( float  minX,
float  minY,
float  minZ,
float  minW,
float  maxX,
float  maxY,
float  maxZ,
float  maxW 
)

Entry point to C language function: void {@native glPrimitiveBoundingBox}(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_EXT_primitive_bounding_box, GL_ARB_ES3_2_compatibility
Alias for: glPrimitiveBoundingBoxOES, glPrimitiveBoundingBoxEXT, glPrimitiveBoundingBoxARB

Implements com.jogamp.opengl.GL3ES3.

Definition at line 18700 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPrimitiveRestartIndex()

void com.jogamp.opengl.DebugGL4bc.glPrimitiveRestartIndex ( int  index)

Entry point to C language function: void {@native glPrimitiveRestartIndex}(GLuint index)
Part of GL_VERSION_3_1, GL_NV_primitive_restart
Alias for: glPrimitiveRestartIndexNV

Implements com.jogamp.opengl.GL2GL3.

Definition at line 18711 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPrimitiveRestartIndexNV()

void com.jogamp.opengl.DebugGL4bc.glPrimitiveRestartIndexNV ( int  index)

Entry point to C language function: void {@native glPrimitiveRestartIndexNV}(GLuint index)
Part of GL_NV_primitive_restart

Implements com.jogamp.opengl.GL2.

Definition at line 18722 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPrimitiveRestartNV()

void com.jogamp.opengl.DebugGL4bc.glPrimitiveRestartNV ( )

Entry point to C language function: void {@native glPrimitiveRestartNV}()
Part of GL_NV_primitive_restart

Implements com.jogamp.opengl.GL2.

Definition at line 18733 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPrioritizeTextures() [1/2]

void com.jogamp.opengl.DebugGL4bc.glPrioritizeTextures ( int  n,
int[]  textures,
int  textures_offset,
float[]  priorities,
int  priorities_offset 
)

Entry point to C language function: void {@native glPrioritizeTextures}(GLsizei n, const GLuint * textures, const GLclampf * priorities)
Part of GL_VERSION_1_1, GL_EXT_texture_object
Alias for: glPrioritizeTexturesEXT

Implements com.jogamp.opengl.GL2.

Definition at line 18744 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPrioritizeTextures() [2/2]

void com.jogamp.opengl.DebugGL4bc.glPrioritizeTextures ( int  arg0,
java.nio.IntBuffer  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 18755 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramBinary()

void com.jogamp.opengl.DebugGL4bc.glProgramBinary ( int  arg0,
int  arg1,
java.nio.Buffer  arg2,
int  arg3 
)

Definition at line 18766 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramBufferParametersfvNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramBufferParametersfvNV ( int  target,
int  bindingIndex,
int  wordIndex,
int  count,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glProgramBufferParametersfvNV}(GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLfloat * params)
Part of GL_NV_parameter_buffer_object

Implements com.jogamp.opengl.GL2.

Definition at line 18821 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramBufferParametersfvNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramBufferParametersfvNV ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.FloatBuffer  arg4 
)

Definition at line 18832 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramBufferParametersIivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramBufferParametersIivNV ( int  target,
int  bindingIndex,
int  wordIndex,
int  count,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glProgramBufferParametersIivNV}(GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLint * params)
Part of GL_NV_parameter_buffer_object

Implements com.jogamp.opengl.GL2.

Definition at line 18788 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramBufferParametersIivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramBufferParametersIivNV ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.IntBuffer  arg4 
)

Definition at line 18777 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramBufferParametersIuivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramBufferParametersIuivNV ( int  target,
int  bindingIndex,
int  wordIndex,
int  count,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glProgramBufferParametersIuivNV}(GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLuint * params)
Part of GL_NV_parameter_buffer_object

Implements com.jogamp.opengl.GL2.

Definition at line 18799 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramBufferParametersIuivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramBufferParametersIuivNV ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.IntBuffer  arg4 
)

Definition at line 18810 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramEnvParameter4dARB()

void com.jogamp.opengl.DebugGL4bc.glProgramEnvParameter4dARB ( int  target,
int  index,
double  x,
double  y,
double  z,
double  w 
)

Entry point to C language function: void {@native glProgramEnvParameter4dARB}(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

Implements com.jogamp.opengl.GL2.

Definition at line 18843 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramEnvParameter4dvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramEnvParameter4dvARB ( int  target,
int  index,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glProgramEnvParameter4dvARB}(GLenum target, GLuint index, const GLdouble * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

Implements com.jogamp.opengl.GL2.

Definition at line 18865 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramEnvParameter4dvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramEnvParameter4dvARB ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 18854 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramEnvParameter4fARB()

void com.jogamp.opengl.DebugGL4bc.glProgramEnvParameter4fARB ( int  target,
int  index,
float  x,
float  y,
float  z,
float  w 
)

Entry point to C language function: void {@native glProgramEnvParameter4fARB}(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

Implements com.jogamp.opengl.GL2.

Definition at line 18876 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramEnvParameter4fvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramEnvParameter4fvARB ( int  target,
int  index,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glProgramEnvParameter4fvARB}(GLenum target, GLuint index, const GLfloat * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

Implements com.jogamp.opengl.GL2.

Definition at line 18887 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramEnvParameter4fvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramEnvParameter4fvARB ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 18898 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramEnvParameterI4iNV()

void com.jogamp.opengl.DebugGL4bc.glProgramEnvParameterI4iNV ( int  target,
int  index,
int  x,
int  y,
int  z,
int  w 
)

Entry point to C language function: void {@native glProgramEnvParameterI4iNV}(GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
Part of GL_NV_gpu_program4

Implements com.jogamp.opengl.GL2.

Definition at line 18909 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramEnvParameterI4ivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramEnvParameterI4ivNV ( int  target,
int  index,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glProgramEnvParameterI4ivNV}(GLenum target, GLuint index, const GLint * params)
Part of GL_NV_gpu_program4

Implements com.jogamp.opengl.GL2.

Definition at line 18920 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramEnvParameterI4ivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramEnvParameterI4ivNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 18931 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramEnvParameterI4uiNV()

void com.jogamp.opengl.DebugGL4bc.glProgramEnvParameterI4uiNV ( int  target,
int  index,
int  x,
int  y,
int  z,
int  w 
)

Entry point to C language function: void {@native glProgramEnvParameterI4uiNV}(GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Part of GL_NV_gpu_program4

Implements com.jogamp.opengl.GL2.

Definition at line 18942 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramEnvParameterI4uivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramEnvParameterI4uivNV ( int  target,
int  index,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glProgramEnvParameterI4uivNV}(GLenum target, GLuint index, const GLuint * params)
Part of GL_NV_gpu_program4

Implements com.jogamp.opengl.GL2.

Definition at line 18964 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramEnvParameterI4uivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramEnvParameterI4uivNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 18953 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramEnvParameters4fvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramEnvParameters4fvEXT ( int  target,
int  index,
int  count,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glProgramEnvParameters4fvEXT}(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
Part of GL_EXT_gpu_program_parameters

Implements com.jogamp.opengl.GL2.

Definition at line 18986 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramEnvParameters4fvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramEnvParameters4fvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 18975 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramEnvParametersI4ivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramEnvParametersI4ivNV ( int  target,
int  index,
int  count,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glProgramEnvParametersI4ivNV}(GLenum target, GLuint index, GLsizei count, const GLint * params)
Part of GL_NV_gpu_program4

Implements com.jogamp.opengl.GL2.

Definition at line 18997 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramEnvParametersI4ivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramEnvParametersI4ivNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 19008 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramEnvParametersI4uivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramEnvParametersI4uivNV ( int  target,
int  index,
int  count,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glProgramEnvParametersI4uivNV}(GLenum target, GLuint index, GLsizei count, const GLuint * params)
Part of GL_NV_gpu_program4

Implements com.jogamp.opengl.GL2.

Definition at line 19019 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramEnvParametersI4uivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramEnvParametersI4uivNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 19030 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramLocalParameter4dARB()

void com.jogamp.opengl.DebugGL4bc.glProgramLocalParameter4dARB ( int  target,
int  index,
double  x,
double  y,
double  z,
double  w 
)

Entry point to C language function: void {@native glProgramLocalParameter4dARB}(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

Implements com.jogamp.opengl.GL2.

Definition at line 19041 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramLocalParameter4dvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramLocalParameter4dvARB ( int  target,
int  index,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glProgramLocalParameter4dvARB}(GLenum target, GLuint index, const GLdouble * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

Implements com.jogamp.opengl.GL2.

Definition at line 19052 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramLocalParameter4dvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramLocalParameter4dvARB ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 19063 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramLocalParameter4fARB()

void com.jogamp.opengl.DebugGL4bc.glProgramLocalParameter4fARB ( int  target,
int  index,
float  x,
float  y,
float  z,
float  w 
)

Entry point to C language function: void {@native glProgramLocalParameter4fARB}(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

Implements com.jogamp.opengl.GL2.

Definition at line 19074 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramLocalParameter4fvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramLocalParameter4fvARB ( int  target,
int  index,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glProgramLocalParameter4fvARB}(GLenum target, GLuint index, const GLfloat * params)
Part of GL_ARB_vertex_program, GL_ARB_fragment_program

Implements com.jogamp.opengl.GL2.

Definition at line 19085 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramLocalParameter4fvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramLocalParameter4fvARB ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 19096 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramLocalParameterI4iNV()

void com.jogamp.opengl.DebugGL4bc.glProgramLocalParameterI4iNV ( int  target,
int  index,
int  x,
int  y,
int  z,
int  w 
)

Entry point to C language function: void {@native glProgramLocalParameterI4iNV}(GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
Part of GL_NV_gpu_program4

Implements com.jogamp.opengl.GL2.

Definition at line 19107 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramLocalParameterI4ivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramLocalParameterI4ivNV ( int  target,
int  index,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glProgramLocalParameterI4ivNV}(GLenum target, GLuint index, const GLint * params)
Part of GL_NV_gpu_program4

Implements com.jogamp.opengl.GL2.

Definition at line 19129 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramLocalParameterI4ivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramLocalParameterI4ivNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 19118 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramLocalParameterI4uiNV()

void com.jogamp.opengl.DebugGL4bc.glProgramLocalParameterI4uiNV ( int  target,
int  index,
int  x,
int  y,
int  z,
int  w 
)

Entry point to C language function: void {@native glProgramLocalParameterI4uiNV}(GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Part of GL_NV_gpu_program4

Implements com.jogamp.opengl.GL2.

Definition at line 19140 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramLocalParameterI4uivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramLocalParameterI4uivNV ( int  target,
int  index,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glProgramLocalParameterI4uivNV}(GLenum target, GLuint index, const GLuint * params)
Part of GL_NV_gpu_program4

Implements com.jogamp.opengl.GL2.

Definition at line 19162 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramLocalParameterI4uivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramLocalParameterI4uivNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 19151 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramLocalParameters4fvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramLocalParameters4fvEXT ( int  target,
int  index,
int  count,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glProgramLocalParameters4fvEXT}(GLenum target, GLuint index, GLsizei count, const GLfloat * params)
Part of GL_EXT_gpu_program_parameters

Implements com.jogamp.opengl.GL2.

Definition at line 19184 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramLocalParameters4fvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramLocalParameters4fvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 19173 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramLocalParametersI4ivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramLocalParametersI4ivNV ( int  target,
int  index,
int  count,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glProgramLocalParametersI4ivNV}(GLenum target, GLuint index, GLsizei count, const GLint * params)
Part of GL_NV_gpu_program4

Implements com.jogamp.opengl.GL2.

Definition at line 19206 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramLocalParametersI4ivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramLocalParametersI4ivNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 19195 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramLocalParametersI4uivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramLocalParametersI4uivNV ( int  target,
int  index,
int  count,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glProgramLocalParametersI4uivNV}(GLenum target, GLuint index, GLsizei count, const GLuint * params)
Part of GL_NV_gpu_program4

Implements com.jogamp.opengl.GL2.

Definition at line 19228 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramLocalParametersI4uivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramLocalParametersI4uivNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 19217 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramParameteri()

void com.jogamp.opengl.DebugGL4bc.glProgramParameteri ( int  program,
int  pname,
int  value 
)

Entry point to C language function: void {@native glProgramParameteri}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 19239 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramParameteriARB()

void com.jogamp.opengl.DebugGL4bc.glProgramParameteriARB ( int  program,
int  pname,
int  value 
)

Entry point to C language function: void {@native glProgramParameteriARB}(GLuint program, GLenum pname, GLint value)
Part of GL_ARB_geometry_shader4

Implements com.jogamp.opengl.GL3.

Definition at line 19250 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramStringARB()

void com.jogamp.opengl.DebugGL4bc.glProgramStringARB ( int  arg0,
int  arg1,
int  arg2,
java.lang.String  arg3 
)

Definition at line 19261 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramSubroutineParametersuivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramSubroutineParametersuivNV ( int  target,
int  count,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glProgramSubroutineParametersuivNV}(GLenum target, GLsizei count, const GLuint * params)
Part of GL_NV_gpu_program5

Implements com.jogamp.opengl.GL2.

Definition at line 19272 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramSubroutineParametersuivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramSubroutineParametersuivNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 19283 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1d()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1d ( int  program,
int  location,
double  v0 
)

Entry point to C language function: void {@native glProgramUniform1d}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 19294 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1dEXT()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1dEXT ( int  program,
int  location,
double  x 
)

Entry point to C language function: void {@native glProgramUniform1dEXT}(GLuint program, GLint location, GLdouble x)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 19305 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1dv ( int  program,
int  location,
int  count,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform1dv}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 19327 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1dv ( int  arg0,
int  arg1,
int  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 19316 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1dvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1dvEXT ( int  program,
int  location,
int  count,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform1dvEXT}(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 19349 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1dvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1dvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 19338 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1f()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1f ( int  program,
int  location,
float  v0 
)

Entry point to C language function: void {@native glProgramUniform1f}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 19360 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1fv ( int  program,
int  location,
int  count,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform1fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 19382 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1fv ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 19371 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1i()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1i ( int  program,
int  location,
int  v0 
)

Entry point to C language function: void {@native glProgramUniform1i}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 19393 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1i64ARB()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1i64ARB ( int  program,
int  location,
long  x 
)

Entry point to C language function: void {@native glProgramUniform1i64ARB}(GLuint program, GLint location, GLint64 x)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 19404 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1i64NV()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1i64NV ( int  program,
int  location,
long  x 
)

Entry point to C language function: void {@native glProgramUniform1i64NV}(GLuint program, GLint location, GLint64EXT x)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 19415 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1i64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1i64vARB ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 19426 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1i64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1i64vARB ( int  program,
int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform1i64vARB}(GLuint program, GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 19437 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1i64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1i64vNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 19448 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1i64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1i64vNV ( int  program,
int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform1i64vNV}(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 19459 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1iv ( int  program,
int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform1iv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 19481 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1iv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 19470 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1ui()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1ui ( int  program,
int  location,
int  v0 
)

Entry point to C language function: void {@native glProgramUniform1ui}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 19492 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1ui64ARB()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1ui64ARB ( int  program,
int  location,
long  x 
)

Entry point to C language function: void {@native glProgramUniform1ui64ARB}(GLuint program, GLint location, GLuint64 x)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 19503 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1ui64NV()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1ui64NV ( int  program,
int  location,
long  x 
)

Entry point to C language function: void {@native glProgramUniform1ui64NV}(GLuint program, GLint location, GLuint64EXT x)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 19514 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1ui64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1ui64vARB ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 19536 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1ui64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1ui64vARB ( int  program,
int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform1ui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 19525 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1ui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1ui64vNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 19558 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1ui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1ui64vNV ( int  program,
int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform1ui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 19547 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1uiv ( int  program,
int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform1uiv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 19580 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform1uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform1uiv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 19569 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2d()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2d ( int  program,
int  location,
double  v0,
double  v1 
)

Entry point to C language function: void {@native glProgramUniform2d}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 19591 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2dEXT()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2dEXT ( int  program,
int  location,
double  x,
double  y 
)

Entry point to C language function: void {@native glProgramUniform2dEXT}(GLuint program, GLint location, GLdouble x, GLdouble y)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 19602 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2dv ( int  program,
int  location,
int  count,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform2dv}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 19613 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2dv ( int  arg0,
int  arg1,
int  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 19624 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2dvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2dvEXT ( int  program,
int  location,
int  count,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform2dvEXT}(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 19635 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2dvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2dvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 19646 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2f()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2f ( int  program,
int  location,
float  v0,
float  v1 
)

Entry point to C language function: void {@native glProgramUniform2f}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 19657 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2fv ( int  program,
int  location,
int  count,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform2fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 19679 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2fv ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 19668 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2i()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2i ( int  program,
int  location,
int  v0,
int  v1 
)

Entry point to C language function: void {@native glProgramUniform2i}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 19690 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2i64ARB()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2i64ARB ( int  program,
int  location,
long  x,
long  y 
)

Entry point to C language function: void {@native glProgramUniform2i64ARB}(GLuint program, GLint location, GLint64 x, GLint64 y)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 19701 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2i64NV()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2i64NV ( int  program,
int  location,
long  x,
long  y 
)

Entry point to C language function: void {@native glProgramUniform2i64NV}(GLuint program, GLint location, GLint64EXT x, GLint64EXT y)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 19712 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2i64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2i64vARB ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 19734 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2i64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2i64vARB ( int  program,
int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform2i64vARB}(GLuint program, GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 19723 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2i64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2i64vNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 19745 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2i64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2i64vNV ( int  program,
int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform2i64vNV}(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 19756 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2iv ( int  program,
int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform2iv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 19767 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2iv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 19778 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2ui()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2ui ( int  program,
int  location,
int  v0,
int  v1 
)

Entry point to C language function: void {@native glProgramUniform2ui}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 19789 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2ui64ARB()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2ui64ARB ( int  program,
int  location,
long  x,
long  y 
)

Entry point to C language function: void {@native glProgramUniform2ui64ARB}(GLuint program, GLint location, GLuint64 x, GLuint64 y)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 19800 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2ui64NV()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2ui64NV ( int  program,
int  location,
long  x,
long  y 
)

Entry point to C language function: void {@native glProgramUniform2ui64NV}(GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 19811 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2ui64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2ui64vARB ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 19833 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2ui64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2ui64vARB ( int  program,
int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform2ui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 19822 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2ui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2ui64vNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 19844 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2ui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2ui64vNV ( int  program,
int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform2ui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 19855 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2uiv ( int  program,
int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform2uiv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 19866 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform2uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform2uiv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 19877 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3d()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3d ( int  program,
int  location,
double  v0,
double  v1,
double  v2 
)

Entry point to C language function: void {@native glProgramUniform3d}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 19888 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3dEXT()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3dEXT ( int  program,
int  location,
double  x,
double  y,
double  z 
)

Entry point to C language function: void {@native glProgramUniform3dEXT}(GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 19899 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3dv ( int  program,
int  location,
int  count,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform3dv}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 19910 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3dv ( int  arg0,
int  arg1,
int  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 19921 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3dvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3dvEXT ( int  program,
int  location,
int  count,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform3dvEXT}(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 19932 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3dvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3dvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 19943 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3f()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3f ( int  program,
int  location,
float  v0,
float  v1,
float  v2 
)

Entry point to C language function: void {@native glProgramUniform3f}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 19954 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3fv ( int  program,
int  location,
int  count,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform3fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 19976 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3fv ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 19965 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3i()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3i ( int  program,
int  location,
int  v0,
int  v1,
int  v2 
)

Entry point to C language function: void {@native glProgramUniform3i}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 19987 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3i64ARB()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3i64ARB ( int  program,
int  location,
long  x,
long  y,
long  z 
)

Entry point to C language function: void {@native glProgramUniform3i64ARB}(GLuint program, GLint location, GLint64 x, GLint64 y, GLint64 z)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 19998 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3i64NV()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3i64NV ( int  program,
int  location,
long  x,
long  y,
long  z 
)

Entry point to C language function: void {@native glProgramUniform3i64NV}(GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 20009 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3i64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3i64vARB ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 20031 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3i64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3i64vARB ( int  program,
int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform3i64vARB}(GLuint program, GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 20020 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3i64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3i64vNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 20053 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3i64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3i64vNV ( int  program,
int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform3i64vNV}(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 20042 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3iv ( int  program,
int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform3iv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 20075 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3iv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 20064 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3ui()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3ui ( int  program,
int  location,
int  v0,
int  v1,
int  v2 
)

Entry point to C language function: void {@native glProgramUniform3ui}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 20086 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3ui64ARB()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3ui64ARB ( int  program,
int  location,
long  x,
long  y,
long  z 
)

Entry point to C language function: void {@native glProgramUniform3ui64ARB}(GLuint program, GLint location, GLuint64 x, GLuint64 y, GLuint64 z)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 20097 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3ui64NV()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3ui64NV ( int  program,
int  location,
long  x,
long  y,
long  z 
)

Entry point to C language function: void {@native glProgramUniform3ui64NV}(GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 20108 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3ui64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3ui64vARB ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 20119 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3ui64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3ui64vARB ( int  program,
int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform3ui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 20130 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3ui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3ui64vNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 20152 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3ui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3ui64vNV ( int  program,
int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform3ui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 20141 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3uiv ( int  program,
int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform3uiv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 20174 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform3uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform3uiv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 20163 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4d()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4d ( int  program,
int  location,
double  v0,
double  v1,
double  v2,
double  v3 
)

Entry point to C language function: void {@native glProgramUniform4d}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20185 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4dEXT()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4dEXT ( int  program,
int  location,
double  x,
double  y,
double  z,
double  w 
)

Entry point to C language function: void {@native glProgramUniform4dEXT}(GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20196 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4dv ( int  program,
int  location,
int  count,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform4dv}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20218 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4dv ( int  arg0,
int  arg1,
int  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 20207 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4dvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4dvEXT ( int  program,
int  location,
int  count,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform4dvEXT}(GLuint program, GLint location, GLsizei count, const GLdouble * value)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20240 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4dvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4dvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 20229 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4f()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4f ( int  program,
int  location,
float  v0,
float  v1,
float  v2,
float  v3 
)

Entry point to C language function: void {@native glProgramUniform4f}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 20251 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4fv ( int  program,
int  location,
int  count,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform4fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 20273 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4fv ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 20262 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4i()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4i ( int  program,
int  location,
int  v0,
int  v1,
int  v2,
int  v3 
)

Entry point to C language function: void {@native glProgramUniform4i}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 20284 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4i64ARB()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4i64ARB ( int  program,
int  location,
long  x,
long  y,
long  z,
long  w 
)

Entry point to C language function: void {@native glProgramUniform4i64ARB}(GLuint program, GLint location, GLint64 x, GLint64 y, GLint64 z, GLint64 w)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 20295 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4i64NV()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4i64NV ( int  program,
int  location,
long  x,
long  y,
long  z,
long  w 
)

Entry point to C language function: void {@native glProgramUniform4i64NV}(GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 20306 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4i64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4i64vARB ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 20317 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4i64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4i64vARB ( int  program,
int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform4i64vARB}(GLuint program, GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 20328 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4i64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4i64vNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 20339 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4i64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4i64vNV ( int  program,
int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform4i64vNV}(GLuint program, GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 20350 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4iv ( int  program,
int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform4iv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 20361 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4iv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 20372 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4ui()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4ui ( int  program,
int  location,
int  v0,
int  v1,
int  v2,
int  v3 
)

Entry point to C language function: void {@native glProgramUniform4ui}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 20383 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4ui64ARB()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4ui64ARB ( int  program,
int  location,
long  x,
long  y,
long  z,
long  w 
)

Entry point to C language function: void {@native glProgramUniform4ui64ARB}(GLuint program, GLint location, GLuint64 x, GLuint64 y, GLuint64 z, GLuint64 w)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 20394 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4ui64NV()

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4ui64NV ( int  program,
int  location,
long  x,
long  y,
long  z,
long  w 
)

Entry point to C language function: void {@native glProgramUniform4ui64NV}(GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 20405 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4ui64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4ui64vARB ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 20416 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4ui64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4ui64vARB ( int  program,
int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform4ui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 20427 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4ui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4ui64vNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 20449 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4ui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4ui64vNV ( int  program,
int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform4ui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 20438 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4uiv ( int  program,
int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniform4uiv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 20471 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniform4uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniform4uiv ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 20460 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformHandleui64ARB()

void com.jogamp.opengl.DebugGL4bc.glProgramUniformHandleui64ARB ( int  program,
int  location,
long  value 
)

Entry point to C language function: void {@native glProgramUniformHandleui64ARB}(GLuint program, GLint location, GLuint64 value)
Part of GL_ARB_bindless_texture

Implements com.jogamp.opengl.GL4.

Definition at line 20482 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformHandleui64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformHandleui64vARB ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 20504 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformHandleui64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformHandleui64vARB ( int  program,
int  location,
int  count,
long[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glProgramUniformHandleui64vARB}(GLuint program, GLint location, GLsizei count, const GLuint64 * values)
Part of GL_ARB_bindless_texture

Implements com.jogamp.opengl.GL4.

Definition at line 20493 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix2dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix2dv ( int  program,
int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix2dv}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20526 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix2dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix2dv ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.DoubleBuffer  arg4 
)

Definition at line 20515 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix2dvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix2dvEXT ( int  program,
int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix2dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20537 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix2dvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix2dvEXT ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.DoubleBuffer  arg4 
)

Definition at line 20548 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix2fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix2fv ( int  program,
int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix2fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 20559 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix2fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix2fv ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.FloatBuffer  arg4 
)

Definition at line 20570 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix2x3dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix2x3dv ( int  program,
int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix2x3dv}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20581 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix2x3dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix2x3dv ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.DoubleBuffer  arg4 
)

Definition at line 20592 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix2x3dvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix2x3dvEXT ( int  program,
int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix2x3dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20614 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix2x3dvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix2x3dvEXT ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.DoubleBuffer  arg4 
)

Definition at line 20603 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix2x3fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix2x3fv ( int  program,
int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix2x3fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 20625 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix2x3fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix2x3fv ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.FloatBuffer  arg4 
)

Definition at line 20636 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix2x4dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix2x4dv ( int  program,
int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix2x4dv}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20658 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix2x4dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix2x4dv ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.DoubleBuffer  arg4 
)

Definition at line 20647 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix2x4dvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix2x4dvEXT ( int  program,
int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix2x4dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20669 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix2x4dvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix2x4dvEXT ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.DoubleBuffer  arg4 
)

Definition at line 20680 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix2x4fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix2x4fv ( int  program,
int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix2x4fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 20691 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix2x4fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix2x4fv ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.FloatBuffer  arg4 
)

Definition at line 20702 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix3dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix3dv ( int  program,
int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix3dv}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20724 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix3dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix3dv ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.DoubleBuffer  arg4 
)

Definition at line 20713 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix3dvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix3dvEXT ( int  program,
int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix3dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20746 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix3dvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix3dvEXT ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.DoubleBuffer  arg4 
)

Definition at line 20735 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix3fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix3fv ( int  program,
int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix3fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 20757 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix3fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix3fv ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.FloatBuffer  arg4 
)

Definition at line 20768 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix3x2dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix3x2dv ( int  program,
int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix3x2dv}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20790 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix3x2dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix3x2dv ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.DoubleBuffer  arg4 
)

Definition at line 20779 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix3x2dvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix3x2dvEXT ( int  program,
int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix3x2dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20812 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix3x2dvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix3x2dvEXT ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.DoubleBuffer  arg4 
)

Definition at line 20801 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix3x2fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix3x2fv ( int  program,
int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix3x2fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 20823 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix3x2fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix3x2fv ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.FloatBuffer  arg4 
)

Definition at line 20834 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix3x4dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix3x4dv ( int  program,
int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix3x4dv}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20845 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix3x4dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix3x4dv ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.DoubleBuffer  arg4 
)

Definition at line 20856 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix3x4dvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix3x4dvEXT ( int  program,
int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix3x4dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20878 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix3x4dvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix3x4dvEXT ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.DoubleBuffer  arg4 
)

Definition at line 20867 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix3x4fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix3x4fv ( int  program,
int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix3x4fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 20889 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix3x4fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix3x4fv ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.FloatBuffer  arg4 
)

Definition at line 20900 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix4dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix4dv ( int  program,
int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix4dv}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20911 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix4dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix4dv ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.DoubleBuffer  arg4 
)

Definition at line 20922 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix4dvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix4dvEXT ( int  program,
int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix4dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20933 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix4dvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix4dvEXT ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.DoubleBuffer  arg4 
)

Definition at line 20944 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix4fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix4fv ( int  program,
int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix4fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 20955 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix4fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix4fv ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.FloatBuffer  arg4 
)

Definition at line 20966 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix4x2dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix4x2dv ( int  program,
int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix4x2dv}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 20977 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix4x2dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix4x2dv ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.DoubleBuffer  arg4 
)

Definition at line 20988 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix4x2dvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix4x2dvEXT ( int  program,
int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix4x2dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 21010 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix4x2dvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix4x2dvEXT ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.DoubleBuffer  arg4 
)

Definition at line 20999 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix4x2fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix4x2fv ( int  program,
int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix4x2fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 21021 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix4x2fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix4x2fv ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.FloatBuffer  arg4 
)

Definition at line 21032 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix4x3dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix4x3dv ( int  program,
int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix4x3dv}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 21043 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix4x3dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix4x3dv ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.DoubleBuffer  arg4 
)

Definition at line 21054 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix4x3dvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix4x3dvEXT ( int  program,
int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix4x3dvEXT}(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 21076 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix4x3dvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix4x3dvEXT ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.DoubleBuffer  arg4 
)

Definition at line 21065 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix4x3fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix4x3fv ( int  program,
int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformMatrix4x3fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 21098 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformMatrix4x3fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformMatrix4x3fv ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
java.nio.FloatBuffer  arg4 
)

Definition at line 21087 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformui64NV()

void com.jogamp.opengl.DebugGL4bc.glProgramUniformui64NV ( int  program,
int  location,
long  value 
)

Entry point to C language function: void {@native glProgramUniformui64NV}(GLuint program, GLint location, GLuint64EXT value)
Part of GL_NV_shader_buffer_load

Implements com.jogamp.opengl.GL2GL3.

Definition at line 21109 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformui64vNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 21131 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramUniformui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glProgramUniformui64vNV ( int  program,
int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glProgramUniformui64vNV}(GLuint program, GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_shader_buffer_load

Implements com.jogamp.opengl.GL2GL3.

Definition at line 21120 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProgramVertexLimitNV()

void com.jogamp.opengl.DebugGL4bc.glProgramVertexLimitNV ( int  target,
int  limit 
)

Entry point to C language function: void {@native glProgramVertexLimitNV}(GLenum target, GLint limit)
Part of GL_NV_geometry_program4

Implements com.jogamp.opengl.GL2.

Definition at line 21142 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProvokingVertex()

void com.jogamp.opengl.DebugGL4bc.glProvokingVertex ( int  mode)

Entry point to C language function: void {@native glProvokingVertex}(GLenum mode)
Part of GL_ARB_provoking_vertex, GL_VERSION_3_2, GL_EXT_provoking_vertex
Alias for: glProvokingVertexEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 21153 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glProvokingVertexEXT()

void com.jogamp.opengl.DebugGL4bc.glProvokingVertexEXT ( int  mode)

Entry point to C language function: void {@native glProvokingVertexEXT}(GLenum mode)
Part of GL_EXT_provoking_vertex

Implements com.jogamp.opengl.GL2.

Definition at line 21164 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPushAttrib()

void com.jogamp.opengl.DebugGL4bc.glPushAttrib ( int  mask)

Entry point to C language function: void {@native glPushAttrib}(GLbitfield mask)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21175 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPushClientAttrib()

void com.jogamp.opengl.DebugGL4bc.glPushClientAttrib ( int  mask)

Entry point to C language function: void {@native glPushClientAttrib}(GLbitfield mask)
Part of GL_VERSION_1_1

Implements com.jogamp.opengl.GL2.

Definition at line 21186 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPushClientAttribDefaultEXT()

void com.jogamp.opengl.DebugGL4bc.glPushClientAttribDefaultEXT ( int  mask)

Entry point to C language function: void {@native glPushClientAttribDefaultEXT}(GLbitfield mask)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 21197 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPushDebugGroup() [1/2]

void com.jogamp.opengl.DebugGL4bc.glPushDebugGroup ( int  source,
int  id,
int  length,
byte[]  message,
int  message_offset 
)

Entry point to C language function: void {@native glPushDebugGroup}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 21219 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPushDebugGroup() [2/2]

void com.jogamp.opengl.DebugGL4bc.glPushDebugGroup ( int  arg0,
int  arg1,
int  arg2,
java.nio.ByteBuffer  arg3 
)

Definition at line 21208 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPushMatrix()

void com.jogamp.opengl.DebugGL4bc.glPushMatrix ( )

Push the current matrix to it's stack, while preserving it's values.

There exist one stack per matrix mode, i.e. GL_MODELVIEW, GL_PROJECTION and GL_TEXTURE.

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 21230 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glPushName()

void com.jogamp.opengl.DebugGL4bc.glPushName ( int  name)

Entry point to C language function: void {@native glPushName}(GLuint name)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21241 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glQueryCounter()

void com.jogamp.opengl.DebugGL4bc.glQueryCounter ( int  id,
int  target 
)

Entry point to C language function: void {@native glQueryCounter}(GLuint id, GLenum target)
Part of GL_ARB_timer_query, GL_VERSION_3_3, GL_EXT_disjoint_timer_query
Alias for: glQueryCounterEXT

Implements com.jogamp.opengl.GL2ES2.

Definition at line 21252 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glQueryMatrixxOES() [1/2]

int com.jogamp.opengl.DebugGL4bc.glQueryMatrixxOES ( int[]  mantissa,
int  mantissa_offset,
int[]  exponent,
int  exponent_offset 
)

Entry point to C language function: GLbitfield {@native glQueryMatrixxOES}(GLfixed * mantissa, GLint * exponent)
Part of GL_OES_query_matrix

Implements com.jogamp.opengl.GL2.

Definition at line 21263 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glQueryMatrixxOES() [2/2]

int com.jogamp.opengl.DebugGL4bc.glQueryMatrixxOES ( java.nio.IntBuffer  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 21275 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glQueryObjectParameteruiAMD()

void com.jogamp.opengl.DebugGL4bc.glQueryObjectParameteruiAMD ( int  target,
int  id,
int  pname,
int  param 
)

Entry point to C language function: void {@native glQueryObjectParameteruiAMD}(GLenum target, GLuint id, GLenum pname, GLuint param)
Part of GL_AMD_occlusion_query_event

Implements com.jogamp.opengl.GL2.

Definition at line 21287 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glQueryResourceNV() [1/2]

int com.jogamp.opengl.DebugGL4bc.glQueryResourceNV ( int  queryType,
int  tagId,
int  count,
int[]  buffer,
int  buffer_offset 
)

Entry point to C language function: GLint {@native glQueryResourceNV}(GLenum queryType, GLint tagId, GLuint count, GLint * buffer)
Part of GL_NV_query_resource

Implements com.jogamp.opengl.GL2.

Definition at line 21310 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glQueryResourceNV() [2/2]

int com.jogamp.opengl.DebugGL4bc.glQueryResourceNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 21298 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glQueryResourceTagNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glQueryResourceTagNV ( int  tagId,
byte[]  tagString,
int  tagString_offset 
)

Entry point to C language function: void {@native glQueryResourceTagNV}(GLint tagId, const GLchar * tagString)
Part of GL_NV_query_resource_tag

Implements com.jogamp.opengl.GL2.

Definition at line 21333 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glQueryResourceTagNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glQueryResourceTagNV ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 21322 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos2d()

void com.jogamp.opengl.DebugGL4bc.glRasterPos2d ( double  x,
double  y 
)

Entry point to C language function: void {@native glRasterPos2d}(GLdouble x, GLdouble y)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21344 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos2dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos2dv ( double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glRasterPos2dv}(const GLdouble * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21355 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos2dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos2dv ( java.nio.DoubleBuffer  arg0)

Definition at line 21366 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos2f()

void com.jogamp.opengl.DebugGL4bc.glRasterPos2f ( float  x,
float  y 
)

Entry point to C language function: void {@native glRasterPos2f}(GLfloat x, GLfloat y)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21377 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos2fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos2fv ( float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glRasterPos2fv}(const GLfloat * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21399 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos2fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos2fv ( java.nio.FloatBuffer  arg0)

Definition at line 21388 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos2i()

void com.jogamp.opengl.DebugGL4bc.glRasterPos2i ( int  x,
int  y 
)

Entry point to C language function: void {@native glRasterPos2i}(GLint x, GLint y)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21410 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos2iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos2iv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glRasterPos2iv}(const GLint * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21421 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos2iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos2iv ( java.nio.IntBuffer  arg0)

Definition at line 21432 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos2s()

void com.jogamp.opengl.DebugGL4bc.glRasterPos2s ( short  x,
short  y 
)

Entry point to C language function: void {@native glRasterPos2s}(GLshort x, GLshort y)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21443 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos2sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos2sv ( java.nio.ShortBuffer  arg0)

Definition at line 21465 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos2sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos2sv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glRasterPos2sv}(const GLshort * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21454 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos3d()

void com.jogamp.opengl.DebugGL4bc.glRasterPos3d ( double  x,
double  y,
double  z 
)

Entry point to C language function: void {@native glRasterPos3d}(GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21476 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos3dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos3dv ( double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glRasterPos3dv}(const GLdouble * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21498 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos3dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos3dv ( java.nio.DoubleBuffer  arg0)

Definition at line 21487 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos3f()

void com.jogamp.opengl.DebugGL4bc.glRasterPos3f ( float  x,
float  y,
float  z 
)

Entry point to C language function: void {@native glRasterPos3f}(GLfloat x, GLfloat y, GLfloat z)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21509 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos3fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos3fv ( float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glRasterPos3fv}(const GLfloat * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21520 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos3fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos3fv ( java.nio.FloatBuffer  arg0)

Definition at line 21531 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos3i()

void com.jogamp.opengl.DebugGL4bc.glRasterPos3i ( int  x,
int  y,
int  z 
)

Entry point to C language function: void {@native glRasterPos3i}(GLint x, GLint y, GLint z)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21542 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos3iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos3iv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glRasterPos3iv}(const GLint * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21564 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos3iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos3iv ( java.nio.IntBuffer  arg0)

Definition at line 21553 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos3s()

void com.jogamp.opengl.DebugGL4bc.glRasterPos3s ( short  x,
short  y,
short  z 
)

Entry point to C language function: void {@native glRasterPos3s}(GLshort x, GLshort y, GLshort z)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21575 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos3sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos3sv ( java.nio.ShortBuffer  arg0)

Definition at line 21597 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos3sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos3sv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glRasterPos3sv}(const GLshort * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21586 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos4d()

void com.jogamp.opengl.DebugGL4bc.glRasterPos4d ( double  x,
double  y,
double  z,
double  w 
)

Entry point to C language function: void {@native glRasterPos4d}(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21608 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos4dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos4dv ( double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glRasterPos4dv}(const GLdouble * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21630 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos4dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos4dv ( java.nio.DoubleBuffer  arg0)

Definition at line 21619 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos4f()

void com.jogamp.opengl.DebugGL4bc.glRasterPos4f ( float  x,
float  y,
float  z,
float  w 
)

Entry point to C language function: void {@native glRasterPos4f}(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21641 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos4fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos4fv ( float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glRasterPos4fv}(const GLfloat * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21652 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos4fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos4fv ( java.nio.FloatBuffer  arg0)

Definition at line 21663 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos4i()

void com.jogamp.opengl.DebugGL4bc.glRasterPos4i ( int  x,
int  y,
int  z,
int  w 
)

Entry point to C language function: void {@native glRasterPos4i}(GLint x, GLint y, GLint z, GLint w)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21674 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos4iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos4iv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glRasterPos4iv}(const GLint * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21685 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos4iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos4iv ( java.nio.IntBuffer  arg0)

Definition at line 21696 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos4s()

void com.jogamp.opengl.DebugGL4bc.glRasterPos4s ( short  x,
short  y,
short  z,
short  w 
)

Entry point to C language function: void {@native glRasterPos4s}(GLshort x, GLshort y, GLshort z, GLshort w)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21707 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos4sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos4sv ( java.nio.ShortBuffer  arg0)

Definition at line 21718 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterPos4sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glRasterPos4sv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glRasterPos4sv}(const GLshort * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21729 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRasterSamplesEXT()

void com.jogamp.opengl.DebugGL4bc.glRasterSamplesEXT ( int  samples,
boolean  fixedsamplelocations 
)

Entry point to C language function: void {@native glRasterSamplesEXT}(GLuint samples, GLboolean fixedsamplelocations)
Part of GL_EXT_raster_multisample

Implements com.jogamp.opengl.GL2GL3.

Definition at line 21740 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glReadBuffer()

void com.jogamp.opengl.DebugGL4bc.glReadBuffer ( int  mode)

Entry point to C language function: void {@native glReadBuffer}(GLenum mode)
Part of GL_ES_VERSION_3_0, GL_VERSION_1_0, GL_NV_read_buffer
Alias for: glReadBufferNV

Implements com.jogamp.opengl.GL2ES3.

Definition at line 21751 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glReadnPixels()

void com.jogamp.opengl.DebugGL4bc.glReadnPixels ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
java.nio.Buffer  arg7 
)

Definition at line 21784 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glReadPixels() [1/2]

void com.jogamp.opengl.DebugGL4bc.glReadPixels ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
java.nio.Buffer  arg6 
)

Definition at line 21762 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glReadPixels() [2/2]

void com.jogamp.opengl.DebugGL4bc.glReadPixels ( int  x,
int  y,
int  width,
int  height,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glReadPixels}(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

Implements com.jogamp.opengl.GL.

Definition at line 21773 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRectd()

void com.jogamp.opengl.DebugGL4bc.glRectd ( double  x1,
double  y1,
double  x2,
double  y2 
)

Entry point to C language function: void {@native glRectd}(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21795 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRectdv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glRectdv ( double[]  v1,
int  v1_offset,
double[]  v2,
int  v2_offset 
)

Entry point to C language function: void {@native glRectdv}(const GLdouble * v1, const GLdouble * v2)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21806 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRectdv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glRectdv ( java.nio.DoubleBuffer  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 21817 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRectf()

void com.jogamp.opengl.DebugGL4bc.glRectf ( float  x1,
float  y1,
float  x2,
float  y2 
)

Entry point to C language function: void {@native glRectf}(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21828 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRectfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glRectfv ( float[]  v1,
int  v1_offset,
float[]  v2,
int  v2_offset 
)

Entry point to C language function: void {@native glRectfv}(const GLfloat * v1, const GLfloat * v2)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21839 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRectfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glRectfv ( java.nio.FloatBuffer  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 21850 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRecti()

void com.jogamp.opengl.DebugGL4bc.glRecti ( int  x1,
int  y1,
int  x2,
int  y2 
)

Entry point to C language function: void {@native glRecti}(GLint x1, GLint y1, GLint x2, GLint y2)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21861 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRectiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glRectiv ( int[]  v1,
int  v1_offset,
int[]  v2,
int  v2_offset 
)

Entry point to C language function: void {@native glRectiv}(const GLint * v1, const GLint * v2)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21872 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRectiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glRectiv ( java.nio.IntBuffer  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 21883 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRects()

void com.jogamp.opengl.DebugGL4bc.glRects ( short  x1,
short  y1,
short  x2,
short  y2 
)

Entry point to C language function: void {@native glRects}(GLshort x1, GLshort y1, GLshort x2, GLshort y2)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21894 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRectsv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glRectsv ( java.nio.ShortBuffer  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 21916 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRectsv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glRectsv ( short[]  v1,
int  v1_offset,
short[]  v2,
int  v2_offset 
)

Entry point to C language function: void {@native glRectsv}(const GLshort * v1, const GLshort * v2)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21905 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glReleaseKeyedMutexWin32EXT()

boolean com.jogamp.opengl.DebugGL4bc.glReleaseKeyedMutexWin32EXT ( int  memory,
long  key 
)

Entry point to C language function: GLboolean {@native glReleaseKeyedMutexWin32EXT}(GLuint memory, GLuint64 key)
Part of GL_EXT_win32_keyed_mutex

Implements com.jogamp.opengl.GL2.

Definition at line 21927 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glReleaseShaderCompiler()

void com.jogamp.opengl.DebugGL4bc.glReleaseShaderCompiler ( )

Start: GL_ARB_ES2_compatibility functions, which are part of ES2 core as well.

Entry point to C language function: void {@native glReleaseShaderCompiler}(void);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
Nop if no native implementation is available.

Implements com.jogamp.opengl.GL2ES2.

Definition at line 21939 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRenderbufferStorage()

void com.jogamp.opengl.DebugGL4bc.glRenderbufferStorage ( int  target,
int  internalformat,
int  width,
int  height 
)

Entry point to C language function: void {@native glRenderbufferStorage}(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

Implements com.jogamp.opengl.GL.

Definition at line 21973 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRenderbufferStorageMultisample()

void com.jogamp.opengl.DebugGL4bc.glRenderbufferStorageMultisample ( int  target,
int  samples,
int  internalformat,
int  width,
int  height 
)

Entry point to C language function: void {@native glRenderbufferStorageMultisample}(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

Implements com.jogamp.opengl.GL.

Definition at line 21984 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRenderbufferStorageMultisampleAdvancedAMD()

void com.jogamp.opengl.DebugGL4bc.glRenderbufferStorageMultisampleAdvancedAMD ( int  target,
int  samples,
int  storageSamples,
int  internalformat,
int  width,
int  height 
)

Entry point to C language function: void {@native glRenderbufferStorageMultisampleAdvancedAMD}(GLenum target, GLsizei samples, GLsizei storageSamples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_AMD_framebuffer_multisample_advanced

Implements com.jogamp.opengl.GL2GL3.

Definition at line 21995 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRenderbufferStorageMultisampleCoverageNV()

void com.jogamp.opengl.DebugGL4bc.glRenderbufferStorageMultisampleCoverageNV ( int  target,
int  coverageSamples,
int  colorSamples,
int  internalformat,
int  width,
int  height 
)

Entry point to C language function: void {@native glRenderbufferStorageMultisampleCoverageNV}(GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height)
Part of GL_NV_framebuffer_multisample_coverage

Implements com.jogamp.opengl.GL2.

Definition at line 22006 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRenderGpuMaskNV()

void com.jogamp.opengl.DebugGL4bc.glRenderGpuMaskNV ( int  mask)

Entry point to C language function: void {@native glRenderGpuMaskNV}(GLbitfield mask)
Part of GL_NV_gpu_multicast

Implements com.jogamp.opengl.GL2.

Definition at line 21950 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRenderMode()

int com.jogamp.opengl.DebugGL4bc.glRenderMode ( int  mode)

Entry point to C language function: GLint {@native glRenderMode}(GLenum mode)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 21961 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glResetHistogram()

void com.jogamp.opengl.DebugGL4bc.glResetHistogram ( int  target)

Entry point to C language function: void {@native glResetHistogram}(GLenum target)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glResetHistogramEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22017 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glResetMemoryObjectParameterNV()

void com.jogamp.opengl.DebugGL4bc.glResetMemoryObjectParameterNV ( int  memory,
int  pname 
)

Entry point to C language function: void {@native glResetMemoryObjectParameterNV}(GLuint memory, GLenum pname)
Part of GL_NV_memory_attachment

Implements com.jogamp.opengl.GL4ES3.

Definition at line 22028 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glResetMinmax()

void com.jogamp.opengl.DebugGL4bc.glResetMinmax ( int  target)

Entry point to C language function: void {@native glResetMinmax}(GLenum target)
Part of GL_ARB_imaging, GL_VERSION_1_2, GL_EXT_histogram
Alias for: glResetMinmaxEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22039 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glResolveDepthValuesNV()

void com.jogamp.opengl.DebugGL4bc.glResolveDepthValuesNV ( )

Entry point to C language function: void {@native glResolveDepthValuesNV}()
Part of GL_NV_sample_locations

Implements com.jogamp.opengl.GL4ES3.

Definition at line 22050 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glResumeTransformFeedback()

void com.jogamp.opengl.DebugGL4bc.glResumeTransformFeedback ( )

Entry point to C language function: void {@native glResumeTransformFeedback}()
Part of GL_ARB_transform_feedback2, GL_ES_VERSION_3_0, GL_VERSION_4_0, GL_NV_transform_feedback2
Alias for: glResumeTransformFeedbackNV

Implements com.jogamp.opengl.GL2ES3.

Definition at line 22061 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glResumeTransformFeedbackNV()

void com.jogamp.opengl.DebugGL4bc.glResumeTransformFeedbackNV ( )

Entry point to C language function: void {@native glResumeTransformFeedbackNV}()
Part of GL_NV_transform_feedback2

Implements com.jogamp.opengl.GL2.

Definition at line 22072 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRotated()

void com.jogamp.opengl.DebugGL4bc.glRotated ( double  angle,
double  x,
double  y,
double  z 
)

Entry point to C language function: void {@native glRotated}(GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 22083 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glRotatef()

void com.jogamp.opengl.DebugGL4bc.glRotatef ( float  angle,
float  x,
float  y,
float  z 
)

Rotate the current matrix.

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 22094 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSampleCoverage()

void com.jogamp.opengl.DebugGL4bc.glSampleCoverage ( float  value,
boolean  invert 
)

Entry point to C language function: void {@native glSampleCoverage}(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

Implements com.jogamp.opengl.GL.

Definition at line 22105 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSampleMaski()

void com.jogamp.opengl.DebugGL4bc.glSampleMaski ( int  index,
int  mask 
)

Entry point to C language function: void {@native glSampleMaski}(GLuint index, GLbitfield mask)
Part of GL_ES_VERSION_3_1, GL_ARB_texture_multisample, GL_VERSION_3_2

Implements com.jogamp.opengl.GL2ES2.

Definition at line 22127 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSampleMaskIndexedNV()

void com.jogamp.opengl.DebugGL4bc.glSampleMaskIndexedNV ( int  index,
int  mask 
)

Entry point to C language function: void {@native glSampleMaskIndexedNV}(GLuint index, GLbitfield mask)
Part of GL_NV_explicit_multisample

Implements com.jogamp.opengl.GL2.

Definition at line 22116 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSamplerParameterf()

void com.jogamp.opengl.DebugGL4bc.glSamplerParameterf ( int  sampler,
int  pname,
float  param 
)

Entry point to C language function: void {@native glSamplerParameterf}(GLuint sampler, GLenum pname, GLfloat param)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

Implements com.jogamp.opengl.GL3ES3.

Definition at line 22182 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSamplerParameterfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSamplerParameterfv ( int  sampler,
int  pname,
float[]  param,
int  param_offset 
)

Entry point to C language function: void {@native glSamplerParameterfv}(GLuint sampler, GLenum pname, const GLfloat * param)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

Implements com.jogamp.opengl.GL3ES3.

Definition at line 22193 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSamplerParameterfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSamplerParameterfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 22204 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSamplerParameteri()

void com.jogamp.opengl.DebugGL4bc.glSamplerParameteri ( int  sampler,
int  pname,
int  param 
)

Entry point to C language function: void {@native glSamplerParameteri}(GLuint sampler, GLenum pname, GLint param)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

Implements com.jogamp.opengl.GL3ES3.

Definition at line 22215 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSamplerParameterIiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSamplerParameterIiv ( int  sampler,
int  pname,
int[]  param,
int  param_offset 
)

Entry point to C language function: void {@native glSamplerParameterIiv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 22138 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSamplerParameterIiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSamplerParameterIiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 22149 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSamplerParameterIuiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSamplerParameterIuiv ( int  sampler,
int  pname,
int[]  param,
int  param_offset 
)

Entry point to C language function: void {@native glSamplerParameterIuiv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 22171 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSamplerParameterIuiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSamplerParameterIuiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 22160 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSamplerParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSamplerParameteriv ( int  sampler,
int  pname,
int[]  param,
int  param_offset 
)

Entry point to C language function: void {@native glSamplerParameteriv}(GLuint sampler, GLenum pname, const GLint * param)
Part of GL_MESA_sampler_objects, GL_ARB_sampler_objects, GL_VERSION_3_3, GL_ES_VERSION_3_0

Implements com.jogamp.opengl.GL3ES3.

Definition at line 22237 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSamplerParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSamplerParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 22226 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glScaled()

void com.jogamp.opengl.DebugGL4bc.glScaled ( double  x,
double  y,
double  z 
)

Entry point to C language function: void {@native glScaled}(GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 22248 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glScalef()

void com.jogamp.opengl.DebugGL4bc.glScalef ( float  x,
float  y,
float  z 
)

Scale the current matrix.

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 22259 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glScissor()

void com.jogamp.opengl.DebugGL4bc.glScissor ( int  x,
int  y,
int  width,
int  height 
)

Entry point to C language function: void {@native glScissor}(GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 22270 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glScissorArrayv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glScissorArrayv ( int  first,
int  count,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glScissorArrayv}(GLuint first, GLsizei count, const GLint * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array, GL_OES_viewport_array
Alias for: glScissorArrayvNV, glScissorArrayvOES

Implements com.jogamp.opengl.GL3.

Definition at line 22292 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glScissorArrayv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glScissorArrayv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 22281 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glScissorExclusiveArrayvNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glScissorExclusiveArrayvNV ( int  first,
int  count,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glScissorExclusiveArrayvNV}(GLuint first, GLsizei count, const GLint * v)
Part of GL_NV_scissor_exclusive

Implements com.jogamp.opengl.GL4ES3.

Definition at line 22303 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glScissorExclusiveArrayvNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glScissorExclusiveArrayvNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 22314 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glScissorExclusiveNV()

void com.jogamp.opengl.DebugGL4bc.glScissorExclusiveNV ( int  x,
int  y,
int  width,
int  height 
)

Entry point to C language function: void {@native glScissorExclusiveNV}(GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_NV_scissor_exclusive

Implements com.jogamp.opengl.GL4ES3.

Definition at line 22325 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glScissorIndexed()

void com.jogamp.opengl.DebugGL4bc.glScissorIndexed ( int  index,
int  left,
int  bottom,
int  width,
int  height 
)

Entry point to C language function: void {@native glScissorIndexed}(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array, GL_OES_viewport_array
Alias for: glScissorIndexedNV, glScissorIndexedOES

Implements com.jogamp.opengl.GL3.

Definition at line 22336 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glScissorIndexedv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glScissorIndexedv ( int  index,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glScissorIndexedv}(GLuint index, const GLint * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array, GL_OES_viewport_array
Alias for: glScissorIndexedvNV, glScissorIndexedvOES

Implements com.jogamp.opengl.GL3.

Definition at line 22347 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glScissorIndexedv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glScissorIndexedv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 22358 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3b()

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3b ( byte  red,
byte  green,
byte  blue 
)

Entry point to C language function: void {@native glSecondaryColor3b}(GLbyte red, GLbyte green, GLbyte blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3bEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22369 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3bv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3bv ( byte[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glSecondaryColor3bv}(const GLbyte * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3bvEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22380 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3bv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3bv ( java.nio.ByteBuffer  arg0)

Definition at line 22391 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3d()

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3d ( double  red,
double  green,
double  blue 
)

Entry point to C language function: void {@native glSecondaryColor3d}(GLdouble red, GLdouble green, GLdouble blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3dEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22402 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3dv ( double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glSecondaryColor3dv}(const GLdouble * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3dvEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22424 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3dv ( java.nio.DoubleBuffer  arg0)

Definition at line 22413 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3f()

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3f ( float  red,
float  green,
float  blue 
)

Entry point to C language function: void {@native glSecondaryColor3f}(GLfloat red, GLfloat green, GLfloat blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3fEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22435 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3fv ( float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glSecondaryColor3fv}(const GLfloat * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3fvEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22446 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3fv ( java.nio.FloatBuffer  arg0)

Definition at line 22457 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3h()

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3h ( short  red,
short  green,
short  blue 
)

Entry point to C language function: void {@native glSecondaryColor3h}(GLhalfNV red, GLhalfNV green, GLhalfNV blue)
Part of GL_NV_half_float
Alias for: glSecondaryColor3hNV

Implements com.jogamp.opengl.GL2.

Definition at line 22468 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3hv ( java.nio.ShortBuffer  arg0)

Definition at line 22490 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3hv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glSecondaryColor3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glSecondaryColor3hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 22479 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3i()

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3i ( int  red,
int  green,
int  blue 
)

Entry point to C language function: void {@native glSecondaryColor3i}(GLint red, GLint green, GLint blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3iEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22501 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3iv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glSecondaryColor3iv}(const GLint * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3ivEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22523 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3iv ( java.nio.IntBuffer  arg0)

Definition at line 22512 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3s()

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3s ( short  red,
short  green,
short  blue 
)

Entry point to C language function: void {@native glSecondaryColor3s}(GLshort red, GLshort green, GLshort blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3sEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22534 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3sv ( java.nio.ShortBuffer  arg0)

Definition at line 22556 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3sv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glSecondaryColor3sv}(const GLshort * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3svEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22545 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3ub()

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3ub ( byte  red,
byte  green,
byte  blue 
)

Entry point to C language function: void {@native glSecondaryColor3ub}(GLubyte red, GLubyte green, GLubyte blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3ubEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22567 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3ubv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3ubv ( byte[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glSecondaryColor3ubv}(const GLubyte * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3ubvEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22578 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3ubv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3ubv ( java.nio.ByteBuffer  arg0)

Definition at line 22589 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3ui()

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3ui ( int  red,
int  green,
int  blue 
)

Entry point to C language function: void {@native glSecondaryColor3ui}(GLuint red, GLuint green, GLuint blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3uiEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22600 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3uiv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glSecondaryColor3uiv}(const GLuint * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3uivEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22611 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3uiv ( java.nio.IntBuffer  arg0)

Definition at line 22622 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3us()

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3us ( short  red,
short  green,
short  blue 
)

Entry point to C language function: void {@native glSecondaryColor3us}(GLushort red, GLushort green, GLushort blue)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3usEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22633 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3usv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3usv ( java.nio.ShortBuffer  arg0)

Definition at line 22655 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColor3usv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColor3usv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glSecondaryColor3usv}(const GLushort * v)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColor3usvEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22644 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColorFormatNV()

void com.jogamp.opengl.DebugGL4bc.glSecondaryColorFormatNV ( int  size,
int  type,
int  stride 
)

Entry point to C language function: void {@native glSecondaryColorFormatNV}(GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

Implements com.jogamp.opengl.GL2GL3.

Definition at line 22666 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColorP3ui()

void com.jogamp.opengl.DebugGL4bc.glSecondaryColorP3ui ( int  type,
int  color 
)

Entry point to C language function: void {@native glSecondaryColorP3ui}(GLenum type, GLuint color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 22677 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColorP3uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColorP3uiv ( int  type,
int[]  color,
int  color_offset 
)

Entry point to C language function: void {@native glSecondaryColorP3uiv}(GLenum type, const GLuint * color)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 22699 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColorP3uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColorP3uiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 22688 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColorPointer() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColorPointer ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Definition at line 22721 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSecondaryColorPointer() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSecondaryColorPointer ( int  size,
int  type,
int  stride,
long  pointer_buffer_offset 
)

Entry point to C language function: void {@native glSecondaryColorPointer}(GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_VERSION_1_4, GL_EXT_secondary_color
Alias for: glSecondaryColorPointerEXT

Implements com.jogamp.opengl.GL2.

Definition at line 22710 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSelectBuffer()

void com.jogamp.opengl.DebugGL4bc.glSelectBuffer ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 22732 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSemaphoreParameterivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSemaphoreParameterivNV ( int  semaphore,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glSemaphoreParameterivNV}(GLuint semaphore, GLenum pname, const GLint * params)
Part of GL_NV_timeline_semaphore

Implements com.jogamp.opengl.GL4ES3.

Definition at line 22754 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSemaphoreParameterivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSemaphoreParameterivNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 22743 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSemaphoreParameterui64vEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSemaphoreParameterui64vEXT ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 22776 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSemaphoreParameterui64vEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSemaphoreParameterui64vEXT ( int  semaphore,
int  pname,
long[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glSemaphoreParameterui64vEXT}(GLuint semaphore, GLenum pname, const GLuint64 * params)
Part of GL_EXT_semaphore

Implements com.jogamp.opengl.GL2ES3.

Definition at line 22765 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSeparableFilter2D() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSeparableFilter2D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
java.nio.Buffer  arg6,
java.nio.Buffer  arg7 
)

Definition at line 22798 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSeparableFilter2D() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSeparableFilter2D ( int  target,
int  internalformat,
int  width,
int  height,
int  format,
int  type,
long  row_buffer_offset,
long  column_buffer_offset 
)

Entry point to C language function: void {@native glSeparableFilter2D}(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

Implements com.jogamp.opengl.GL2.

Definition at line 22787 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSetInvariantEXT()

void com.jogamp.opengl.DebugGL4bc.glSetInvariantEXT ( int  arg0,
int  arg1,
java.nio.Buffer  arg2 
)

Definition at line 22809 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSetLocalConstantEXT()

void com.jogamp.opengl.DebugGL4bc.glSetLocalConstantEXT ( int  arg0,
int  arg1,
java.nio.Buffer  arg2 
)

Definition at line 22820 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSetMultisamplefvAMD() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSetMultisamplefvAMD ( int  pname,
int  index,
float[]  val,
int  val_offset 
)

Entry point to C language function: void {@native glSetMultisamplefvAMD}(GLenum pname, GLuint index, const GLfloat * val)
Part of GL_AMD_sample_positions

Implements com.jogamp.opengl.GL2GL3.

Definition at line 22831 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSetMultisamplefvAMD() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSetMultisamplefvAMD ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 22842 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glShadeModel()

void com.jogamp.opengl.DebugGL4bc.glShadeModel ( int  arg0)

Implements com.jogamp.opengl.fixedfunc.GLLightingFunc.

Definition at line 22853 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glShaderBinary() [1/2]

void com.jogamp.opengl.DebugGL4bc.glShaderBinary ( int  arg0,
int[]  arg1,
int  arg2,
int  arg3,
java.nio.Buffer  arg4,
int  arg5 
)

Definition at line 22864 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glShaderBinary() [2/2]

void com.jogamp.opengl.DebugGL4bc.glShaderBinary ( int  arg0,
java.nio.IntBuffer  arg1,
int  arg2,
java.nio.Buffer  arg3,
int  arg4 
)

Definition at line 22875 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glShaderOp1EXT()

void com.jogamp.opengl.DebugGL4bc.glShaderOp1EXT ( int  op,
int  res,
int  arg1 
)

Entry point to C language function: void {@native glShaderOp1EXT}(GLenum op, GLuint res, GLuint arg1)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 22886 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glShaderOp2EXT()

void com.jogamp.opengl.DebugGL4bc.glShaderOp2EXT ( int  op,
int  res,
int  arg1,
int  arg2 
)

Entry point to C language function: void {@native glShaderOp2EXT}(GLenum op, GLuint res, GLuint arg1, GLuint arg2)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 22897 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glShaderOp3EXT()

void com.jogamp.opengl.DebugGL4bc.glShaderOp3EXT ( int  op,
int  res,
int  arg1,
int  arg2,
int  arg3 
)

Entry point to C language function: void {@native glShaderOp3EXT}(GLenum op, GLuint res, GLuint arg1, GLuint arg2, GLuint arg3)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 22908 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glShaderSource() [1/2]

void com.jogamp.opengl.DebugGL4bc.glShaderSource ( int  arg0,
int  arg1,
java.lang.String[]  arg2,
int[]  arg3,
int  arg4 
)

Definition at line 22930 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glShaderSource() [2/2]

void com.jogamp.opengl.DebugGL4bc.glShaderSource ( int  arg0,
int  arg1,
java.lang.String[]  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 22919 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glShaderSourceARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glShaderSourceARB ( long  arg0,
int  arg1,
java.lang.String[]  arg2,
int[]  arg3,
int  arg4 
)

Definition at line 22952 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glShaderSourceARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glShaderSourceARB ( long  arg0,
int  arg1,
java.lang.String[]  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 22941 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glShaderStorageBlockBinding()

void com.jogamp.opengl.DebugGL4bc.glShaderStorageBlockBinding ( int  program,
int  storageBlockIndex,
int  storageBlockBinding 
)

Entry point to C language function: void {@native glShaderStorageBlockBinding}(GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding)
Part of GL_VERSION_4_3, GL_ARB_shader_storage_buffer_object

Implements com.jogamp.opengl.GL4.

Definition at line 22963 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glShadingRateImageBarrierNV()

void com.jogamp.opengl.DebugGL4bc.glShadingRateImageBarrierNV ( boolean  synchronize)

Entry point to C language function: void {@native glShadingRateImageBarrierNV}(GLboolean synchronize)
Part of GL_NV_shading_rate_image

Implements com.jogamp.opengl.GL4ES3.

Definition at line 22974 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glShadingRateImagePaletteNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glShadingRateImagePaletteNV ( int  viewport,
int  first,
int  count,
int[]  rates,
int  rates_offset 
)

Entry point to C language function: void {@native glShadingRateImagePaletteNV}(GLuint viewport, GLuint first, GLsizei count, const GLenum * rates)
Part of GL_NV_shading_rate_image

Implements com.jogamp.opengl.GL4ES3.

Definition at line 22985 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glShadingRateImagePaletteNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glShadingRateImagePaletteNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 22996 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glShadingRateSampleOrderCustomNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glShadingRateSampleOrderCustomNV ( int  rate,
int  samples,
int[]  locations,
int  locations_offset 
)

Entry point to C language function: void {@native glShadingRateSampleOrderCustomNV}(GLenum rate, GLuint samples, const GLint * locations)
Part of GL_NV_shading_rate_image

Implements com.jogamp.opengl.GL4ES3.

Definition at line 23018 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glShadingRateSampleOrderCustomNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glShadingRateSampleOrderCustomNV ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 23007 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glShadingRateSampleOrderNV()

void com.jogamp.opengl.DebugGL4bc.glShadingRateSampleOrderNV ( int  order)

Entry point to C language function: void {@native glShadingRateSampleOrderNV}(GLenum order)
Part of GL_NV_shading_rate_image

Implements com.jogamp.opengl.GL4ES3.

Definition at line 23029 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSignalSemaphoreEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSignalSemaphoreEXT ( int  semaphore,
int  numBufferBarriers,
int[]  buffers,
int  buffers_offset,
int  numTextureBarriers,
int[]  textures,
int  textures_offset,
int[]  dstLayouts,
int  dstLayouts_offset 
)

Entry point to C language function: void {@native glSignalSemaphoreEXT}(GLuint semaphore, GLuint numBufferBarriers, const GLuint * buffers, GLuint numTextureBarriers, const GLuint * textures, const GLenum * dstLayouts)
Part of GL_EXT_semaphore

Implements com.jogamp.opengl.GL2ES3.

Definition at line 23051 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSignalSemaphoreEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSignalSemaphoreEXT ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
int  arg3,
java.nio.IntBuffer  arg4,
java.nio.IntBuffer  arg5 
)

Definition at line 23040 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSignalSemaphoreui64NVX() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSignalSemaphoreui64NVX ( int  signalGpu,
int  fenceObjectCount,
int[]  semaphoreArray,
int  semaphoreArray_offset,
long[]  fenceValueArray,
int  fenceValueArray_offset 
)

Entry point to C language function: void {@native glSignalSemaphoreui64NVX}(GLuint signalGpu, GLsizei fenceObjectCount, const GLuint * semaphoreArray, const GLuint64 * fenceValueArray)
Part of GL_NVX_progress_fence

Implements com.jogamp.opengl.GL2.

Definition at line 23073 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSignalSemaphoreui64NVX() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSignalSemaphoreui64NVX ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 23062 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSignalVkFenceNV()

void com.jogamp.opengl.DebugGL4bc.glSignalVkFenceNV ( long  vkFence)

Entry point to C language function: void {@native glSignalVkFenceNV}(GLuint64 vkFence)
Part of GL_NV_draw_vulkan_image

Implements com.jogamp.opengl.GL4ES3.

Definition at line 23084 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSignalVkSemaphoreNV()

void com.jogamp.opengl.DebugGL4bc.glSignalVkSemaphoreNV ( long  vkSemaphore)

Entry point to C language function: void {@native glSignalVkSemaphoreNV}(GLuint64 vkSemaphore)
Part of GL_NV_draw_vulkan_image

Implements com.jogamp.opengl.GL4ES3.

Definition at line 23095 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSpecializeShader() [1/2]

void com.jogamp.opengl.DebugGL4bc.glSpecializeShader ( int  shader,
byte[]  pEntryPoint,
int  pEntryPoint_offset,
int  numSpecializationConstants,
int[]  pConstantIndex,
int  pConstantIndex_offset,
int[]  pConstantValue,
int  pConstantValue_offset 
)

Entry point to C language function: void {@native glSpecializeShader}(GLuint shader, const GLchar * pEntryPoint, GLuint numSpecializationConstants, const GLuint * pConstantIndex, const GLuint * pConstantValue)
Part of GL_VERSION_4_6, GL_ARB_gl_spirv
Alias for: glSpecializeShaderARB

Implements com.jogamp.opengl.GL3.

Definition at line 23106 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSpecializeShader() [2/2]

void com.jogamp.opengl.DebugGL4bc.glSpecializeShader ( int  arg0,
java.nio.ByteBuffer  arg1,
int  arg2,
java.nio.IntBuffer  arg3,
java.nio.IntBuffer  arg4 
)

Definition at line 23117 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glStateCaptureNV()

void com.jogamp.opengl.DebugGL4bc.glStateCaptureNV ( int  state,
int  mode 
)

Entry point to C language function: void {@native glStateCaptureNV}(GLuint state, GLenum mode)
Part of GL_NV_command_list

Implements com.jogamp.opengl.GL2.

Definition at line 23128 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glStencilClearTagEXT()

void com.jogamp.opengl.DebugGL4bc.glStencilClearTagEXT ( int  stencilTagBits,
int  stencilClearTag 
)

Entry point to C language function: void {@native glStencilClearTagEXT}(GLsizei stencilTagBits, GLuint stencilClearTag)
Part of GL_EXT_stencil_clear_tag

Implements com.jogamp.opengl.GL2.

Definition at line 23139 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glStencilFunc()

void com.jogamp.opengl.DebugGL4bc.glStencilFunc ( int  func,
int  ref,
int  mask 
)

Entry point to C language function: void {@native glStencilFunc}(GLenum func, GLint ref, GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 23150 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glStencilFuncSeparate()

void com.jogamp.opengl.DebugGL4bc.glStencilFuncSeparate ( int  face,
int  func,
int  ref,
int  mask 
)

Entry point to C language function: void {@native glStencilFuncSeparate}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 23161 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glStencilMask()

void com.jogamp.opengl.DebugGL4bc.glStencilMask ( int  mask)

Entry point to C language function: void {@native glStencilMask}(GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 23172 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glStencilMaskSeparate()

void com.jogamp.opengl.DebugGL4bc.glStencilMaskSeparate ( int  face,
int  mask 
)

Entry point to C language function: void {@native glStencilMaskSeparate}(GLenum face, GLuint mask)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

Implements com.jogamp.opengl.GL2ES2.

Definition at line 23183 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glStencilOp()

void com.jogamp.opengl.DebugGL4bc.glStencilOp ( int  fail,
int  zfail,
int  zpass 
)

Entry point to C language function: void {@native glStencilOp}(GLenum fail, GLenum zfail, GLenum zpass)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 23194 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glStencilOpSeparate()

void com.jogamp.opengl.DebugGL4bc.glStencilOpSeparate ( int  face,
int  sfail,
int  dpfail,
int  dppass 
)

Entry point to C language function: void {@native glStencilOpSeparate}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 23205 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glStencilOpValueAMD()

void com.jogamp.opengl.DebugGL4bc.glStencilOpValueAMD ( int  face,
int  value 
)

Entry point to C language function: void {@native glStencilOpValueAMD}(GLenum face, GLuint value)
Part of GL_AMD_stencil_operation_extended

Implements com.jogamp.opengl.GL2GL3.

Definition at line 23216 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glStringMarkerGREMEDY()

void com.jogamp.opengl.DebugGL4bc.glStringMarkerGREMEDY ( int  arg0,
java.nio.Buffer  arg1 
)

Definition at line 23227 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSubpixelPrecisionBiasNV()

void com.jogamp.opengl.DebugGL4bc.glSubpixelPrecisionBiasNV ( int  xbits,
int  ybits 
)

Entry point to C language function: void {@native glSubpixelPrecisionBiasNV}(GLuint xbits, GLuint ybits)
Part of GL_NV_conservative_raster

Implements com.jogamp.opengl.GL4ES3.

Definition at line 23238 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSwizzleEXT()

void com.jogamp.opengl.DebugGL4bc.glSwizzleEXT ( int  res,
int  in,
int  outX,
int  outY,
int  outZ,
int  outW 
)

Entry point to C language function: void {@native glSwizzleEXT}(GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 23249 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glSyncTextureINTEL()

void com.jogamp.opengl.DebugGL4bc.glSyncTextureINTEL ( int  texture)

Entry point to C language function: void {@native glSyncTextureINTEL}(GLuint texture)
Part of GL_INTEL_map_texture

Implements com.jogamp.opengl.GL2.

Definition at line 23260 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTessellationFactorAMD()

void com.jogamp.opengl.DebugGL4bc.glTessellationFactorAMD ( float  factor)

Entry point to C language function: void {@native glTessellationFactorAMD}(GLfloat factor)
Part of GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator

Implements com.jogamp.opengl.GL2GL3.

Definition at line 23271 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTessellationModeAMD()

void com.jogamp.opengl.DebugGL4bc.glTessellationModeAMD ( int  mode)

Entry point to C language function: void {@native glTessellationModeAMD}(GLenum mode)
Part of GL_AMD_vertex_shader_tesselator, GL_AMD_vertex_shader_tessellator

Implements com.jogamp.opengl.GL2GL3.

Definition at line 23282 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexAttachMemoryNV()

void com.jogamp.opengl.DebugGL4bc.glTexAttachMemoryNV ( int  target,
int  memory,
long  offset 
)

Entry point to C language function: void {@native glTexAttachMemoryNV}(GLenum target, GLuint memory, GLuint64 offset)
Part of GL_NV_memory_attachment

Implements com.jogamp.opengl.GL4ES3.

Definition at line 23293 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexBuffer()

void com.jogamp.opengl.DebugGL4bc.glTexBuffer ( int  target,
int  internalformat,
int  buffer 
)

Entry point to C language function: void {@native glTexBuffer}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 23304 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexBufferRange()

void com.jogamp.opengl.DebugGL4bc.glTexBufferRange ( int  target,
int  internalformat,
int  buffer,
long  offset,
long  size 
)

Entry point to C language function: void {@native glTexBufferRange}(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

Implements com.jogamp.opengl.GL3ES3.

Definition at line 23315 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord1bOES()

void com.jogamp.opengl.DebugGL4bc.glTexCoord1bOES ( byte  s)

Entry point to C language function: void {@native glTexCoord1bOES}(GLbyte s)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 23326 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord1bvOES() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord1bvOES ( byte[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glTexCoord1bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 23337 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord1bvOES() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord1bvOES ( java.nio.ByteBuffer  arg0)

Definition at line 23348 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord1d()

void com.jogamp.opengl.DebugGL4bc.glTexCoord1d ( double  s)

Entry point to C language function: void {@native glTexCoord1d}(GLdouble s)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23359 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord1dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord1dv ( double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord1dv}(const GLdouble * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23370 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord1dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord1dv ( java.nio.DoubleBuffer  arg0)

Definition at line 23381 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord1f()

void com.jogamp.opengl.DebugGL4bc.glTexCoord1f ( float  s)

Entry point to C language function: void {@native glTexCoord1f}(GLfloat s)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23392 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord1fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord1fv ( float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord1fv}(const GLfloat * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23414 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord1fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord1fv ( java.nio.FloatBuffer  arg0)

Definition at line 23403 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord1h()

void com.jogamp.opengl.DebugGL4bc.glTexCoord1h ( short  s)

Entry point to C language function: void {@native glTexCoord1h}(GLhalfNV s)
Part of GL_NV_half_float
Alias for: glTexCoord1hNV

Implements com.jogamp.opengl.GL2.

Definition at line 23425 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord1hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord1hv ( java.nio.ShortBuffer  arg0)

Definition at line 23436 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord1hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord1hv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord1hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glTexCoord1hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 23447 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord1i()

void com.jogamp.opengl.DebugGL4bc.glTexCoord1i ( int  s)

Entry point to C language function: void {@native glTexCoord1i}(GLint s)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23458 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord1iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord1iv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord1iv}(const GLint * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23480 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord1iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord1iv ( java.nio.IntBuffer  arg0)

Definition at line 23469 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord1s()

void com.jogamp.opengl.DebugGL4bc.glTexCoord1s ( short  s)

Entry point to C language function: void {@native glTexCoord1s}(GLshort s)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23491 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord1sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord1sv ( java.nio.ShortBuffer  arg0)

Definition at line 23502 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord1sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord1sv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord1sv}(const GLshort * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23513 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord2bOES()

void com.jogamp.opengl.DebugGL4bc.glTexCoord2bOES ( byte  s,
byte  t 
)

Entry point to C language function: void {@native glTexCoord2bOES}(GLbyte s, GLbyte t)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 23524 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord2bvOES() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord2bvOES ( byte[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glTexCoord2bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 23546 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord2bvOES() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord2bvOES ( java.nio.ByteBuffer  arg0)

Definition at line 23535 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord2d()

void com.jogamp.opengl.DebugGL4bc.glTexCoord2d ( double  s,
double  t 
)

Entry point to C language function: void {@native glTexCoord2d}(GLdouble s, GLdouble t)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23557 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord2dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord2dv ( double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord2dv}(const GLdouble * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23568 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord2dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord2dv ( java.nio.DoubleBuffer  arg0)

Definition at line 23579 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord2f()

void com.jogamp.opengl.DebugGL4bc.glTexCoord2f ( float  s,
float  t 
)

Entry point to C language function: void {@native glTexCoord2f}(GLfloat s, GLfloat t)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23590 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord2fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord2fv ( float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord2fv}(const GLfloat * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23612 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord2fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord2fv ( java.nio.FloatBuffer  arg0)

Definition at line 23601 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord2h()

void com.jogamp.opengl.DebugGL4bc.glTexCoord2h ( short  s,
short  t 
)

Entry point to C language function: void {@native glTexCoord2h}(GLhalfNV s, GLhalfNV t)
Part of GL_NV_half_float
Alias for: glTexCoord2hNV

Implements com.jogamp.opengl.GL2.

Definition at line 23623 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord2hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord2hv ( java.nio.ShortBuffer  arg0)

Definition at line 23634 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord2hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord2hv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord2hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glTexCoord2hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 23645 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord2i()

void com.jogamp.opengl.DebugGL4bc.glTexCoord2i ( int  s,
int  t 
)

Entry point to C language function: void {@native glTexCoord2i}(GLint s, GLint t)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23656 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord2iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord2iv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord2iv}(const GLint * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23667 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord2iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord2iv ( java.nio.IntBuffer  arg0)

Definition at line 23678 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord2s()

void com.jogamp.opengl.DebugGL4bc.glTexCoord2s ( short  s,
short  t 
)

Entry point to C language function: void {@native glTexCoord2s}(GLshort s, GLshort t)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23689 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord2sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord2sv ( java.nio.ShortBuffer  arg0)

Definition at line 23700 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord2sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord2sv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord2sv}(const GLshort * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23711 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord3bOES()

void com.jogamp.opengl.DebugGL4bc.glTexCoord3bOES ( byte  s,
byte  t,
byte  r 
)

Entry point to C language function: void {@native glTexCoord3bOES}(GLbyte s, GLbyte t, GLbyte r)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 23722 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord3bvOES() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord3bvOES ( byte[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glTexCoord3bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 23744 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord3bvOES() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord3bvOES ( java.nio.ByteBuffer  arg0)

Definition at line 23733 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord3d()

void com.jogamp.opengl.DebugGL4bc.glTexCoord3d ( double  s,
double  t,
double  r 
)

Entry point to C language function: void {@native glTexCoord3d}(GLdouble s, GLdouble t, GLdouble r)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23755 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord3dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord3dv ( double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord3dv}(const GLdouble * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23777 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord3dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord3dv ( java.nio.DoubleBuffer  arg0)

Definition at line 23766 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord3f()

void com.jogamp.opengl.DebugGL4bc.glTexCoord3f ( float  s,
float  t,
float  r 
)

Entry point to C language function: void {@native glTexCoord3f}(GLfloat s, GLfloat t, GLfloat r)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23788 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord3fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord3fv ( float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord3fv}(const GLfloat * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23810 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord3fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord3fv ( java.nio.FloatBuffer  arg0)

Definition at line 23799 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord3h()

void com.jogamp.opengl.DebugGL4bc.glTexCoord3h ( short  s,
short  t,
short  r 
)

Entry point to C language function: void {@native glTexCoord3h}(GLhalfNV s, GLhalfNV t, GLhalfNV r)
Part of GL_NV_half_float
Alias for: glTexCoord3hNV

Implements com.jogamp.opengl.GL2.

Definition at line 23821 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord3hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord3hv ( java.nio.ShortBuffer  arg0)

Definition at line 23843 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord3hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord3hv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glTexCoord3hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 23832 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord3i()

void com.jogamp.opengl.DebugGL4bc.glTexCoord3i ( int  s,
int  t,
int  r 
)

Entry point to C language function: void {@native glTexCoord3i}(GLint s, GLint t, GLint r)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23854 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord3iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord3iv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord3iv}(const GLint * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23876 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord3iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord3iv ( java.nio.IntBuffer  arg0)

Definition at line 23865 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord3s()

void com.jogamp.opengl.DebugGL4bc.glTexCoord3s ( short  s,
short  t,
short  r 
)

Entry point to C language function: void {@native glTexCoord3s}(GLshort s, GLshort t, GLshort r)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23887 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord3sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord3sv ( java.nio.ShortBuffer  arg0)

Definition at line 23909 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord3sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord3sv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord3sv}(const GLshort * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23898 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord4bOES()

void com.jogamp.opengl.DebugGL4bc.glTexCoord4bOES ( byte  s,
byte  t,
byte  r,
byte  q 
)

Entry point to C language function: void {@native glTexCoord4bOES}(GLbyte s, GLbyte t, GLbyte r, GLbyte q)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 23920 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord4bvOES() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord4bvOES ( byte[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glTexCoord4bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 23942 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord4bvOES() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord4bvOES ( java.nio.ByteBuffer  arg0)

Definition at line 23931 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord4d()

void com.jogamp.opengl.DebugGL4bc.glTexCoord4d ( double  s,
double  t,
double  r,
double  q 
)

Entry point to C language function: void {@native glTexCoord4d}(GLdouble s, GLdouble t, GLdouble r, GLdouble q)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23953 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord4dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord4dv ( double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord4dv}(const GLdouble * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23975 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord4dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord4dv ( java.nio.DoubleBuffer  arg0)

Definition at line 23964 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord4f()

void com.jogamp.opengl.DebugGL4bc.glTexCoord4f ( float  s,
float  t,
float  r,
float  q 
)

Entry point to C language function: void {@native glTexCoord4f}(GLfloat s, GLfloat t, GLfloat r, GLfloat q)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 23986 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord4fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord4fv ( float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord4fv}(const GLfloat * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 24008 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord4fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord4fv ( java.nio.FloatBuffer  arg0)

Definition at line 23997 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord4h()

void com.jogamp.opengl.DebugGL4bc.glTexCoord4h ( short  s,
short  t,
short  r,
short  q 
)

Entry point to C language function: void {@native glTexCoord4h}(GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q)
Part of GL_NV_half_float
Alias for: glTexCoord4hNV

Implements com.jogamp.opengl.GL2.

Definition at line 24019 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord4hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord4hv ( java.nio.ShortBuffer  arg0)

Definition at line 24041 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord4hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord4hv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord4hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glTexCoord4hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 24030 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord4i()

void com.jogamp.opengl.DebugGL4bc.glTexCoord4i ( int  s,
int  t,
int  r,
int  q 
)

Entry point to C language function: void {@native glTexCoord4i}(GLint s, GLint t, GLint r, GLint q)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 24052 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord4iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord4iv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord4iv}(const GLint * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 24063 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord4iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord4iv ( java.nio.IntBuffer  arg0)

Definition at line 24074 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord4s()

void com.jogamp.opengl.DebugGL4bc.glTexCoord4s ( short  s,
short  t,
short  r,
short  q 
)

Entry point to C language function: void {@native glTexCoord4s}(GLshort s, GLshort t, GLshort r, GLshort q)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 24085 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord4sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord4sv ( java.nio.ShortBuffer  arg0)

Definition at line 24107 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoord4sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoord4sv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glTexCoord4sv}(const GLshort * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 24096 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoordFormatNV()

void com.jogamp.opengl.DebugGL4bc.glTexCoordFormatNV ( int  size,
int  type,
int  stride 
)

Entry point to C language function: void {@native glTexCoordFormatNV}(GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

Implements com.jogamp.opengl.GL2GL3.

Definition at line 24118 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoordP1ui()

void com.jogamp.opengl.DebugGL4bc.glTexCoordP1ui ( int  type,
int  coords 
)

Entry point to C language function: void {@native glTexCoordP1ui}(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 24129 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoordP1uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoordP1uiv ( int  type,
int[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glTexCoordP1uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 24140 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoordP1uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoordP1uiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 24151 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoordP2ui()

void com.jogamp.opengl.DebugGL4bc.glTexCoordP2ui ( int  type,
int  coords 
)

Entry point to C language function: void {@native glTexCoordP2ui}(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 24162 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoordP2uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoordP2uiv ( int  type,
int[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glTexCoordP2uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 24173 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoordP2uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoordP2uiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 24184 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoordP3ui()

void com.jogamp.opengl.DebugGL4bc.glTexCoordP3ui ( int  type,
int  coords 
)

Entry point to C language function: void {@native glTexCoordP3ui}(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 24195 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoordP3uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoordP3uiv ( int  type,
int[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glTexCoordP3uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 24217 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoordP3uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoordP3uiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 24206 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoordP4ui()

void com.jogamp.opengl.DebugGL4bc.glTexCoordP4ui ( int  type,
int  coords 
)

Entry point to C language function: void {@native glTexCoordP4ui}(GLenum type, GLuint coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 24228 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoordP4uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoordP4uiv ( int  type,
int[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glTexCoordP4uiv}(GLenum type, const GLuint * coords)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 24239 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoordP4uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexCoordP4uiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 24250 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoordPointer() [1/3]

void com.jogamp.opengl.DebugGL4bc.glTexCoordPointer ( com.jogamp.opengl.GLArrayData  arg0)

Definition at line 24272 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoordPointer() [2/3]

void com.jogamp.opengl.DebugGL4bc.glTexCoordPointer ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 24261 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexCoordPointer() [3/3]

void com.jogamp.opengl.DebugGL4bc.glTexCoordPointer ( int  arg0,
int  arg1,
int  arg2,
long  arg3 
)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 24283 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexEnvf()

void com.jogamp.opengl.DebugGL4bc.glTexEnvf ( int  target,
int  pname,
float  param 
)

Entry point to C language function: void {@native glTexEnvf}(GLenum target, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 24294 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexEnvfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexEnvfv ( int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTexEnvfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 24316 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexEnvfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexEnvfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 24305 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexEnvi()

void com.jogamp.opengl.DebugGL4bc.glTexEnvi ( int  target,
int  pname,
int  param 
)

Entry point to C language function: void {@native glTexEnvi}(GLenum target, GLenum pname, GLint param)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 24327 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexEnviv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexEnviv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTexEnviv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL2ES1.

Definition at line 24338 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexEnviv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexEnviv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 24349 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexGend()

void com.jogamp.opengl.DebugGL4bc.glTexGend ( int  coord,
int  pname,
double  param 
)

Entry point to C language function: void {@native glTexGend}(GLenum coord, GLenum pname, GLdouble param)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 24360 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexGendv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexGendv ( int  coord,
int  pname,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTexGendv}(GLenum coord, GLenum pname, const GLdouble * params)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 24382 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexGendv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexGendv ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 24371 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexGenf()

void com.jogamp.opengl.DebugGL4bc.glTexGenf ( int  coord,
int  pname,
float  param 
)

Entry point to C language function: void {@native glTexGenf}(GLenum coord, GLenum pname, GLfloat param)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenfOES

Implements com.jogamp.opengl.GL2.

Definition at line 24393 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexGenfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexGenfv ( int  coord,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTexGenfv}(GLenum coord, GLenum pname, const GLfloat * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenfvOES

Implements com.jogamp.opengl.GL2.

Definition at line 24404 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexGenfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexGenfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 24415 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexGeni()

void com.jogamp.opengl.DebugGL4bc.glTexGeni ( int  coord,
int  pname,
int  param 
)

Entry point to C language function: void {@native glTexGeni}(GLenum coord, GLenum pname, GLint param)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGeniOES

Implements com.jogamp.opengl.GL2.

Definition at line 24426 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexGeniv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexGeniv ( int  coord,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTexGeniv}(GLenum coord, GLenum pname, const GLint * params)
Part of GL_VERSION_1_0, GL_OES_texture_cube_map
Alias for: glTexGenivOES

Implements com.jogamp.opengl.GL2.

Definition at line 24437 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexGeniv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexGeniv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 24448 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexImage1D() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexImage1D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
java.nio.Buffer  arg7 
)

Definition at line 24470 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexImage1D() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexImage1D ( int  target,
int  level,
int  internalFormat,
int  width,
int  border,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glTexImage1D}(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2GL3.

Definition at line 24459 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexImage2D() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexImage2D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
java.nio.Buffer  arg8 
)

Definition at line 24481 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexImage2D() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexImage2D ( int  target,
int  level,
int  internalformat,
int  width,
int  height,
int  border,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glTexImage2D}(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

Implements com.jogamp.opengl.GL.

Definition at line 24492 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexImage2DMultisample()

void com.jogamp.opengl.DebugGL4bc.glTexImage2DMultisample ( int  target,
int  samples,
int  internalformat,
int  width,
int  height,
boolean  fixedsamplelocations 
)

Entry point to C language function: void {@native glTexImage2DMultisample}(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Part of GL_ARB_texture_multisample, GL_VERSION_3_2

Implements com.jogamp.opengl.GL2ES2.

Definition at line 24503 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexImage2DMultisampleCoverageNV()

void com.jogamp.opengl.DebugGL4bc.glTexImage2DMultisampleCoverageNV ( int  target,
int  coverageSamples,
int  colorSamples,
int  internalFormat,
int  width,
int  height,
boolean  fixedSampleLocations 
)

Entry point to C language function: void {@native glTexImage2DMultisampleCoverageNV}(GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample

Implements com.jogamp.opengl.GL2GL3.

Definition at line 24514 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexImage3D() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexImage3D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
java.nio.Buffer  arg9 
)

Definition at line 24536 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexImage3D() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexImage3D ( int  target,
int  level,
int  internalformat,
int  width,
int  height,
int  depth,
int  border,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glTexImage3D}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 24525 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexImage3DMultisample()

void com.jogamp.opengl.DebugGL4bc.glTexImage3DMultisample ( int  target,
int  samples,
int  internalformat,
int  width,
int  height,
int  depth,
boolean  fixedsamplelocations 
)

Entry point to C language function: void {@native glTexImage3DMultisample}(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Part of GL_ARB_texture_multisample, GL_VERSION_3_2

Implements com.jogamp.opengl.GL2ES2.

Definition at line 24547 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexImage3DMultisampleCoverageNV()

void com.jogamp.opengl.DebugGL4bc.glTexImage3DMultisampleCoverageNV ( int  target,
int  coverageSamples,
int  colorSamples,
int  internalFormat,
int  width,
int  height,
int  depth,
boolean  fixedSampleLocations 
)

Entry point to C language function: void {@native glTexImage3DMultisampleCoverageNV}(GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample

Implements com.jogamp.opengl.GL2GL3.

Definition at line 24558 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexPageCommitmentARB()

void com.jogamp.opengl.DebugGL4bc.glTexPageCommitmentARB ( int  target,
int  level,
int  xoffset,
int  yoffset,
int  zoffset,
int  width,
int  height,
int  depth,
boolean  commit 
)

Entry point to C language function: void {@native glTexPageCommitmentARB}(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit)
Part of GL_ARB_sparse_texture

Implements com.jogamp.opengl.GL2GL3.

Definition at line 24569 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexPageCommitmentMemNV()

void com.jogamp.opengl.DebugGL4bc.glTexPageCommitmentMemNV ( int  target,
int  layer,
int  level,
int  xoffset,
int  yoffset,
int  zoffset,
int  width,
int  height,
int  depth,
int  memory,
long  offset,
boolean  commit 
)

Entry point to C language function: void {@native glTexPageCommitmentMemNV}(GLenum target, GLint layer, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset, GLboolean commit)
Part of GL_NV_memory_object_sparse

Implements com.jogamp.opengl.GL4ES3.

Definition at line 24580 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexParameterf()

void com.jogamp.opengl.DebugGL4bc.glTexParameterf ( int  target,
int  pname,
float  param 
)

Entry point to C language function: void {@native glTexParameterf}(GLenum target, GLenum pname, GLfloat param)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 24635 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexParameterfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexParameterfv ( int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTexParameterfv}(GLenum target, GLenum pname, const GLfloat * params)
Part of GL_VERSION_ES_CM, GL_ES_VERSION_2_0, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 24646 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexParameterfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexParameterfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 24657 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexParameteri()

void com.jogamp.opengl.DebugGL4bc.glTexParameteri ( int  target,
int  pname,
int  param 
)

Entry point to C language function: void {@native glTexParameteri}(GLenum target, GLenum pname, GLint param)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 24668 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexParameterIiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexParameterIiv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTexParameterIiv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 24602 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexParameterIiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexParameterIiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 24591 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexParameterIuiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexParameterIuiv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTexParameterIuiv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 24624 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexParameterIuiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexParameterIuiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 24613 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexParameteriv ( int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTexParameteriv}(GLenum target, GLenum pname, const GLint * params)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 24690 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 24679 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexRenderbufferNV()

void com.jogamp.opengl.DebugGL4bc.glTexRenderbufferNV ( int  target,
int  renderbuffer 
)

Entry point to C language function: void {@native glTexRenderbufferNV}(GLenum target, GLuint renderbuffer)
Part of GL_NV_explicit_multisample

Implements com.jogamp.opengl.GL2.

Definition at line 24701 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexStorage1D()

void com.jogamp.opengl.DebugGL4bc.glTexStorage1D ( int  target,
int  levels,
int  internalformat,
int  width 
)

Entry point to C language function: void {@native glTexStorage1D}(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

Implements com.jogamp.opengl.GL.

Definition at line 24712 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexStorage2D()

void com.jogamp.opengl.DebugGL4bc.glTexStorage2D ( int  target,
int  levels,
int  internalformat,
int  width,
int  height 
)

Entry point to C language function: void {@native glTexStorage2D}(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

Implements com.jogamp.opengl.GL.

Definition at line 24723 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexStorage2DMultisample()

void com.jogamp.opengl.DebugGL4bc.glTexStorage2DMultisample ( int  target,
int  samples,
int  internalformat,
int  width,
int  height,
boolean  fixedsamplelocations 
)

Entry point to C language function: void {@native glTexStorage2DMultisample}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 24734 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexStorage3D()

void com.jogamp.opengl.DebugGL4bc.glTexStorage3D ( int  target,
int  levels,
int  internalformat,
int  width,
int  height,
int  depth 
)

Entry point to C language function: void {@native glTexStorage3D}(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

Implements com.jogamp.opengl.GL.

Definition at line 24745 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexStorage3DMultisample()

void com.jogamp.opengl.DebugGL4bc.glTexStorage3DMultisample ( int  target,
int  samples,
int  internalformat,
int  width,
int  height,
int  depth,
boolean  fixedsamplelocations 
)

Entry point to C language function: void {@native glTexStorage3DMultisample}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 24756 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexStorageMem1DEXT()

void com.jogamp.opengl.DebugGL4bc.glTexStorageMem1DEXT ( int  target,
int  levels,
int  internalFormat,
int  width,
int  memory,
long  offset 
)

Entry point to C language function: void {@native glTexStorageMem1DEXT}(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL4bc.

Definition at line 24767 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexStorageMem2DEXT()

void com.jogamp.opengl.DebugGL4bc.glTexStorageMem2DEXT ( int  target,
int  levels,
int  internalFormat,
int  width,
int  height,
int  memory,
long  offset 
)

Entry point to C language function: void {@native glTexStorageMem2DEXT}(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL2ES3.

Definition at line 24778 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexStorageMem2DMultisampleEXT()

void com.jogamp.opengl.DebugGL4bc.glTexStorageMem2DMultisampleEXT ( int  target,
int  samples,
int  internalFormat,
int  width,
int  height,
boolean  fixedSampleLocations,
int  memory,
long  offset 
)

Entry point to C language function: void {@native glTexStorageMem2DMultisampleEXT}(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL2ES3.

Definition at line 24789 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexStorageMem3DEXT()

void com.jogamp.opengl.DebugGL4bc.glTexStorageMem3DEXT ( int  target,
int  levels,
int  internalFormat,
int  width,
int  height,
int  depth,
int  memory,
long  offset 
)

Entry point to C language function: void {@native glTexStorageMem3DEXT}(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL2ES3.

Definition at line 24800 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexStorageMem3DMultisampleEXT()

void com.jogamp.opengl.DebugGL4bc.glTexStorageMem3DMultisampleEXT ( int  target,
int  samples,
int  internalFormat,
int  width,
int  height,
int  depth,
boolean  fixedSampleLocations,
int  memory,
long  offset 
)

Entry point to C language function: void {@native glTexStorageMem3DMultisampleEXT}(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL2ES3.

Definition at line 24811 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexStorageSparseAMD()

void com.jogamp.opengl.DebugGL4bc.glTexStorageSparseAMD ( int  target,
int  internalFormat,
int  width,
int  height,
int  depth,
int  layers,
int  flags 
)

Entry point to C language function: void {@native glTexStorageSparseAMD}(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags)
Part of GL_AMD_sparse_texture

Implements com.jogamp.opengl.GL2.

Definition at line 24822 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexSubImage1D() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexSubImage1D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
java.nio.Buffer  arg6 
)

Definition at line 24833 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexSubImage1D() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexSubImage1D ( int  target,
int  level,
int  xoffset,
int  width,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glTexSubImage1D}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 24844 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexSubImage2D() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexSubImage2D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
java.nio.Buffer  arg8 
)

Definition at line 24855 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexSubImage2D() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexSubImage2D ( int  target,
int  level,
int  xoffset,
int  yoffset,
int  width,
int  height,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glTexSubImage2D}(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

Implements com.jogamp.opengl.GL.

Definition at line 24866 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexSubImage3D() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTexSubImage3D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
int  arg9,
java.nio.Buffer  arg10 
)

Definition at line 24877 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexSubImage3D() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTexSubImage3D ( int  target,
int  level,
int  xoffset,
int  yoffset,
int  zoffset,
int  width,
int  height,
int  depth,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glTexSubImage3D}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 24888 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureAttachMemoryNV()

void com.jogamp.opengl.DebugGL4bc.glTextureAttachMemoryNV ( int  texture,
int  memory,
long  offset 
)

Entry point to C language function: void {@native glTextureAttachMemoryNV}(GLuint texture, GLuint memory, GLuint64 offset)
Part of GL_NV_memory_attachment

Implements com.jogamp.opengl.GL4ES3.

Definition at line 24899 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureBarrier()

void com.jogamp.opengl.DebugGL4bc.glTextureBarrier ( )

Entry point to C language function: void {@native glTextureBarrier}()
Part of GL_VERSION_4_5, GL_NV_texture_barrier
Alias for: glTextureBarrierNV

Implements com.jogamp.opengl.GL4.

Definition at line 24910 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureBarrierNV()

void com.jogamp.opengl.DebugGL4bc.glTextureBarrierNV ( )

Entry point to C language function: void {@native glTextureBarrierNV}()
Part of GL_NV_texture_barrier

Implements com.jogamp.opengl.GL3ES3.

Definition at line 24921 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureBuffer()

void com.jogamp.opengl.DebugGL4bc.glTextureBuffer ( int  texture,
int  internalformat,
int  buffer 
)

Entry point to C language function: void {@native glTextureBuffer}(GLuint texture, GLenum internalformat, GLuint buffer)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureBufferEXT

Implements com.jogamp.opengl.GL4.

Definition at line 24932 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureBufferEXT()

void com.jogamp.opengl.DebugGL4bc.glTextureBufferEXT ( int  texture,
int  target,
int  internalformat,
int  buffer 
)

Entry point to C language function: void {@native glTextureBufferEXT}(GLuint texture, GLenum target, GLenum internalformat, GLuint buffer)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 24943 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureBufferRange()

void com.jogamp.opengl.DebugGL4bc.glTextureBufferRange ( int  texture,
int  internalformat,
int  buffer,
long  offset,
long  size 
)

Entry point to C language function: void {@native glTextureBufferRange}(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

Implements com.jogamp.opengl.GL4.

Definition at line 24954 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureBufferRangeEXT()

void com.jogamp.opengl.DebugGL4bc.glTextureBufferRangeEXT ( int  texture,
int  target,
int  internalformat,
int  buffer,
long  offset,
long  size 
)

Entry point to C language function: void {@native glTextureBufferRangeEXT}(GLuint texture, GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
Part of GL_EXT_direct_state_access, GL_ARB_texture_buffer_range

Implements com.jogamp.opengl.GL2GL3.

Definition at line 24965 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureImage1DEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTextureImage1DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
java.nio.Buffer  arg8 
)

Definition at line 24976 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureImage1DEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTextureImage1DEXT ( int  texture,
int  target,
int  level,
int  internalformat,
int  width,
int  border,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glTextureImage1DEXT}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 24987 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureImage2DEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTextureImage2DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
java.nio.Buffer  arg9 
)

Definition at line 25009 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureImage2DEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTextureImage2DEXT ( int  texture,
int  target,
int  level,
int  internalformat,
int  width,
int  height,
int  border,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glTextureImage2DEXT}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 24998 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureImage2DMultisampleCoverageNV()

void com.jogamp.opengl.DebugGL4bc.glTextureImage2DMultisampleCoverageNV ( int  texture,
int  target,
int  coverageSamples,
int  colorSamples,
int  internalFormat,
int  width,
int  height,
boolean  fixedSampleLocations 
)

Entry point to C language function: void {@native glTextureImage2DMultisampleCoverageNV}(GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample

Implements com.jogamp.opengl.GL2GL3.

Definition at line 25020 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureImage2DMultisampleNV()

void com.jogamp.opengl.DebugGL4bc.glTextureImage2DMultisampleNV ( int  texture,
int  target,
int  samples,
int  internalFormat,
int  width,
int  height,
boolean  fixedSampleLocations 
)

Entry point to C language function: void {@native glTextureImage2DMultisampleNV}(GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample

Implements com.jogamp.opengl.GL2GL3.

Definition at line 25031 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureImage3DEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTextureImage3DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
int  arg9,
java.nio.Buffer  arg10 
)

Definition at line 25042 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureImage3DEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTextureImage3DEXT ( int  texture,
int  target,
int  level,
int  internalformat,
int  width,
int  height,
int  depth,
int  border,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glTextureImage3DEXT}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 25053 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureImage3DMultisampleCoverageNV()

void com.jogamp.opengl.DebugGL4bc.glTextureImage3DMultisampleCoverageNV ( int  texture,
int  target,
int  coverageSamples,
int  colorSamples,
int  internalFormat,
int  width,
int  height,
int  depth,
boolean  fixedSampleLocations 
)

Entry point to C language function: void {@native glTextureImage3DMultisampleCoverageNV}(GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample

Implements com.jogamp.opengl.GL2GL3.

Definition at line 25064 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureImage3DMultisampleNV()

void com.jogamp.opengl.DebugGL4bc.glTextureImage3DMultisampleNV ( int  texture,
int  target,
int  samples,
int  internalFormat,
int  width,
int  height,
int  depth,
boolean  fixedSampleLocations 
)

Entry point to C language function: void {@native glTextureImage3DMultisampleNV}(GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
Part of GL_NV_texture_multisample

Implements com.jogamp.opengl.GL2GL3.

Definition at line 25075 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureLightEXT()

void com.jogamp.opengl.DebugGL4bc.glTextureLightEXT ( int  pname)

Entry point to C language function: void {@native glTextureLightEXT}(GLenum pname)
Part of GL_EXT_light_texture

Implements com.jogamp.opengl.GL2.

Definition at line 25086 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureMaterialEXT()

void com.jogamp.opengl.DebugGL4bc.glTextureMaterialEXT ( int  face,
int  mode 
)

Entry point to C language function: void {@native glTextureMaterialEXT}(GLenum face, GLenum mode)
Part of GL_EXT_light_texture

Implements com.jogamp.opengl.GL2.

Definition at line 25097 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureNormalEXT()

void com.jogamp.opengl.DebugGL4bc.glTextureNormalEXT ( int  mode)

Entry point to C language function: void {@native glTextureNormalEXT}(GLenum mode)
Part of GL_EXT_texture_perturb_normal

Implements com.jogamp.opengl.GL2.

Definition at line 25108 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexturePageCommitmentEXT()

void com.jogamp.opengl.DebugGL4bc.glTexturePageCommitmentEXT ( int  texture,
int  level,
int  xoffset,
int  yoffset,
int  zoffset,
int  width,
int  height,
int  depth,
boolean  commit 
)

Entry point to C language function: void {@native glTexturePageCommitmentEXT}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 25119 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTexturePageCommitmentMemNV()

void com.jogamp.opengl.DebugGL4bc.glTexturePageCommitmentMemNV ( int  texture,
int  layer,
int  level,
int  xoffset,
int  yoffset,
int  zoffset,
int  width,
int  height,
int  depth,
int  memory,
long  offset,
boolean  commit 
)

Entry point to C language function: void {@native glTexturePageCommitmentMemNV}(GLuint texture, GLint layer, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset, GLboolean commit)
Part of GL_NV_memory_object_sparse

Implements com.jogamp.opengl.GL4ES3.

Definition at line 25130 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameterf()

void com.jogamp.opengl.DebugGL4bc.glTextureParameterf ( int  texture,
int  pname,
float  param 
)

Entry point to C language function: void {@native glTextureParameterf}(GLuint texture, GLenum pname, GLfloat param)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterfEXT

Implements com.jogamp.opengl.GL4.

Definition at line 25229 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameterfEXT()

void com.jogamp.opengl.DebugGL4bc.glTextureParameterfEXT ( int  texture,
int  target,
int  pname,
float  param 
)

Entry point to C language function: void {@native glTextureParameterfEXT}(GLuint texture, GLenum target, GLenum pname, GLfloat param)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 25240 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameterfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTextureParameterfv ( int  texture,
int  pname,
float[]  param,
int  param_offset 
)

Entry point to C language function: void {@native glTextureParameterfv}(GLuint texture, GLenum pname, const GLfloat * param)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterfvEXT

Implements com.jogamp.opengl.GL4.

Definition at line 25251 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameterfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTextureParameterfv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 25262 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameterfvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTextureParameterfvEXT ( int  texture,
int  target,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTextureParameterfvEXT}(GLuint texture, GLenum target, GLenum pname, const GLfloat * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 25273 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameterfvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTextureParameterfvEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 25284 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameteri()

void com.jogamp.opengl.DebugGL4bc.glTextureParameteri ( int  texture,
int  pname,
int  param 
)

Entry point to C language function: void {@native glTextureParameteri}(GLuint texture, GLenum pname, GLint param)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameteriEXT

Implements com.jogamp.opengl.GL4.

Definition at line 25295 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameteriEXT()

void com.jogamp.opengl.DebugGL4bc.glTextureParameteriEXT ( int  texture,
int  target,
int  pname,
int  param 
)

Entry point to C language function: void {@native glTextureParameteriEXT}(GLuint texture, GLenum target, GLenum pname, GLint param)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 25306 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameterIiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTextureParameterIiv ( int  texture,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTextureParameterIiv}(GLuint texture, GLenum pname, const GLint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterIivEXT

Implements com.jogamp.opengl.GL4.

Definition at line 25141 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameterIiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTextureParameterIiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 25152 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameterIivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTextureParameterIivEXT ( int  texture,
int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTextureParameterIivEXT}(GLuint texture, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 25163 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameterIivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTextureParameterIivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 25174 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameterIuiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTextureParameterIuiv ( int  texture,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTextureParameterIuiv}(GLuint texture, GLenum pname, const GLuint * params)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterIuivEXT

Implements com.jogamp.opengl.GL4.

Definition at line 25185 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameterIuiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTextureParameterIuiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 25196 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameterIuivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTextureParameterIuivEXT ( int  texture,
int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTextureParameterIuivEXT}(GLuint texture, GLenum target, GLenum pname, const GLuint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 25207 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameterIuivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTextureParameterIuivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 25218 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameteriv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTextureParameteriv ( int  texture,
int  pname,
int[]  param,
int  param_offset 
)

Entry point to C language function: void {@native glTextureParameteriv}(GLuint texture, GLenum pname, const GLint * param)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glTextureParameterivEXT

Implements com.jogamp.opengl.GL4.

Definition at line 25317 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameteriv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTextureParameteriv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 25328 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameterivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTextureParameterivEXT ( int  texture,
int  target,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glTextureParameterivEXT}(GLuint texture, GLenum target, GLenum pname, const GLint * params)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 25350 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureParameterivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTextureParameterivEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 25339 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureRangeAPPLE()

void com.jogamp.opengl.DebugGL4bc.glTextureRangeAPPLE ( int  arg0,
int  arg1,
java.nio.Buffer  arg2 
)

Definition at line 25361 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureRenderbufferEXT()

void com.jogamp.opengl.DebugGL4bc.glTextureRenderbufferEXT ( int  texture,
int  target,
int  renderbuffer 
)

Entry point to C language function: void {@native glTextureRenderbufferEXT}(GLuint texture, GLenum target, GLuint renderbuffer)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 25372 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureStorage1D()

void com.jogamp.opengl.DebugGL4bc.glTextureStorage1D ( int  texture,
int  levels,
int  internalformat,
int  width 
)

Entry point to C language function: void {@native glTextureStorage1D}(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

Implements com.jogamp.opengl.GL4.

Definition at line 25383 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureStorage1DEXT()

void com.jogamp.opengl.DebugGL4bc.glTextureStorage1DEXT ( int  texture,
int  target,
int  levels,
int  internalformat,
int  width 
)

Entry point to C language function: void {@native glTextureStorage1DEXT}(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

Implements com.jogamp.opengl.GL.

Definition at line 25394 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureStorage2D()

void com.jogamp.opengl.DebugGL4bc.glTextureStorage2D ( int  texture,
int  levels,
int  internalformat,
int  width,
int  height 
)

Entry point to C language function: void {@native glTextureStorage2D}(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

Implements com.jogamp.opengl.GL4.

Definition at line 25405 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureStorage2DEXT()

void com.jogamp.opengl.DebugGL4bc.glTextureStorage2DEXT ( int  texture,
int  target,
int  levels,
int  internalformat,
int  width,
int  height 
)

Entry point to C language function: void {@native glTextureStorage2DEXT}(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

Implements com.jogamp.opengl.GL.

Definition at line 25416 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureStorage2DMultisample()

void com.jogamp.opengl.DebugGL4bc.glTextureStorage2DMultisample ( int  texture,
int  samples,
int  internalformat,
int  width,
int  height,
boolean  fixedsamplelocations 
)

Entry point to C language function: void {@native glTextureStorage2DMultisample}(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

Implements com.jogamp.opengl.GL4.

Definition at line 25427 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureStorage2DMultisampleEXT()

void com.jogamp.opengl.DebugGL4bc.glTextureStorage2DMultisampleEXT ( int  texture,
int  target,
int  samples,
int  internalformat,
int  width,
int  height,
boolean  fixedsamplelocations 
)

Entry point to C language function: void {@native glTextureStorage2DMultisampleEXT}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 25438 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureStorage3D()

void com.jogamp.opengl.DebugGL4bc.glTextureStorage3D ( int  texture,
int  levels,
int  internalformat,
int  width,
int  height,
int  depth 
)

Entry point to C language function: void {@native glTextureStorage3D}(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

Implements com.jogamp.opengl.GL4.

Definition at line 25449 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureStorage3DEXT()

void com.jogamp.opengl.DebugGL4bc.glTextureStorage3DEXT ( int  texture,
int  target,
int  levels,
int  internalformat,
int  width,
int  height,
int  depth 
)

Entry point to C language function: void {@native glTextureStorage3DEXT}(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

Implements com.jogamp.opengl.GL.

Definition at line 25460 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureStorage3DMultisample()

void com.jogamp.opengl.DebugGL4bc.glTextureStorage3DMultisample ( int  texture,
int  samples,
int  internalformat,
int  width,
int  height,
int  depth,
boolean  fixedsamplelocations 
)

Entry point to C language function: void {@native glTextureStorage3DMultisample}(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

Implements com.jogamp.opengl.GL4.

Definition at line 25471 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureStorage3DMultisampleEXT()

void com.jogamp.opengl.DebugGL4bc.glTextureStorage3DMultisampleEXT ( int  texture,
int  target,
int  samples,
int  internalformat,
int  width,
int  height,
int  depth,
boolean  fixedsamplelocations 
)

Entry point to C language function: void {@native glTextureStorage3DMultisampleEXT}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 25482 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureStorageMem1DEXT()

void com.jogamp.opengl.DebugGL4bc.glTextureStorageMem1DEXT ( int  texture,
int  levels,
int  internalFormat,
int  width,
int  memory,
long  offset 
)

Entry point to C language function: void {@native glTextureStorageMem1DEXT}(GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL4bc.

Definition at line 25493 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureStorageMem2DEXT()

void com.jogamp.opengl.DebugGL4bc.glTextureStorageMem2DEXT ( int  texture,
int  levels,
int  internalFormat,
int  width,
int  height,
int  memory,
long  offset 
)

Entry point to C language function: void {@native glTextureStorageMem2DEXT}(GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL2ES3.

Definition at line 25504 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureStorageMem2DMultisampleEXT()

void com.jogamp.opengl.DebugGL4bc.glTextureStorageMem2DMultisampleEXT ( int  texture,
int  samples,
int  internalFormat,
int  width,
int  height,
boolean  fixedSampleLocations,
int  memory,
long  offset 
)

Entry point to C language function: void {@native glTextureStorageMem2DMultisampleEXT}(GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL2ES3.

Definition at line 25515 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureStorageMem3DEXT()

void com.jogamp.opengl.DebugGL4bc.glTextureStorageMem3DEXT ( int  texture,
int  levels,
int  internalFormat,
int  width,
int  height,
int  depth,
int  memory,
long  offset 
)

Entry point to C language function: void {@native glTextureStorageMem3DEXT}(GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL2ES3.

Definition at line 25526 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureStorageMem3DMultisampleEXT()

void com.jogamp.opengl.DebugGL4bc.glTextureStorageMem3DMultisampleEXT ( int  texture,
int  samples,
int  internalFormat,
int  width,
int  height,
int  depth,
boolean  fixedSampleLocations,
int  memory,
long  offset 
)

Entry point to C language function: void {@native glTextureStorageMem3DMultisampleEXT}(GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
Part of GL_EXT_memory_object

Implements com.jogamp.opengl.GL2ES3.

Definition at line 25537 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureStorageSparseAMD()

void com.jogamp.opengl.DebugGL4bc.glTextureStorageSparseAMD ( int  texture,
int  target,
int  internalFormat,
int  width,
int  height,
int  depth,
int  layers,
int  flags 
)

Entry point to C language function: void {@native glTextureStorageSparseAMD}(GLuint texture, GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags)
Part of GL_AMD_sparse_texture

Implements com.jogamp.opengl.GL2.

Definition at line 25548 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureSubImage1D() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTextureSubImage1D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
java.nio.Buffer  arg6 
)

Definition at line 25570 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureSubImage1D() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTextureSubImage1D ( int  texture,
int  level,
int  xoffset,
int  width,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glTextureSubImage1D}(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

Implements com.jogamp.opengl.GL4.

Definition at line 25559 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureSubImage1DEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTextureSubImage1DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
java.nio.Buffer  arg7 
)

Definition at line 25592 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureSubImage1DEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTextureSubImage1DEXT ( int  texture,
int  target,
int  level,
int  xoffset,
int  width,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glTextureSubImage1DEXT}(GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void * pixels)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 25581 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureSubImage2D() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTextureSubImage2D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
java.nio.Buffer  arg8 
)

Definition at line 25614 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureSubImage2D() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTextureSubImage2D ( int  texture,
int  level,
int  xoffset,
int  yoffset,
int  width,
int  height,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glTextureSubImage2D}(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

Implements com.jogamp.opengl.GL4.

Definition at line 25603 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureSubImage2DEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTextureSubImage2DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
java.nio.Buffer  arg9 
)

Definition at line 25636 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureSubImage2DEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTextureSubImage2DEXT ( int  texture,
int  target,
int  level,
int  xoffset,
int  yoffset,
int  width,
int  height,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glTextureSubImage2DEXT}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 25625 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureSubImage3D() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTextureSubImage3D ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
int  arg9,
java.nio.Buffer  arg10 
)

Definition at line 25658 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureSubImage3D() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTextureSubImage3D ( int  texture,
int  level,
int  xoffset,
int  yoffset,
int  zoffset,
int  width,
int  height,
int  depth,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glTextureSubImage3D}(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

Implements com.jogamp.opengl.GL4.

Definition at line 25647 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureSubImage3DEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glTextureSubImage3DEXT ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int  arg5,
int  arg6,
int  arg7,
int  arg8,
int  arg9,
int  arg10,
java.nio.Buffer  arg11 
)

Definition at line 25680 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureSubImage3DEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glTextureSubImage3DEXT ( int  texture,
int  target,
int  level,
int  xoffset,
int  yoffset,
int  zoffset,
int  width,
int  height,
int  depth,
int  format,
int  type,
long  pixels_buffer_offset 
)

Entry point to C language function: void {@native glTextureSubImage3DEXT}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 25669 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTextureView()

void com.jogamp.opengl.DebugGL4bc.glTextureView ( int  texture,
int  target,
int  origtexture,
int  internalformat,
int  minlevel,
int  numlevels,
int  minlayer,
int  numlayers 
)

Entry point to C language function: void {@native glTextureView}(GLuint texture, GLenum target, 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

Implements com.jogamp.opengl.GL4.

Definition at line 25691 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTransformFeedbackBufferBase()

void com.jogamp.opengl.DebugGL4bc.glTransformFeedbackBufferBase ( int  xfb,
int  index,
int  buffer 
)

Entry point to C language function: void {@native glTransformFeedbackBufferBase}(GLuint xfb, GLuint index, GLuint buffer)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 25702 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTransformFeedbackBufferRange()

void com.jogamp.opengl.DebugGL4bc.glTransformFeedbackBufferRange ( int  xfb,
int  index,
int  buffer,
long  offset,
long  size 
)

Entry point to C language function: void {@native glTransformFeedbackBufferRange}(GLuint xfb, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 25713 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTransformFeedbackVaryings()

void com.jogamp.opengl.DebugGL4bc.glTransformFeedbackVaryings ( int  arg0,
int  arg1,
java.lang.String[]  arg2,
int  arg3 
)

Definition at line 25724 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTranslated()

void com.jogamp.opengl.DebugGL4bc.glTranslated ( double  x,
double  y,
double  z 
)

Entry point to C language function: void {@native glTranslated}(GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 25735 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glTranslatef()

void com.jogamp.opengl.DebugGL4bc.glTranslatef ( float  x,
float  y,
float  z 
)

Translate the current matrix.

Implements com.jogamp.opengl.fixedfunc.GLMatrixFunc.

Definition at line 25746 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform()

void com.jogamp.opengl.DebugGL4bc.glUniform ( com.jogamp.opengl.GLUniformData  arg0)

Definition at line 25757 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1d()

void com.jogamp.opengl.DebugGL4bc.glUniform1d ( int  location,
double  x 
)

Entry point to C language function: void {@native glUniform1d}(GLint location, GLdouble x)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 25768 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1dv ( int  location,
int  count,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform1dv}(GLint location, GLsizei count, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 25779 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1dv ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 25790 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1f()

void com.jogamp.opengl.DebugGL4bc.glUniform1f ( int  location,
float  v0 
)

Entry point to C language function: void {@native glUniform1f}(GLint location, GLfloat v0)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform1fARB

Implements com.jogamp.opengl.GL2ES2.

Definition at line 25801 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1fARB()

void com.jogamp.opengl.DebugGL4bc.glUniform1fARB ( int  location,
float  v0 
)

Entry point to C language function: void {@native glUniform1fARB}(GLint location, GLfloat v0)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 25812 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1fv ( int  location,
int  count,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform1fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 25823 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1fv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 25834 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1fvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1fvARB ( int  location,
int  count,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform1fvARB}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 25845 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1fvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1fvARB ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 25856 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1i()

void com.jogamp.opengl.DebugGL4bc.glUniform1i ( int  location,
int  v0 
)

Entry point to C language function: void {@native glUniform1i}(GLint location, GLint v0)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform1iARB

Implements com.jogamp.opengl.GL2ES2.

Definition at line 25867 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1i64ARB()

void com.jogamp.opengl.DebugGL4bc.glUniform1i64ARB ( int  location,
long  x 
)

Entry point to C language function: void {@native glUniform1i64ARB}(GLint location, GLint64 x)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 25878 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1i64NV()

void com.jogamp.opengl.DebugGL4bc.glUniform1i64NV ( int  location,
long  x 
)

Entry point to C language function: void {@native glUniform1i64NV}(GLint location, GLint64EXT x)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 25889 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1i64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1i64vARB ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 25900 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1i64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1i64vARB ( int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform1i64vARB}(GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 25911 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1i64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1i64vNV ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 25933 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1i64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1i64vNV ( int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform1i64vNV}(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 25922 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1iARB()

void com.jogamp.opengl.DebugGL4bc.glUniform1iARB ( int  location,
int  v0 
)

Entry point to C language function: void {@native glUniform1iARB}(GLint location, GLint v0)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 25944 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1iv ( int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform1iv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 25955 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1iv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 25966 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1ivARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1ivARB ( int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform1ivARB}(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 25988 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1ivARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1ivARB ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 25977 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1ui()

void com.jogamp.opengl.DebugGL4bc.glUniform1ui ( int  location,
int  v0 
)

Entry point to C language function: void {@native glUniform1ui}(GLint location, GLuint v0)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glUniform1uiEXT

Implements com.jogamp.opengl.GL2ES3.

Definition at line 25999 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1ui64ARB()

void com.jogamp.opengl.DebugGL4bc.glUniform1ui64ARB ( int  location,
long  x 
)

Entry point to C language function: void {@native glUniform1ui64ARB}(GLint location, GLuint64 x)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 26010 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1ui64NV()

void com.jogamp.opengl.DebugGL4bc.glUniform1ui64NV ( int  location,
long  x 
)

Entry point to C language function: void {@native glUniform1ui64NV}(GLint location, GLuint64EXT x)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 26021 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1ui64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1ui64vARB ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 26043 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1ui64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1ui64vARB ( int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform1ui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 26032 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1ui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1ui64vNV ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 26054 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1ui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1ui64vNV ( int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform1ui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 26065 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1uiv ( int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform1uiv}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 26087 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform1uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform1uiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 26076 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2d()

void com.jogamp.opengl.DebugGL4bc.glUniform2d ( int  location,
double  x,
double  y 
)

Entry point to C language function: void {@native glUniform2d}(GLint location, GLdouble x, GLdouble y)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 26098 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2dv ( int  location,
int  count,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform2dv}(GLint location, GLsizei count, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 26120 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2dv ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 26109 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2f()

void com.jogamp.opengl.DebugGL4bc.glUniform2f ( int  location,
float  v0,
float  v1 
)

Entry point to C language function: void {@native glUniform2f}(GLint location, GLfloat v0, GLfloat v1)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform2fARB

Implements com.jogamp.opengl.GL2ES2.

Definition at line 26131 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2fARB()

void com.jogamp.opengl.DebugGL4bc.glUniform2fARB ( int  location,
float  v0,
float  v1 
)

Entry point to C language function: void {@native glUniform2fARB}(GLint location, GLfloat v0, GLfloat v1)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 26142 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2fv ( int  location,
int  count,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform2fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 26153 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2fv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 26164 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2fvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2fvARB ( int  location,
int  count,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform2fvARB}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 26175 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2fvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2fvARB ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 26186 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2i()

void com.jogamp.opengl.DebugGL4bc.glUniform2i ( int  location,
int  v0,
int  v1 
)

Entry point to C language function: void {@native glUniform2i}(GLint location, GLint v0, GLint v1)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glUniform2iARB

Implements com.jogamp.opengl.GL2ES2.

Definition at line 26197 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2i64ARB()

void com.jogamp.opengl.DebugGL4bc.glUniform2i64ARB ( int  location,
long  x,
long  y 
)

Entry point to C language function: void {@native glUniform2i64ARB}(GLint location, GLint64 x, GLint64 y)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 26208 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2i64NV()

void com.jogamp.opengl.DebugGL4bc.glUniform2i64NV ( int  location,
long  x,
long  y 
)

Entry point to C language function: void {@native glUniform2i64NV}(GLint location, GLint64EXT x, GLint64EXT y)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 26219 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2i64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2i64vARB ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 26230 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2i64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2i64vARB ( int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform2i64vARB}(GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 26241 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2i64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2i64vNV ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 26252 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2i64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2i64vNV ( int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform2i64vNV}(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 26263 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2iARB()

void com.jogamp.opengl.DebugGL4bc.glUniform2iARB ( int  location,
int  v0,
int  v1 
)

Entry point to C language function: void {@native glUniform2iARB}(GLint location, GLint v0, GLint v1)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 26274 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2iv ( int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform2iv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 26296 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2iv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 26285 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2ivARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2ivARB ( int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform2ivARB}(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 26307 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2ivARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2ivARB ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 26318 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2ui()

void com.jogamp.opengl.DebugGL4bc.glUniform2ui ( int  location,
int  v0,
int  v1 
)

Entry point to C language function: void {@native glUniform2ui}(GLint location, GLuint v0, GLuint v1)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4
Alias for: glUniform2uiEXT

Implements com.jogamp.opengl.GL2ES3.

Definition at line 26329 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2ui64ARB()

void com.jogamp.opengl.DebugGL4bc.glUniform2ui64ARB ( int  location,
long  x,
long  y 
)

Entry point to C language function: void {@native glUniform2ui64ARB}(GLint location, GLuint64 x, GLuint64 y)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 26340 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2ui64NV()

void com.jogamp.opengl.DebugGL4bc.glUniform2ui64NV ( int  location,
long  x,
long  y 
)

Entry point to C language function: void {@native glUniform2ui64NV}(GLint location, GLuint64EXT x, GLuint64EXT y)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 26351 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2ui64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2ui64vARB ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 26362 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2ui64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2ui64vARB ( int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform2ui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 26373 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2ui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2ui64vNV ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 26395 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2ui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2ui64vNV ( int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform2ui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 26384 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2uiv ( int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform2uiv}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 26406 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform2uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform2uiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 26417 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3d()

void com.jogamp.opengl.DebugGL4bc.glUniform3d ( int  location,
double  x,
double  y,
double  z 
)

Entry point to C language function: void {@native glUniform3d}(GLint location, GLdouble x, GLdouble y, GLdouble z)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 26428 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3dv ( int  location,
int  count,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform3dv}(GLint location, GLsizei count, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 26450 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3dv ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 26439 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3f()

void com.jogamp.opengl.DebugGL4bc.glUniform3f ( int  location,
float  v0,
float  v1,
float  v2 
)

Entry point to C language function: void {@native glUniform3f}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 26461 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3fARB()

void com.jogamp.opengl.DebugGL4bc.glUniform3fARB ( int  location,
float  v0,
float  v1,
float  v2 
)

Entry point to C language function: void {@native glUniform3fARB}(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 26472 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3fv ( int  location,
int  count,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform3fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 26494 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3fv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 26483 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3fvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3fvARB ( int  location,
int  count,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform3fvARB}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 26505 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3fvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3fvARB ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 26516 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3i()

void com.jogamp.opengl.DebugGL4bc.glUniform3i ( int  location,
int  v0,
int  v1,
int  v2 
)

Entry point to C language function: void {@native glUniform3i}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 26527 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3i64ARB()

void com.jogamp.opengl.DebugGL4bc.glUniform3i64ARB ( int  location,
long  x,
long  y,
long  z 
)

Entry point to C language function: void {@native glUniform3i64ARB}(GLint location, GLint64 x, GLint64 y, GLint64 z)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 26538 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3i64NV()

void com.jogamp.opengl.DebugGL4bc.glUniform3i64NV ( int  location,
long  x,
long  y,
long  z 
)

Entry point to C language function: void {@native glUniform3i64NV}(GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 26549 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3i64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3i64vARB ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 26571 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3i64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3i64vARB ( int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform3i64vARB}(GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 26560 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3i64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3i64vNV ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 26593 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3i64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3i64vNV ( int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform3i64vNV}(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 26582 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3iARB()

void com.jogamp.opengl.DebugGL4bc.glUniform3iARB ( int  location,
int  v0,
int  v1,
int  v2 
)

Entry point to C language function: void {@native glUniform3iARB}(GLint location, GLint v0, GLint v1, GLint v2)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 26604 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3iv ( int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform3iv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 26615 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3iv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 26626 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3ivARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3ivARB ( int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform3ivARB}(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 26637 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3ivARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3ivARB ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 26648 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3ui()

void com.jogamp.opengl.DebugGL4bc.glUniform3ui ( int  location,
int  v0,
int  v1,
int  v2 
)

Entry point to C language function: void {@native glUniform3ui}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 26659 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3ui64ARB()

void com.jogamp.opengl.DebugGL4bc.glUniform3ui64ARB ( int  location,
long  x,
long  y,
long  z 
)

Entry point to C language function: void {@native glUniform3ui64ARB}(GLint location, GLuint64 x, GLuint64 y, GLuint64 z)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 26670 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3ui64NV()

void com.jogamp.opengl.DebugGL4bc.glUniform3ui64NV ( int  location,
long  x,
long  y,
long  z 
)

Entry point to C language function: void {@native glUniform3ui64NV}(GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 26681 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3ui64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3ui64vARB ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 26703 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3ui64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3ui64vARB ( int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform3ui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 26692 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3ui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3ui64vNV ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 26725 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3ui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3ui64vNV ( int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform3ui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 26714 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3uiv ( int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform3uiv}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 26747 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform3uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform3uiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 26736 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4d()

void com.jogamp.opengl.DebugGL4bc.glUniform4d ( int  location,
double  x,
double  y,
double  z,
double  w 
)

Entry point to C language function: void {@native glUniform4d}(GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 26758 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4dv ( int  location,
int  count,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform4dv}(GLint location, GLsizei count, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 26769 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4dv ( int  arg0,
int  arg1,
java.nio.DoubleBuffer  arg2 
)

Definition at line 26780 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4f()

void com.jogamp.opengl.DebugGL4bc.glUniform4f ( int  location,
float  v0,
float  v1,
float  v2,
float  v3 
)

Entry point to C language function: void {@native glUniform4f}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 26791 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4fARB()

void com.jogamp.opengl.DebugGL4bc.glUniform4fARB ( int  location,
float  v0,
float  v1,
float  v2,
float  v3 
)

Entry point to C language function: void {@native glUniform4fARB}(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 26802 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4fv ( int  location,
int  count,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform4fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 26824 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4fv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 26813 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4fvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4fvARB ( int  location,
int  count,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform4fvARB}(GLint location, GLsizei count, const GLfloat * value)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 26846 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4fvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4fvARB ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 26835 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4i()

void com.jogamp.opengl.DebugGL4bc.glUniform4i ( int  location,
int  v0,
int  v1,
int  v2,
int  v3 
)

Entry point to C language function: void {@native glUniform4i}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 26857 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4i64ARB()

void com.jogamp.opengl.DebugGL4bc.glUniform4i64ARB ( int  location,
long  x,
long  y,
long  z,
long  w 
)

Entry point to C language function: void {@native glUniform4i64ARB}(GLint location, GLint64 x, GLint64 y, GLint64 z, GLint64 w)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 26868 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4i64NV()

void com.jogamp.opengl.DebugGL4bc.glUniform4i64NV ( int  location,
long  x,
long  y,
long  z,
long  w 
)

Entry point to C language function: void {@native glUniform4i64NV}(GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 26879 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4i64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4i64vARB ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 26901 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4i64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4i64vARB ( int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform4i64vARB}(GLint location, GLsizei count, const GLint64 * value)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 26890 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4i64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4i64vNV ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 26923 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4i64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4i64vNV ( int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform4i64vNV}(GLint location, GLsizei count, const GLint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 26912 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4iARB()

void com.jogamp.opengl.DebugGL4bc.glUniform4iARB ( int  location,
int  v0,
int  v1,
int  v2,
int  v3 
)

Entry point to C language function: void {@native glUniform4iARB}(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 26934 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4iv ( int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform4iv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 26956 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4iv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 26945 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4ivARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4ivARB ( int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform4ivARB}(GLint location, GLsizei count, const GLint * value)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 26978 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4ivARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4ivARB ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 26967 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4ui()

void com.jogamp.opengl.DebugGL4bc.glUniform4ui ( int  location,
int  v0,
int  v1,
int  v2,
int  v3 
)

Entry point to C language function: void {@native glUniform4ui}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 26989 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4ui64ARB()

void com.jogamp.opengl.DebugGL4bc.glUniform4ui64ARB ( int  location,
long  x,
long  y,
long  z,
long  w 
)

Entry point to C language function: void {@native glUniform4ui64ARB}(GLint location, GLuint64 x, GLuint64 y, GLuint64 z, GLuint64 w)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 27000 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4ui64NV()

void com.jogamp.opengl.DebugGL4bc.glUniform4ui64NV ( int  location,
long  x,
long  y,
long  z,
long  w 
)

Entry point to C language function: void {@native glUniform4ui64NV}(GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 27011 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4ui64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4ui64vARB ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 27033 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4ui64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4ui64vARB ( int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform4ui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_gpu_shader_int64

Implements com.jogamp.opengl.GL4.

Definition at line 27022 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4ui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4ui64vNV ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 27044 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4ui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4ui64vNV ( int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform4ui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64

Implements com.jogamp.opengl.GL3ES3.

Definition at line 27055 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4uiv ( int  location,
int  count,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniform4uiv}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 27066 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniform4uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniform4uiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 27077 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformBlockBinding()

void com.jogamp.opengl.DebugGL4bc.glUniformBlockBinding ( int  program,
int  uniformBlockIndex,
int  uniformBlockBinding 
)

Entry point to C language function: void {@native glUniformBlockBinding}(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)
Part of GL_ARB_uniform_buffer_object, GL_ES_VERSION_3_0, GL_VERSION_3_1

Implements com.jogamp.opengl.GL2ES3.

Definition at line 27088 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformBufferEXT()

void com.jogamp.opengl.DebugGL4bc.glUniformBufferEXT ( int  program,
int  location,
int  buffer 
)

Entry point to C language function: void {@native glUniformBufferEXT}(GLuint program, GLint location, GLuint buffer)
Part of GL_EXT_bindable_uniform

Implements com.jogamp.opengl.GL2.

Definition at line 27099 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformHandleui64ARB()

void com.jogamp.opengl.DebugGL4bc.glUniformHandleui64ARB ( int  location,
long  value 
)

Entry point to C language function: void {@native glUniformHandleui64ARB}(GLint location, GLuint64 value)
Part of GL_ARB_bindless_texture

Implements com.jogamp.opengl.GL4.

Definition at line 27110 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformHandleui64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformHandleui64vARB ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 27121 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformHandleui64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformHandleui64vARB ( int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformHandleui64vARB}(GLint location, GLsizei count, const GLuint64 * value)
Part of GL_ARB_bindless_texture

Implements com.jogamp.opengl.GL4.

Definition at line 27132 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix2dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix2dv ( int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix2dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 27143 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix2dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix2dv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 27154 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix2fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix2fv ( int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix2fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 27176 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix2fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix2fv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 27165 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix2fvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix2fvARB ( int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix2fvARB}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 27198 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix2fvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix2fvARB ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 27187 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix2x3dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix2x3dv ( int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix2x3dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 27220 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix2x3dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix2x3dv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 27209 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix2x3fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix2x3fv ( int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix2x3fv}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 27242 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix2x3fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix2x3fv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 27231 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix2x4dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix2x4dv ( int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix2x4dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 27264 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix2x4dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix2x4dv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 27253 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix2x4fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix2x4fv ( int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix2x4fv}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 27286 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix2x4fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix2x4fv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 27275 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix3dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix3dv ( int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix3dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 27308 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix3dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix3dv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 27297 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix3fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix3fv ( int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix3fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 27330 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix3fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix3fv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 27319 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix3fvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix3fvARB ( int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix3fvARB}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 27352 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix3fvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix3fvARB ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 27341 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix3x2dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix3x2dv ( int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix3x2dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 27374 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix3x2dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix3x2dv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 27363 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix3x2fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix3x2fv ( int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix3x2fv}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 27396 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix3x2fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix3x2fv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 27385 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix3x4dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix3x4dv ( int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix3x4dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 27407 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix3x4dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix3x4dv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 27418 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix3x4fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix3x4fv ( int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix3x4fv}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 27429 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix3x4fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix3x4fv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 27440 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix4dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix4dv ( int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix4dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 27462 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix4dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix4dv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 27451 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix4fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix4fv ( int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix4fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 27484 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix4fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix4fv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 27473 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix4fvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix4fvARB ( int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix4fvARB}(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 27495 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix4fvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix4fvARB ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 27506 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix4x2dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix4x2dv ( int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix4x2dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 27517 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix4x2dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix4x2dv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 27528 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix4x2fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix4x2fv ( int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix4x2fv}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 27550 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix4x2fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix4x2fv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 27539 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix4x3dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix4x3dv ( int  location,
int  count,
boolean  transpose,
double[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix4x3dv}(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value)
Part of GL_ARB_gpu_shader_fp64, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 27561 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix4x3dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix4x3dv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 27572 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix4x3fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix4x3fv ( int  location,
int  count,
boolean  transpose,
float[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformMatrix4x3fv}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 27594 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformMatrix4x3fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformMatrix4x3fv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 27583 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformSubroutinesuiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformSubroutinesuiv ( int  shadertype,
int  count,
int[]  indices,
int  indices_offset 
)

Entry point to C language function: void {@native glUniformSubroutinesuiv}(GLenum shadertype, GLsizei count, const GLuint * indices)
Part of GL_ARB_shader_subroutine, GL_VERSION_4_0

Implements com.jogamp.opengl.GL3.

Definition at line 27616 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformSubroutinesuiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformSubroutinesuiv ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 27605 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformui64NV()

void com.jogamp.opengl.DebugGL4bc.glUniformui64NV ( int  location,
long  value 
)

Entry point to C language function: void {@native glUniformui64NV}(GLint location, GLuint64EXT value)
Part of GL_NV_shader_buffer_load

Implements com.jogamp.opengl.GL2GL3.

Definition at line 27627 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glUniformui64vNV ( int  arg0,
int  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 27649 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUniformui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glUniformui64vNV ( int  location,
int  count,
long[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glUniformui64vNV}(GLint location, GLsizei count, const GLuint64EXT * value)
Part of GL_NV_shader_buffer_load

Implements com.jogamp.opengl.GL2GL3.

Definition at line 27638 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUnlockArraysEXT()

void com.jogamp.opengl.DebugGL4bc.glUnlockArraysEXT ( )

Entry point to C language function: void {@native glUnlockArraysEXT}()
Part of GL_EXT_compiled_vertex_array

Implements com.jogamp.opengl.GL2.

Definition at line 27660 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUnmapBuffer()

boolean com.jogamp.opengl.DebugGL4bc.glUnmapBuffer ( int  target)

Entry point to C language function: GLboolean {@native glUnmapBuffer}(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

Implements com.jogamp.opengl.GL.

Definition at line 27671 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUnmapNamedBuffer()

boolean com.jogamp.opengl.DebugGL4bc.glUnmapNamedBuffer ( int  buffer)

Entry point to C language function: GLboolean {@native glUnmapNamedBuffer}(GLuint buffer)
Part of GL_VERSION_4_5, GL_EXT_direct_state_access
Alias for: glUnmapNamedBufferEXT

Implements com.jogamp.opengl.GL4.

Definition at line 27683 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUnmapNamedBufferEXT()

boolean com.jogamp.opengl.DebugGL4bc.glUnmapNamedBufferEXT ( int  buffer)

Entry point to C language function: GLboolean {@native glUnmapNamedBufferEXT}(GLuint buffer)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 27695 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUnmapTexture2DINTEL()

void com.jogamp.opengl.DebugGL4bc.glUnmapTexture2DINTEL ( int  texture,
int  level 
)

Entry point to C language function: void {@native glUnmapTexture2DINTEL}(GLuint texture, GLint level)
Part of GL_INTEL_map_texture

Implements com.jogamp.opengl.GL2.

Definition at line 27707 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUploadGpuMaskNVX()

void com.jogamp.opengl.DebugGL4bc.glUploadGpuMaskNVX ( int  mask)

Entry point to C language function: void {@native glUploadGpuMaskNVX}(GLbitfield mask)
Part of GL_NVX_gpu_multicast2

Implements com.jogamp.opengl.GL2.

Definition at line 27718 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUseProgram()

void com.jogamp.opengl.DebugGL4bc.glUseProgram ( int  program)

Entry point to C language function: void {@native glUseProgram}(GLuint program)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0

Implements com.jogamp.opengl.GL2ES2.

Definition at line 27729 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUseProgramObjectARB()

void com.jogamp.opengl.DebugGL4bc.glUseProgramObjectARB ( long  programObj)

Entry point to C language function: void {@native glUseProgramObjectARB}(GLhandleARB programObj)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 27740 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glUseProgramStages()

void com.jogamp.opengl.DebugGL4bc.glUseProgramStages ( int  pipeline,
int  stages,
int  program 
)

Entry point to C language function: void {@native glUseProgramStages}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 27751 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glValidateProgram()

void com.jogamp.opengl.DebugGL4bc.glValidateProgram ( int  program)

Entry point to C language function: void {@native glValidateProgram}(GLuint program)
Part of GL_ES_VERSION_2_0, GL_VERSION_2_0, GL_ARB_shader_objects
Alias for: glValidateProgramARB

Implements com.jogamp.opengl.GL2ES2.

Definition at line 27934 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glValidateProgramARB()

void com.jogamp.opengl.DebugGL4bc.glValidateProgramARB ( long  programObj)

Entry point to C language function: void {@native glValidateProgramARB}(GLhandleARB programObj)
Part of GL_ARB_shader_objects

Implements com.jogamp.opengl.GL2.

Definition at line 27945 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glValidateProgramPipeline()

void com.jogamp.opengl.DebugGL4bc.glValidateProgramPipeline ( int  pipeline)

Entry point to C language function: void {@native glValidateProgramPipeline}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 27956 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVariantbvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVariantbvEXT ( int  id,
byte[]  addr,
int  addr_offset 
)

Entry point to C language function: void {@native glVariantbvEXT}(GLuint id, const GLbyte * addr)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 28000 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVariantbvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVariantbvEXT ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 27989 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVariantdvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVariantdvEXT ( int  id,
double[]  addr,
int  addr_offset 
)

Entry point to C language function: void {@native glVariantdvEXT}(GLuint id, const GLdouble * addr)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 28011 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVariantdvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVariantdvEXT ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 28022 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVariantfvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVariantfvEXT ( int  id,
float[]  addr,
int  addr_offset 
)

Entry point to C language function: void {@native glVariantfvEXT}(GLuint id, const GLfloat * addr)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 28033 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVariantfvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVariantfvEXT ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 28044 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVariantivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVariantivEXT ( int  id,
int[]  addr,
int  addr_offset 
)

Entry point to C language function: void {@native glVariantivEXT}(GLuint id, const GLint * addr)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 28066 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVariantivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVariantivEXT ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 28055 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVariantPointerEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVariantPointerEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Definition at line 27967 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVariantPointerEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVariantPointerEXT ( int  id,
int  type,
int  stride,
long  addr_buffer_offset 
)

Entry point to C language function: void {@native glVariantPointerEXT}(GLuint id, GLenum type, GLuint stride, const void * addr)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 27978 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVariantsvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVariantsvEXT ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 28077 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVariantsvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVariantsvEXT ( int  id,
short[]  addr,
int  addr_offset 
)

Entry point to C language function: void {@native glVariantsvEXT}(GLuint id, const GLshort * addr)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 28088 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVariantubvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVariantubvEXT ( int  id,
byte[]  addr,
int  addr_offset 
)

Entry point to C language function: void {@native glVariantubvEXT}(GLuint id, const GLubyte * addr)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 28110 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVariantubvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVariantubvEXT ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 28099 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVariantuivEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVariantuivEXT ( int  id,
int[]  addr,
int  addr_offset 
)

Entry point to C language function: void {@native glVariantuivEXT}(GLuint id, const GLuint * addr)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 28121 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVariantuivEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVariantuivEXT ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 28132 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVariantusvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVariantusvEXT ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 28154 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVariantusvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVariantusvEXT ( int  id,
short[]  addr,
int  addr_offset 
)

Entry point to C language function: void {@native glVariantusvEXT}(GLuint id, const GLushort * addr)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 28143 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVDPAUFiniNV()

void com.jogamp.opengl.DebugGL4bc.glVDPAUFiniNV ( )

Entry point to C language function: void {@native glVDPAUFiniNV}()
Part of GL_NV_vdpau_interop

Implements com.jogamp.opengl.GL2.

Definition at line 27762 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVDPAUGetSurfaceivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVDPAUGetSurfaceivNV ( long  surface,
int  pname,
int  count,
int[]  length,
int  length_offset,
int[]  values,
int  values_offset 
)

Entry point to C language function: void {@native glVDPAUGetSurfaceivNV}(GLvdpauSurfaceNV surface, GLenum pname, GLsizei count, GLsizei * length, GLint * values)
Part of GL_NV_vdpau_interop

Implements com.jogamp.opengl.GL2.

Definition at line 27773 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVDPAUGetSurfaceivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVDPAUGetSurfaceivNV ( long  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3,
java.nio.IntBuffer  arg4 
)

Definition at line 27784 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVDPAUInitNV()

void com.jogamp.opengl.DebugGL4bc.glVDPAUInitNV ( java.nio.Buffer  arg0,
java.nio.Buffer  arg1 
)

Definition at line 27795 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVDPAUIsSurfaceNV()

boolean com.jogamp.opengl.DebugGL4bc.glVDPAUIsSurfaceNV ( long  surface)

Entry point to C language function: GLboolean {@native glVDPAUIsSurfaceNV}(GLvdpauSurfaceNV surface)
Part of GL_NV_vdpau_interop

Implements com.jogamp.opengl.GL2.

Definition at line 27806 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVDPAUMapSurfacesNV()

void com.jogamp.opengl.DebugGL4bc.glVDPAUMapSurfacesNV ( int  arg0,
com.jogamp.common.nio.PointerBuffer  arg1 
)

Definition at line 27818 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVDPAURegisterOutputSurfaceNV() [1/2]

long com.jogamp.opengl.DebugGL4bc.glVDPAURegisterOutputSurfaceNV ( java.nio.Buffer  arg0,
int  arg1,
int  arg2,
int[]  arg3,
int  arg4 
)

Definition at line 27829 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVDPAURegisterOutputSurfaceNV() [2/2]

long com.jogamp.opengl.DebugGL4bc.glVDPAURegisterOutputSurfaceNV ( java.nio.Buffer  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 27841 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVDPAURegisterVideoSurfaceNV() [1/2]

long com.jogamp.opengl.DebugGL4bc.glVDPAURegisterVideoSurfaceNV ( java.nio.Buffer  arg0,
int  arg1,
int  arg2,
int[]  arg3,
int  arg4 
)

Definition at line 27853 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVDPAURegisterVideoSurfaceNV() [2/2]

long com.jogamp.opengl.DebugGL4bc.glVDPAURegisterVideoSurfaceNV ( java.nio.Buffer  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 27865 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVDPAURegisterVideoSurfaceWithPictureStructureNV() [1/2]

long com.jogamp.opengl.DebugGL4bc.glVDPAURegisterVideoSurfaceWithPictureStructureNV ( java.nio.Buffer  arg0,
int  arg1,
int  arg2,
int[]  arg3,
int  arg4,
boolean  arg5 
)

Definition at line 27877 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVDPAURegisterVideoSurfaceWithPictureStructureNV() [2/2]

long com.jogamp.opengl.DebugGL4bc.glVDPAURegisterVideoSurfaceWithPictureStructureNV ( java.nio.Buffer  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3,
boolean  arg4 
)

Definition at line 27889 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVDPAUSurfaceAccessNV()

void com.jogamp.opengl.DebugGL4bc.glVDPAUSurfaceAccessNV ( long  surface,
int  access 
)

Entry point to C language function: void {@native glVDPAUSurfaceAccessNV}(GLvdpauSurfaceNV surface, GLenum access)
Part of GL_NV_vdpau_interop

Implements com.jogamp.opengl.GL2.

Definition at line 27901 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVDPAUUnmapSurfacesNV()

void com.jogamp.opengl.DebugGL4bc.glVDPAUUnmapSurfacesNV ( int  arg0,
com.jogamp.common.nio.PointerBuffer  arg1 
)

Definition at line 27912 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVDPAUUnregisterSurfaceNV()

void com.jogamp.opengl.DebugGL4bc.glVDPAUUnregisterSurfaceNV ( long  surface)

Entry point to C language function: void {@native glVDPAUUnregisterSurfaceNV}(GLvdpauSurfaceNV surface)
Part of GL_NV_vdpau_interop

Implements com.jogamp.opengl.GL2.

Definition at line 27923 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex2bOES()

void com.jogamp.opengl.DebugGL4bc.glVertex2bOES ( byte  x,
byte  y 
)

Entry point to C language function: void {@native glVertex2bOES}(GLbyte x, GLbyte y)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 28165 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex2bvOES() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertex2bvOES ( byte[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glVertex2bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 28187 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex2bvOES() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertex2bvOES ( java.nio.ByteBuffer  arg0)

Definition at line 28176 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex2d()

void com.jogamp.opengl.DebugGL4bc.glVertex2d ( double  x,
double  y 
)

Entry point to C language function: void {@native glVertex2d}(GLdouble x, GLdouble y)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28198 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex2dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertex2dv ( double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertex2dv}(const GLdouble * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28209 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex2dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertex2dv ( java.nio.DoubleBuffer  arg0)

Definition at line 28220 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex2f()

void com.jogamp.opengl.DebugGL4bc.glVertex2f ( float  x,
float  y 
)

Entry point to C language function: void {@native glVertex2f}(GLfloat x, GLfloat y)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28231 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex2fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertex2fv ( float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertex2fv}(const GLfloat * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28242 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex2fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertex2fv ( java.nio.FloatBuffer  arg0)

Definition at line 28253 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex2h()

void com.jogamp.opengl.DebugGL4bc.glVertex2h ( short  x,
short  y 
)

Entry point to C language function: void {@native glVertex2h}(GLhalfNV x, GLhalfNV y)
Part of GL_NV_half_float
Alias for: glVertex2hNV

Implements com.jogamp.opengl.GL2.

Definition at line 28264 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex2hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertex2hv ( java.nio.ShortBuffer  arg0)

Definition at line 28275 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex2hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertex2hv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertex2hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertex2hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 28286 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex2i()

void com.jogamp.opengl.DebugGL4bc.glVertex2i ( int  x,
int  y 
)

Entry point to C language function: void {@native glVertex2i}(GLint x, GLint y)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28297 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex2iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertex2iv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertex2iv}(const GLint * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28319 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex2iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertex2iv ( java.nio.IntBuffer  arg0)

Definition at line 28308 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex2s()

void com.jogamp.opengl.DebugGL4bc.glVertex2s ( short  x,
short  y 
)

Entry point to C language function: void {@native glVertex2s}(GLshort x, GLshort y)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28330 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex2sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertex2sv ( java.nio.ShortBuffer  arg0)

Definition at line 28341 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex2sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertex2sv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertex2sv}(const GLshort * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28352 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex3bOES()

void com.jogamp.opengl.DebugGL4bc.glVertex3bOES ( byte  x,
byte  y,
byte  z 
)

Entry point to C language function: void {@native glVertex3bOES}(GLbyte x, GLbyte y, GLbyte z)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 28363 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex3bvOES() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertex3bvOES ( byte[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glVertex3bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 28374 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex3bvOES() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertex3bvOES ( java.nio.ByteBuffer  arg0)

Definition at line 28385 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex3d()

void com.jogamp.opengl.DebugGL4bc.glVertex3d ( double  x,
double  y,
double  z 
)

Entry point to C language function: void {@native glVertex3d}(GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28396 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex3dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertex3dv ( double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertex3dv}(const GLdouble * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28407 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex3dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertex3dv ( java.nio.DoubleBuffer  arg0)

Definition at line 28418 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex3f()

void com.jogamp.opengl.DebugGL4bc.glVertex3f ( float  x,
float  y,
float  z 
)

Entry point to C language function: void {@native glVertex3f}(GLfloat x, GLfloat y, GLfloat z)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28429 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex3fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertex3fv ( float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertex3fv}(const GLfloat * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28440 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex3fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertex3fv ( java.nio.FloatBuffer  arg0)

Definition at line 28451 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex3h()

void com.jogamp.opengl.DebugGL4bc.glVertex3h ( short  x,
short  y,
short  z 
)

Entry point to C language function: void {@native glVertex3h}(GLhalfNV x, GLhalfNV y, GLhalfNV z)
Part of GL_NV_half_float
Alias for: glVertex3hNV

Implements com.jogamp.opengl.GL2.

Definition at line 28462 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex3hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertex3hv ( java.nio.ShortBuffer  arg0)

Definition at line 28473 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex3hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertex3hv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertex3hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertex3hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 28484 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex3i()

void com.jogamp.opengl.DebugGL4bc.glVertex3i ( int  x,
int  y,
int  z 
)

Entry point to C language function: void {@native glVertex3i}(GLint x, GLint y, GLint z)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28495 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex3iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertex3iv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertex3iv}(const GLint * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28506 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex3iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertex3iv ( java.nio.IntBuffer  arg0)

Definition at line 28517 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex3s()

void com.jogamp.opengl.DebugGL4bc.glVertex3s ( short  x,
short  y,
short  z 
)

Entry point to C language function: void {@native glVertex3s}(GLshort x, GLshort y, GLshort z)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28528 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex3sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertex3sv ( java.nio.ShortBuffer  arg0)

Definition at line 28539 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex3sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertex3sv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertex3sv}(const GLshort * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28550 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex4bOES()

void com.jogamp.opengl.DebugGL4bc.glVertex4bOES ( byte  x,
byte  y,
byte  z,
byte  w 
)

Entry point to C language function: void {@native glVertex4bOES}(GLbyte x, GLbyte y, GLbyte z, GLbyte w)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 28561 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex4bvOES() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertex4bvOES ( byte[]  coords,
int  coords_offset 
)

Entry point to C language function: void {@native glVertex4bvOES}(const GLbyte * coords)
Part of GL_OES_byte_coordinates

Implements com.jogamp.opengl.GL2.

Definition at line 28572 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex4bvOES() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertex4bvOES ( java.nio.ByteBuffer  arg0)

Definition at line 28583 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex4d()

void com.jogamp.opengl.DebugGL4bc.glVertex4d ( double  x,
double  y,
double  z,
double  w 
)

Entry point to C language function: void {@native glVertex4d}(GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28594 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex4dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertex4dv ( double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertex4dv}(const GLdouble * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28616 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex4dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertex4dv ( java.nio.DoubleBuffer  arg0)

Definition at line 28605 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex4f()

void com.jogamp.opengl.DebugGL4bc.glVertex4f ( float  x,
float  y,
float  z,
float  w 
)

Entry point to C language function: void {@native glVertex4f}(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28627 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex4fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertex4fv ( float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertex4fv}(const GLfloat * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28638 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex4fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertex4fv ( java.nio.FloatBuffer  arg0)

Definition at line 28649 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex4h()

void com.jogamp.opengl.DebugGL4bc.glVertex4h ( short  x,
short  y,
short  z,
short  w 
)

Entry point to C language function: void {@native glVertex4h}(GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w)
Part of GL_NV_half_float
Alias for: glVertex4hNV

Implements com.jogamp.opengl.GL2.

Definition at line 28660 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex4hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertex4hv ( java.nio.ShortBuffer  arg0)

Definition at line 28682 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex4hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertex4hv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertex4hv}(const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertex4hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 28671 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex4i()

void com.jogamp.opengl.DebugGL4bc.glVertex4i ( int  x,
int  y,
int  z,
int  w 
)

Entry point to C language function: void {@native glVertex4i}(GLint x, GLint y, GLint z, GLint w)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28693 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex4iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertex4iv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertex4iv}(const GLint * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28715 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex4iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertex4iv ( java.nio.IntBuffer  arg0)

Definition at line 28704 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex4s()

void com.jogamp.opengl.DebugGL4bc.glVertex4s ( short  x,
short  y,
short  z,
short  w 
)

Entry point to C language function: void {@native glVertex4s}(GLshort x, GLshort y, GLshort z, GLshort w)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28726 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex4sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertex4sv ( java.nio.ShortBuffer  arg0)

Definition at line 28748 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertex4sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertex4sv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertex4sv}(const GLshort * v)
Part of GL_VERSION_1_0

Implements com.jogamp.opengl.GL2.

Definition at line 28737 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayAttribBinding()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayAttribBinding ( int  vaobj,
int  attribindex,
int  bindingindex 
)

Entry point to C language function: void {@native glVertexArrayAttribBinding}(GLuint vaobj, GLuint attribindex, GLuint bindingindex)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 28759 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayAttribFormat()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayAttribFormat ( int  vaobj,
int  attribindex,
int  size,
int  type,
boolean  normalized,
int  relativeoffset 
)

Entry point to C language function: void {@native glVertexArrayAttribFormat}(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 28770 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayAttribIFormat()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayAttribIFormat ( int  vaobj,
int  attribindex,
int  size,
int  type,
int  relativeoffset 
)

Entry point to C language function: void {@native glVertexArrayAttribIFormat}(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 28781 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayAttribLFormat()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayAttribLFormat ( int  vaobj,
int  attribindex,
int  size,
int  type,
int  relativeoffset 
)

Entry point to C language function: void {@native glVertexArrayAttribLFormat}(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 28792 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayBindingDivisor()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayBindingDivisor ( int  vaobj,
int  bindingindex,
int  divisor 
)

Entry point to C language function: void {@native glVertexArrayBindingDivisor}(GLuint vaobj, GLuint bindingindex, GLuint divisor)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 28814 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayBindVertexBufferEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayBindVertexBufferEXT ( int  vaobj,
int  bindingindex,
int  buffer,
long  offset,
int  stride 
)

Entry point to C language function: void {@native glVertexArrayBindVertexBufferEXT}(GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding

Implements com.jogamp.opengl.GL2GL3.

Definition at line 28803 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayColorOffsetEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayColorOffsetEXT ( int  vaobj,
int  buffer,
int  size,
int  type,
int  stride,
long  offset 
)

Entry point to C language function: void {@native glVertexArrayColorOffsetEXT}(GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 28825 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayEdgeFlagOffsetEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayEdgeFlagOffsetEXT ( int  vaobj,
int  buffer,
int  stride,
long  offset 
)

Entry point to C language function: void {@native glVertexArrayEdgeFlagOffsetEXT}(GLuint vaobj, GLuint buffer, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 28836 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayElementBuffer()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayElementBuffer ( int  vaobj,
int  buffer 
)

Entry point to C language function: void {@native glVertexArrayElementBuffer}(GLuint vaobj, GLuint buffer)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 28847 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayFogCoordOffsetEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayFogCoordOffsetEXT ( int  vaobj,
int  buffer,
int  type,
int  stride,
long  offset 
)

Entry point to C language function: void {@native glVertexArrayFogCoordOffsetEXT}(GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 28858 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayIndexOffsetEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayIndexOffsetEXT ( int  vaobj,
int  buffer,
int  type,
int  stride,
long  offset 
)

Entry point to C language function: void {@native glVertexArrayIndexOffsetEXT}(GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 28869 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayMultiTexCoordOffsetEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayMultiTexCoordOffsetEXT ( int  vaobj,
int  buffer,
int  texunit,
int  size,
int  type,
int  stride,
long  offset 
)

Entry point to C language function: void {@native glVertexArrayMultiTexCoordOffsetEXT}(GLuint vaobj, GLuint buffer, GLenum texunit, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 28880 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayNormalOffsetEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayNormalOffsetEXT ( int  vaobj,
int  buffer,
int  type,
int  stride,
long  offset 
)

Entry point to C language function: void {@native glVertexArrayNormalOffsetEXT}(GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 28891 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayParameteriAPPLE()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayParameteriAPPLE ( int  pname,
int  param 
)

Entry point to C language function: void {@native glVertexArrayParameteriAPPLE}(GLenum pname, GLint param)
Part of GL_APPLE_vertex_array_range

Implements com.jogamp.opengl.GL2.

Definition at line 28902 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayRangeAPPLE()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayRangeAPPLE ( int  arg0,
java.nio.Buffer  arg1 
)

Definition at line 28913 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArraySecondaryColorOffsetEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArraySecondaryColorOffsetEXT ( int  vaobj,
int  buffer,
int  size,
int  type,
int  stride,
long  offset 
)

Entry point to C language function: void {@native glVertexArraySecondaryColorOffsetEXT}(GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 28924 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayTexCoordOffsetEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayTexCoordOffsetEXT ( int  vaobj,
int  buffer,
int  size,
int  type,
int  stride,
long  offset 
)

Entry point to C language function: void {@native glVertexArrayTexCoordOffsetEXT}(GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 28935 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayVertexAttribBindingEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayVertexAttribBindingEXT ( int  vaobj,
int  attribindex,
int  bindingindex 
)

Entry point to C language function: void {@native glVertexArrayVertexAttribBindingEXT}(GLuint vaobj, GLuint attribindex, GLuint bindingindex)
Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding

Implements com.jogamp.opengl.GL2GL3.

Definition at line 28946 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayVertexAttribDivisorEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayVertexAttribDivisorEXT ( int  vaobj,
int  index,
int  divisor 
)

Entry point to C language function: void {@native glVertexArrayVertexAttribDivisorEXT}(GLuint vaobj, GLuint index, GLuint divisor)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 28957 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayVertexAttribFormatEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayVertexAttribFormatEXT ( int  vaobj,
int  attribindex,
int  size,
int  type,
boolean  normalized,
int  relativeoffset 
)

Entry point to C language function: void {@native glVertexArrayVertexAttribFormatEXT}(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding

Implements com.jogamp.opengl.GL2GL3.

Definition at line 28968 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayVertexAttribIFormatEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayVertexAttribIFormatEXT ( int  vaobj,
int  attribindex,
int  size,
int  type,
int  relativeoffset 
)

Entry point to C language function: void {@native glVertexArrayVertexAttribIFormatEXT}(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding

Implements com.jogamp.opengl.GL2GL3.

Definition at line 28979 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayVertexAttribIOffsetEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayVertexAttribIOffsetEXT ( int  vaobj,
int  buffer,
int  index,
int  size,
int  type,
int  stride,
long  offset 
)

Entry point to C language function: void {@native glVertexArrayVertexAttribIOffsetEXT}(GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 28990 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayVertexAttribLFormatEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayVertexAttribLFormatEXT ( int  vaobj,
int  attribindex,
int  size,
int  type,
int  relativeoffset 
)

Entry point to C language function: void {@native glVertexArrayVertexAttribLFormatEXT}(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29001 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayVertexAttribLOffsetEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayVertexAttribLOffsetEXT ( int  vaobj,
int  buffer,
int  index,
int  size,
int  type,
int  stride,
long  offset 
)

Entry point to C language function: void {@native glVertexArrayVertexAttribLOffsetEXT}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29012 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayVertexAttribOffsetEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayVertexAttribOffsetEXT ( int  vaobj,
int  buffer,
int  index,
int  size,
int  type,
boolean  normalized,
int  stride,
long  offset 
)

Entry point to C language function: void {@native glVertexArrayVertexAttribOffsetEXT}(GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29023 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayVertexBindingDivisorEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayVertexBindingDivisorEXT ( int  vaobj,
int  bindingindex,
int  divisor 
)

Entry point to C language function: void {@native glVertexArrayVertexBindingDivisorEXT}(GLuint vaobj, GLuint bindingindex, GLuint divisor)
Part of GL_EXT_direct_state_access, GL_ARB_vertex_attrib_binding

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29034 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayVertexBuffer()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayVertexBuffer ( int  vaobj,
int  bindingindex,
int  buffer,
long  offset,
int  stride 
)

Entry point to C language function: void {@native glVertexArrayVertexBuffer}(GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Part of GL_VERSION_4_5

Implements com.jogamp.opengl.GL4.

Definition at line 29045 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayVertexBuffers() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexArrayVertexBuffers ( int  arg0,
int  arg1,
int  arg2,
int[]  arg3,
int  arg4,
com.jogamp.common.nio.PointerBuffer  arg5,
int[]  arg6,
int  arg7 
)

Definition at line 29056 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayVertexBuffers() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexArrayVertexBuffers ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3,
com.jogamp.common.nio.PointerBuffer  arg4,
java.nio.IntBuffer  arg5 
)

Definition at line 29067 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexArrayVertexOffsetEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexArrayVertexOffsetEXT ( int  vaobj,
int  buffer,
int  size,
int  type,
int  stride,
long  offset 
)

Entry point to C language function: void {@native glVertexArrayVertexOffsetEXT}(GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset)
Part of GL_EXT_direct_state_access

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29078 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1d()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1d ( int  index,
double  x 
)

Entry point to C language function: void {@native glVertexAttrib1d}(GLuint index, GLdouble x)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib1dNV, glVertexAttrib1dARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29089 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1dARB()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1dARB ( int  index,
double  x 
)

Entry point to C language function: void {@native glVertexAttrib1dARB}(GLuint index, GLdouble x)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29100 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1dv ( int  index,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib1dv}(GLuint index, const GLdouble * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib1dvARB, glVertexAttrib1dvNV

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29111 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1dv ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 29122 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1dvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1dvARB ( int  index,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib1dvARB}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29133 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1dvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1dvARB ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 29144 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1f()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1f ( int  index,
float  x 
)

Entry point to C language function: void {@native glVertexAttrib1f}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 29155 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1fARB()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1fARB ( int  index,
float  x 
)

Entry point to C language function: void {@native glVertexAttrib1fARB}(GLuint index, GLfloat x)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29166 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1fv ( int  index,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib1fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 29188 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1fv ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 29177 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1fvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1fvARB ( int  index,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib1fvARB}(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29199 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1fvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1fvARB ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 29210 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1h()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1h ( int  index,
short  x 
)

Entry point to C language function: void {@native glVertexAttrib1h}(GLuint index, GLhalfNV x)
Part of GL_NV_half_float
Alias for: glVertexAttrib1hNV

Implements com.jogamp.opengl.GL2.

Definition at line 29221 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1hv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 29232 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1hv ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib1hv}(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttrib1hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 29243 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1s()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1s ( int  index,
short  x 
)

Entry point to C language function: void {@native glVertexAttrib1s}(GLuint index, GLshort x)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib1sNV, glVertexAttrib1sARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29254 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1sARB()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1sARB ( int  index,
short  x 
)

Entry point to C language function: void {@native glVertexAttrib1sARB}(GLuint index, GLshort x)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29265 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1sv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 29276 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1sv ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib1sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib1svARB, glVertexAttrib1svNV

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29287 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1svARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1svARB ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 29309 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib1svARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib1svARB ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib1svARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29298 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2d()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2d ( int  index,
double  x,
double  y 
)

Entry point to C language function: void {@native glVertexAttrib2d}(GLuint index, GLdouble x, GLdouble y)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib2dARB, glVertexAttrib2dNV

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29320 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2dARB()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2dARB ( int  index,
double  x,
double  y 
)

Entry point to C language function: void {@native glVertexAttrib2dARB}(GLuint index, GLdouble x, GLdouble y)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29331 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2dv ( int  index,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib2dv}(GLuint index, const GLdouble * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib2dvNV, glVertexAttrib2dvARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29353 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2dv ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 29342 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2dvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2dvARB ( int  index,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib2dvARB}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29375 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2dvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2dvARB ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 29364 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2f()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2f ( int  index,
float  x,
float  y 
)

Entry point to C language function: void {@native glVertexAttrib2f}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 29386 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2fARB()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2fARB ( int  index,
float  x,
float  y 
)

Entry point to C language function: void {@native glVertexAttrib2fARB}(GLuint index, GLfloat x, GLfloat y)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29397 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2fv ( int  index,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib2fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 29419 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2fv ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 29408 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2fvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2fvARB ( int  index,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib2fvARB}(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29441 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2fvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2fvARB ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 29430 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2h()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2h ( int  index,
short  x,
short  y 
)

Entry point to C language function: void {@native glVertexAttrib2h}(GLuint index, GLhalfNV x, GLhalfNV y)
Part of GL_NV_half_float
Alias for: glVertexAttrib2hNV

Implements com.jogamp.opengl.GL2.

Definition at line 29452 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2hv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 29474 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2hv ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib2hv}(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttrib2hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 29463 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2s()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2s ( int  index,
short  x,
short  y 
)

Entry point to C language function: void {@native glVertexAttrib2s}(GLuint index, GLshort x, GLshort y)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib2sNV, glVertexAttrib2sARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29485 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2sARB()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2sARB ( int  index,
short  x,
short  y 
)

Entry point to C language function: void {@native glVertexAttrib2sARB}(GLuint index, GLshort x, GLshort y)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29496 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2sv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 29518 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2sv ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib2sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib2svARB, glVertexAttrib2svNV

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29507 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2svARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2svARB ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 29540 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib2svARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib2svARB ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib2svARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29529 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3d()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3d ( int  index,
double  x,
double  y,
double  z 
)

Entry point to C language function: void {@native glVertexAttrib3d}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29551 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3dARB()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3dARB ( int  index,
double  x,
double  y,
double  z 
)

Entry point to C language function: void {@native glVertexAttrib3dARB}(GLuint index, GLdouble x, GLdouble y, GLdouble z)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29562 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3dv ( int  index,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib3dv}(GLuint index, const GLdouble * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib3dvNV, glVertexAttrib3dvARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29584 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3dv ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 29573 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3dvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3dvARB ( int  index,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib3dvARB}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29595 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3dvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3dvARB ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 29606 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3f()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3f ( int  index,
float  x,
float  y,
float  z 
)

Entry point to C language function: void {@native glVertexAttrib3f}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 29617 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3fARB()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3fARB ( int  index,
float  x,
float  y,
float  z 
)

Entry point to C language function: void {@native glVertexAttrib3fARB}(GLuint index, GLfloat x, GLfloat y, GLfloat z)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29628 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3fv ( int  index,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib3fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 29650 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3fv ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 29639 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3fvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3fvARB ( int  index,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib3fvARB}(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29672 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3fvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3fvARB ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 29661 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3h()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3h ( int  index,
short  x,
short  y,
short  z 
)

Entry point to C language function: void {@native glVertexAttrib3h}(GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z)
Part of GL_NV_half_float
Alias for: glVertexAttrib3hNV

Implements com.jogamp.opengl.GL2.

Definition at line 29683 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3hv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 29705 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3hv ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib3hv}(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttrib3hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 29694 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3s()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3s ( int  index,
short  x,
short  y,
short  z 
)

Entry point to C language function: void {@native glVertexAttrib3s}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29716 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3sARB()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3sARB ( int  index,
short  x,
short  y,
short  z 
)

Entry point to C language function: void {@native glVertexAttrib3sARB}(GLuint index, GLshort x, GLshort y, GLshort z)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29727 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3sv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 29749 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3sv ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib3sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program, GL_NV_vertex_program
Alias for: glVertexAttrib3svARB, glVertexAttrib3svNV

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29738 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3svARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3svARB ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 29760 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib3svARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib3svARB ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib3svARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29771 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4bv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4bv ( int  index,
byte[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4bv}(GLuint index, const GLbyte * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4bvARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30079 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4bv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4bv ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 30068 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4bvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4bvARB ( int  index,
byte[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4bvARB}(GLuint index, const GLbyte * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 30090 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4bvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4bvARB ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 30101 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4d()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4d ( int  index,
double  x,
double  y,
double  z,
double  w 
)

Entry point to C language function: void {@native glVertexAttrib4d}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30112 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4dARB()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4dARB ( int  index,
double  x,
double  y,
double  z,
double  w 
)

Entry point to C language function: void {@native glVertexAttrib4dARB}(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 30123 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4dv ( int  index,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4dv}(GLuint index, const GLdouble * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib4dvNV, glVertexAttrib4dvARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30145 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4dv ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 30134 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4dvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4dvARB ( int  index,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4dvARB}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 30167 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4dvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4dvARB ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 30156 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4f()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4f ( int  index,
float  x,
float  y,
float  z,
float  w 
)

Entry point to C language function: void {@native glVertexAttrib4f}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 30178 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4fARB()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4fARB ( int  index,
float  x,
float  y,
float  z,
float  w 
)

Entry point to C language function: void {@native glVertexAttrib4fARB}(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 30189 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4fv ( int  index,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4fv}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 30211 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4fv ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 30200 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4fvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4fvARB ( int  index,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4fvARB}(GLuint index, const GLfloat * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 30233 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4fvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4fvARB ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 30222 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4h()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4h ( int  index,
short  x,
short  y,
short  z,
short  w 
)

Entry point to C language function: void {@native glVertexAttrib4h}(GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w)
Part of GL_NV_half_float
Alias for: glVertexAttrib4hNV

Implements com.jogamp.opengl.GL2.

Definition at line 30244 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4hv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 30255 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4hv ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4hv}(GLuint index, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttrib4hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 30266 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4iv ( int  index,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4iv}(GLuint index, const GLint * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4ivARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30277 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4iv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 30288 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4ivARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4ivARB ( int  index,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4ivARB}(GLuint index, const GLint * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 30310 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4ivARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4ivARB ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 30299 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4Nbv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4Nbv ( int  index,
byte[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4Nbv}(GLuint index, const GLbyte * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NbvARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29793 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4Nbv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4Nbv ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 29782 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4NbvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4NbvARB ( int  index,
byte[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4NbvARB}(GLuint index, const GLbyte * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29804 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4NbvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4NbvARB ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 29815 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4Niv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4Niv ( int  index,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4Niv}(GLuint index, const GLint * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NivARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29837 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4Niv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4Niv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 29826 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4NivARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4NivARB ( int  index,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4NivARB}(GLuint index, const GLint * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29848 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4NivARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4NivARB ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 29859 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4Nsv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4Nsv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 29881 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4Nsv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4Nsv ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4Nsv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NsvARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29870 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4NsvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4NsvARB ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 29892 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4NsvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4NsvARB ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4NsvARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29903 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4Nub()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4Nub ( int  index,
byte  x,
byte  y,
byte  z,
byte  w 
)

Entry point to C language function: void {@native glVertexAttrib4Nub}(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NubARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29914 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4NubARB()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4NubARB ( int  index,
byte  x,
byte  y,
byte  z,
byte  w 
)

Entry point to C language function: void {@native glVertexAttrib4NubARB}(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29925 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4Nubv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4Nubv ( int  index,
byte[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4Nubv}(GLuint index, const GLubyte * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NubvARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29947 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4Nubv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4Nubv ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 29936 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4NubvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4NubvARB ( int  index,
byte[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4NubvARB}(GLuint index, const GLubyte * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 29958 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4NubvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4NubvARB ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 29969 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4Nuiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4Nuiv ( int  index,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4Nuiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NuivARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 29991 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4Nuiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4Nuiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 29980 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4NuivARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4NuivARB ( int  index,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4NuivARB}(GLuint index, const GLuint * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 30013 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4NuivARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4NuivARB ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 30002 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4Nusv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4Nusv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 30024 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4Nusv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4Nusv ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4Nusv}(GLuint index, const GLushort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4NusvARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30035 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4NusvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4NusvARB ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 30046 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4NusvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4NusvARB ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4NusvARB}(GLuint index, const GLushort * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 30057 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4s()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4s ( int  index,
short  x,
short  y,
short  z,
short  w 
)

Entry point to C language function: void {@native glVertexAttrib4s}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30321 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4sARB()

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4sARB ( int  index,
short  x,
short  y,
short  z,
short  w 
)

Entry point to C language function: void {@native glVertexAttrib4sARB}(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 30332 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4sv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 30343 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4sv ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib4svNV, glVertexAttrib4svARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30354 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4svARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4svARB ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 30376 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4svARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4svARB ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4svARB}(GLuint index, const GLshort * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 30365 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4ubv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4ubv ( int  index,
byte[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4ubv}(GLuint index, const GLubyte * v)
Part of GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program
Alias for: glVertexAttrib4ubvNV, glVertexAttrib4ubvARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30398 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4ubv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4ubv ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 30387 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4ubvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4ubvARB ( int  index,
byte[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4ubvARB}(GLuint index, const GLubyte * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 30420 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4ubvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4ubvARB ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 30409 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4uiv ( int  index,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4uiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4uivARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30431 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4uiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 30442 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4uivARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4uivARB ( int  index,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4uivARB}(GLuint index, const GLuint * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 30464 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4uivARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4uivARB ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 30453 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4usv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4usv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 30486 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4usv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4usv ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4usv}(GLuint index, const GLushort * v)
Part of GL_VERSION_2_0, GL_ARB_vertex_program
Alias for: glVertexAttrib4usvARB

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30475 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4usvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4usvARB ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 30508 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttrib4usvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttrib4usvARB ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttrib4usvARB}(GLuint index, const GLushort * v)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 30497 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribBinding()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribBinding ( int  attribindex,
int  bindingindex 
)

Entry point to C language function: void {@native glVertexAttribBinding}(GLuint attribindex, GLuint bindingindex)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding

Implements com.jogamp.opengl.GL3ES3.

Definition at line 30519 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribDivisor()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribDivisor ( int  index,
int  divisor 
)

Entry point to C language function: void {@native glVertexAttribDivisor}(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

Implements com.jogamp.opengl.GL2ES3.

Definition at line 30530 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribFormat()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribFormat ( int  attribindex,
int  size,
int  type,
boolean  normalized,
int  relativeoffset 
)

Entry point to C language function: void {@native glVertexAttribFormat}(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

Implements com.jogamp.opengl.GL3ES3.

Definition at line 30541 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribFormatNV()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribFormatNV ( int  index,
int  size,
int  type,
boolean  normalized,
int  stride 
)

Entry point to C language function: void {@native glVertexAttribFormatNV}(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30552 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI1i()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI1i ( int  index,
int  x 
)

Entry point to C language function: void {@native glVertexAttribI1i}(GLuint index, GLint x)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI1iEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30563 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI1iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI1iv ( int  index,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribI1iv}(GLuint index, const GLint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI1ivEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30585 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI1iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI1iv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 30574 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI1ui()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI1ui ( int  index,
int  x 
)

Entry point to C language function: void {@native glVertexAttribI1ui}(GLuint index, GLuint x)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI1uiEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30596 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI1uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI1uiv ( int  index,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribI1uiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI1uivEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30618 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI1uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI1uiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 30607 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI2i()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI2i ( int  index,
int  x,
int  y 
)

Entry point to C language function: void {@native glVertexAttribI2i}(GLuint index, GLint x, GLint y)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI2iEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30629 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI2iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI2iv ( int  index,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribI2iv}(GLuint index, const GLint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI2ivEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30640 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI2iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI2iv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 30651 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI2ui()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI2ui ( int  index,
int  x,
int  y 
)

Entry point to C language function: void {@native glVertexAttribI2ui}(GLuint index, GLuint x, GLuint y)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI2uiEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30662 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI2uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI2uiv ( int  index,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribI2uiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI2uivEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30673 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI2uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI2uiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 30684 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI3i()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI3i ( int  index,
int  x,
int  y,
int  z 
)

Entry point to C language function: void {@native glVertexAttribI3i}(GLuint index, GLint x, GLint y, GLint z)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI3iEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30695 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI3iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI3iv ( int  index,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribI3iv}(GLuint index, const GLint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI3ivEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30717 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI3iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI3iv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 30706 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI3ui()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI3ui ( int  index,
int  x,
int  y,
int  z 
)

Entry point to C language function: void {@native glVertexAttribI3ui}(GLuint index, GLuint x, GLuint y, GLuint z)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI3uiEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30728 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI3uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI3uiv ( int  index,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribI3uiv}(GLuint index, const GLuint * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI3uivEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30750 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI3uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI3uiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 30739 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI4bv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI4bv ( int  index,
byte[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribI4bv}(GLuint index, const GLbyte * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4bvEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30772 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI4bv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI4bv ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 30761 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI4i()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI4i ( int  index,
int  x,
int  y,
int  z,
int  w 
)

Entry point to C language function: void {@native glVertexAttribI4i}(GLuint index, GLint x, GLint y, GLint z, GLint w)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4iEXT

Implements com.jogamp.opengl.GL2ES3.

Definition at line 30783 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI4iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI4iv ( int  index,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribI4iv}(GLuint index, const GLint * v)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4ivEXT

Implements com.jogamp.opengl.GL2ES3.

Definition at line 30794 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI4iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI4iv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 30805 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI4sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI4sv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 30816 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI4sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI4sv ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribI4sv}(GLuint index, const GLshort * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4svEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30827 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI4ubv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI4ubv ( int  index,
byte[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribI4ubv}(GLuint index, const GLubyte * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4ubvEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30838 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI4ubv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI4ubv ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 30849 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI4ui()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI4ui ( int  index,
int  x,
int  y,
int  z,
int  w 
)

Entry point to C language function: void {@native glVertexAttribI4ui}(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4uiEXT

Implements com.jogamp.opengl.GL2ES3.

Definition at line 30860 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI4uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI4uiv ( int  index,
int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribI4uiv}(GLuint index, const GLuint * v)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4uivEXT

Implements com.jogamp.opengl.GL2ES3.

Definition at line 30882 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI4uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI4uiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 30871 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI4usv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI4usv ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 30904 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribI4usv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribI4usv ( int  index,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribI4usv}(GLuint index, const GLushort * v)
Part of GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribI4usvEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30893 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribIFormat()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribIFormat ( int  attribindex,
int  size,
int  type,
int  relativeoffset 
)

Entry point to C language function: void {@native glVertexAttribIFormat}(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

Implements com.jogamp.opengl.GL3ES3.

Definition at line 30915 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribIFormatNV()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribIFormatNV ( int  index,
int  size,
int  type,
int  stride 
)

Entry point to C language function: void {@native glVertexAttribIFormatNV}(GLuint index, GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30926 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribIPointer() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribIPointer ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.Buffer  arg4 
)

Definition at line 30937 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribIPointer() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribIPointer ( int  index,
int  size,
int  type,
int  stride,
long  pointer_buffer_offset 
)

Entry point to C language function: void {@native glVertexAttribIPointer}(GLuint index, GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_ES_VERSION_3_0, GL_VERSION_3_0, GL_EXT_gpu_shader4, GL_NV_vertex_program4
Alias for: glVertexAttribIPointerEXT

Implements com.jogamp.opengl.GL2ES3.

Definition at line 30948 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL1d()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL1d ( int  index,
double  x 
)

Entry point to C language function: void {@native glVertexAttribL1d}(GLuint index, GLdouble x)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL1dEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30959 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL1dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL1dv ( int  index,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribL1dv}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL1dvEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 30970 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL1dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL1dv ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 30981 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL1i64NV()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL1i64NV ( int  index,
long  x 
)

Entry point to C language function: void {@native glVertexAttribL1i64NV}(GLuint index, GLint64EXT x)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 30992 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL1i64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL1i64vNV ( int  arg0,
java.nio.LongBuffer  arg1 
)

Definition at line 31014 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL1i64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL1i64vNV ( int  index,
long[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribL1i64vNV}(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 31003 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL1ui64ARB()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL1ui64ARB ( int  index,
long  x 
)

Entry point to C language function: void {@native glVertexAttribL1ui64ARB}(GLuint index, GLuint64EXT x)
Part of GL_ARB_bindless_texture

Implements com.jogamp.opengl.GL4.

Definition at line 31025 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL1ui64NV()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL1ui64NV ( int  index,
long  x 
)

Entry point to C language function: void {@native glVertexAttribL1ui64NV}(GLuint index, GLuint64EXT x)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 31036 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL1ui64vARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL1ui64vARB ( int  arg0,
java.nio.LongBuffer  arg1 
)

Definition at line 31058 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL1ui64vARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL1ui64vARB ( int  index,
long[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribL1ui64vARB}(GLuint index, const GLuint64EXT * v)
Part of GL_ARB_bindless_texture

Implements com.jogamp.opengl.GL4.

Definition at line 31047 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL1ui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL1ui64vNV ( int  arg0,
java.nio.LongBuffer  arg1 
)

Definition at line 31080 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL1ui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL1ui64vNV ( int  index,
long[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribL1ui64vNV}(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 31069 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL2d()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL2d ( int  index,
double  x,
double  y 
)

Entry point to C language function: void {@native glVertexAttribL2d}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 31091 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL2dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL2dv ( int  index,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribL2dv}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL2dvEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 31102 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL2dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL2dv ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 31113 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL2i64NV()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL2i64NV ( int  index,
long  x,
long  y 
)

Entry point to C language function: void {@native glVertexAttribL2i64NV}(GLuint index, GLint64EXT x, GLint64EXT y)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 31124 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL2i64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL2i64vNV ( int  arg0,
java.nio.LongBuffer  arg1 
)

Definition at line 31135 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL2i64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL2i64vNV ( int  index,
long[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribL2i64vNV}(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 31146 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL2ui64NV()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL2ui64NV ( int  index,
long  x,
long  y 
)

Entry point to C language function: void {@native glVertexAttribL2ui64NV}(GLuint index, GLuint64EXT x, GLuint64EXT y)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 31157 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL2ui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL2ui64vNV ( int  arg0,
java.nio.LongBuffer  arg1 
)

Definition at line 31179 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL2ui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL2ui64vNV ( int  index,
long[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribL2ui64vNV}(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 31168 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL3d()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL3d ( int  index,
double  x,
double  y,
double  z 
)

Entry point to C language function: void {@native glVertexAttribL3d}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 31190 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL3dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL3dv ( int  index,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribL3dv}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL3dvEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 31212 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL3dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL3dv ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 31201 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL3i64NV()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL3i64NV ( int  index,
long  x,
long  y,
long  z 
)

Entry point to C language function: void {@native glVertexAttribL3i64NV}(GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 31223 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL3i64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL3i64vNV ( int  arg0,
java.nio.LongBuffer  arg1 
)

Definition at line 31234 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL3i64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL3i64vNV ( int  index,
long[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribL3i64vNV}(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 31245 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL3ui64NV()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL3ui64NV ( int  index,
long  x,
long  y,
long  z 
)

Entry point to C language function: void {@native glVertexAttribL3ui64NV}(GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 31256 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL3ui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL3ui64vNV ( int  arg0,
java.nio.LongBuffer  arg1 
)

Definition at line 31267 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL3ui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL3ui64vNV ( int  index,
long[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribL3ui64vNV}(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 31278 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL4d()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL4d ( int  index,
double  x,
double  y,
double  z,
double  w 
)

Entry point to C language function: void {@native glVertexAttribL4d}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 31289 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL4dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL4dv ( int  index,
double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribL4dv}(GLuint index, const GLdouble * v)
Part of GL_ARB_vertex_attrib_64bit, GL_VERSION_4_1, GL_EXT_vertex_attrib_64bit
Alias for: glVertexAttribL4dvEXT

Implements com.jogamp.opengl.GL2GL3.

Definition at line 31311 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL4dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL4dv ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 31300 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL4i64NV()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL4i64NV ( int  index,
long  x,
long  y,
long  z,
long  w 
)

Entry point to C language function: void {@native glVertexAttribL4i64NV}(GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 31322 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL4i64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL4i64vNV ( int  arg0,
java.nio.LongBuffer  arg1 
)

Definition at line 31333 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL4i64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL4i64vNV ( int  index,
long[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribL4i64vNV}(GLuint index, const GLint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 31344 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL4ui64NV()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL4ui64NV ( int  index,
long  x,
long  y,
long  z,
long  w 
)

Entry point to C language function: void {@native glVertexAttribL4ui64NV}(GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 31355 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL4ui64vNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL4ui64vNV ( int  arg0,
java.nio.LongBuffer  arg1 
)

Definition at line 31366 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribL4ui64vNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribL4ui64vNV ( int  index,
long[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribL4ui64vNV}(GLuint index, const GLuint64EXT * v)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 31377 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribLFormat()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribLFormat ( int  attribindex,
int  size,
int  type,
int  relativeoffset 
)

Entry point to C language function: void {@native glVertexAttribLFormat}(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

Implements com.jogamp.opengl.GL4.

Definition at line 31388 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribLFormatNV()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribLFormatNV ( int  index,
int  size,
int  type,
int  stride 
)

Entry point to C language function: void {@native glVertexAttribLFormatNV}(GLuint index, GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_attrib_integer_64bit

Implements com.jogamp.opengl.GL2.

Definition at line 31399 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribLPointer() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribLPointer ( int  arg0,
int  arg1,
int  arg2,
int  arg3,
java.nio.Buffer  arg4 
)

Definition at line 31410 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribLPointer() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribLPointer ( int  index,
int  size,
int  type,
int  stride,
long  pointer_buffer_offset 
)

Entry point to C language function: void {@native glVertexAttribLPointer}(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

Implements com.jogamp.opengl.GL2GL3.

Definition at line 31421 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribP1ui()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribP1ui ( int  index,
int  type,
boolean  normalized,
int  value 
)

Entry point to C language function: void {@native glVertexAttribP1ui}(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3.

Definition at line 31432 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribP1uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribP1uiv ( int  index,
int  type,
boolean  normalized,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glVertexAttribP1uiv}(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3.

Definition at line 31443 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribP1uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribP1uiv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 31454 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribP2ui()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribP2ui ( int  index,
int  type,
boolean  normalized,
int  value 
)

Entry point to C language function: void {@native glVertexAttribP2ui}(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3.

Definition at line 31465 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribP2uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribP2uiv ( int  index,
int  type,
boolean  normalized,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glVertexAttribP2uiv}(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3.

Definition at line 31476 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribP2uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribP2uiv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 31487 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribP3ui()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribP3ui ( int  index,
int  type,
boolean  normalized,
int  value 
)

Entry point to C language function: void {@native glVertexAttribP3ui}(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3.

Definition at line 31498 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribP3uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribP3uiv ( int  index,
int  type,
boolean  normalized,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glVertexAttribP3uiv}(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3.

Definition at line 31520 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribP3uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribP3uiv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 31509 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribP4ui()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribP4ui ( int  index,
int  type,
boolean  normalized,
int  value 
)

Entry point to C language function: void {@native glVertexAttribP4ui}(GLuint index, GLenum type, GLboolean normalized, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3.

Definition at line 31531 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribP4uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribP4uiv ( int  index,
int  type,
boolean  normalized,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glVertexAttribP4uiv}(GLuint index, GLenum type, GLboolean normalized, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3.

Definition at line 31542 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribP4uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribP4uiv ( int  arg0,
int  arg1,
boolean  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 31553 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribParameteriAMD()

void com.jogamp.opengl.DebugGL4bc.glVertexAttribParameteriAMD ( int  index,
int  pname,
int  param 
)

Entry point to C language function: void {@native glVertexAttribParameteriAMD}(GLuint index, GLenum pname, GLint param)
Part of GL_AMD_interleaved_elements

Implements com.jogamp.opengl.GL2.

Definition at line 31564 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribPointer() [1/3]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribPointer ( com.jogamp.opengl.GLArrayData  arg0)

Definition at line 31597 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribPointer() [2/3]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribPointer ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
int  arg4,
java.nio.Buffer  arg5 
)

Definition at line 31575 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribPointer() [3/3]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribPointer ( int  index,
int  size,
int  type,
boolean  normalized,
int  stride,
long  pointer_buffer_offset 
)

Entry point to C language function: void {@native glVertexAttribPointer}(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

Implements com.jogamp.opengl.GL2ES2.

Definition at line 31586 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribPointerARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribPointerARB ( int  arg0,
int  arg1,
int  arg2,
boolean  arg3,
int  arg4,
java.nio.Buffer  arg5 
)

Definition at line 31608 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribPointerARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribPointerARB ( int  index,
int  size,
int  type,
boolean  normalized,
int  stride,
long  pointer_buffer_offset 
)

Entry point to C language function: void {@native glVertexAttribPointerARB}(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void * pointer)
Part of GL_ARB_vertex_program

Implements com.jogamp.opengl.GL2.

Definition at line 31619 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribs1hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribs1hv ( int  arg0,
int  arg1,
java.nio.ShortBuffer  arg2 
)

Definition at line 31641 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribs1hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribs1hv ( int  index,
int  n,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribs1hv}(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttribs1hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 31630 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribs2hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribs2hv ( int  arg0,
int  arg1,
java.nio.ShortBuffer  arg2 
)

Definition at line 31652 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribs2hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribs2hv ( int  index,
int  n,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribs2hv}(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttribs2hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 31663 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribs3hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribs3hv ( int  arg0,
int  arg1,
java.nio.ShortBuffer  arg2 
)

Definition at line 31674 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribs3hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribs3hv ( int  index,
int  n,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribs3hv}(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttribs3hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 31685 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribs4hv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribs4hv ( int  arg0,
int  arg1,
java.nio.ShortBuffer  arg2 
)

Definition at line 31707 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexAttribs4hv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexAttribs4hv ( int  index,
int  n,
short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glVertexAttribs4hv}(GLuint index, GLsizei n, const GLhalfNV * v)
Part of GL_NV_half_float
Alias for: glVertexAttribs4hvNV

Implements com.jogamp.opengl.GL2.

Definition at line 31696 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexBindingDivisor()

void com.jogamp.opengl.DebugGL4bc.glVertexBindingDivisor ( int  bindingindex,
int  divisor 
)

Entry point to C language function: void {@native glVertexBindingDivisor}(GLuint bindingindex, GLuint divisor)
Part of GL_ES_VERSION_3_1, GL_VERSION_4_3, GL_ARB_vertex_attrib_binding

Implements com.jogamp.opengl.GL3ES3.

Definition at line 31718 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexBlendARB()

void com.jogamp.opengl.DebugGL4bc.glVertexBlendARB ( int  count)

Entry point to C language function: void {@native glVertexBlendARB}(GLint count)
Part of GL_ARB_vertex_blend

Implements com.jogamp.opengl.GL2.

Definition at line 31729 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexFormatNV()

void com.jogamp.opengl.DebugGL4bc.glVertexFormatNV ( int  size,
int  type,
int  stride 
)

Entry point to C language function: void {@native glVertexFormatNV}(GLint size, GLenum type, GLsizei stride)
Part of GL_NV_vertex_buffer_unified_memory

Implements com.jogamp.opengl.GL2GL3.

Definition at line 31740 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexP2ui()

void com.jogamp.opengl.DebugGL4bc.glVertexP2ui ( int  type,
int  value 
)

Entry point to C language function: void {@native glVertexP2ui}(GLenum type, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 31751 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexP2uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexP2uiv ( int  type,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glVertexP2uiv}(GLenum type, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 31773 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexP2uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexP2uiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 31762 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexP3ui()

void com.jogamp.opengl.DebugGL4bc.glVertexP3ui ( int  type,
int  value 
)

Entry point to C language function: void {@native glVertexP3ui}(GLenum type, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 31784 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexP3uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexP3uiv ( int  type,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glVertexP3uiv}(GLenum type, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 31795 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexP3uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexP3uiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 31806 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexP4ui()

void com.jogamp.opengl.DebugGL4bc.glVertexP4ui ( int  type,
int  value 
)

Entry point to C language function: void {@native glVertexP4ui}(GLenum type, GLuint value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 31817 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexP4uiv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexP4uiv ( int  type,
int[]  value,
int  value_offset 
)

Entry point to C language function: void {@native glVertexP4uiv}(GLenum type, const GLuint * value)
Part of GL_ARB_vertex_type_2_10_10_10_rev, GL_VERSION_3_3

Implements com.jogamp.opengl.GL3bc.

Definition at line 31839 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexP4uiv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexP4uiv ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 31828 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexPointer() [1/3]

void com.jogamp.opengl.DebugGL4bc.glVertexPointer ( com.jogamp.opengl.GLArrayData  arg0)

Definition at line 31850 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexPointer() [2/3]

void com.jogamp.opengl.DebugGL4bc.glVertexPointer ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 31872 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexPointer() [3/3]

void com.jogamp.opengl.DebugGL4bc.glVertexPointer ( int  arg0,
int  arg1,
int  arg2,
long  arg3 
)

Implements com.jogamp.opengl.fixedfunc.GLPointerFunc.

Definition at line 31861 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexWeightfEXT()

void com.jogamp.opengl.DebugGL4bc.glVertexWeightfEXT ( float  weight)

Entry point to C language function: void {@native glVertexWeightfEXT}(GLfloat weight)
Part of GL_EXT_vertex_weighting

Implements com.jogamp.opengl.GL2.

Definition at line 31905 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexWeightfvEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexWeightfvEXT ( float[]  weight,
int  weight_offset 
)

Entry point to C language function: void {@native glVertexWeightfvEXT}(const GLfloat * weight)
Part of GL_EXT_vertex_weighting

Implements com.jogamp.opengl.GL2.

Definition at line 31916 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexWeightfvEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexWeightfvEXT ( java.nio.FloatBuffer  arg0)

Definition at line 31927 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexWeighth()

void com.jogamp.opengl.DebugGL4bc.glVertexWeighth ( short  weight)

Entry point to C language function: void {@native glVertexWeighth}(GLhalfNV weight)
Part of GL_NV_half_float
Alias for: glVertexWeighthNV

Implements com.jogamp.opengl.GL2.

Definition at line 31938 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexWeighthv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexWeighthv ( java.nio.ShortBuffer  arg0)

Definition at line 31960 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexWeighthv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexWeighthv ( short[]  weight,
int  weight_offset 
)

Entry point to C language function: void {@native glVertexWeighthv}(const GLhalfNV * weight)
Part of GL_NV_half_float
Alias for: glVertexWeighthvNV

Implements com.jogamp.opengl.GL2.

Definition at line 31949 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexWeightPointerEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVertexWeightPointerEXT ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Definition at line 31883 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVertexWeightPointerEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVertexWeightPointerEXT ( int  size,
int  type,
int  stride,
long  pointer_buffer_offset 
)

Entry point to C language function: void {@native glVertexWeightPointerEXT}(GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_EXT_vertex_weighting

Implements com.jogamp.opengl.GL2.

Definition at line 31894 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVideoCaptureNV() [1/2]

int com.jogamp.opengl.DebugGL4bc.glVideoCaptureNV ( int  video_capture_slot,
int[]  sequence_num,
int  sequence_num_offset,
long[]  capture_time,
int  capture_time_offset 
)

Entry point to C language function: GLenum {@native glVideoCaptureNV}(GLuint video_capture_slot, GLuint * sequence_num, GLuint64EXT * capture_time)
Part of GL_NV_video_capture

Implements com.jogamp.opengl.GL2.

Definition at line 31971 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVideoCaptureNV() [2/2]

int com.jogamp.opengl.DebugGL4bc.glVideoCaptureNV ( int  arg0,
java.nio.IntBuffer  arg1,
java.nio.LongBuffer  arg2 
)

Definition at line 31983 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVideoCaptureStreamParameterdvNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVideoCaptureStreamParameterdvNV ( int  video_capture_slot,
int  stream,
int  pname,
double[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glVideoCaptureStreamParameterdvNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, const GLdouble * params)
Part of GL_NV_video_capture

Implements com.jogamp.opengl.GL2.

Definition at line 31995 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVideoCaptureStreamParameterdvNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVideoCaptureStreamParameterdvNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.DoubleBuffer  arg3 
)

Definition at line 32006 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVideoCaptureStreamParameterfvNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVideoCaptureStreamParameterfvNV ( int  video_capture_slot,
int  stream,
int  pname,
float[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glVideoCaptureStreamParameterfvNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, const GLfloat * params)
Part of GL_NV_video_capture

Implements com.jogamp.opengl.GL2.

Definition at line 32028 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVideoCaptureStreamParameterfvNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVideoCaptureStreamParameterfvNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.FloatBuffer  arg3 
)

Definition at line 32017 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVideoCaptureStreamParameterivNV() [1/2]

void com.jogamp.opengl.DebugGL4bc.glVideoCaptureStreamParameterivNV ( int  video_capture_slot,
int  stream,
int  pname,
int[]  params,
int  params_offset 
)

Entry point to C language function: void {@native glVideoCaptureStreamParameterivNV}(GLuint video_capture_slot, GLuint stream, GLenum pname, const GLint * params)
Part of GL_NV_video_capture

Implements com.jogamp.opengl.GL2.

Definition at line 32050 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glVideoCaptureStreamParameterivNV() [2/2]

void com.jogamp.opengl.DebugGL4bc.glVideoCaptureStreamParameterivNV ( int  arg0,
int  arg1,
int  arg2,
java.nio.IntBuffer  arg3 
)

Definition at line 32039 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glViewport()

void com.jogamp.opengl.DebugGL4bc.glViewport ( int  x,
int  y,
int  width,
int  height 
)

Entry point to C language function: void {@native glViewport}(GLint x, GLint y, GLsizei width, GLsizei height)
Part of GL_ES_VERSION_2_0, GL_VERSION_ES_CL_CM, GL_VERSION_1_0

Implements com.jogamp.opengl.GL.

Definition at line 32061 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glViewportArrayv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glViewportArrayv ( int  first,
int  count,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glViewportArrayv}(GLuint first, GLsizei count, const GLfloat * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_OES_viewport_array, GL_NV_viewport_array
Alias for: glViewportArrayvOES, glViewportArrayvNV

Implements com.jogamp.opengl.GL3.

Definition at line 32072 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glViewportArrayv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glViewportArrayv ( int  arg0,
int  arg1,
java.nio.FloatBuffer  arg2 
)

Definition at line 32083 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glViewportIndexedf()

void com.jogamp.opengl.DebugGL4bc.glViewportIndexedf ( int  index,
float  x,
float  y,
float  w,
float  h 
)

Entry point to C language function: void {@native glViewportIndexedf}(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_OES_viewport_array, GL_NV_viewport_array
Alias for: glViewportIndexedfOES, glViewportIndexedfNV

Implements com.jogamp.opengl.GL3.

Definition at line 32094 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glViewportIndexedfv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glViewportIndexedfv ( int  index,
float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glViewportIndexedfv}(GLuint index, const GLfloat * v)
Part of GL_ARB_viewport_array, GL_VERSION_4_1, GL_NV_viewport_array, GL_OES_viewport_array
Alias for: glViewportIndexedfvNV, glViewportIndexedfvOES

Implements com.jogamp.opengl.GL3.

Definition at line 32116 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glViewportIndexedfv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glViewportIndexedfv ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 32105 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glViewportPositionWScaleNV()

void com.jogamp.opengl.DebugGL4bc.glViewportPositionWScaleNV ( int  index,
float  xcoeff,
float  ycoeff 
)

Entry point to C language function: void {@native glViewportPositionWScaleNV}(GLuint index, GLfloat xcoeff, GLfloat ycoeff)
Part of GL_NV_clip_space_w_scaling

Implements com.jogamp.opengl.GL4ES3.

Definition at line 32127 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glViewportSwizzleNV()

void com.jogamp.opengl.DebugGL4bc.glViewportSwizzleNV ( int  index,
int  swizzlex,
int  swizzley,
int  swizzlez,
int  swizzlew 
)

Entry point to C language function: void {@native glViewportSwizzleNV}(GLuint index, GLenum swizzlex, GLenum swizzley, GLenum swizzlez, GLenum swizzlew)
Part of GL_NV_viewport_swizzle

Implements com.jogamp.opengl.GL4ES3.

Definition at line 32138 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWaitSemaphoreEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWaitSemaphoreEXT ( int  semaphore,
int  numBufferBarriers,
int[]  buffers,
int  buffers_offset,
int  numTextureBarriers,
int[]  textures,
int  textures_offset,
int[]  srcLayouts,
int  srcLayouts_offset 
)

Entry point to C language function: void {@native glWaitSemaphoreEXT}(GLuint semaphore, GLuint numBufferBarriers, const GLuint * buffers, GLuint numTextureBarriers, const GLuint * textures, const GLenum * srcLayouts)
Part of GL_EXT_semaphore

Implements com.jogamp.opengl.GL2ES3.

Definition at line 32160 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWaitSemaphoreEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWaitSemaphoreEXT ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
int  arg3,
java.nio.IntBuffer  arg4,
java.nio.IntBuffer  arg5 
)

Definition at line 32149 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWaitSemaphoreui64NVX() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWaitSemaphoreui64NVX ( int  waitGpu,
int  fenceObjectCount,
int[]  semaphoreArray,
int  semaphoreArray_offset,
long[]  fenceValueArray,
int  fenceValueArray_offset 
)

Entry point to C language function: void {@native glWaitSemaphoreui64NVX}(GLuint waitGpu, GLsizei fenceObjectCount, const GLuint * semaphoreArray, const GLuint64 * fenceValueArray)
Part of GL_NVX_progress_fence

Implements com.jogamp.opengl.GL2.

Definition at line 32171 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWaitSemaphoreui64NVX() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWaitSemaphoreui64NVX ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2,
java.nio.LongBuffer  arg3 
)

Definition at line 32182 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWaitSync()

void com.jogamp.opengl.DebugGL4bc.glWaitSync ( long  sync,
int  flags,
long  timeout 
)

Entry point to C language function: void {@native glWaitSync}(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

Implements com.jogamp.opengl.GL3ES3.

Definition at line 32193 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWaitVkSemaphoreNV()

void com.jogamp.opengl.DebugGL4bc.glWaitVkSemaphoreNV ( long  vkSemaphore)

Entry point to C language function: void {@native glWaitVkSemaphoreNV}(GLuint64 vkSemaphore)
Part of GL_NV_draw_vulkan_image

Implements com.jogamp.opengl.GL4ES3.

Definition at line 32204 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWeightbvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWeightbvARB ( int  size,
byte[]  weights,
int  weights_offset 
)

Entry point to C language function: void {@native glWeightbvARB}(GLint size, const GLbyte * weights)
Part of GL_ARB_vertex_blend

Implements com.jogamp.opengl.GL2.

Definition at line 32248 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWeightbvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWeightbvARB ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 32237 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWeightdvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWeightdvARB ( int  size,
double[]  weights,
int  weights_offset 
)

Entry point to C language function: void {@native glWeightdvARB}(GLint size, const GLdouble * weights)
Part of GL_ARB_vertex_blend

Implements com.jogamp.opengl.GL2.

Definition at line 32259 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWeightdvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWeightdvARB ( int  arg0,
java.nio.DoubleBuffer  arg1 
)

Definition at line 32270 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWeightfvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWeightfvARB ( int  size,
float[]  weights,
int  weights_offset 
)

Entry point to C language function: void {@native glWeightfvARB}(GLint size, const GLfloat * weights)
Part of GL_ARB_vertex_blend

Implements com.jogamp.opengl.GL2.

Definition at line 32281 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWeightfvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWeightfvARB ( int  arg0,
java.nio.FloatBuffer  arg1 
)

Definition at line 32292 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWeightivARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWeightivARB ( int  size,
int[]  weights,
int  weights_offset 
)

Entry point to C language function: void {@native glWeightivARB}(GLint size, const GLint * weights)
Part of GL_ARB_vertex_blend

Implements com.jogamp.opengl.GL2.

Definition at line 32303 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWeightivARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWeightivARB ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 32314 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWeightPointerARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWeightPointerARB ( int  arg0,
int  arg1,
int  arg2,
java.nio.Buffer  arg3 
)

Definition at line 32226 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWeightPointerARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWeightPointerARB ( int  size,
int  type,
int  stride,
long  pointer_buffer_offset 
)

Entry point to C language function: void {@native glWeightPointerARB}(GLint size, GLenum type, GLsizei stride, const void * pointer)
Part of GL_ARB_vertex_blend

Implements com.jogamp.opengl.GL2.

Definition at line 32215 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWeightsvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWeightsvARB ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 32325 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWeightsvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWeightsvARB ( int  size,
short[]  weights,
int  weights_offset 
)

Entry point to C language function: void {@native glWeightsvARB}(GLint size, const GLshort * weights)
Part of GL_ARB_vertex_blend

Implements com.jogamp.opengl.GL2.

Definition at line 32336 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWeightubvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWeightubvARB ( int  size,
byte[]  weights,
int  weights_offset 
)

Entry point to C language function: void {@native glWeightubvARB}(GLint size, const GLubyte * weights)
Part of GL_ARB_vertex_blend

Implements com.jogamp.opengl.GL2.

Definition at line 32347 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWeightubvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWeightubvARB ( int  arg0,
java.nio.ByteBuffer  arg1 
)

Definition at line 32358 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWeightuivARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWeightuivARB ( int  size,
int[]  weights,
int  weights_offset 
)

Entry point to C language function: void {@native glWeightuivARB}(GLint size, const GLuint * weights)
Part of GL_ARB_vertex_blend

Implements com.jogamp.opengl.GL2.

Definition at line 32369 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWeightuivARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWeightuivARB ( int  arg0,
java.nio.IntBuffer  arg1 
)

Definition at line 32380 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWeightusvARB() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWeightusvARB ( int  arg0,
java.nio.ShortBuffer  arg1 
)

Definition at line 32391 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWeightusvARB() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWeightusvARB ( int  size,
short[]  weights,
int  weights_offset 
)

Entry point to C language function: void {@native glWeightusvARB}(GLint size, const GLushort * weights)
Part of GL_ARB_vertex_blend

Implements com.jogamp.opengl.GL2.

Definition at line 32402 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos2d()

void com.jogamp.opengl.DebugGL4bc.glWindowPos2d ( double  x,
double  y 
)

Entry point to C language function: void {@native glWindowPos2d}(GLdouble x, GLdouble y)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos2dMESA, glWindowPos2dARB

Implements com.jogamp.opengl.GL2.

Definition at line 32413 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos2dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWindowPos2dv ( double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glWindowPos2dv}(const GLdouble * v)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos2dvMESA, glWindowPos2dvARB

Implements com.jogamp.opengl.GL2.

Definition at line 32435 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos2dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWindowPos2dv ( java.nio.DoubleBuffer  arg0)

Definition at line 32424 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos2f()

void com.jogamp.opengl.DebugGL4bc.glWindowPos2f ( float  x,
float  y 
)

Entry point to C language function: void {@native glWindowPos2f}(GLfloat x, GLfloat y)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos2fARB, glWindowPos2fMESA

Implements com.jogamp.opengl.GL2.

Definition at line 32446 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos2fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWindowPos2fv ( float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glWindowPos2fv}(const GLfloat * v)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos2fvMESA, glWindowPos2fvARB

Implements com.jogamp.opengl.GL2.

Definition at line 32457 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos2fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWindowPos2fv ( java.nio.FloatBuffer  arg0)

Definition at line 32468 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos2i()

void com.jogamp.opengl.DebugGL4bc.glWindowPos2i ( int  x,
int  y 
)

Entry point to C language function: void {@native glWindowPos2i}(GLint x, GLint y)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos2iMESA, glWindowPos2iARB

Implements com.jogamp.opengl.GL2.

Definition at line 32479 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos2iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWindowPos2iv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glWindowPos2iv}(const GLint * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos2ivARB, glWindowPos2ivMESA

Implements com.jogamp.opengl.GL2.

Definition at line 32490 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos2iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWindowPos2iv ( java.nio.IntBuffer  arg0)

Definition at line 32501 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos2s()

void com.jogamp.opengl.DebugGL4bc.glWindowPos2s ( short  x,
short  y 
)

Entry point to C language function: void {@native glWindowPos2s}(GLshort x, GLshort y)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos2sMESA, glWindowPos2sARB

Implements com.jogamp.opengl.GL2.

Definition at line 32512 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos2sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWindowPos2sv ( java.nio.ShortBuffer  arg0)

Definition at line 32534 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos2sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWindowPos2sv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glWindowPos2sv}(const GLshort * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos2svARB, glWindowPos2svMESA

Implements com.jogamp.opengl.GL2.

Definition at line 32523 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos3d()

void com.jogamp.opengl.DebugGL4bc.glWindowPos3d ( double  x,
double  y,
double  z 
)

Entry point to C language function: void {@native glWindowPos3d}(GLdouble x, GLdouble y, GLdouble z)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos3dMESA, glWindowPos3dARB

Implements com.jogamp.opengl.GL2.

Definition at line 32545 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos3dv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWindowPos3dv ( double[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glWindowPos3dv}(const GLdouble * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3dvARB, glWindowPos3dvMESA

Implements com.jogamp.opengl.GL2.

Definition at line 32567 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos3dv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWindowPos3dv ( java.nio.DoubleBuffer  arg0)

Definition at line 32556 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos3f()

void com.jogamp.opengl.DebugGL4bc.glWindowPos3f ( float  x,
float  y,
float  z 
)

Entry point to C language function: void {@native glWindowPos3f}(GLfloat x, GLfloat y, GLfloat z)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3fARB, glWindowPos3fMESA

Implements com.jogamp.opengl.GL2.

Definition at line 32578 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos3fv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWindowPos3fv ( float[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glWindowPos3fv}(const GLfloat * v)
Part of GL_VERSION_1_4, GL_MESA_window_pos, GL_ARB_window_pos
Alias for: glWindowPos3fvMESA, glWindowPos3fvARB

Implements com.jogamp.opengl.GL2.

Definition at line 32589 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos3fv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWindowPos3fv ( java.nio.FloatBuffer  arg0)

Definition at line 32600 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos3i()

void com.jogamp.opengl.DebugGL4bc.glWindowPos3i ( int  x,
int  y,
int  z 
)

Entry point to C language function: void {@native glWindowPos3i}(GLint x, GLint y, GLint z)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3iARB, glWindowPos3iMESA

Implements com.jogamp.opengl.GL2.

Definition at line 32611 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos3iv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWindowPos3iv ( int[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glWindowPos3iv}(const GLint * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3ivARB, glWindowPos3ivMESA

Implements com.jogamp.opengl.GL2.

Definition at line 32633 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos3iv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWindowPos3iv ( java.nio.IntBuffer  arg0)

Definition at line 32622 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos3s()

void com.jogamp.opengl.DebugGL4bc.glWindowPos3s ( short  x,
short  y,
short  z 
)

Entry point to C language function: void {@native glWindowPos3s}(GLshort x, GLshort y, GLshort z)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3sARB, glWindowPos3sMESA

Implements com.jogamp.opengl.GL2.

Definition at line 32644 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos3sv() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWindowPos3sv ( java.nio.ShortBuffer  arg0)

Definition at line 32655 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowPos3sv() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWindowPos3sv ( short[]  v,
int  v_offset 
)

Entry point to C language function: void {@native glWindowPos3sv}(const GLshort * v)
Part of GL_VERSION_1_4, GL_ARB_window_pos, GL_MESA_window_pos
Alias for: glWindowPos3svARB, glWindowPos3svMESA

Implements com.jogamp.opengl.GL2.

Definition at line 32666 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowRectanglesEXT() [1/2]

void com.jogamp.opengl.DebugGL4bc.glWindowRectanglesEXT ( int  mode,
int  count,
int[]  box,
int  box_offset 
)

Entry point to C language function: void {@native glWindowRectanglesEXT}(GLenum mode, GLsizei count, const GLint * box)
Part of GL_EXT_window_rectangles

Implements com.jogamp.opengl.GL2GL3.

Definition at line 32688 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWindowRectanglesEXT() [2/2]

void com.jogamp.opengl.DebugGL4bc.glWindowRectanglesEXT ( int  arg0,
int  arg1,
java.nio.IntBuffer  arg2 
)

Definition at line 32677 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ glWriteMaskEXT()

void com.jogamp.opengl.DebugGL4bc.glWriteMaskEXT ( int  res,
int  in,
int  outX,
int  outY,
int  outZ,
int  outW 
)

Entry point to C language function: void {@native glWriteMaskEXT}(GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW)
Part of GL_EXT_vertex_shader

Implements com.jogamp.opengl.GL2.

Definition at line 32699 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ hasBasicFBOSupport()

boolean com.jogamp.opengl.DebugGL4bc.hasBasicFBOSupport ( )

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.

See also
GLContext::hasBasicFBOSupport()

Implements com.jogamp.opengl.GLBase.

Definition at line 32710 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ hasFullFBOSupport()

boolean com.jogamp.opengl.DebugGL4bc.hasFullFBOSupport ( )

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.

See also
GLContext::hasFullFBOSupport()

Implements com.jogamp.opengl.GLBase.

Definition at line 32715 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ hasGLSL()

boolean com.jogamp.opengl.DebugGL4bc.hasGLSL ( )

Indicates whether this GL object supports GLSL.

See also
GLContext::hasGLSL()

Implements com.jogamp.opengl.GLBase.

Definition at line 32720 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isExtensionAvailable()

boolean com.jogamp.opengl.DebugGL4bc.isExtensionAvailable ( java.lang.String  arg0)

Definition at line 32725 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isFunctionAvailable()

boolean com.jogamp.opengl.DebugGL4bc.isFunctionAvailable ( java.lang.String  arg0)

Definition at line 32730 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isGL()

boolean com.jogamp.opengl.DebugGL4bc.isGL ( )

Indicates whether this GL object conforms to any of the OpenGL profiles.

Implements com.jogamp.opengl.GLBase.

Definition at line 32735 of file DebugGL4bc.java.

◆ isGL2()

boolean com.jogamp.opengl.DebugGL4bc.isGL2 ( )

Indicates whether this GL object conforms to the OpenGL ≤ 3.0 profile.

The GL2 profile includes the GL2ES1 and GL2ES2 profile.

See also
GLContext::isGL2()

Implements com.jogamp.opengl.GLBase.

Definition at line 32740 of file DebugGL4bc.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isGL2ES1()

boolean com.jogamp.opengl.DebugGL4bc.isGL2ES1 ( )

Indicates whether this GL object conforms to a GL2ES1 compatible profile.

See also
GLContext::isGL2ES1()

Implements com.jogamp.opengl.GLBase.

Definition at line 32745 of file DebugGL4bc.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isGL2ES2()

boolean com.jogamp.opengl.DebugGL4bc.isGL2ES2 ( )

Indicates whether this GL object conforms to a GL2ES2 compatible profile.

See also
GLContext::isGL2ES2()

Implements com.jogamp.opengl.GLBase.

Definition at line 32750 of file DebugGL4bc.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isGL2ES3()

boolean com.jogamp.opengl.DebugGL4bc.isGL2ES3 ( )

Indicates whether this GL object conforms to a either a GL2GL3 or GL3ES3 compatible profile.

See also
GLContext::isGL2ES3()

Implements com.jogamp.opengl.GLBase.

Definition at line 32755 of file DebugGL4bc.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isGL2GL3()

boolean com.jogamp.opengl.DebugGL4bc.isGL2GL3 ( )

Indicates whether this GL object conforms to a GL2GL3 compatible profile.

See also
GLContext::isGL2GL3()

Implements com.jogamp.opengl.GLBase.

Definition at line 32760 of file DebugGL4bc.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isGL3()

boolean com.jogamp.opengl.DebugGL4bc.isGL3 ( )

Indicates whether this GL object conforms to the OpenGL ≥ 3.1 core profile.

The GL3 core profile includes the GL2ES2 profile.

See also
GLContext::isGL3()

Implements com.jogamp.opengl.GLBase.

Definition at line 32765 of file DebugGL4bc.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isGL3bc()

boolean com.jogamp.opengl.DebugGL4bc.isGL3bc ( )

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.

See also
GLContext::isGL3bc()

Implements com.jogamp.opengl.GLBase.

Definition at line 32775 of file DebugGL4bc.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isGL3core()

boolean com.jogamp.opengl.DebugGL4bc.isGL3core ( )

Indicates whether this GL object uses a GL3 core profile.

Includes [ GL4, GL3 ].

See also
GLContext::isGL3core()

Implements com.jogamp.opengl.GLBase.

Definition at line 32780 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isGL3ES3()

boolean com.jogamp.opengl.DebugGL4bc.isGL3ES3 ( )

Indicates whether this GL object conforms to a GL3ES3 compatible profile.

See also
GLContext::isGL3ES3()

Implements com.jogamp.opengl.GLBase.

Definition at line 32770 of file DebugGL4bc.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isGL4()

boolean com.jogamp.opengl.DebugGL4bc.isGL4 ( )

Indicates whether this GL object conforms to the OpenGL ≥ 4.0 core profile.

The GL4 core profile includes the GL2ES2, and GL3 profile.

See also
GLContext::isGL4()

Implements com.jogamp.opengl.GLBase.

Definition at line 32785 of file DebugGL4bc.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isGL4bc()

boolean com.jogamp.opengl.DebugGL4bc.isGL4bc ( )

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.

See also
GLContext::isGL4bc()

Implements com.jogamp.opengl.GLBase.

Definition at line 32795 of file DebugGL4bc.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isGL4core()

boolean com.jogamp.opengl.DebugGL4bc.isGL4core ( )

Indicates whether this GL object uses a GL4 core profile.

Includes [ GL4 ].

See also
GLContext::isGL4core()

Implements com.jogamp.opengl.GLBase.

Definition at line 32800 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isGL4ES3()

boolean com.jogamp.opengl.DebugGL4bc.isGL4ES3 ( )

Returns true if this GL object conforms to a GL4ES3 compatible profile, i.e.

if isGLES3Compatible() returns true.

Includes [ GL ≥ 4.3, GL ≥ 3.1 w/ GL_ARB_ES3_compatibility and GLES3 ]

See also
GLContext::isGL4ES3()

Implements com.jogamp.opengl.GLBase.

Definition at line 32790 of file DebugGL4bc.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isGLcore()

boolean com.jogamp.opengl.DebugGL4bc.isGLcore ( )

Indicates whether this GL object uses a GL core profile.

Includes [ GL4, GL3, GLES3, GL2ES2 ].

See also
GLContext::isGLcore()

Implements com.jogamp.opengl.GLBase.

Definition at line 32845 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isGLES()

boolean com.jogamp.opengl.DebugGL4bc.isGLES ( )

Indicates whether this GL object conforms to one of the OpenGL ES profiles, see isGLES1(), isGLES2() and isGLES3().

See also
GLContext::isGLES()

Implements com.jogamp.opengl.GLBase.

Definition at line 32805 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isGLES1()

boolean com.jogamp.opengl.DebugGL4bc.isGLES1 ( )

Indicates whether this GL object conforms to the OpenGL ES ≥ 1.0 profile.

See also
GLContext::isGLES1()

Implements com.jogamp.opengl.GLBase.

Definition at line 32810 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isGLES2()

boolean com.jogamp.opengl.DebugGL4bc.isGLES2 ( )

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 isGLES2Compatible().

See also
isGLES2Compatible()
GLContext::isGLES2()

Implements com.jogamp.opengl.GLBase.

Definition at line 32815 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isGLES2Compatible()

boolean com.jogamp.opengl.DebugGL4bc.isGLES2Compatible ( )

Indicates whether this GL object is compatible with the core OpenGL ES2 functionality.

Returns
true if this context is an ES2 context or implements the extension GL_ARB_ES2_compatibility, otherwise false
See also
GLContext::isGLES2Compatible()

Implements com.jogamp.opengl.GLBase.

Definition at line 32820 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isGLES3()

boolean com.jogamp.opengl.DebugGL4bc.isGLES3 ( )

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 isGLES3Compatible().

See also
isGLES3Compatible()
GLContext::isGLES3()

Implements com.jogamp.opengl.GLBase.

Definition at line 32825 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isGLES31Compatible()

boolean com.jogamp.opengl.DebugGL4bc.isGLES31Compatible ( )

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 ]

See also
GLContext::isGLES31Compatible()

Implements com.jogamp.opengl.GLBase.

Definition at line 32830 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isGLES32Compatible()

boolean com.jogamp.opengl.DebugGL4bc.isGLES32Compatible ( )

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 ]

See also
GLContext::isGLES32Compatible()

Implements com.jogamp.opengl.GLBase.

Definition at line 32835 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isGLES3Compatible()

boolean com.jogamp.opengl.DebugGL4bc.isGLES3Compatible ( )

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 ]

See also
GLContext::isGLES3Compatible()

Implements com.jogamp.opengl.GLBase.

Definition at line 32840 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isNPOTTextureAvailable()

boolean com.jogamp.opengl.DebugGL4bc.isNPOTTextureAvailable ( )

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.

Implements com.jogamp.opengl.GLBase.

Definition at line 32850 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isPBOPackBound()

boolean com.jogamp.opengl.DebugGL4bc.isPBOPackBound ( )

Implements com.jogamp.opengl.GL2ES3.

Definition at line 32855 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isPBOUnpackBound()

boolean com.jogamp.opengl.DebugGL4bc.isPBOUnpackBound ( )

Implements com.jogamp.opengl.GL2ES3.

Definition at line 32860 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isTextureFormatBGRA8888Available()

boolean com.jogamp.opengl.DebugGL4bc.isTextureFormatBGRA8888Available ( )

Implements com.jogamp.opengl.GLBase.

Definition at line 32865 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isVBOArrayBound()

boolean com.jogamp.opengl.DebugGL4bc.isVBOArrayBound ( )
Returns
true if a VBO is bound to GL#GL_ARRAY_BUFFER via GL#glBindBuffer(int, int), otherwise false

Implements com.jogamp.opengl.GLBase.

Definition at line 32870 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ isVBOElementArrayBound()

boolean com.jogamp.opengl.DebugGL4bc.isVBOElementArrayBound ( )
Returns
true if a VBO is bound to GL#GL_ELEMENT_ARRAY_BUFFER via GL#glBindBuffer(int, int), otherwise false

Implements com.jogamp.opengl.GLBase.

Definition at line 32875 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ mapBuffer()

com.jogamp.opengl.GLBufferStorage com.jogamp.opengl.DebugGL4bc.mapBuffer ( int  target,
int  access 
)

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.

Parameters
targetdenotes the buffer via it's bound target
accessthe mapping access mode
Exceptions
GLExceptionif buffer is not bound to target
GLExceptionif buffer is not tracked
GLExceptionif buffer is already mapped
GLExceptionif buffer has invalid store size, i.e. less-than zero

Implements com.jogamp.opengl.GLBase.

Definition at line 32880 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ mapBufferRange()

com.jogamp.opengl.GLBufferStorage com.jogamp.opengl.DebugGL4bc.mapBufferRange ( int  target,
long  offset,
long  length,
int  access 
)

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.

Parameters
targetdenotes the buffer via it's bound target
offsetoffset of the mapped buffer's storage
lengthlength of the mapped buffer's storage
accessthe mapping access mode
Exceptions
GLExceptionif buffer is not bound to target
GLExceptionif buffer is not tracked
GLExceptionif buffer is already mapped
GLExceptionif buffer has invalid store size, i.e. less-than zero
GLExceptionif buffer mapping range does not fit, incl. offset

Implements com.jogamp.opengl.GLBase.

Definition at line 32892 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ mapNamedBuffer()

com.jogamp.opengl.GLBufferStorage com.jogamp.opengl.DebugGL4bc.mapNamedBuffer ( int  bufferName,
int  access 
)

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().

Parameters
bufferNamedenotes the buffer
accessthe mapping access mode
Exceptions
GLExceptionif buffer is not tracked
GLExceptionif buffer is already mapped
GLExceptionif buffer has invalid store size, i.e. less-than zero

Implements com.jogamp.opengl.GL4.

Definition at line 32904 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ mapNamedBufferEXT()

com.jogamp.opengl.GLBufferStorage com.jogamp.opengl.DebugGL4bc.mapNamedBufferEXT ( int  bufferName,
int  access 
)

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().

Parameters
bufferNamedenotes the buffer
accessthe mapping access mode
Exceptions
GLExceptionif buffer is not tracked
GLExceptionif buffer is already mapped
GLExceptionif buffer has invalid store size, i.e. less-than zero

Implements com.jogamp.opengl.GL2.

Definition at line 32916 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ mapNamedBufferRange()

com.jogamp.opengl.GLBufferStorage com.jogamp.opengl.DebugGL4bc.mapNamedBufferRange ( int  bufferName,
long  offset,
long  length,
int  access 
)

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().

Parameters
bufferNamedenotes the buffer
offsetoffset of the mapped buffer's storage
lengthlength of the mapped buffer's storage
accessthe mapping access mode
Exceptions
GLExceptionif buffer is not tracked
GLExceptionif buffer is already mapped
GLExceptionif buffer has invalid store size, i.e. less-than zero
GLExceptionif buffer mapping range does not fit, incl. offset

Implements com.jogamp.opengl.GL4.

Definition at line 32921 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ mapNamedBufferRangeEXT()

com.jogamp.opengl.GLBufferStorage com.jogamp.opengl.DebugGL4bc.mapNamedBufferRangeEXT ( int  bufferName,
long  offset,
long  length,
int  access 
)

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().

Parameters
bufferNamedenotes the buffer
offsetoffset of the mapped buffer's storage
lengthlength of the mapped buffer's storage
accessthe mapping access mode
Exceptions
GLExceptionif buffer is not tracked
GLExceptionif buffer is already mapped
GLExceptionif buffer has invalid store size, i.e. less-than zero
GLExceptionif buffer mapping range does not fit, incl. offset

Implements com.jogamp.opengl.GL2.

Definition at line 32933 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ setSwapInterval()

void com.jogamp.opengl.DebugGL4bc.setSwapInterval ( int  interval)

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.
Parameters
intervalsee above
Returns
true if the operation was successful, otherwise false
Exceptions
GLExceptionif the context is not current.
See also
GLContext::setSwapInterval(int)
getSwapInterval()

Implements com.jogamp.opengl.GLBase.

Definition at line 32938 of file DebugGL4bc.java.

Here is the call graph for this function:

◆ toString()

String com.jogamp.opengl.DebugGL4bc.toString ( )

Definition at line 32943 of file DebugGL4bc.java.

Member Data Documentation

◆ DEBUG

final boolean com.jogamp.opengl.DebugGL4bc.DEBUG = jogamp.opengl.Debug.debug("DebugGL4bc")
static

Definition at line 26 of file DebugGL4bc.java.


The documentation for this class was generated from the following file: